coda.io
/install coda-ai
coda-ai
CLI to read Coda.io content for AI agents.
Workflow
- docs → list all documents
- pages → list pages in a doc
- read → get page content
Setup (once)
npm install -g [email protected]
# Auth (Coda API token)
echo "CODA_API_TOKEN=YOUR_TOKEN" > .env
coda-ai auth --from-file .env
coda-ai whoami # verify auth
Credentials & Storage
- Stored at:
~/.coda-ai/config.json(written with 0600 permissions) - Remove stored credentials:
coda-ai logout
Commands
List Documents
coda-ai docs --compact # only id + name in toon format (recommended for AI Agents)
coda-ai docs # full data in toon format
coda-ai docs --format json # full data in json
coda-ai docs --format table # human-readable table
Returns: All docs sorted by most recent update. Use id field for next step.
List Pages
coda-ai pages --docId \x3CdocId> --compact # only id + name, toon format (recommended for AI Agents)
coda-ai pages --docId \x3CdocId> --format json # full data in json
coda-ai pages --docId \x3CdocId> --format tree # visual tree
coda-ai pages --docId \x3CdocId> # full data in toon format (default)
Returns: Page hierarchy. Use pageId for next step.
Read Content
coda-ai read --docId \x3CdocId> --pageId \x3CpageId> # markdown (default, recommended for AI Agents)
coda-ai read --docId \x3CdocId> --pageId \x3CpageId> --format json # structured data in json
coda-ai read --docId \x3CdocId> --pageId \x3CpageId> --format html # html export
Reference
Full docs: https://github.com/auniik/coda-ai#readme
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install coda-ai - After installation, invoke the skill by name or use
/coda-ai - Provide required inputs per the skill's parameter spec and get structured output
What is coda.io?
CLI to read Coda.io documents and pages. List docs, list pages, read content in markdown/json/html. It is an AI Agent Skill for Claude Code / OpenClaw, with 1246 downloads so far.
How do I install coda.io?
Run "/install coda-ai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is coda.io free?
Yes, coda.io is completely free (open-source). You can download, install and use it at no cost.
Which platforms does coda.io support?
coda.io is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created coda.io?
It is built and maintained by Anik Datta (@auniik); the current version is v0.2.3.