🔧
Python Debugpy
🌐Community
Debug Python with pdb, breakpoint(), post-mortem inspection, and debugpy remote attach.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
1
Run in terminal (recommended)
terminal
claude mcp add python-debugpy npx -- -y @trustedskills/python-debugpy
2
Or manually add to ~/.claude/settings.json
~/.claude/settings.json
{
"mcpServers": {
"python-debugpy": {
"command": "npx",
"args": [
"-y",
"@trustedskills/python-debugpy"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
Debug Python with pdb, breakpoint(), post-mortem inspection, and debugpy remote attach.
Tags
Requirements
Required Binaries
python3
🛡️
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 |
Details
- Version
- v2026.5.16-beta.4
- License
- MIT
- Author
- openclaw
- Installs
- 0
- Updated
- May 17, 2026
- Published
- Nov 24, 2025
🌐 Community
Passed automated security scans.