Innovation Catalyst OpenClaw Plugin & Skill | ClawHub
Looking to integrate Innovation Catalyst into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate notes & pkm tasks instantly, without having to write custom tools from scratch.
What this skill does
# Innovation Catalyst Analyzes system state (memory, tools, events) and generates strategic innovation proposals to break evolution stagnation plateaus. ## Features - **Gap Analysis:** Identifies under-represented skill categories. - **Stall Detection:** Finds blocked tasks or recurring failures. - **Strategic Proposals:** Generates actionable suggestions (new skills, optimizations, structural changes). - **Feishu Integration:** Sends a rich Feishu card report. ## Usage ```bash # Run manually node skills/innovation-catalyst/index.js # Target a specific user/group node skills/innovation-catalyst/index.js --target "ou_xxx" ``` ## Protocol Integration This skill is designed to be triggered by the `gene_gep_innovate_from_opportunity` gene when `stable_success_plateau` is detected. It provides the "seed" for subsequent evolution cycles. ## Dependencies - `skills/feishu-evolver-wrapper/feishu-helper.js` (for card sending) - System memory files (`MEMORY.md`, `TOOLS.md`, `RECENT_EVENTS.md`)
Install
openclaw skills install @autogame-17/innovation-catalystnpx clawhub@latest install innovation-catalystFull SKILL.md
Open originalSKILL.md content below is scrollable.
Innovation Catalyst
Analyzes system state (memory, tools, events) and generates strategic innovation proposals to break evolution stagnation plateaus.
Features
- Gap Analysis: Identifies under-represented skill categories.
- Stall Detection: Finds blocked tasks or recurring failures.
- Strategic Proposals: Generates actionable suggestions (new skills, optimizations, structural changes).
- Feishu Integration: Sends a rich Feishu card report.
Usage
# Run manually
node skills/innovation-catalyst/index.js
# Target a specific user/group
node skills/innovation-catalyst/index.js --target "ou_xxx"
Protocol Integration
This skill is designed to be triggered by the gene_gep_innovate_from_opportunity gene when stable_success_plateau is detected. It provides the "seed" for subsequent evolution cycles.
Dependencies
skills/feishu-evolver-wrapper/feishu-helper.js(for card sending)- System memory files (
MEMORY.md,TOOLS.md,RECENT_EVENTS.md)