← Back to Skills Marketplace
Workflow Crystallizer
by
New Age Investments
· GitHub ↗
· v1.0.0
· MIT-0
101
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install workflow-crystallizer
Description
Analyze memory logs to detect recurring patterns and suggest automations — cron jobs, skills, or workflow shortcuts. The agent builds its own shortcuts over...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install workflow-crystallizer - After installation, invoke the skill by name or use
/workflow-crystallizer - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.
How do I install Workflow Crystallizer?
Run "/install workflow-crystallizer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Workflow Crystallizer free?
Yes, Workflow Crystallizer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Workflow Crystallizer support?
Workflow Crystallizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Workflow Crystallizer?
It is built and maintained by New Age Investments (@newageinvestments25-byte); the current version is v1.0.0.
More Skills