Deepseek api
Skill Harzva/deepseek-cli/packages/deepseek-api-cli/skills/deepseek-api
DeepSeek-first API CLI and Agent Skills toolkit with multi-provider fallbackFrom the repository description
npx -y skills add Harzva/deepseek-cli --skill deepseek-apiAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, 273 tokens by cl100k_base, as published. Nobody here has run it
DeepSeek API Skill
Use this skill when an agent or user needs to call DeepSeek through the deepseek CLI.
When to use
需要速度、推理能力和 OpenAI-compatible 工具链时。
Best for: 快速问答、推理、Tool Call payload、JSON 输出
Required CLI
deepseek doctor --json
Safe first call
deepseek chat "hello" --dry-run --json
Live call
deepseek chat "hello" --json
Stdin workflow
cat input.txt | deepseek chat --stdin "Summarize this" --json
Structured output
deepseek chat "Return JSON with summary and next_action" --response-format json --json
Agent rules
- Prefer
--jsonfor automation. - Use
--dry-runbefore live calls when debugging payload shape. - Never print API keys.
- Do not parse stderr as model output.
- Do not execute tool calls inside the CLI. Let the application or Harness execute tools.
Troubleshooting
deepseek doctor --json
deepseek contract --json
deepseek curl "hello"
What ships with it: 3 files
541 B alongside SKILL.md
- examples.md162 B
- skill.json193 B
- troubleshooting.md186 B