A skill for AI coding agents that teaches them how to work with the Doubleword platform for high-performance LLM inference and CLI tooling.
Skills are reusable capabilities for AI agents. They provide procedural knowledge that helps agents accomplish specific tasks more effectively.
This skill covers:
- Three inference modes: realtime, async (autobatcher), and batch
- 12 models across text generation, vision, OCR, and embeddings
- The
dwCLI for batch workflows, streaming, and local file tools - Tool calling and structured outputs
- Model pricing across realtime, async, and batch tiers
npx skills add https://github.com/doublewordai/doubleword-skillgit clone https://github.com/doublewordai/doubleword-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 use Doubleword for realtime inference?"
- "Set up autobatcher to batch my API calls automatically"
- "Help me submit a batch job and download results"
- "What models are available and what do they cost?"
- "Show me how to use the dw CLI to process a JSONL file"
- "How do I use structured outputs with Doubleword?"
npx skills update doublewordcd ~/.claude/skills/doubleword-skill && git pullMIT