What problem does it solve? When a task requires an external app, API, MCP server, or third-party data that no currently connected tool can access, this Skill finds real Connectors and presents them to the user as an installable card instead of leaving the task blocked. ## Core Features & Use Cases - Connector Discovery: Searches the plugin registry via search_plugins using the user's intent and optional keywords to find relevant connectors. - Inline Recommendation Card: Renders up to three connector candidates in a single suggest_plugin_install card, letting the user initiate installation and authorization. - Safe Recommendation Rules: Never installs or authorizes connectors directly, never guesses plugin IDs, and silently continues the task when no relevant connector exists. - Use Case: A user asks to sync issues from their GitHub repositories, but no GitHub tool is connected. The Skill searches for the GitHub connector and displays a card so the user can connect it with one click. ## Quick Start Ask the agent to perform a task that needs an external service, such as "check my GitHub pull requests", and it will recommend the matching connector card for you to connect.