← 返回 Skills 市场
bseye520

DeepSeek Chat

作者 bseye520 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
854
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install deepseek-chat
功能描述
DeepSeek 官方 API 对话(免费/超便宜,支持中文)
使用说明 (SKILL.md)

DeepSeek 聊天

DeepSeek 官方 API,支持中文对话、文件处理、联网搜索。

环境变量

DEEPSEEK_API_KEY=sk-xxx

使用方法

node scripts/chat.js "你好"

模型

  • deepseek-chat - 通用对话
  • deepseek-coder - 代码
  • deepseek-reasoner - R1 深度思考

价格

超级便宜:

  • 输入:¥0.27 / 百万 tokens
  • 输出:¥1.10 / 百万 tokens
安全使用建议
This skill is a simple DeepSeek API client, but it has notable problems you should address before using it: 1) Do not use the embedded API key in config.env — it may be real and is exposed in the package. Replace it with your own key and, if you already used the included key, rotate/revoke it immediately. 2) The package metadata claims curl is required but the script uses node; ensure you run it with node and that the environment matches the runtime expectations. 3) The registry metadata failing to declare DEEPSEEK_API_KEY is an inconsistency — expect to set DEEPSEEK_API_KEY in your environment rather than trusting config.env. 4) Confirm the DeepSeek API hostname (api.deepseek.com) and the project's homepage independently before sending sensitive data. If you intend to install or run this skill, remove the bundled config.env, supply your own API key from a trusted source, and verify the key has only the minimal permissions you need.
功能分析
Type: OpenClaw Skill Name: deepseek-chat Version: 1.0.0 The skill bundle provides a functional integration with the DeepSeek API, but it contains a hardcoded API key in the `config.env` file, which is a significant security vulnerability (credential leak). While the logic in `scripts/chat.js` is benign and correctly implements the stated functionality using the official `api.deepseek.com` endpoint, the inclusion of active secrets in the bundle is high-risk behavior.
能力评估
Purpose & Capability
The skill's stated purpose (DeepSeek chat) matches the actual behavior (scripts/chat.js calls api.deepseek.com). However the registry metadata claims no required env vars and lists curl as a required binary, while the runtime requires node and DEEPSEEK_API_KEY. These mismatches are incoherent with the stated packaging.
Instruction Scope
SKILL.md instructs running node scripts/chat.js and documents DEEPSEEK_API_KEY. The script only sends the prompt to api.deepseek.com and prints the response (no other file reads or odd network endpoints). However SKILL.md and repository include a config.env with a plaintext API key, which expands the skill's scope by embedding credentials in the package.
Install Mechanism
There is no install spec (instruction-only skill with a small helper script). This lowers install-time risk because nothing is downloaded or extracted during install.
Credentials
The runtime legitimately needs a DEEPSEEK_API_KEY, but the registry metadata does not declare any required env vars or a primary credential — an inconsistency. Worse, a plaintext API key is included in config.env (DEEPSEEK_API_KEY=sk-058c4513...), which is disproportionate and risky because it may be a valid secret bundled in the skill.
Persistence & Privilege
The skill does not request persistent 'always' inclusion, does not modify other skills, and does not require elevated system privileges. Autonomous invocation is allowed by default but is not combined with other high-risk factors here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install deepseek-chat
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /deepseek-chat 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of deepseek-chat skill. - Supports official DeepSeek API for chat, file handling, and web search - Chinese language supported - Provides usage instructions and environment variable setup - Includes three models: deepseek-chat, deepseek-coder, deepseek-reasoner - Transparent low pricing per million tokens
元数据
Slug deepseek-chat
版本 1.0.0
许可证
累计安装 4
当前安装数 3
历史版本数 1
常见问题

DeepSeek Chat 是什么?

DeepSeek 官方 API 对话(免费/超便宜,支持中文). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 854 次。

如何安装 DeepSeek Chat?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install deepseek-chat」即可一键安装,无需额外配置。

DeepSeek Chat 是免费的吗?

是的,DeepSeek Chat 完全免费(开源免费),可自由下载、安装和使用。

DeepSeek Chat 支持哪些平台?

DeepSeek Chat 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 DeepSeek Chat?

由 bseye520(@bseye520)开发并维护,当前版本 v1.0.0。

💬 留言讨论