Deepseek Quick Config

# DeepSeek Quick Config for OpenClaw

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Deepseek Quick Config" with this command: npx skills add yang1002378395-cmyk/deepseek-quick-config

DeepSeek Quick Config for OpenClaw

5 分钟配置 DeepSeek V3 作为 OpenClaw 的 AI 模型。

为什么选 DeepSeek?

  • 性价比最高:¥0.27/百万 input tokens vs GPT-4o ¥35/百万
  • 性能强劲:接近 GPT-4 水平
  • 中文优化:国产模型,中文理解更好
  • 无需 VPN:国内直连,速度快

快速配置

Step 1: 获取 API Key

  1. 访问 https://platform.deepseek.com/
  2. 注册/登录
  3. 进入 API Keys 页面
  4. 创建新 Key

Step 2: 配置 OpenClaw

# 方法 1:命令行配置
openclaw configure --section models

# 选择 DeepSeek,粘贴 API Key

或编辑 ~/.openclaw/config.yaml:

models:
  default: deepseek-chat
  providers:
    deepseek:
      apiKey: sk-xxxxxxxx
      baseURL: https://api.deepseek.com/v1

Step 3: 测试连接

openclaw chat "你好,介绍一下你自己"

成本对比

模型Input (¥/百万)Output (¥/百万)相对成本
DeepSeek V3¥0.27¥1.081x
GPT-4o mini¥1.05¥4.204x
Claude Haiku¥0.63¥3.153x
GPT-4o¥35.00¥105.00130x
Claude Sonnet¥21.00¥105.0097x

常见问题

Q: 提示 "API key invalid"

A: 检查 Key 是否正确复制,没有多余空格

Q: 响应很慢

A: 深度思考模式 (deepseek-reasoner) 会慢一些,日常用 deepseek-chat

Q: 想用 R1 深度思考?

A: 把模型名改成 deepseek-reasoner

高级配置

启用流式输出

models:
  providers:
    deepseek:
      stream: true

自定义温度

models:
  providers:
    deepseek:
      temperature: 0.7  # 0-2,默认 1

需要帮助?

  • 微信:yanghu_ai
  • Telegram: @yanghu_openclaw

Version: 1.0.0 Created: 2026-03-21

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Openclaw Cn Installer

OpenClaw 中文安装配置助手。一键检测环境、配置国产 AI 模型(DeepSeek/智谱/阿里通义)。适合中国用户快速上手 OpenClaw。

Registry SourceRecently Updated
2560Profile unavailable
General

Ai Cost Optimizer

AI 模型成本优化器 - 自动计算 API 费用,推荐最优模型,对比 DeepSeek/智谱/通义/GPT 成本。省钱必备工具。

Registry SourceRecently Updated
1160Profile unavailable
General

Config Validator

验证和查询 OpenClaw 配置字段及有效值,提供配置示例并保证配置符合官方 schema 标准。

Registry SourceRecently Updated
3890Profile unavailable
General

Chinese LLM Router

Route OpenClaw chats to top Chinese LLMs with smart model selection, auto-fallback, cost tracking, and unified OpenAI-compatible API access.

Registry SourceRecently Updated
9870Profile unavailable