Agent Activity Monitor
Tracks agent actions, resource usage, and errors to optimize performance and identify potential issues.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add agent-activity-monitor npx -- -y @trustedskills/agent-activity-monitor
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"agent-activity-monitor": {
"command": "npx",
"args": [
"-y",
"@trustedskills/agent-activity-monitor"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The agent-activity-monitor skill provides a way to track and log the actions performed by an AI agent. It records details such as function calls, API requests, and other significant events during agent execution. This allows for auditing, debugging, and understanding the agent's decision-making process over time.
When to use it
- Debugging complex agents: If your agent is exhibiting unexpected behavior, this skill can help pinpoint the source of the issue by providing a detailed activity log.
- Auditing agent actions: For compliance or security reasons, you may need to track what an agent does and why.
- Analyzing agent performance: Reviewing logged activities can reveal bottlenecks or areas for optimization in your agent's workflow.
- Understanding user interactions: Track how users are interacting with the agent to identify patterns and improve usability.
Key capabilities
- Logs function calls made by the agent.
- Records API requests initiated by the agent.
- Provides a detailed record of significant events during agent execution.
Example prompts
- "Start monitoring my agent's activity."
- "Show me all API calls made in the last hour."
- "Log every time the 'send_email' function is called."
Tips & gotchas
The skill requires appropriate permissions to access and log agent actions. Ensure your agent has the necessary credentials for any APIs being monitored.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.