← Back to Skills Marketplace
906
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install doubao-chat
Description
豆包大模型对话(免费 API,支持联网搜索)
README (SKILL.md)
豆包聊天
使用豆包免费 API 进行对话,支持联网搜索。
环境变量
DOUBAO_SESSIONID=your_sessionid
使用方法
node scripts/chat.js "你好"
API 端点
对话补全:POST https://doubao-free-api.vercel.app/v1/chat/completions
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install doubao-chat - After installation, invoke the skill by name or use
/doubao-chat - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Doubao Chat?
豆包大模型对话(免费 API,支持联网搜索). It is an AI Agent Skill for Claude Code / OpenClaw, with 906 downloads so far.
How do I install Doubao Chat?
Run "/install doubao-chat" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Doubao Chat free?
Yes, Doubao Chat is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Doubao Chat support?
Doubao Chat is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Doubao Chat?
It is built and maintained by bseye520 (@bseye520); the current version is v1.0.0.
More Skills