cooagents-setup

Automate cooagents installation, dependency setup, dashboard build, and agent registration.

5|2|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/vaxtomis/cooagents --skill cooagents-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cooagents-setup
Source: https://github.com/vaxtomis/cooagents/tree/main/skills/cooagents-setup
Command: npx skills add https://github.com/vaxtomis/cooagents --skill cooagents-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, git, node, npm, acpx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Install and bootstrap cooagents on a local host with a fully automated workflow that validates the environment, installs dependencies, builds the dashboard, starts services, and registers the local agent.

Core Features & Use Cases

  • Automated runtime detection (OpenClaw and Hermes) and orchestrated deployment across phases ⓪–⑥.
  • End-to-end dashboard bootstrap with health checks and verification that the UI is accessible.
  • Secret management and AGENT_API_TOKEN handling: generates, writes to {repo_path}/.env, and injects into the host environment; registers the local agent.

Quick Start

Run the bootstrap process in the repository path and verify that the dashboard is reachable at http://127.0.0.1:8321 and that the local agent is registered.

Frequently Asked Questions about cooagents-setup

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

FAQPage Schema
How do I automate cooagents installation and bootstrap on a local host?

Automated cooagents installation runs an end-to-end workflow that validates the environment, installs dependencies, builds the dashboard, starts services, and registers the local agent.

What dependencies do I need to bootstrap cooagents locally?

To bootstrap cooagents locally, you need Python 3.11+ with git, node, npm, and acpx installed to validate the environment and execute the automated deployment phases.

Does the cooagents bootstrap process support OpenClaw and Hermes hosting environments?

Yes, the cooagents bootstrap process supports both OpenClaw and Hermes hosting environments by detecting the runtime, wiring configurations, and handling agent host registration.

How does the cooagents setup handle AGENT_API_TOKEN generation and environment injection?

The setup generates the AGENT_API_TOKEN, writes environment tokens to the repository .env file, and injects the token into the host environment to enable authenticated API calls.

Why is my cooagents dashboard not accessible after running the bootstrap script?

After running the bootstrap script, the cooagents dashboard should be verified as reachable at http://127.0.0.1:8321 through built-in health checks that confirm the UI is accessible.

Can I use the automated cooagents deployment for local agent registration without manual configuration?

Yes, automated cooagents deployment orchestrates local agent registration across phases ⓪ through ⑥ without manual configuration, validating bootstrap outputs and handling secret management automatically.