install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/bseye520/doubao-chat" ~/.claude/skills/openclaw-skills-doubao-chat && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/bseye520/doubao-chat" ~/.openclaw/skills/openclaw-skills-doubao-chat && rm -rf "$T"
manifest:
skills/bseye520/doubao-chat/SKILL.mdsource content
豆包聊天
使用豆包免费 API 进行对话,支持联网搜索。
环境变量
DOUBAO_SESSIONID=your_sessionid
使用方法
node scripts/chat.js "你好"
API 端点
对话补全:POST https://doubao-free-api.vercel.app/v1/chat/completions