agentsclimarketplace

Anthropic api

Skill Harzva/deepseek-cli/skills/anthropic-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 anthropic-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.2 KB, 279 tokens by cl100k_base, as published. Nobody here has run it

Anthropic Claude API Skill

Use native Claude Messages API for extended thinking, prompt caching, tool use, and long document reasoning.

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

anthropic-api doctor --json

Safe first call

anthropic-api messages "Explain this error" --json

Agent execution rule

  1. Run provider-api contract --json when learning the environment.
  2. Run anthropic-api doctor --json before live API calls.
  3. Use --dry-run --json to inspect payloads without calling the provider.
  4. Use --json for machine-readable output.
  5. Treat stdout as data and stderr as diagnostics.
  6. Never print API keys. Never execute tool calls inside the CLI; leave tool execution to the caller or Harness.

Troubleshooting

  • Missing key: run anthropic-api setup or set the provider environment variable.
  • Bad payload: run anthropic-api chat "hello" --dry-run --json and inspect request.body.
  • Automation issue: prefer --json and parse stdout only.

What ships with it: 3 files

569 B alongside SKILL.md

Keep looking

Skills are one crate of 326,764. 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.