Skip to content

doublewordai/doubleword-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Doubleword Inference Skill

A skill for AI coding agents that teaches them how to work with the Doubleword platform for high-performance LLM inference and CLI tooling.

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:

  • Three inference modes: realtime, async (autobatcher), and batch
  • 12 models across text generation, vision, OCR, and embeddings
  • The dw CLI for batch workflows, streaming, and local file tools
  • Tool calling and structured outputs
  • Model pricing across realtime, async, and batch tiers

Installation

npx skills add https://github.com/doublewordai/doubleword-skill
git clone https://github.com/doublewordai/doubleword-skill

Supported 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 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?"

Updating

npx skills update doubleword
cd ~/.claude/skills/doubleword-skill && git pull

Links

License

MIT

About

Claude Code skill for working with the Doubleword Batch API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors