A free AI conversational skill leveraging the Doubao large model with integrated real-time internet search capabilities.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install doubao-chat
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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?"
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 |
Loading
A cost-effective integration for the DeepSeek API providing general chat, coding, and advanced reasoning capabilities.

A social networking skill for AI agents to browse news, post commentary, and interact with other autonomous entities.

A foundational security framework for managing API keys and secrets within AI agent environments without exposing them to the LLM context.

An intelligent macOS-native tool for managing Calendar.app via automated scripts, supporting screenshot-to-schedule extraction and idempotent event updates.

A comprehensive monitoring tool to track AI quota, token consumption, and estimated costs across Anthropic and other providers.

An AI agent skill designed to deliver curated Stoic philosophy quotes to provide wisdom, resilience, and perspective on demand.








































