deepseek
Installation
SKILL.md
deepseek - DeepSeek AI Integration
The deepseek module provides a CLI interface for DeepSeek's AI models, including the powerful V3 model and the reasoning-focused model.
When to Activate
- When the user wants to use DeepSeek for chat, text generation, or coding tasks.
- When the user needs complex reasoning or math solving using the
deepseek-reasonermodel. - When checking DeepSeek account balance or managing API keys.
Core Principles & Rules
- API Key Management: Use
initor--cfg apikey=<key>for setup. - Model Selection: Default is V3 (
@ds). Use--model deepseek-reasonerfor tasks requiring deep thought. - Balance Monitoring: Use the
balancesubcommand to keep track of credits.
Additional Scenarios
- Quick Alias: Use
@dsfor rapid interaction. - Project Configuration: Set default models per project using the
--cfgoptions.