by AlephAITech
豆包工作系统化中文实践指南:教程、真实任务、Skills、连接器、自动化与多 Agent 工作流。
# Add to your Claude Code skills
git clone https://github.com/AlephAITech/DoubaoWorkGuideGuides for using ai agents skills like DoubaoWorkGuide.
Last scanned: 9/2/2026
{
"issues": [
{
"type": "npm-audit",
"message": "@puppeteer/browsers: Vulnerability found",
"severity": "high"
},
{
"type": "npm-audit",
"message": "extract-zip: extract-zip unvalidated symlink path traversal",
"severity": "high"
},
{
"type": "npm-audit",
"message": "puppeteer-core: Vulnerability found",
"severity": "high"
}
],
"status": "WARNING",
"scannedAt": "2026-09-02T08:28:46.640Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}See how DoubaoWorkGuide compares with popular alternatives.
DoubaoWorkGuide is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by AlephAITech. 豆包工作系统化中文实践指南:教程、真实任务、Skills、连接器、自动化与多 Agent 工作流。. It has 147 GitHub stars.
DoubaoWorkGuide returned warnings in SkillsLLM's automated security scan. It has no critical vulnerabilities, but review the flagged issues in the Security Report section before adding it to your workflow.
Clone the repository with "git clone https://github.com/AlephAITech/DoubaoWorkGuide" and add it to your Claude Code skills directory (see the Installation section above).
DoubaoWorkGuide is primarily written in JavaScript. It is open-source under AlephAITech on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh DoubaoWorkGuide against similar tools.
No comments yet. Be the first to share your thoughts!
Requires a passing catalog security scan. Resolve the flagged issues and resubmit to enable featuring.
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
豆包工作蓝皮书(DoubaoWork Guide)是一份面向豆包工作的系统化中文实践资料。项目为新用户提供从下载安装到完成首个可验收任务的完整上手路径,并继续覆盖连接器、Skill、API、定时任务、多 Agent 工作小队等核心能力。
基础能力之外,指南从个人提效、自媒体、知识管理、电商和金融研究五类工作场景出发,通过 31 个真实任务展示如何把材料、要求和工具组织为可检查、可交付、可复用的工作成果。
当前项目收录 49 篇指南与案例,并提供全文搜索、章节导航、场景任务速达、图片与视频展示、阅读进度记录、日间/暗色主题及移动端适配。内容与网站展示层相互独立,后续扩充章节时可以保持稳定的阅读架构。
推荐访问 doubaowork.homes 阅读完整内容。在线版提供完整章节目录、全文搜索、场景任务速达、图片与视频展示、阅读进度记录、跟随系统的日间/暗色主题和移动端适配。
GitHub 适合查看项目结构和参与完善,连续阅读请使用在线版。
| 部分 | 规模 | 主要内容 |
|---|---|---|
| 使用篇 | 12 篇 | 安装登录、界面与任务、第一个任务、连接器、Skill、工作伙伴、手机控制、API、定时任务、多 Agent 和指令模板 |
| 入门篇 | 6 篇 | Office 文档、协作、文件整理、远程任务、生活事务和自动资讯简报 |
| 场景篇 | 5 类场景,31 个任务 | 个人提效、自媒体、知识管理、电商和金融研究 |
五类场景覆盖以下问题。
网站采用纯静态结构,无需安装前端依赖。在项目根目录运行以下命令。
python3 -m http.server 4173 --bind 127.0.0.1 --directory site
浏览器访问以下地址。
http://127.0.0.1:4173/
其他进程占用 4173 时,可替换为任意可用端口。
公开内容由结构化数据和本地媒体资源驱动。
site/content/site-content.json 保存章节结构与完整正文site/content/site-index.json 是由完整正文生成的轻量首屏索引site/media/ 保存公开页面引用的图片和视频site/js/app.js 负责路由、搜索、按需加载和页面交互site/js/markdown.js 负责 Markdown 安全渲染site/css/ 保存视觉系统、正文样式和响应式布局site/index.html 提供站点入口和全局导航修改 site/content/site-content.json 后,运行 npm run build:index 重新生成轻量索引,并将两者一起提交。
内容更新应保留现有节点关系与公开媒体路径。界面调整应优先在展示层完成,避免把章节内容直接写入页面模板。
doubaowork-guide/
├── assets/
│ ├── authors/ # 作者名片
│ └── readme-home.png # README 首页预览
├── site/
│ ├── assets/ # 网站界面素材
│ ├── content/
│ │ ├── site-content.json # 完整公开内容
│ │ └── site-index.json # 生成式轻量首屏索引
│ ├── css/ # 基础、布局与正文样式
│ ├── js/ # 路由、交互与 Markdown 渲染
│ ├── media/ # 公开图片与视频
│ ├── _headers # Cloudflare Pages 缓存策略
│ └── index.html # 网站入口
├── tools/ # 索引生成、浏览器回归与截图脚本
├── package.json # 本地测试入口
├── .gitignore
├── LICENSE
└── README.md
首次运行浏览器自动化前安装开发依赖:
npm install
保持本地服务器运行,再在另一个终端执行:
npm test
npm run audit
npm test 覆盖启动、首页跳转、继续阅读、搜索、移动端、交流群、主题切换与首页配色;npm run audit 进一步检查全部内容路由、媒体文件、控制台错误、横向溢出、正文图框、按需加载和模拟弱网首屏时间。
站点发布目录为 site,无需额外构建步骤。主分支保存线上版本,当前网站由 Cloudflare 托管并使用独立域名访问。
私有访问统计包含独立的 Worker、D1 和管理员登录,需要单独配置。开发、预览部署和数据口径见 ANALYTICS.md;当前功能在 codex/private-analytics 分支,待确认后才能合并并接入正式网站。
欢迎通过 Issue 或 Pull Request 补充案例、修正文案和改进阅读体验。新增案例建议包含清晰的任务背景、输入材料、执行过程、交付结果和验收依据。提交图片或视频前,请确认素材拥有公开使用权限,并移除账号、联系方式和业务数据等敏感信息。
感谢以下作者共同参与《豆包工作蓝皮书》的创作与维护。点击名片可查看原图并扫描二维码。
本项目由社区作者共同维护,属于豆包工作的非官方实践指南。产品功能、界面、价格、权限和可用范围可能调整,涉及具体操作时请以产品当前版本及官方说明为准。
本项目采用 MIT License 开源。你可以自由使用、复制、修改和分发本项目,但需要保留原始版权声明和许可证文本。