← 返回 Skills 市场
74
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install workbuddy-smart-learning
功能描述
基于反馈和行为信号,Workbuddy Smart Learning实现任务模式识别、知识蒸馏及自适应警报,持续优化执行效率。
安全使用建议
This skill appears to do what it says: it reads local memory/markdown files and session signals, analyzes patterns, and writes templates, alerts and threshold state into a .workbuddy/memory folder. There is no network code or requested credentials in the provided files. Before installing: (1) confirm the workspace path used by the skill (learn.py has a Windows default c:/Users/Administrator/...), so change it if you don't want it to access that location; (2) be aware it will read your MEMORY.md and other .md files under the workspace and will write YAML/JSON artifacts there — do not run it on a workspace containing highly sensitive material unless you are comfortable with local persistence; (3) review any generated templates/avoid_*.yaml files before using them to run automated actions; (4) if you expect cross-workspace/template sharing or remote publication (mentioned in README), note the code does not implement sharing — any external sharing would be an additional risk if added later.
功能分析
Type: OpenClaw Skill
Name: workbuddy-smart-learning
Version: 1.0.0
The WorkBuddy Smart Learning System is a comprehensive framework for an AI agent to self-optimize through feedback loops, pattern recognition, and knowledge distillation. The bundle includes modules for collecting explicit user feedback (feedback.py), tracking implicit performance signals (signal_collector.py), profiling task complexity (task_profiler.py), and generating reusable YAML templates (knowledge_distiller.py). All data operations are confined to the local `.workbuddy` directory within the workspace, and the code lacks any indicators of data exfiltration, remote execution, or malicious prompt injection. Hardcoded Windows file paths in the test blocks (e.g., in learn.py) appear to be development artifacts rather than intentional malicious vectors.
能力评估
Purpose & Capability
Name/description (智能学习: 模式识别、知识蒸馏、警报) align with the code and SKILL.md: modules implement feedback collection, implicit signal collection, task profiling, pattern recognition, adaptive thresholds and distillation. No unrelated binaries or credentials are requested.
Instruction Scope
SKILL.md and code instruct the agent to read local memory files (MEMORY.md and daily .md files) and to persist results under workspace/.workbuddy/memory (feedback, signals, patterns, templates, threshold_state.json). This is expected for the stated purpose but means the skill will read user memory/notes and write derived templates/avoid rules to disk — a privacy-related behavior to be aware of.
Install Mechanism
No install spec; code is instruction-and-local-files only. There are no network installers, downloads, or package installs in the manifest.
Credentials
The skill requires no environment variables, no external credentials, and does not reference any unrelated secrets. It mostly reads/writes under the configured workspace path.
Persistence & Privilege
always: false. The skill persists state under the workspace (.workbuddy/memory/...), including threshold_state.json, templates/avoid_*.yaml, patterns_*.json, and feedback JSON. This is expected for learning functionality, but users should know it stores derived artifacts on disk.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install workbuddy-smart-learning - 安装完成后,直接呼叫该 Skill 的名称或使用
/workbuddy-smart-learning触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
WorkBuddy 智能学习系统 1.0.0 初始版本上线:
- 整合六大核心模块,实现「感知-学习-行动」SEA 循环:反馈收集、隐式信号、任务画像、模式识别、知识蒸馏、主入口。
- 支持显式反馈与五类隐式行为信号收集,全方位追踪任务与用户行为。
- 内置自适应阈值引擎、三级实时警报与高频模式识别,智能优化标准。
- 提供模板自动匹配、避坑规则推断、高价值任务沉淀建议。
- 支持命令行全流程调用与细分学习报告输出,便于集成与分析。
元数据
常见问题
Workbuddy Smart Learning 是什么?
基于反馈和行为信号,Workbuddy Smart Learning实现任务模式识别、知识蒸馏及自适应警报,持续优化执行效率。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 74 次。
如何安装 Workbuddy Smart Learning?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install workbuddy-smart-learning」即可一键安装,无需额外配置。
Workbuddy Smart Learning 是免费的吗?
是的,Workbuddy Smart Learning 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Workbuddy Smart Learning 支持哪些平台?
Workbuddy Smart Learning 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Workbuddy Smart Learning?
由 wwenie(@wwenie)开发并维护,当前版本 v1.0.0。
推荐 Skills