← Back to Skills Marketplace
wwenie

Workbuddy Smart Learning

by wwenie · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
74
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install workbuddy-smart-learning
Description
基于反馈和行为信号,Workbuddy Smart Learning实现任务模式识别、知识蒸馏及自适应警报,持续优化执行效率。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install workbuddy-smart-learning
  3. After installation, invoke the skill by name or use /workbuddy-smart-learning
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
WorkBuddy 智能学习系统 1.0.0 初始版本上线: - 整合六大核心模块,实现「感知-学习-行动」SEA 循环:反馈收集、隐式信号、任务画像、模式识别、知识蒸馏、主入口。 - 支持显式反馈与五类隐式行为信号收集,全方位追踪任务与用户行为。 - 内置自适应阈值引擎、三级实时警报与高频模式识别,智能优化标准。 - 提供模板自动匹配、避坑规则推断、高价值任务沉淀建议。 - 支持命令行全流程调用与细分学习报告输出,便于集成与分析。
Metadata
Slug workbuddy-smart-learning
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Workbuddy Smart Learning?

基于反馈和行为信号,Workbuddy Smart Learning实现任务模式识别、知识蒸馏及自适应警报,持续优化执行效率。 It is an AI Agent Skill for Claude Code / OpenClaw, with 74 downloads so far.

How do I install Workbuddy Smart Learning?

Run "/install workbuddy-smart-learning" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Workbuddy Smart Learning free?

Yes, Workbuddy Smart Learning is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Workbuddy Smart Learning support?

Workbuddy Smart Learning is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Workbuddy Smart Learning?

It is built and maintained by wwenie (@wwenie); the current version is v1.0.0.

💬 Comments