agentsclimarketplace

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

Install
npx -y skills add Harzva/deepseek-cli --skill deepseek-api

Assembled 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 --json for automation.
  • Use --dry-run before 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

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.