elb-prelb-prCommunityยท4 Agent Skills Included

claudikins-tool-executor

Batched MCP tool execution with massive context savings

Runs multiple MCP tools in a single sandboxed execution instead of slow serial calls. Loads tool schemas on demand through semantic search, cutting context usage by roughly 97 percent. Auto-saves large responses to a workspace so results stay accessible without flooding the conversation. Includes diagnostics, configuration, and usage guides for managing wrapped servers.
npx skills add elb-pr/claudikins-tool-executor --all -g -y

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Tool Executor?โ–ผ

Run `npx skills add elb-pr/claudikins-tool-executor --all -g -y` in your terminal to install all skills in this suite globally.

What problem does Tool Executor solve?โ–ผ

It replaces slow serial tool calls with batched sandbox execution and lazy schema loading, reducing context usage from around 48k to 1.1k tokens for multi-tool workflows.

How does the three-tool workflow work?โ–ผ

You search for tools by intent, fetch the exact schema on demand, then run TypeScript code that calls multiple tools in one sandboxed execution.

Which MCP servers are included?โ–ผ

It wraps 96 tools across seven servers including Serena for code navigation, Gemini for analysis and media generation, Apify for web scraping, Context7 for docs, and shadcn for UI components.

Can I add my own MCP servers?โ–ผ

Yes. Add the server to tool-executor.config.json, regenerate the registry, and rebuild. The te-config skill walks you through each step.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’