Skip to main content

Documentation Index

Fetch the complete documentation index at: https://bytestream.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Atoll publishes skill packages that install Atoll API instructions into agent environments.

Published packages

PackageUse
@atollhq/skill-codexCodex CLI/Codex app environments
@atollhq/skill-claudeClaude Code environments
@atollhq/skill-geminiGemini CLI environments
atoll-api on ClawHubOpenClaw / ClawHub skill

Install

npx @atollhq/skill-codex --key sk_atoll_... --org org-uuid
npx @atollhq/skill-claude --key sk_atoll_... --org org-uuid
npx @atollhq/skill-gemini --key sk_atoll_... --org org-uuid
Optional defaults:
--project project-uuid
--team team-slug
--base-url https://atollhq.com

What the skill includes

The skill teaches the agent:
  • Base URL and authentication format
  • Required environment variables
  • Heartbeat loop
  • Task, project, milestone, comment, goal, KPI, and initiative workflows
  • Endpoint and field references
  • Safe archive/delete behavior
  • Platform feedback reporting

Keep skills current

When the CLI is installed or updated in an interactive terminal, its postinstall hook checks whether the local Codex Atoll skill is behind @atollhq/skill-codex@latest. Non-interactive installs, CI, and installs with --ignore-scripts skip this check.