Agent Plugins Marketplace
All plugins

claudikins-tool-executor

v1.0.1

Configurable MCP wrapper that consolidates your tools into just 3, using semantic search for on-demand discovery and sandboxed TypeScript execution. Ships with 7 example servers (96 tools) - reduces context consumption by 97% (48k tokens down to 1.1k).

Claude Code4 Skills1 MCP serverstdio

By elb-prLicense: MIT63 GitHub starsUpdated 8 months ago

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Jan 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install claudikins-tool-executor for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install claudikins-tool-executor@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/povvo/claudikins-tool-executor

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

claudikins-tool-executor/
├── .claude-plugin/plugin.json
├── skills/te-config/SKILL.md
├── skills/te-doctor/SKILL.md
├── skills/te-guide/SKILL.md
├── skills/using-tool-executor/SKILL.md
└── .mcp.json

Included Skills4

te-configskills/te-config/SKILL.md

Use this skill when users ask "add MCP server", "remove MCP", "configure tool executor", "add new tool", "environment variables for tool executor", "regenerate registry", or need to modify which MCP servers are available in the sandbox.

te-doctorskills/te-doctor/SKILL.md

Use this skill when users say "tool executor not working", "diagnose tool executor", "check MCP health", "run tool executor tests", "debug search_tools", "execute_code failing", or need to troubleshoot issues with the Tool Executor.

te-guideskills/te-guide/SKILL.md

Use this skill when users ask "how does tool executor work", "how to use execute_code", "workspace API", "MCP client examples", "search_tools examples", "context-efficient patterns", or need guidance writing code for the Tool Executor sandbox.

using-tool-executorskills/using-tool-executor/SKILL.md

Use when a task needs capabilities BEYOND basic tools (Read/Grep/Glob/Bash) - semantic search, AI analysis, research, image generation, etc.

MCP servers1

tool-executorstdio
command
node
args
${CLAUDE_PLUGIN_ROOT}/dist/index.js

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "claudikins-tool-executor",
  "version": "1.0.1",
  "description": "Configurable MCP wrapper that consolidates your tools into just 3, using semantic search for on-demand discovery and sandboxed TypeScript execution. Ships with 7 example servers (96 tools) - reduces context consumption by 97% (48k tokens down to 1.1k).",
  "author": {
    "name": "elb-pr",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/elb-pr/claudikins-tool-executor",
  "repository": "https://github.com/elb-pr/claudikins-tool-executor",
  "license": "MIT",
  "keywords": [
    "claude-code",
    "mcp",
    "tools",
    "sandbox",
    "claudikins"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[claudikins-tool-executor on Agent Plugins Marketplace](https://pluginsmp.com/plugins/claudikins-tool-executor)