coda

Provide administrative functions for documents and accounts in World of Warcraft's Classic Era and Burning Crusade expansions.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/rbkayz/gitskills --skill coda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coda
Source: https://github.com/rbkayz/gitskills/tree/main/skills/registry/openclaw-coda
Command: npx skills add https://github.com/rbkayz/gitskills --skill coda

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines interactions with Coda documents, automating tasks like data entry, document management, and triggering workflows, saving users significant manual effort.

Core Features & Use Cases

  • Document Management: List, create, and delete Coda documents.
  • Table Operations: Read, insert, update, and delete rows in Coda tables.
  • Automation Triggering: Execute Coda automations directly.
  • Use Case: Automatically update a project status table in Coda whenever a task is marked as complete in an external system, ensuring real-time data synchronization.

Quick Start

Use the coda skill to list all documents in your Coda workspace.

Frequently Asked Questions about coda

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate updating rows in a Coda document table from an external system?

To automate updating Coda table rows from external systems, you can use the Coda REST API v1 to perform CRUD operations on table rows. This enables real-time data synchronization by automatically inserting or updating rows whenever external triggers occur.

Can I trigger Coda automations programmatically via the API?

Yes, you can trigger Coda automations programmatically by sending requests through the Coda REST API v1. This allows external scripts to execute document workflows directly, automating manual processes and bridging Coda with outside task management tools.

What do I need to manage Coda documents and tables using Python?

To manage Coda documents and tables using Python, you need Python 3.7+ with the requests library installed, and the CODA_API_TOKEN environment variable configured for authentication. This setup enables listing, creating, and deleting Coda documents.

What is the best way to synchronize external project status data with Coda tables?

The best way to synchronize external project status data with Coda tables is using the Coda REST API v1 to perform row updates. By triggering Coda automations and updating table rows via API calls, you ensure real-time document automation and data synchronization.

Are there limitations when deleting documents or rows through the Coda API?

The Coda REST API v1 supports deleting documents and table rows, but requires proper authentication via the CODA_API_TOKEN environment variable. Operations are bound by standard API rate limits and require Python 3.7+ with the requests library for execution.