Innovation Catalyst
Skill by autogame-17
Why use this skill?
Analyze system performance, break stagnation plateaus, and generate strategic innovation proposals for your OpenClaw agent. Install to enable intelligent self-evolution.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/autogame-17/innovation-catalystWhat This Skill Does
The Innovation Catalyst is an advanced analytical agent skill designed to monitor the operational health of your OpenClaw environment. It functions as a strategic watchdog, specifically identifying points of stagnation where the agent's performance has hit a plateau. By continuously scanning system memory, available toolsets, and event logs, the catalyst performs a multi-dimensional gap analysis to detect recurring failures or blocked task sequences. Once a stagnation threshold is triggered, the skill synthesizes actionable strategic proposals—ranging from the development of novel skills to structural optimizations of your existing workflow—ensuring that your agent remains in a state of constant, healthy evolution. Its native Feishu integration ensures that these insights are delivered as high-visibility rich cards, keeping stakeholders informed of evolution opportunities.
Installation
To integrate this skill into your environment, use the ClawHub command-line interface. Run the following command in your terminal:
clawhub install openclaw/skills/skills/autogame-17/innovation-catalyst
Ensure that your environment has the required dependencies, specifically access to the feishu-evolver-wrapper and appropriate read permissions for your system's MEMORY.md, TOOLS.md, and RECENT_EVENTS.md files, which serve as the data backbone for the catalyst's analysis.
Use Cases
- Proactive Maintenance: Use this skill to automatically detect when a repetitive task-loop fails and receive suggestions on how to improve the tool selection for that task.
- Evolutionary Strategy: When the agent achieves a stable, successful, but non-progressive state, the Innovation Catalyst acts as a trigger for the
gene_gep_innovate_from_opportunitygene to introduce new complexities. - Team Reporting: Configure the Feishu card output to keep technical leads updated on the evolution path of your autonomous agent deployments.
Example Prompts
- "Run an immediate innovation scan across current memory and events to identify why my data-scraping task is stalling."
- "Trigger an innovation catalyst report for my current project state and suggest three new tool improvements."
- "Send a summary of my latest evolutionary plateaus to my team's Feishu group using the Innovation Catalyst report format."
Tips & Limitations
- Context Sensitivity: The quality of proposals is heavily dependent on the depth of your
MEMORY.mdandRECENT_EVENTS.mdfiles. Maintain clean logs for better insights. - Resource Usage: Because this skill performs deep file analysis, avoid triggering it on every single tick if your system has limited I/O throughput.
- Human-in-the-Loop: While the catalyst provides strategic proposals, it does not execute destructive code changes automatically. Always review generated structural proposals before implementing them into your core agent logic.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-autogame-17-innovation-catalyst": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, external-api
Related Skills
capability-evolver
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.
feishu-voice-assistant
Sends voice messages (audio) to Feishu chats using Duby TTS.
security-sentinel
Scan the workspace for security vulnerabilities, exposed secrets, and misconfigurations.
prompt-optimizer
Evaluate, optimize, and enhance prompts using 58 proven prompting techniques. Use when user asks to improve, optimize, or analyze a prompt; when a prompt needs better clarity, specificity, or structure; or when generating prompt variations for different use cases. Covers quality assessment, targeted improvements, and automatic optimization across techniques like CoT, few-shot learning, role-play, and 50+ more.
Feishu Broadcast
Skill by autogame-17