Connector
Connectors are manifest-driven integrations from the built-in catalogue (internal/connectors). Distinct from the Composio subtree (crewship integration composio …) — these are Crewship’s own connector manifests.
crewship connector list
List the catalogue: id, name, category, auth mode, and description.
crewship connector get <id>
Show one connector’s full manifest (fields, verify probe, install shape).
crewship connector verify <id>
Probe credentials against the provider without persisting them. Exits non-zero when the provider rejects the credentials, so it drops straight into shell conditionals.
bot_token and team_id; values passed to verify are not persisted.
crewship connector install <id>
Install the connector as an integration. Workspace scope by default; --crew installs at crew scope.
next_step + oauth_url — finish those in a browser; the CLI prints the URL.
See also
crewship integration— manage installed integrations and bindings.crewship recipe— install a whole crew template in one shot.