A skill for AI coding agents that teaches them how to work with the Doubleword Batch API for high-throughput, low-cost LLM inference.
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
npx skills add https://github.com/doublewordai/batch-skillgit clone https://github.com/doublewordai/batch-skillThis skill works with AI coding agents including:
- Claude Code
- Cursor
- Windsurf
- Codex
- Other agents that support the skills format
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?"
npx skills update doubleword-batchcd ~/.claude/skills/batch-skill && git pullMIT