Agent Plugins Marketplace
All plugins

tools

v1.2.0

tools-registry Script-Runner (stdio) + Skill tools-registry (Tool-Katalog als Trigger)

Claude Code1 Skill1 MCP serverstdio

By Markus0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Aug 29, 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 plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install tools@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/markus7h/tools-registry

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

Plugin files

plugins/tools/
├── .claude-plugin/plugin.json
├── skills/tools-registry/SKILL.md
└── .mcp.json

Included Skills1

tools-registryskills/tools-registry/SKILL.md

MUSS geprüft werden, bevor du für eine Aufgabe Bash-Kommandos, Ad-hoc-Scripts oder Eigenbau-Code schreibst — die tools-registry hat fertige, geprüfte MCP-Tools dafür. Deckt ab: Dokument-Konvertierung (Markdown/Word/HTML → PDF), PDF-Text-Extraktion, Datei-Previews, mehrstufige Pipelines, Settings-Sync, Token-Messung. Tools: docx_to_pdf, dotclaude_install, echo, head_lines, html_to_pdf, magic3_design_install, md_to_pdf, measure_savings, pdf_to_text, settings_sync, subagent_models.

MCP servers1

toolsstdio
command
node
args
${user_config.dist}
env.TOOLS_REGISTRY_URL
${user_config.registry_url}
env.TOOLS_REGISTRY_TOKEN
${user_config.token}

Plugin manifests1

plugins/tools/.claude-plugin/plugin.json
{
  "name": "tools",
  "description": "tools-registry Script-Runner (stdio) + Skill tools-registry (Tool-Katalog als Trigger)",
  "version": "1.2.0",
  "author": {
    "name": "Markus"
  },
  "userConfig": {
    "dist": {
      "type": "string",
      "title": "index.js Pfad",
      "description": "Pfad zur gebauten dist/index.js des tools-registry-Clients",
      "default": "/home/markus/Code/tools-registry/dist/index.js"
    },
    "registry_url": {
      "type": "string",
      "title": "TOOLS_REGISTRY_URL",
      "description": "URL des Registry-Servers"
    },
    "token": {
      "type": "string",
      "title": "TOOLS_REGISTRY_TOKEN",
      "description": "Shared-Bearer-Token für den Registry-Server"
    }
  },
  "mcpServers": {
    "tools": {
      "command": "node",
      "args": [
        "${user_config.dist}"
      ],
      "env": {
        "TOOLS_REGISTRY_URL": "${user_config.registry_url}",
        "TOOLS_REGISTRY_TOKEN": "${user_config.token}"
      }
    }
  }
}

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

[tools on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tools)