No description
Find a file
Harivansh Rathi 9237d4bb22 Add Agent Computer delegation skills
Co-authored-by: Codex <noreply@openai.com>
2026-03-21 13:08:48 -04:00
skills Add Agent Computer delegation skills 2026-03-21 13:08:48 -04:00
README.md Add Agent Computer delegation skills 2026-03-21 13:08:48 -04:00

agentcomputer-delegate

Skills for controlling Agent Computer machines and remote agent sessions through the aicomputer CLI.

Install

Install all skills:

npx skills add harivansh-afk/agentcomputer-delegate -g -y

Install only the main fleet-control skill:

npx skills add harivansh-afk/agentcomputer-delegate -g -y --skill computer-fleet

Install only the ACP bridge skill:

npx skills add harivansh-afk/agentcomputer-delegate -g -y --skill computer-acp

Skills

  • computer-fleet: Use computer / aicomputer to list machines, create remote agent sessions, prompt them, watch progress, cancel, interrupt, and close.
  • computer-acp: Use computer acp serve to expose a remote machine agent as a local ACP-compatible stdio command.

Notes

  • These skills assume the aicomputer CLI is installed or can be installed with npm install -g aicomputer.
  • Authentication uses the normal browser flow: computer login.
  • The recommended install source is this repo directly:
npx skills add harivansh-afk/agentcomputer-delegate