What problem does it solve? Building a new API integration normally requires manually writing an API client, config validation, setup wizards, and per-endpoint scripts. This Skill automates that by discovering a service's API endpoints via web search, planning the architecture, and generating the full master/connect/specialized skill structure from templates. ## Core Features & Use Cases - API Discovery: Uses web search to find official API documentation, detect authentication type (OAuth2, API key, bearer), and enumerate available endpoints. - Interactive Planning: Presents categorized endpoints for user selection, gathers authentication details, and saves everything to a project with an implementation checklist. - Code Scaffolding: The scaffold_integration.py script generates an API client, config checker, setup wizard, reference docs, and one skill per endpoint from templates. - Use Case: Say you want to connect Nexus to HubSpot. The Skill finds HubSpot's API docs, lets you pick the contacts and deals endpoints, then generates a hubspot-master skill with a Python client plus individual skills like hubspot-list-contacts. ## Quick Start Say "add integration for HubSpot" and follow the prompts to select endpoints and confirm authentication details.