What problem does it solve? Connecting an AI assistant to a third-party system, SaaS product, or internal tool usually requires manual API research, auth setup, and custom scripting. This Skill automates that entire process, producing a working, tested connector instead of fragile ad-hoc snippets. ## Core Features & Use Cases - Guided six-phase workflow: Runs interview, discovery, research, build, verify, and install phases to produce a deterministic connector rather than guessing at runtime. - Multiple output types: Produces an MCP config snippet, a SKILL.md plus stdlib-only Node.js helper script with self-tests, a full MCP server, or an honest stop when integration is not feasible. - Secure credential handling: Stores secrets in a local .env file the assistant never reads, with per-variable acquisition guidance and a privacy guarantee. - Use Case: A user says "connect me to our regional ERP system." The Skill checks for existing MCP servers, researches the vendor's API docs, builds a Node.js helper covering all read endpoints with tests, installs it, and walks the user through filling in credentials. ## Quick Start Ask the assistant to connect you to any external service by name, for example "set up an integration with my HubSpot account."