.claude/skills/python-executor/SKILL.md
Sandboxed Python code execution via inference.sh. Run Python scripts with 100+ pre-installed libraries for web scraping, data processing, visualization, image manipulation, video editing, and 3D modeling. CPU-only, non-interactive.
npx skillsauth add wallacedobbs428/thecalltaker python-executorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Execute Python code in a safe, sandboxed environment with 100+ pre-installed libraries via the inference.sh CLI.
infsh app run python-executor --input '{"code": "print(\"Hello World\")"}'
Files saved to the outputs/ directory are automatically returned.
savefig() rather than interactive display methodsWeb scraping, data analysis, image processing, video creation, 3D work, API integration, PDF generation, and general automation tasks.
documentation
Agentic memory system for writers - track characters, relationships, scenes, and themes
tools
Automate repetitive development tasks and workflows. Use when creating build scripts, automating deployments, or setting up development workflows. Handles npm scripts, Makefile, GitHub Actions workflows, and task automation.
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices". Fetches latest Vercel guidelines and checks files against all rules.
development
Implement web accessibility (a11y) standards following WCAG 2.1 guidelines. Use when building accessible UIs, fixing accessibility issues, or ensuring compliance with disability standards. Handles ARIA attributes, keyboard navigation, screen readers, semantic HTML, and accessibility testing.