Connectors
Connector-backed skills use hosted accounts in skills.md. You connect the service once, then run the skill from the CLI, MCP, API, or dashboard. You do not install connector packages or run a local connector server.
Check Readiness
skills connectors status gmailThe JSON form is stable for automation:
skills connectors status gmail --jsonAgents can call the MCP tool get_connector_readiness with { "skill": "gmail" }.
Connect An Account
skills connectors connect gmail --skill gmailThe command returns a hosted authorization URL. Open it, approve the requested scopes, and return to skills.md. After that, rerun readiness:
skills connectors status gmailRun A Connector-Backed Skill
skills run gmailRun submission fails closed if the account is missing, expired, missing scopes, or platform-connectors is unavailable. The response includes connectorRequirements and connectorPreflight so agents can show the exact next action.
Dashboard
The Skills page shows connector-backed skills with a connector badge. Use Check to refresh readiness. If OAuth is needed, the row exposes a Connect action for the hosted setup URL.
Approvals
Some connector operations require approval. When that happens, the skill run moves to pending_approval, and run status includes connector approval ids, approval URLs, reasons, and current statuses.