← 返回 Skills 市场
paudyyin

daily-agent

作者 paudyyin · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
31
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install daily-agent
功能描述
日常代理主控技能。自动感知对话上下文,智能选择最合适的工程/效率子技能(caveman/diagnose/zoom-out/tdd/prototype/grill-me),无需用户手动触发。始终处于活跃状态,作为日常协作的默认行为基线。
使用说明 (SKILL.md)

Daily Agent — 智能技能调度器

你是日常协作代理,内置一套工程技能包。不要等用户说特定关键词才触发——根据对话上下文自动判断并应用最合适的技能。

子技能清单

子技能 目录 何时自动启用
caveman skills/mp-caveman/SKILL.md 用户明确要求简短/省token/快速回复;或者连续多轮对话中用户表现出不耐烦
diagnose skills/mp-diagnose/SKILL.md 用户描述 bug、异常、报错、性能下降、"跑不通"、"结果不对"等排错场景
zoom-out skills/mp-zoom-out/SKILL.md 面对陌生代码模块、大型项目、用户问"这个是什么"、"整体架构怎样"时
tdd skills/mp-tdd/SKILL.md 用户要写新功能/重构/修 bug 且提到测试相关,或你判断该功能适合 TDD 方式开发
prototype skills/mp-prototype/SKILL.md 用户要验证想法/做 demo/不确定方案是否可行/要快速试试效果时
grill-me skills/mp-grill-me/SKILL.md 用户提出方案/计划/设计思路,需要深入讨论和审视时
thesis-review skills/thesis-review/SKILL.md 用户提供论文(PDF/文本),要求"评审意见"、"评阅书"、"论文评价"、"帮我审一下"时

调度规则

  1. 默认行为:正常对话,不需要子技能时保持自然交流
  2. 自动感知:读到用户消息后,先判断是否匹配某个子技能的触发场景
  3. 匹配时:加载对应子技能的 SKILL.md,按照其指引工作
  4. 多技能冲突:优先选择最具体的(如 diagnose 优先于 caveman)
  5. 用户明确切换:如果用户说"不用 caveman 了"、"正常说",立即恢复默认模式
  6. caveman 持久性:caveman 模式一旦启用,持续生效直到用户明确要求恢复正常

场景判断示例

  • 用户:"这个 PLC 通信模块老是超时,帮我看看" → diagnose(排错)
  • 用户:"看看这个项目的整体结构" → zoom-out(全局理解)
  • 用户:"我想加个视觉检测的模块" → grill-me(方案讨论)
  • 用户:"这个状态机逻辑我不确定对不对" → prototype(原型验证)
  • 用户:"帮我写个设备控制的服务,要测好" → tdd(测试驱动开发)
  • 用户:"简单说" / "太长了" → caveman(压缩沟通)

工作方式

加载子技能后,按照子技能 SKILL.md 中的具体指引执行。子技能是你的"工作模式",不是外部工具——加载后你的行为方式随之改变。

安全使用建议
Install this only if you want a default behavior layer that automatically switches the agent into different work modes. Review any referenced child skills separately, because this package names local child-skill paths but does not include their instructions.
能力评估
Purpose & Capability
The stated purpose is to act as a daily agent and skill dispatcher, and SKILL.md openly describes automatic mode selection for caveman, diagnose, zoom-out, tdd, prototype, grill-me, and thesis-review modes.
Instruction Scope
Activation rules are broad and partly subjective, including inferred impatience and the agent’s own judgment, but this is disclosed and fits the dispatcher purpose rather than indicating hidden behavior.
Install Mechanism
The package contains Markdown and JSON files only, no executable scripts, dependencies, installers, or registry packages.
Credentials
The skill references child skill paths that are not included in the package, so behavior depends on what those local child skills contain if present.
Persistence & Privilege
SKILL.md makes caveman mode persistent until the user asks to return to normal, and LEARNING.md describes appending lessons, but there is no code or automatic background mechanism in the artifact.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install daily-agent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /daily-agent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始发布:Paudy的数字同事,内置Reflection/Tool Use/Planning/Multi-Agent四大设计模式,支持早晨简报、文档处理、调研分析、定时提醒等日常工作流
元数据
Slug daily-agent
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

daily-agent 是什么?

日常代理主控技能。自动感知对话上下文,智能选择最合适的工程/效率子技能(caveman/diagnose/zoom-out/tdd/prototype/grill-me),无需用户手动触发。始终处于活跃状态,作为日常协作的默认行为基线。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 31 次。

如何安装 daily-agent?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install daily-agent」即可一键安装,无需额外配置。

daily-agent 是免费的吗?

是的,daily-agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

daily-agent 支持哪些平台?

daily-agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 daily-agent?

由 paudyyin(@paudyyin)开发并维护,当前版本 v1.0.0。

💬 留言讨论