Skip to main content
Connectors | Agent PluginsConnectors in the source-owned Agent Plugins documentation.Agent Pluginsreferenceagentpluginsreferenceadopterdeveloperbuild-agent-systemstry-spec-driven-developmentreference

Connectors

The connectors plugin provides one shared connectors skill for Claude Code and Codex. It guides provider setup, connection diagnostics, and the search → describe → invoke sequence for admitted integrations. It ships no binary, credentials, daemon, hooks, or automatic MCP connection.

Install the standalone CLI from Connectors releases and verify connectors --version. The skill targets the grouped commands in 0.7.1 and reads the installed binary's help before selecting options. Service setup and credentials are separate from plugin installation.

Operation, connection and event commands default to local even when a hosted login is saved. Choose --target hosted explicitly for a hosted workflow and keep that target throughout search, describe and invoke. The operation contract defaults to v3 without automatic fallback. Bounded reads can run locally without a daemon; ongoing sessions and events still need one. When upgrading, verify the operations your application uses and replace the CLI and local daemon together. The skill also covers pagination, restriction metadata and explicit handling of rate-limit responses.

Install in either host

Release 0.9.1 includes this plugin. For a fresh marketplace registration, use the release pin:

claude plugin marketplace add https://github.com/beyond10x/agentplugins.git#0.9.1
claude plugin install connectors@beyond10x
codex plugin marketplace add https://github.com/beyond10x/agentplugins.git --ref 0.9.1
codex plugin add connectors@beyond10x

An existing beyond10x registration pinned to 0.7.0 must be repointed before it can offer this plugin; refreshing an immutable tag does not add newer content. Follow the upgrade instructions and preserve the other installed plugins when changing that registration. For development, both marketplace-add commands also accept the absolute path to a current local checkout containing both marketplace files.

Reload Claude Code's plugins with /reload-plugins, or start a new Codex thread. In Claude Code, invoke /connectors:connectors; in Codex select the connectors skill or invoke $connectors:connectors. Both manifests load the same skills/connectors/SKILL.md bytes. These layouts follow the OpenAI plugin packaging contract and Claude Code plugin reference.

First use

Ask: “Use connectors to inspect my local Connector readiness.” The skill checks CLI availability and runs connectors --output json inspect doctor. For an existing configured integration, ask it to find a particular operation; it searches admitted operations and reads a fresh description before using the returned Connection and description reference.

For onboarding, the operator enters credentials directly into the CLI's hidden prompt. The skill never reads secret values into the conversation. External writes require the user's authorization and any Connector approval evidence; installing the plugin supplies neither. Hosted MCP setup is an explicit workflow using connectors serve mcp, not an automatic install side effect.