doubao-chat
豆包大模型对话(免费 API,支持联网搜索)
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bseye520/doubao-chatWhat This Skill Does
The doubao-chat skill integrates the Doubao (ByteDance) large language model into the OpenClaw ecosystem. This skill provides a powerful interface for natural language processing, enabling users to generate text, answer complex queries, and leverage real-time web search capabilities directly within their workflow. By utilizing the free Doubao API, it serves as a cost-effective alternative for high-performance AI interactions, allowing users to automate responses, research information, and brainstorm ideas without incurring usage fees.
Installation
To integrate the doubao-chat skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/bseye520/doubao-chat
Once the installation completes, ensure you have set the necessary environment variable DOUBAO_SESSIONID to your active session identifier. This key is crucial for authenticating your requests against the API endpoint.
Use Cases
This skill is highly versatile and fits into various workflows:
- Content Creation: Drafting emails, technical documentation, or social media copy.
- Market Research: Using the built-in search capabilities to summarize current events or compare product specifications.
- Coding Assistance: Generating code snippets, debugging scripts, or explaining complex technical documentation.
- Learning & Summarization: Quickly extracting key points from long articles or explaining academic concepts.
Example Prompts
- "搜索并总结一下最近一周人工智能领域最重大的技术新闻有哪些?"
- "请帮我写一段 Python 脚本,用于读取指定文件夹下的所有 CSV 文件并合并为一个 Excel 表格。"
- "解释一下什么是边缘计算,并举三个在物联网场景下的应用例子。"
Tips & Limitations
- Rate Limiting: As this skill utilizes a free API endpoint, avoid flooding the service with massive parallel requests to prevent temporary IP bans.
- Context Window: While effective for standard conversations, very long chat histories may hit the model's context limit; periodically clear your conversation state if you encounter errors.
- Environment Variables: Always keep your
DOUBAO_SESSIONIDprivate. Never commit files containing this variable to public repositories. - Reliability: Since it relies on a third-party serverless deployment, availability may fluctuate; ensure your critical automated tasks include error handling logic to manage potential downtime.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bseye520-doubao-chat": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api