doubao-chat

Create interactive Doubao chat conversations with live search via Node.js.

1|1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/xianmingyao/openclaw-CaySon --skill doubao-chat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doubao-chat
Source: https://github.com/xianmingyao/openclaw-CaySon/tree/main/skills/doubao-chat
Command: npx skills add https://github.com/xianmingyao/openclaw-CaySon --skill doubao-chat

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

豆包免费 API 提供对话能力,降低接入门槛,帮助开发者快速实现 AI 助手对话。

Core Features & Use Cases

  • 免费 API 对话: 使用 Doubao 的免费接口实现自然语言交互。
  • 联网搜索支持: 在对话中进行联网信息检索,提供实时答案。
  • Use Case: 将 AI 助手快速嵌入到产品原型,用户提问即可获得即时回复。

Quick Start

通过 node scripts/chat.js '你好' 直接与 Doubao 免费 API 进行对话。

Frequently Asked Questions about doubao-chat

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate the Doubao free API for conversational AI in Node.js?

Use the Node.js chat script to run a POST-based chat flow to the Doubao free API. Execute `node scripts/chat.js 'your prompt'` to send prompts and receive conversational AI responses.

Can I use live search capabilities with the Doubao free API?

Yes, the Doubao free API supports live search capabilities. The chat assistant performs live internet searches during conversations to retrieve real-time information and provide up-to-date answers.

Do I need a DOUBAO_SESSIONID to authenticate the Doubao chat API?

Yes, you need a DOUBAO_SESSIONID for session-based authentication. Set this environment variable before running the Node.js chat script to authorize your POST requests to the Doubao API.

What is the best way to build an AI assistant prototype using a free conversational API?

Build an AI assistant prototype using the Doubao free conversational API. It enables developers to quickly embed interactive chat features into product prototypes to handle immediate user inquiries.

Does the Doubao free API chat script require any external dependencies?

No, the Doubao free API chat script requires no external dependencies. It relies solely on a Node.js environment and a DOUBAO_SESSIONID environment variable to execute the POST-based conversational chat flow.