coco-cli

Install, update, verify, and uninstall the Coco AI workflow framework via CLI.

264|11|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/coco-research/coco --skill coco-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coco-cli
Source: https://github.com/coco-research/coco/tree/main/skills/coco-cli
Command: npx skills add https://github.com/coco-research/coco --skill coco-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

coco-cli removes the friction of installing, updating, verifying, and uninstalling the Coco AI workflow framework by turning setup into one guided command path.

Core Features & Use Cases

  • Fresh installation: Clone Coco and wire it into a machine with the right adapter for the user’s environment.
  • Ongoing maintenance: Pull the latest changes into an existing Coco clone and check the installed version when debugging or auditing.
  • Safe cleanup: Remove symlinks and the local clone when Coco is no longer needed.
  • Use case: A developer can onboard a new IDE, keep an existing Coco workspace current, and verify what version is installed without manually navigating repository or shell steps.

Quick Start

Ask the assistant to install Coco for your chosen adapter and systems using the coco-cli skill.

Frequently Asked Questions about coco-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install the Coco AI workflow framework on a local machine?

To install the Coco AI workflow framework, use the coco-cli wrapper to clone the repository and wire it into your environment with the correct adapter. This guided command path requires Node, npx, git, and bash to execute reliably.

What is the best way to update an existing Coco clone to the latest version?

Updating an existing Coco clone involves using the coco-cli skill to pull the latest changes into your local repository. This ensures your Coco AI workflow framework stays current without manually navigating shell steps.

Can I check which version of the Coco AI workflow framework is installed?

Yes, you can check the installed version of the Coco AI workflow framework using the coco-cli skill. This verifies your current release during debugging or auditing without needing to inspect repository files manually.

Do I need Node and git to set up Coco using the command line?

Yes, setting up Coco requires Node, npx, git, and bash. The coco-cli wrapper relies on these terminal dependencies and exit codes to properly install, update, and uninstall the framework.

How do I uninstall the Coco AI workflow framework and clean up symlinks?

To uninstall the Coco AI workflow framework, the coco-cli skill safely removes local clones and symlinks during teardown. This ensures complete cleanup when Coco is no longer needed on your machine.

Why does Coco CLI use terminal exit codes during framework installation?

Coco CLI uses terminal exit codes to ensure reliable execution during framework installation, updates, and uninstalls. This mechanism provides consistent feedback on whether shell commands completed successfully.