coda
Coda Export
Export Coda pages and their descendants into local Markdown files using scripts/coda_export.py.
The exporter maintains a local .coda-export-index.json file in the output directory. If that directory already exists, re-runs should update only new pages and pages whose Coda updatedAt timestamp changed, instead of rewriting everything.
Prerequisites
- Python 3.9+
- A Coda API token and doc ID
Credential Handling
Before asking the user for Coda credentials, first check whether they already exist in local env files such as .env, .env.local, or similar project env files. If the values are present there, use them instead of asking again.
Getting Coda API Credentials
API Token
More from ash-ishh/skills
uv
Use `uv` instead of pip/python/venv. Run scripts with `uv run script.py`, add deps with `uv add`, use inline script metadata for standalone scripts.
6url-to-markdown
Convert web pages to clean markdown files. Use this skill whenever users want to fetch web content, extract articles, save web pages locally, or need URLs converted to markdown for context. Works with articles, blog posts, documentation. Automatically removes ads, navigation, and social media clutter. Triggers on phrases like "get this article", "save this webpage", "convert this URL to markdown", or when users provide URLs that need to be processed.
5vercel-deployment
Deploy and troubleshoot projects on Vercel in a repo-agnostic way. Use when setting up Vercel projects, connecting Git repos, configuring framework/root directory/build settings, syncing environment variables, adding domains, triggering deployments, or debugging Vercel build/runtime failures.
1