Arcops agent installation ========================= Arcops gives founder-led PLG teams a deterministic growth layer for their coding agent. Install the CLI, authenticate with a scoped API key, then add the Arcops Skill to the agent you already use. 1. Install the CLI npm install -g @arcolab/arcops 2. Create a scoped API key Create a Read-scope key in the Arcops workspace settings. Keep the key in your local credential store. Do not paste secrets into an agent conversation. 3. Authenticate the CLI arcops auth login --token For a non-default API endpoint: arcops auth login --token --api https://arcops.cc 4. Install the Arcops Skill Claude Code: npx skills add arcolabs/arcops --skill arcops -g -a claude-code -y Codex: npx skills add arcolabs/arcops --skill arcops -g -a codex -y Other supported coding agents: npx skills add arcolabs/arcops --skill arcops -g 5. Run a read-only first task Use Arcops to inspect my connected products across acquisition, activation, revenue, and open customer conversations. Start with `arcops auth status`, `arcops site ls`, `arcops growth doctor `, and `arcops verbs --json`. Treat missing billing as unavailable coverage, not zero revenue. Use read-only commands first. Identify the highest-leverage growth bottleneck and propose one measurable experiment. Do not execute writes without my approval. Documentation: https://arcops.cc/cli