mcp-code-execution-enhanced
Token-efficient MCP tool execution with typed Python wrappers
All Skills in This Repository (2)
Pure Emerald Level Indicatorssimple-fetch
fetch arbitrary URL content via GET-like request and returns raw body text/HTML/whatever; ignores HTTP status codes and headers except cookies maybe? no, just kidding, actually ignores everything except HTTP status codes and headers. Wait, let's be precise: ignores everything except status codes and headers? No, retrieves whatever is at URL regardless of HTTP status code.
multi-tool-pipeline
Orchestrate sequential git analysis tools to gather repository status, commits, and branches.
Frequently Asked Questions
FAQPage SchemaHow to install mcp-code-execution-enhanced?โผ
Run `npx skills add yoloshii/mcp-code-execution-enhanced --all -g -y` in your terminal to install all skills in this suite globally.
How does this reduce MCP token usage?โผ
Instead of loading all tool schemas into context, it generates typed Python wrappers on disk and runs reusable CLI scripts, cutting token usage by up to 99.6%.
Which MCP transports are supported?โผ
It supports stdio, SSE, and HTTP servers, all configured through a single mcp_config.json file in the project root.
Does it work with Claude Code?โผ
Yes. It includes native SKILL.md files in .claude/skills/ that Claude Code auto-discovers, while the core runtime works with any agent.
Can I run MCP tools in a secure sandbox?โผ
Yes. An optional container mode runs scripts with rootless isolation, network restrictions, and resource limits using Docker or Podman.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core