@atollhq/skill-codex
v0.1.5
Published
Install the Atoll project management integration for Codex CLI
Downloads
761
Maintainers
Readme
@atollhq/skill-codex
Install the Atoll project management integration for Codex CLI.
Gives your Codex agent the ability to manage tasks, goals, KPIs, initiatives, milestones, comments, and webhooks on Atoll — the same API surface a human teammate uses.
Install
npx @atollhq/skill-codex --key sk_atoll_... --org your-org-slugGet an API key from Settings > Members > Add Agent (or Create API Key for integrations) in the Atoll app.
This does three things:
- Appends (or updates) an
# Atoll Integrationsection in~/.codex/AGENTS.md - Copies API reference files to
~/.codex/atoll-references/ - Appends
ATOLL_API_KEYandATOLL_ORG_SLUGexports to your shell profile (~/.zshrcor~/.bashrc)
Open a fresh shell (or source your profile) and Codex has the Atoll integration.
Using the integration
Once installed, ask Codex anything task-related:
"List my Atoll tasks"
"Create an issue to fix the login bug, priority 1"
"What goals are off pace?"
"Move ATOLL-42 to in_progress"Companion CLI
For terminal-first work, see @atollhq/cli:
npm install -g @atollhq/cli
atoll auth login --key sk_atoll_...
atoll config set-org your-org-slug
atoll issue listLicense
MIT
