Deepseek api
Skill Harzva/deepseek-cli/packages/provider-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.1 KB, 269 tokens by cl100k_base, as published. Nobody here has run it
DeepSeek API Skill
Use DeepSeek for fast OpenAI-compatible chat, reasoning, JSON, and tool-call payloads.
When to use
- The user asks to call or compare provider APIs.
- A script or agent needs predictable stdout/stderr behavior.
- The task benefits from
--json,--stdin,--dry-run, or structured output.
Required CLI
deepseek doctor --json
Safe first call
deepseek chat "hello" --json
Agent execution rule
- Run
provider-api contract --jsonwhen learning the environment. - Run
deepseek doctor --jsonbefore live API calls. - Use
--dry-run --jsonto inspect payloads without calling the provider. - Use
--jsonfor machine-readable output. - Treat stdout as data and stderr as diagnostics.
- Never print API keys. Never execute tool calls inside the CLI; leave tool execution to the caller or Harness.
Troubleshooting
- Missing key: run
deepseek setupor set the provider environment variable. - Bad payload: run
deepseek chat "hello" --dry-run --jsonand inspectrequest.body. - Automation issue: prefer
--jsonand parse stdout only.
What ships with it: 3 files
497 B alongside SKILL.md
- examples.md144 B
- skill.json238 B
- troubleshooting.md115 B