What problem does it solve?
This Skill helps you package an existing MCP server as a Tank tool bundle without rewriting the server itself. It removes the guesswork around transport choice, platform-specific config, permissions, and when to add usage guidance for the agent.
Core Features & Use Cases
- Tool Atom Design: Define the minimal tool atom that points to a server by name and keeps implementation details out of the bundle.
- Cross-Platform Wiring: Configure extension bags for Claude Code, OpenCode, Cursor, and other harnesses with the right command, url, env, and headers fields.
- Transport and Security Decisions: Choose between local STDIO and remote HTTP wiring, then set subprocess and network permissions correctly in tank.json.
- OAuth and Usage Guidance: Package remote authenticated servers with OAuth metadata and pair complex tools with an instruction atom that explains when and how to use them.
- Use Case: If you already have an MCP server configuration, this Skill shows how to convert it into a portable Tank package that agents can install and use consistently.
Quick Start
Ask the AI to convert your MCP server config into a Tank tool bundle and generate the matching tank.json, permissions, and SKILL.md guidance for your target platforms.