dailybot
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseDailybot
Dailybot
Dailybot connects AI coding agents to their human team. This is a skill pack with four capabilities — each one lives in its own sub-skill with detailed instructions.
Your job: Determine which capability the developer needs, then read and follow the corresponding sub-skill.
Dailybot将AI编码Agent与人类团队连接起来。这是一个包含四项功能的技能包——每项功能都在独立的子技能中,并配有详细说明。
你的任务: 判断开发者需要哪项功能,然后阅读并遵循对应的子技能说明。
documentation_url
vs. the skill pack
documentation_urldocumentation_url
与技能包的区别
documentation_urlThe in frontmatter points to . That URL is the public API reference (HTTP endpoints and curl examples). It is not the GitHub skill pack (router, , sub-skills, ).
documentation_urlhttps://api.dailybot.com/skill.mdshared/setup.sh- OpenClaw: Install the pack with , or clone
openclaw skills install dailybotintohttps://github.com/DailybotHQ/agent-skill.<workspace>/skills/dailybot/ - skills.sh / npx: from any supported agent.
npx skills add DailybotHQ/agent-skill - Do not treat downloading only as a full install — agents need the complete repository or registry install.
api.dailybot.com/skill.md
Dailybot CLI: Before any API call, ensure the CLI exists (). If missing, follow the consent flow in — the universal install script ( with SHA-256 verification) handles macOS / Linux / WSL / Docker / CI by auto-detecting the OS internally. Native Windows users get a PowerShell variant. skips the interactive prompt for CI and power users. HTTP API with is the last-resort fallback when no CLI can run.
command -v dailybotshared/auth.mdcurl … install.shDAILYBOT_AUTO_YES=1DAILYBOT_API_KEY前置内容中的指向。该URL是公开API参考文档(包含HTTP端点和curl示例),并非GitHub技能包(路由、目录、子技能、脚本)。
documentation_urlhttps://api.dailybot.com/skill.mdshared/setup.sh- OpenClaw: 使用安装该包,或者将
openclaw skills install dailybot克隆到https://github.com/DailybotHQ/agent-skill目录下。<workspace>/skills/dailybot/ - skills.sh / npx: 在任何支持的Agent中执行。
npx skills add DailybotHQ/agent-skill - 请勿仅下载作为完整安装——Agent需要完整的仓库或通过注册表安装。
api.dailybot.com/skill.md
Dailybot CLI: 在进行任何API调用前,请确保CLI已存在(执行检查)。如果缺失,请遵循中的授权流程——通用安装脚本(带SHA-256验证的)可自动检测操作系统,支持macOS / Linux / WSL / Docker / CI环境。原生Windows用户会获得PowerShell版本。可跳过交互式提示,适用于CI环境和高级用户。当无法运行CLI时,使用的HTTP API是最后的备选方案。
command -v dailybotshared/auth.mdcurl … install.shDAILYBOT_AUTO_YES=1DAILYBOT_API_KEYAvailable Skills
可用技能
| Skill | Directory | What it does |
|---|---|---|
| Report | | Send progress updates after completing a task/subtask or editing 3+ files |
| Messages | | Check for pending messages and instructions from the team |
| Send emails to any address via Dailybot | |
| Health | | Announce agent online/offline status and receive messages |
| 技能 | 目录 | 功能 |
|---|---|---|
| Report(汇报) | | 完成任务/子任务或编辑3个以上文件后发送进度更新 |
| Messages(消息) | | 查看团队发来的待处理消息和指令 |
| Email(邮件) | | 通过Dailybot向任意地址发送邮件 |
| Health(状态) | | 公告Agent在线/离线状态并接收消息 |
Routing Rules
路由规则
Match the developer's intent to the right skill and read that skill's SKILL.md to execute it. Do not answer directly — the sub-skill has the full workflow.
| Developer says... | Route to |
|---|---|
| "report this to Dailybot", "send a Dailybot update", "let my team know what we built" | Report → read |
| "check messages", "do I have messages?", "what should I work on?", "any instructions?" | Messages → read |
| "email this to Alice", "send an email", "send a summary to the team" | Email → read |
| "go online", "announce status", "health check", "check in with the team" | Health → read |
将开发者的意图匹配到对应的技能,并阅读该技能的SKILL.md文档来执行操作。请勿直接回答——子技能包含完整的工作流程。
| 开发者说... | 路由至 |
|---|---|
| "report this to Dailybot"、"send a Dailybot update"、"let my team know what we built" | Report(汇报) → 阅读 |
| "check messages"、"do I have messages?"、"what should I work on?"、"any instructions?" | Messages(消息) → 阅读 |
| "email this to Alice"、"send an email"、"send a summary to the team" | Email(邮件) → 阅读 |
| "go online"、"announce status"、"health check"、"check in with the team" | Health(状态) → 阅读 |
Auto-activation (no explicit request)
自动激活(无需明确请求)
| Situation | Route to |
|---|---|
| You completed a task/subtask, or edited 3+ files | Report → read |
| Starting a long work session or idle for 15+ minutes | Health → read |
If the intent is ambiguous, default to Report — it's the most common use case.
| 场景 | 路由至 |
|---|---|
| 完成任务/子任务,或编辑3个以上文件 | Report(汇报) → 阅读 |
| 开始长时间工作会话或闲置15分钟以上 | Health(状态) → 阅读 |
如果意图不明确,默认选择Report(汇报)——这是最常用的场景。
Shared Resources
共享资源
All sub-skills reference these shared files for common operations:
- — authentication (CLI login, API key, agent registration, profile setup)
shared/auth.md - — automated repo/branch/agent context detection
shared/context.sh - — HTTP API patterns for when the CLI is unavailable
shared/http-fallback.md
所有子技能都会引用以下共享文件来执行通用操作:
- — 认证(CLI登录、API密钥、Agent注册、配置文件设置)
shared/auth.md - — 自动检测仓库/分支/Agent上下文
shared/context.sh - — 当CLI不可用时的HTTP API模式
shared/http-fallback.md
Per-Repo Opt-Out
按仓库选择退出
Before any outbound call, sub-skills check for a file in
the working repository root. If present, the skill exits silently and no data
leaves the machine. See for the implementation and
for how developers turn this on.
.dailybot/disabledshared/context.shREADME.md在进行任何外部调用前,子技能会检查工作仓库根目录下是否存在文件。如果存在,技能将静默退出,不会有任何数据离开本地机器。具体实现请查看,开发者如何开启该功能请查看。
.dailybot/disabledshared/context.shREADME.mdNon-Blocking Rule
非阻塞规则
All Dailybot operations must never block your primary work. If the CLI is missing, auth fails, the network is down, or any command errors:
- Warn the developer briefly
- Continue with the primary task
- Do not retry automatically
- Do not enter a diagnostic loop
所有Dailybot操作绝对不能阻碍你的主要工作。如果CLI缺失、认证失败、网络故障或任何命令出错:
- 简要提醒开发者
- 继续执行主要任务
- 不要自动重试
- 不要进入诊断循环