coda-packs

Manage Coda Packs via the Coda REST API v1.

2|1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/simplefarmer69/ape-claw --skill coda-packs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coda-packs
Source: https://github.com/simplefarmer69/ape-claw/tree/main/data/forge-skills/clawhub-coda-packs
Command: npx skills add https://github.com/simplefarmer69/ape-claw --skill coda-packs

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the management of Coda Packs through its REST API, allowing users to list, create, update, and delete private Packs without manual intervention in the Coda UI.

Core Features & Use Cases

  • Pack Management: Perform CRUD operations on Coda Packs.
  • API Integration: Leverages Coda's v1 REST API for pack management.
  • Use Case: A developer needs to quickly create multiple private Pack shells for a new project, or clean up unused Packs from their Coda account.

Quick Start

Use the coda-packs skill to list all your Coda Packs.

Frequently Asked Questions about coda-packs

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

FAQPage Schema
How do I manage Coda Packs via the REST API?

To manage Coda Packs via the REST API, you can perform CRUD operations on private Packs using the Coda REST API v1. This requires setting the CODA_API_TOKEN environment variable and using Python 3.7+ with the requests library.

Can I automate creating and deleting private Coda Packs?

Yes, you can automate creating and deleting private Coda Packs by sending requests to the Coda REST API v1. This allows you to quickly create Pack shells for projects or clean up unused Packs without manual UI intervention.

Does Coda API Pack management support building and submitting to the gallery?

No, Coda API Pack management does not support Pack builds, gallery submission, analytics, or collaborator management. These specific actions require using the Coda Pack SDK CLI instead of the REST API.

What do I need to set up before managing Coda Packs programmatically?

Before managing Coda Packs programmatically, you need to configure a CODA_API_TOKEN environment variable and ensure Python 3.7+ with the requests library is installed to authenticate and execute API calls.

Why does my Coda Pack management script fail to update Pack collaborators?

Your Coda Pack management script fails because the REST API does not support collaborator management. You must use the Coda Pack SDK CLI to manage collaborators, builds, gallery submissions, and analytics.

Is there a way to list all my private Coda Packs automatically?

Yes, you can list all your private Coda Packs automatically by making a listing request to the Coda REST API v1. This returns your available Packs for automated inventory tracking and management.