install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/barisoezcan1905/deepseek" ~/.claude/skills/clawdbot-skills-deepseek && rm -rf "$T"
manifest:
skills/barisoezcan1905/deepseek/SKILL.mdsource content
DeepSeek Agent Skill
Integrates DeepSeek API with OpenClaw agents.
Features
- Call DeepSeek API for chat completions
- Support for code generation
- Configurable API endpoint
Usage
The agent can use this tool to query DeepSeek for:
- Code generation
- Problem solving
- Planning and analysis
Configuration
Set
DEEPSEEK_API_KEY environment variable.