โ† All skills
Tencent SkillHub ยท Productivity

coda.io

CLI to read Coda.io documents and pages. List docs, list pages, read content in markdown/json/html.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

CLI to read Coda.io documents and pages. List docs, list pages, read content in markdown/json/html.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.2.3

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

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 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

Credentials & Storage

Stored at: ~/.coda-ai/config.json (written with 0600 permissions) Remove stored credentials: coda-ai logout

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 <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.

Read Content

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

Reference

Full docs: https://github.com/auniik/coda-ai#readme

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc