Coda Packs
Skill by 0x7466
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/0x7466/coda-packsWhat This Skill Does
The Coda Packs skill, developed by 0x7466, provides an interface to manage your Coda Packs using the Coda REST API v1. This tool is designed for developers who need to manage the metadata and lifecycle of private Coda Packs directly through OpenClaw. It enables users to list, create, update, and delete Pack shells without leaving the command environment. Whether you are scaffolding a new integration or cleaning up old development projects, this skill bridges the gap between your workspace and Coda's infrastructure.
Installation
To begin using the Coda Packs skill, ensure you have Python 3.7+ and the requests library installed. You will need a Coda API token generated from your Coda account's API settings. Install the skill using the following command:
clawhub install openclaw/skills/skills/0x7466/coda-packs
Once installed, set your credentials by running export CODA_API_TOKEN="your_token_here" in your terminal session. Always verify that your API token has sufficient permissions to manage Packs.
Use Cases
- Project Scaffolding: Quickly create the base shell for a new Pack before adding logic via the Pack SDK.
- Metadata Maintenance: Update descriptions or names of existing Packs to keep your development workspace organized.
- Workspace Cleanup: Remove deprecated or testing-stage Packs to keep your Coda account clutter-free.
- Inventory Auditing: List all Packs associated with your account to track development progress.
Example Prompts
- "List all the Coda Packs I currently have in my account."
- "Create a new Coda Pack named 'System Metrics' with the description 'Monitor server performance data in real-time'."
- "Update the description of my Coda Pack with ID 'pack-123' to 'Advanced System Metrics and Alerts'."
Tips & Limitations
It is important to understand that the REST API handles only administrative metadata. For building code, running tests, or submitting to the Coda Gallery, you must use the official @codahq/packs-sdk. If you need to manipulate documents or tables, use the general coda skill instead. Always exercise caution when using the delete command, as this action is permanent and requires explicit confirmation. For complex development cycles, leverage the CLI tools for builds while using this skill for high-level management.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-0x7466-coda-packs": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
bw-cli
Interact with Bitwarden password manager using the bw CLI. Covers authentication (login/unlock/logout/status), vault operations (list/get/create/edit/delete/restore items, folders, attachments, collections), password/passphrase generation, organization management, and Send/receive. Use for "bitwarden", "bw", "password safe", "vaultwarden", "vault", "password manager", "generate password", "get password", "unlock vault", "share send".
coda
General-purpose Coda document manager via REST API v1. Supports listing/creating/updating/deleting docs, managing tables/rows/pages, triggering automations, and exploring doc structure. Requires CODA_API_TOKEN environment variable. Delete operations require explicit confirmation; publishing and permission changes require explicit user intent.
open-webui
Complete Open WebUI API integration for managing LLM models, chat completions, Ollama proxy operations, file uploads, knowledge bases (RAG), image generation, audio processing, and pipelines. Use this skill when interacting with Open WebUI instances via REST API - listing models, chatting with LLMs, uploading files for RAG, managing knowledge collections, or executing Ollama commands through the Open WebUI proxy. Requires OPENWEBUI_URL and OPENWEBUI_TOKEN environment variables or explicit parameters.
kimai-time-tracking
Complete Kimai time-tracking API integration. Manage timesheets, customers, projects, activities, teams, invoices and exports via REST API. Supports time tracking workflows, reporting, and administrative operations. Keywords - kimai, zeiterfassung, timesheet, tracking, project, customer, activity, invoice, export, timer, stunden