원클릭으로
module-runtime-template
Reusable template for packaging a local script as a module_runtime MCP tool.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Reusable template for packaging a local script as a module_runtime MCP tool.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Aggregate AI token usage and costs across all coding assistants (Claude Code, OpenCode, Codex) on the gateway host.
Query per-model AI usage and cost data from CodexBar local cost logs. Supports current model, all models, and summary modes.
Upload files to files.shuv.me via the shuvdex MCP gateway. Accepts base64 content or a source URL.
Manage Make.com (Integromat) scenarios, connections, data stores, and webhooks via the full REST API.
Generate beautiful, self-contained HTML pages that visually explain systems, code changes, plans, and data. Use when the user asks for a diagram, architecture overview, diff review, plan review, project recap, comparison table, or any visual explanation of technical concepts. Also use proactively when you are about to render a complex ASCII table (4+ rows or 3+ columns) — present it as a styled HTML page instead.
| name | module-runtime-template |
| description | Reusable template for packaging a local script as a module_runtime MCP tool. |
Use this template when converting an existing local script into a manifest-backed MCP tool.
SKILL.md — human instructions and discovery metadatacapability.yaml — structured capability manifestpackage.json — optional package metadata/versioningecho.mcp.mjs — executable tool entrypoint that reads JSON from stdin and writes JSON to stdoutYour executable should:
request.args as the tool arguments{ "payload": <json> }{ "payload": { "error": "message" }, "isError": true }executorRef.target paths such as ./tool.mcp.mjsinputSchema and outputSchema entries in capability.yaml