Acp Connect banner
agentic-control-plane agentic-control-plane

Acp Connect

Development community

Description

--- name: acp-connect description: Connect to ACP — identity & governance for every Claude Code tool call user-invocable: true --- Help the user connect to the Agentic Control Plane. Use the instructions in the `acp` skill (skills/acp/SKILL.md) to walk them through the full setup: 1. Check if `~/.acp/credentials` exists (already configured?) 2. If not: open `https://cloud.agenticcontrolplane.com/plugin/authorize` in the browser 3. Wait for the user to paste their token 4. Store the token in `~

Installation

Installs to ~/.claude/skills/agentic-control-plane-claude-code-acp-plugin-acp-connect/SKILL.md

Terminal
mkdir -p ~/.claude/skills/agentic-control-plane-claude-code-acp-plugin-acp-connect && curl -fsSL https://raw.githubusercontent.com/agentic-control-plane/claude-code-acp-plugin/HEAD/commands/acp-connect.md -o ~/.claude/skills/agentic-control-plane-claude-code-acp-plugin-acp-connect/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository