← 返回 Skills 市场
Workflow Crystallizer
作者
New Age Investments
· GitHub ↗
· v1.0.0
· MIT-0
101
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install workflow-crystallizer
功能描述
Analyze memory logs to detect recurring patterns and suggest automations — cron jobs, skills, or workflow shortcuts. The agent builds its own shortcuts over...
安全使用建议
This skill appears to do what it says: it scans your local memory files, clusters repeated events, and drafts actionable suggestions (cron JSON, skill SKILL.md drafts, saved prompts). Before enabling or scheduling it consider: 1) privacy — memory files often contain sensitive data and the skill includes snippets of those files in its suggestions/evidence; review outputs before approving or creating crons/skills; 2) scope of file access — it reads ~/.openclaw/cron/jobs.json and your skills directories to avoid duplicates; if you prefer isolation, run it in a sandbox or point it to a copy of your memory dir; 3) it does not auto-create cron jobs or push skills, it only writes a local state.json and prints ready-to-approve definitions — you must run openclaw cron create or otherwise apply changes manually; 4) inspect state.json and the generated reports for any sensitive content before sharing. If you want stronger guarantees, run the scripts with a restricted copy of your memory files or increase min_confidence / reduce max_suggestions_per_run in the config.
功能分析
Type: OpenClaw Skill
Name: workflow-crystallizer
Version: 1.0.0
The workflow-crystallizer skill bundle is a legitimate automation tool designed to analyze OpenClaw memory logs for recurring patterns and suggest optimizations such as cron jobs or new skill drafts. The scripts (analyze_patterns.py, generate_suggestions.py, report.py, and state.py) implement a local clustering and scoring pipeline that operates entirely on the agent's workspace data without external network calls or unauthorized execution. The logic is transparent, well-documented, and follows a 'suggest-and-approve' model rather than taking autonomous harmful actions.
能力评估
Purpose & Capability
The name/description (detect recurring patterns in memory logs and propose automations) match the implemented behavior: the scripts parse memory/YYYY-MM-DD.md files, cluster events, generate suggestions (cron definitions, skill drafts, saved prompts), and check existing crons and skills to avoid duplicates. File reads and state persistence are expected for this purpose.
Instruction Scope
Runtime instructions and scripts operate on local files (memory files, a state.json next to the skill, ~/.openclaw/cron/jobs.json, and system skill directories). This is consistent with the goal, but the skill will read potentially sensitive 'memory' logs and include extracted snippets in evidence, draft SKILL.md files, and ready-to-approve cron payloads — so outputs may contain sensitive user data. The SKILL.md uses absolute example paths specific to a user; otherwise instructions are concrete and bounded (no vague 'gather any context' clauses).
Install Mechanism
There is no install specification and the package ships only Python scripts and reference files. No network fetches, installers, or archive extraction are used. This is low-risk from install-mechanism perspective.
Credentials
The skill requests no environment variables or credentials. It does enumerate and read local files and directories (memory files, cron jobs JSON, skill directories) which is necessary to de-duplicate suggestions and build evidence. No unrelated secrets or external-service tokens are requested.
Persistence & Privilege
always:false (not force-included) and default model invocation allowed. The skill persists its own state (state.json) in the skill workspace; that is coherent for its purpose. Because the skill is intended to be scheduled (the README suggests weekly cron), be aware autonomous invocation combined with access to local memory files increases privacy sensitivity — but there is no code that autonomously registers system cron jobs or modifies other skills/configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install workflow-crystallizer - 安装完成后,直接呼叫该 Skill 的名称或使用
/workflow-crystallizer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Workflow Crystallizer — a skill to analyze memory logs and suggest workflow automations.
- Mines memory logs for recurring patterns and recurring tasks.
- Suggests automations: cron jobs, skill drafts, workflow shortcuts, or monitoring proposals.
- Remembers previously suggested, accepted, or rejected automations to avoid duplicates.
- Summarizes new, high-confidence suggestions (max 3/run; ≥60% confidence).
- Provides scripts for full or incremental runs, and state management via state.json.
- Includes mechanisms to handle snoozing, rejections, deduplication, and workflow coverage tracking.
元数据
常见问题
Workflow Crystallizer 是什么?
Analyze memory logs to detect recurring patterns and suggest automations — cron jobs, skills, or workflow shortcuts. The agent builds its own shortcuts over... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。
如何安装 Workflow Crystallizer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install workflow-crystallizer」即可一键安装,无需额外配置。
Workflow Crystallizer 是免费的吗?
是的,Workflow Crystallizer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Workflow Crystallizer 支持哪些平台?
Workflow Crystallizer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Workflow Crystallizer?
由 New Age Investments(@newageinvestments25-byte)开发并维护,当前版本 v1.0.0。
推荐 Skills