deepseek-helper

deepseek-helper is a skill for Claude Code, Codex from dongsheng123132/u-claw. It costs 25 tokens per session (701 once invoked), scanned A, original, MIT.

A guide for using the DeepSeek API, a service that lets programs send requests to DeepSeek language models. It covers model choice, example requests, prompt improvements, cost estimates, and common API errors.

In plain words
What is it for?
Use it to create Python, curl, or Node.js API examples, choose between the listed DeepSeek models, estimate usage costs, improve prompts, and investigate common errors. It does not cover other providers, private model deployment, or live DeepSeek announcements.
Why use it?
It reduces the setup work for developers connecting an application to DeepSeek. It also helps explain which listed model fits a task and how token usage affects the estimate.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to create Python, curl, or Node.js API examples, choose between the listed DeepSeek models, estimate usage costs, improve prompts, and investigate common errors. It does not cover other providers, private model deployment, or live DeepSeek announcements.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dongsheng123132/u-claw/deepseek-helper
About the project

U-Claw is a portable AI workspace that places an OpenClaw assistant, its configuration, memory, sessions, and tools on a USB drive. Users set it up on supported computers and carry the workspace between them, configuring a model with their own API key. The catalogue contains skills and instructions related to using or preparing this portable setup.

dongsheng123132/u-claw · 1,747 stars · on GitHub · u-claw.org

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add dongsheng123132/u-claw --skill deepseek-helper
Clone the repo
git clone --depth 1 https://github.com/dongsheng123132/u-claw

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for deepseek-helper

README.md
[![agentmods](https://agentmods.dev/badge/skills/dongsheng123132/u-claw/deepseek-helper/github.svg)](https://agentmods.dev/skills/dongsheng123132/u-claw/deepseek-helper)
Your own site
<a href="https://agentmods.dev/skills/dongsheng123132/u-claw/deepseek-helper"><img src="https://agentmods.dev/badge/skills/dongsheng123132/u-claw/deepseek-helper/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for deepseek-helper

Your own site · 80×15
<a href="https://agentmods.dev/skills/dongsheng123132/u-claw/deepseek-helper"><img src="https://agentmods.dev/badge/skills/dongsheng123132/u-claw/deepseek-helper.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 701 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00025 $0.00701
Opus 5 $0.00013 $0.00351
Sonnet 5 $0.00005 $0.00140
Haiku 4.5 $0.00003 $0.00070

Measured 11d ago against content hash d75759a05d90, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

deepseek-helper scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- **API 调用示例**: 提供 Python、curl、Node.js 等语言的调用代码
portable/skills-cn/deepseek-helper/SKILL.md · 73 lines

What it actually says

DeepSeek API 助手

帮助用户高效使用 DeepSeek 系列模型,包括模型选择建议、API 调用示例、编程辅助和定价计算。

功能概述

  • 模型选择指南: deepseek-v4-flash vs deepseek-v4-pro 的使用场景对比
  • API 调用示例: 提供 Python、curl、Node.js 等语言的调用代码
  • 定价计算: 根据 token 用量估算费用(输入 ¥1/百万tokens,输出 ¥2/百万tokens)
  • Prompt 优化: 针对 DeepSeek 模型特性优化提示词
  • 错误排查: 常见 API 错误码解读和解决方案

模型对比

模型 适用场景 上下文长度
deepseek-v4-flash 日常对话、文案写作、知识问答,快且便宜 128K
deepseek-v4-pro 复杂推理、数学、代码生成与审查 128K

⚠️ 旧名 deepseek-chat / deepseek-coder / deepseek-reasoner 已下线, api.deepseek.com 现在只接受 deepseek-v4-flashdeepseek-v4-pro, 用旧名调用会直接返回 HTTP 400。

使用示例

基础 API 调用

帮我写一个调用 DeepSeek API 的 Python 脚本,实现多轮对话

模型选择

我要做一个客服机器人,应该用 deepseek-v4-flash 还是 deepseek-v4-pro?

费用估算

我每天大约处理 1000 条用户消息,平均每条 500 token,帮我算下月费用

错误排查

调用 DeepSeek API 返回 429 错误,怎么处理?

适用场景

  • 首次接入 DeepSeek API 的开发者
  • 需要在 deepseek-v4-flash 和 deepseek-v4-pro 之间做选择
  • 想要优化 API 调用成本
  • 排查 API 调用问题
  • 需要快速生成 API 调用代码片段

不适用场景

  • 需要调用 OpenAI / Claude 等其他模型的 API(请使用对应工具)
  • 需要实时获取 DeepSeek 最新公告(本技能基于已知信息)
  • 需要部署私有化 DeepSeek 模型(涉及运维,超出范围)

关键提示

  • DeepSeek API 兼容 OpenAI 格式,base_url 改为 https://api.deepseek.com
  • 国内访问无需翻墙,延迟低
  • 支持 function calling 和 JSON mode
  • 建议使用 stream 模式提升用户体验
  • API Key 申请地址: https://platform.deepseek.com
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 73 lines · 25 tokens per session scan A d75759a05d90

Subscribe to this mod's changes

deepseek-helper is a skill published in the GitHub repository dongsheng123132/u-claw (1,747 stars, last pushed 3d ago), licensed MIT. It adds 25 tokens to every session and 701 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

proxy-local-ai-subscriptions

A guide for exposing your local Codex, ChatGPT Codex, or Claude Code subscription through a protected local OpenAI-compatible endpoint, then connecting it to NextClaw as a custom provider.

Peiiii/nextclaw · 126 tokens

opik-optimizer

Optimize LLM prompts, tools, and agents in Opik using standardized optimizer workflows (prompt optimization, tool optimization, and parameter tuning), dataset/metric wiring, and result interpretation.

vincentkoc/dotskills · 41 tokens

llm-engineering-expert

Build reliable applications on large language models: prompt design, structured output, evaluation, guardrails, and cost and latency control. Use when the user mentions LLMs, prompts, prompt engineering, few-shot examples, structured or JSON output, function calling, hallucination, model evaluation, token costs…

personamanagmentlayer/pcl · 92 tokens

openai-docs

Use when the user asks how to build with OpenAI products or APIs and needs up-to-date official documentation with citations, help choosing the latest model for a use case, or model upgrade and prompt-upgrade guidance; prioritize OpenAI docs MCP tools, use bundled references only as helper context, and restrict any…

Haohao-end/openagent · 74 tokens

building-agent-systems

AI agent and LLM system engineering reference covering single-agent dev (ReAct, tool calling, plan-execute), multi-agent coordination (swarm, role decomposition, file locking), LLM security (prompt injection, jailbreak defense, output filtering), RAG architecture (chunking, hybrid retrieval, rerank), and prompt…

telagod/code-abyss · 110 tokens

ml

Machine learning and LLM engineering judgment, distilled from a stronger model - invoke when DECIDING whether/how to use ML or an LLM for a task (prompt vs RAG vs fine-tune vs classical); working with training/eval data or labels; building or reviewing evals for models and LLM features; designing RAG, structured…

telagod/code-abyss · 114 tokens