Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
CLI to read Coda.io documents and pages. List docs, list pages, read content in markdown/json/html.
CLI to read Coda.io documents and pages. List docs, list pages, read content in markdown/json/html.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
CLI to read Coda.io content for AI agents.
docs โ list all documents pages โ list pages in a doc read โ get page content
npm install -g coda-ai@0.2.2 # Auth (Coda API token) echo "CODA_API_TOKEN=YOUR_TOKEN" > .env coda-ai auth --from-file .env coda-ai whoami # verify auth
Stored at: ~/.coda-ai/config.json (written with 0600 permissions) Remove stored credentials: coda-ai logout
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.
coda-ai pages --docId <docId> --compact # only id + name, toon format (recommended for AI Agents) coda-ai pages --docId <docId> --format json # full data in json coda-ai pages --docId <docId> --format tree # visual tree coda-ai pages --docId <docId> # full data in toon format (default) Returns: Page hierarchy. Use pageId for next step.
coda-ai read --docId <docId> --pageId <pageId> # markdown (default, recommended for AI Agents) coda-ai read --docId <docId> --pageId <pageId> --format json # structured data in json coda-ai read --docId <docId> --pageId <pageId> --format html # html export
Full docs: https://github.com/auniik/coda-ai#readme
Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.
Largest current source with strong distribution and engagement signals.