Skill Logger
Skill Logger records every skill usage for detailed tracking & analysis, improving training and understanding user behavior.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add skill-logger npx -- -y @trustedskills/skill-logger
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"skill-logger": {
"command": "npx",
"args": [
"-y",
"@trustedskills/skill-logger"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The skill-logger provides a mechanism to record interactions and events within an AI agent's workflow. It captures specific data points that allow for later analysis of how the agent performs tasks or handles user requests.
When to use it
- Debugging complex workflows: Trace exactly where an agent gets stuck during multi-step processes.
- Performance auditing: Review logs to identify patterns in response times or failure rates over time.
- User behavior analysis: Understand how different users interact with the agent's capabilities.
- Compliance tracking: Maintain a record of specific actions taken by the agent for regulatory or internal review purposes.
Key capabilities
- Records interaction events within the agent environment.
- Logs workflow execution data for post-analysis.
- Captures state changes during task completion.
Example prompts
- "Activate the logger to record all steps I take when generating a marketing report."
- "Start logging interactions so we can review how you handled the customer support ticket earlier."
- "Enable detailed event recording for this debugging session before we run the migration script."
Tips & gotchas
Ensure you have sufficient storage or log retention policies in place, as continuous recording can accumulate significant data. Verify that sensitive information is not being logged inadvertently unless explicitly filtered by your agent's configuration.
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.