Batch API Skill
A skill for AI coding agents that teaches them how to work with the Doubleword Batch API for high-throughput, low-cost LLM inference.
What is a Skill?
Skills are reusable capabilities for AI agents. They provide procedural knowledge that helps agents accomplish specific tasks more effectively.
This skill covers:
- Submitting batch jobs via the Doubleword API
- Monitoring batch status and downloading results
- Using the autobatcher Python client
- Tool calling and structured outputs
- Available models and pricing
Installation
npx skills add https://github.com/doublewordai/batch-skillgit clone https://github.com/doublewordai/batch-skillSupported Agents
This skill works with AI coding agents including:
- Claude Code
- Cursor
- Windsurf
- Codex
- Other agents that support the skills format
Using the Skill
Once installed, you can ask your AI agent questions like:
- "How do I submit a batch job to Doubleword?"
- "Show me how to check batch status"
- "Help me download partial results"
- "What models are available and what do they cost?"
Updating
npx skills update doubleword-batchcd ~/.claude/skills/batch-skill && git pullLinks
License
MIT