deepseek
OfficialDeepSeek OpenAI-compatible AI via curl.
Authorvm0-ai
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides curl-based access to OpenAI-compatible DeepSeek models for chat, reasoning, and code generation, enabling cost-effective AI integration.
Core Features & Use Cases
- Chat completions with deepseek-chat
- Deep reasoning with deepseek-reasoner
- Code generation (FIM) and multi-turn conversations
- Function-calling and tooling integration
Quick Start
Basic chat: bash -c 'curl -s "https://api.deepseek.com/chat/completions" -X POST -H "Content-Type: application/json" -H "Authorization: Bearer ${DEEPSEEK_API_KEY}" -d '{"model":"deepseek-chat","messages":[{"role":"user","content":"Hello"}]}' | jq .'
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: deepseek Download link: https://github.com/vm0-ai/vm0-skills/archive/main.zip#deepseek Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.