claudikins-tool-executor
Batched MCP tool execution with massive context savings
All Skills in This Repository (4)
Pure Emerald Level Indicatorste-config
Manage MCP server configuration and regenerate the tool registry.
te-doctor
Diagnose and resolve Claudikins Tool Executor build, MCP connectivity, registry, and workspace issues.
using-tool-executor
Discover and execute specialized AI tools via a three-step workflow.
te-guide
Guide Tool Executor usage for context-efficient Claude coding workflows.
Frequently Asked Questions
FAQPage SchemaHow 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โ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