Convex Logs
Convex Logs generates detailed, structured log entries mimicking a formal investigation report, aiding in thorough documentation and analysis.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add convex-logs npx -- -y @trustedskills/convex-logs
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"convex-logs": {
"command": "npx",
"args": [
"-y",
"@trustedskills/convex-logs"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, convex-logs, provides a way to interact with and manage logs stored within a Convex environment. It allows agents to query log data, potentially filter based on criteria, and retrieve information from application logs. This facilitates debugging, monitoring, and understanding the behavior of applications deployed using Convex.
When to use it
- Debugging Application Issues: An agent can use this skill to examine logs when an application exhibits unexpected behavior or errors.
- Monitoring System Performance: Retrieve log data to track performance metrics and identify potential bottlenecks in a Convex-powered application.
- Auditing User Actions: Analyze logs related to user interactions within the application for security or compliance purposes.
- Investigating Errors: When an error occurs, use this skill to query relevant logs to understand the root cause of the problem.
Key capabilities
- Query Convex log data
- Filter log entries based on criteria (specifics not detailed)
- Retrieve information from application logs
Example prompts
- "Show me all logs related to user 'john.doe' in the last 24 hours."
- "Find any errors logged by the payment processing service."
- "What were the most frequent error messages logged yesterday?"
Tips & gotchas
The skill requires access and proper configuration within a Convex environment. Specific filtering capabilities are not detailed, so experimentation may be needed to understand available options.
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.