Applications
Donutwork Codex Skill
Ship integrations faster with the official Donutwork Codex skill package, including endpoint maps, entity models, and production-ready integration playbooks.
Donutwork Codex Skill
The official donutwork Codex skill is a ready-to-use integration accelerator for partner and product teams.
It turns API docs into implementation-ready guidance with scope mapping, entity payload models, and go-live checklists.
Why Teams Adopt It
- Reduce API onboarding time from days to hours.
- Build safer integrations with least-privilege scope guidance.
- Standardize payload contracts across engineering teams.
- Improve go-live confidence with repeatable validation checklists.
What Is Included
SKILL.md: operating workflow and response contract.references/api-endpoint-map.json: method/path/scope inventory.references/entity-models.json: field-level entity model catalog.references/openapi.public.json: OpenAPI snapshot for tooling.references/integration-playbook.md: implementation and launch blueprint.
Download
- Latest package:
/downloads/donutwork-skill-latest.tar.gz - Latest checksum:
/downloads/donutwork-skill-latest.sha256 - Versioned package (
v1.0.0):/downloads/donutwork-skill-v1.0.0.tar.gz - Versioned checksum (
v1.0.0):/downloads/donutwork-skill-v1.0.0.sha256
Install In 60 Seconds
mkdir -p "${CODEX_HOME:-$HOME/.codex}/skills"
tar -xzf donutwork-skill-latest.tar.gz -C "${CODEX_HOME:-$HOME/.codex}/skills"Optional integrity check:
sha256sum -c donutwork-skill-latest.sha256The extracted folder name is donutwork, so you can invoke it directly with $donutwork.
Quickstart Prompts
Use $donutwork to design an integration plan for syncing customers and subscriptions.Use $donutwork to map required scopes for customer, charge, and webhook endpoints.Use $donutwork to generate request payload models and a production go-live checklist.
Next Steps
- Start from the AI Integration Hub for a complete AI-first integration path.
- If your team uses Claude Code, see Donutwork Claude Code Skill.
- Use API Authentication to validate API key and OAuth setup.
- Use API Reference to expand your endpoint coverage after the first release.