Debug Cli
Debug Kubernetes deployments directly from the command line using microck's AI-powered analysis and troubleshooting suggestions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add microck-debug-cli npx -- -y @trustedskills/microck-debug-cli
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"microck-debug-cli": {
"command": "npx",
"args": [
"-y",
"@trustedskills/microck-debug-cli"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The microck-debug-cli skill provides command line debugging capabilities to AI agents. It allows users to execute commands within a shell environment, inspect variables, and troubleshoot issues in real time. This is particularly useful for complex tasks requiring iterative refinement or interaction with external tools.
When to use it
- Troubleshooting Agent Errors: When an agent encounters unexpected behavior or errors during task execution.
- Interactive Development: For agents undergoing development or needing adjustments based on live feedback.
- Environment Inspection: To examine the state of a virtual environment or system that the agent is operating within.
- Complex Task Debugging: When an agent needs to interact with external tools or APIs and requires debugging assistance.
Key capabilities
- Shell execution
- Variable inspection
- Real-time troubleshooting
Example prompts
- "Run
ls -lin the current directory." - "What is the value of the
user_namevariable?" - "Execute
ping google.comand show me the output."
Tips & gotchas
The agent needs appropriate permissions to execute commands within the shell environment. Be mindful of security implications when granting these permissions, especially in production environments.
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.