Doubao Chat for Openclaw

A free AI conversational skill leveraging the Doubao large model with integrated real-time internet search capabilities.

bseye520
v1.0.0
Mar 8, 2026
0
1.7k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install doubao-chat

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install doubao-chat using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Doubao Chat?

Doubao Chat is a powerful integration for the Openclaw Skills ecosystem that provides access to the Doubao large language model (LLM) through a community-maintained free API. It stands out by offering native internet search functionality, allowing the agent to provide up-to-date answers and conduct research that extends beyond its training data.

This skill is designed for developers who need a cost-effective yet capable LLM for automation, chat interfaces, and data retrieval. By utilizing a simple Node.js implementation, it allows for quick deployment of intelligent chat features without the friction of complex paid API management.

Doubao Chat Use Cases

  • Performing real-time web research for technical documentation or news.
  • Integrating a free conversational AI layer into terminal-based tools.
  • Automating prompt-based tasks within Openclaw Skills workflows.
  • Generating natural language responses for AI coding agents without subscription costs.

How Doubao Chat Works

  1. The skill authenticates with the service using a provided session ID environment variable.
  2. User input is processed via a Node.js script and formatted for the API endpoint.
  3. The request is sent to the Doubao free API gateway which supports chat completions.
  4. If internet search is required, the model browses the live web to gather context.
  5. The AI-generated response is returned to the terminal or calling agent for further action.

Doubao Chat Setup

To deploy this skill within your Openclaw Skills environment, ensure you have Node.js and curl installed on your system.

# Define your session ID as an environment variable
export DOUBAO_SESSIONID=your_sessionid_here

# Run the chat script with your message
node scripts/chat.js "Hello, how can you help me?"

Doubao Chat Data Schema & Taxonomy

The skill manages session-based data and communicates via standard JSON payloads. Below is the primary configuration structure:

Attribute Description Required
DOUBAO_SESSIONID The session identifier for API authentication Yes
API Endpoint https://doubao-free-api.vercel.app/v1/chat/completions Internal
Input Prompt The string message sent to the chat script Yes

Doubao Chat Advanced Features

  • Real-time web browsing and information retrieval.
  • Zero-cost API access for high-frequency testing and development.
  • Minimal dependency footprint requiring only standard Node.js and Curl.
  • Seamless compatibility with other agents in the Openclaw Skills library.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*