一键导入
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 职业分类
| 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.yamlAggregate 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.