بنقرة واحدة
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