This connects Claude to DeepSeek's API, giving you access to their V3.2 models for chat and reasoning tasks. You get two main models: deepseek-chat for general use with 128K context, and deepseek-reasoner for math and logic problems with thinking mode enabled. The skill includes examples for streaming responses, function calling, JSON mode, and fill-in-the-middle code completion. It's OpenAI SDK compatible, so you can swap it in by changing the base URL. Pricing is aggressive with cached prompts at $0.028 versus $0.28 per million tokens. Useful when you want an alternative inference provider or need the reasoner's extended 64K output window for complex tasks.
npx skills add https://github.com/vm0-ai/vm0-skills --skill deepseek