inspirai-evo
技能自我进化 - 检测流程问题信号(重复试错、流程中断、代码翻动),生成分析报告,引导改进。Triggers: '流程优化', '技能进化', 'skill evolution', '自我改进', '流程问题', 'workflow analysis'.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alexxxiong/inspirai-evoWhat This Skill Does
The inspirai-evo skill is an advanced autonomous workflow analyzer designed to help OpenClaw agents achieve self-evolution. It acts as an automated 'retro-spectator' that continuously monitors your development process for friction points, such as repetitive trial-and-error loops, frequent workflow interruptions, and high code churn. By detecting these patterns, it generates actionable analysis reports and guides the agent toward structured improvements in isolated sessions, ensuring that your primary workflow remains non-blocking and efficient.
Installation
To add this capability to your agent, use the OpenClaw installation command:
clawhub install openclaw/skills/skills/alexxxiong/inspirai-evo
Ensure that your environment allows for local file system access, as the skill maintains .evo-state.json files and creates markdown-based reports in the docs/evo-reports directory.
Use Cases
- Refactoring Productivity: When you find yourself reverting changes multiple times or fixing the same bug repeatedly,
inspirai-evoidentifies the pattern and suggests permanent architectural refactoring. - Workflow Bottleneck Analysis: Use it to determine why certain tasks (like environment setup or testing) result in frequent interruptions or context switching.
- Long-term Growth: Use it to track cross-project patterns, allowing your agent to learn from historical mistakes across different codebases.
Example Prompts
- "/evo --status"
- "I feel like I'm stuck in a loop with these tests, run /evo to see if we can optimize the workflow."
- "/evo --continue"
Tips & Limitations
- Thresholding: The skill follows a 3-strike rule for signal detection, meaning it will only prompt you to take action once a pattern repeats enough times to be statistically significant, preventing unnecessary interruptions.
- Isolated Sessions: Always use the
--continuemode or the suggested isolated session workflow to perform heavy refactoring. This keeps the agent's main state clean and focused on task delivery. - Manual Intervention: The skill provides recommendations but requires your final confirmation before creating or applying code-level changes, ensuring you maintain full control over your project's evolution.
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-alexxxiong-inspirai-evo": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution
Related Skills
inspirai-apispec
API 规范管理工具 - 跨项目 API 文档的初始化、更新、查询与搜索。Triggers: 'API文档', 'API规范', '接口文档', '路由解析', 'apispec', 'API lookup', 'API search'.
web-fetcher
Smart web content fetcher - articles and videos from WeChat, Feishu, Bilibili, Zhihu, Toutiao, YouTube, etc. Triggers: '抓取文章', '下载网页', '保存文章', 'fetch URL', '下载视频', '抓取飞书文档', '抓取微信文章', '把这个链接内容保存下来', '下载B站视频', 'download video', 'scrape article'.
web-reader
智能网页阅读器 - 抓取文章/下载视频并归档,支持分析、摘要、衍生。Triggers: '下载这篇文章', '抓取文章', '保存文章', 'fetch URL', '分析这篇文章', '摘要', '总结文章', '下载视频', '抓取微信文章', '抓取飞书文档', '把这个链接保存下来', '下载B站视频', 'download article', 'analyze article', 'summarize'.
inspirai-project
多 Agent 项目管理 - 从想法到立项,自动在 Discord 频道创建项目 Thread 并分配 Agent 任务。支持快速讨论路由、批量立项、项目状态追踪。Triggers: '立项', '创建项目', '新项目', '讨论一下', '项目状态', 'create project', 'discuss', 'project status'
inspirai-deploy
智能部署工具 - 自动检测部署策略,预检查、发布、监控一体化。支持 K8s/Helm、Docker Compose、Vercel、Fly.io。Triggers: '部署', 'deploy', '发布', '上线', '预检查', '部署监控', 'helm upgrade', 'docker compose up'.