← 返回 Skills 市场
bseye520

Doubao Chat

作者 bseye520 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
906
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install doubao-chat
功能描述
豆包大模型对话(免费 API,支持联网搜索)
使用说明 (SKILL.md)

豆包聊天

使用豆包免费 API 进行对话,支持联网搜索。

环境变量

DOUBAO_SESSIONID=your_sessionid

使用方法

node scripts/chat.js "你好"

API 端点

对话补全:POST https://doubao-free-api.vercel.app/v1/chat/completions

安全使用建议
This skill appears to be a small Node script that sends prompts to a third‑party API and requires you to provide DOUBAO_SESSIONID (sent as a Bearer token). Before installing: (1) Confirm the DOUBAO_SESSIONID is safe to use here — it may grant access to your Doubao account; prefer a limited/throwaway token if possible. (2) Verify the API host (doubao-free-api.vercel.app) is legitimate and intended by the publisher — the skill's homepage is doubao.com but the API is hosted on Vercel, which may be a proxy. (3) Ask the publisher to correct registry metadata to declare the required env var and to remove the unnecessary 'curl' requirement, and to clarify whether web-search is actually supported. If you cannot verify these points, avoid supplying production or sensitive credentials to this skill.
功能分析
Type: OpenClaw Skill Name: doubao-chat Version: 1.0.0 The skill uses an unofficial third-party API endpoint (doubao-free-api.vercel.app) to proxy requests to the Doubao LLM. The script scripts/chat.js requires a sensitive DOUBAO_SESSIONID environment variable, which it transmits as a Bearer token to this non-official Vercel-hosted domain. While the code performs its stated function, the use of a third-party proxy for session credentials presents a high risk of credential harvesting and unauthorized access to the user's Doubao account.
能力评估
Purpose & Capability
Name/description claim a Doubao chat with web-search support; the code implements a basic chat client calling https://doubao-free-api.vercel.app/v1/chat/completions which is consistent with a chat skill, but the advertised 'supports联网搜索' (web search) is not implemented in the script. Also SKILL.md metadata lists required binaries ['curl','node'] while the included script only needs node.
Instruction Scope
SKILL.md instructs setting DOUBAO_SESSIONID and running node scripts/chat.js, which matches the script's behavior. The instructions do not read other files or exfiltrate local data. However the runtime instructions mention an API endpoint on a Vercel domain rather than the skill homepage (doubao.com), which is an unexpected divergence the user should confirm.
Install Mechanism
Instruction-only skill with a small included Node script and no install spec — nothing is downloaded or written to disk by an installer. This is low install risk.
Credentials
The script requires a DOUBAO_SESSIONID environment variable (used as a Bearer token) but the registry metadata claimed no required env vars; this mismatch is a notable incoherence. No other credentials are requested, which is proportionate, but you should confirm where the session token is valid and whether it grants account-level access.
Persistence & Privilege
The skill does not request always: true and does not persist or modify other skills or system config. It runs only when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install doubao-chat
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /doubao-chat 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of doubao-chat skill. - Enables conversation with Doubao model using a free API. - Supports internet-connected search queries. - Requires session ID as an environment variable. - Simple usage with Node.js command. - Includes POST endpoint for chat completions.
元数据
Slug doubao-chat
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Doubao Chat 是什么?

豆包大模型对话(免费 API,支持联网搜索). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 906 次。

如何安装 Doubao Chat?

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

Doubao Chat 是免费的吗?

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

Doubao Chat 支持哪些平台?

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

谁开发了 Doubao Chat?

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

💬 留言讨论