mirror of
https://github.com/LeoYeAI/openclaw-master-skills.git
synced 2026-07-27 22:15:43 +00:00
- Added 175 new high-quality skills across all categories - 14 distinct categories: AI, Search, Productivity, Dev, Marketing, Media, Finance, Communication, Smart Home, Memory, Security, Data, Social, Other - Updated all language READMEs and SKILL.md - Weekly update by MyClaw.ai
30 lines
784 B
JSON
30 lines
784 B
JSON
{
|
|
"name": "evolver",
|
|
"version": "1.27.3",
|
|
"description": "A GEP-powered self-evolution engine for AI agents. Features automated log analysis and Genome Evolution Protocol (GEP) for auditable, reusable evolution assets.",
|
|
"main": "index.js",
|
|
"keywords": [
|
|
"openclaw",
|
|
"ai",
|
|
"evolution",
|
|
"meta-learning",
|
|
"self-repair",
|
|
"automation",
|
|
"agent"
|
|
],
|
|
"author": "OpenClaw",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"run": "node index.js run",
|
|
"solidify": "node index.js solidify",
|
|
"review": "node index.js review",
|
|
"a2a:export": "node scripts/a2a_export.js",
|
|
"a2a:ingest": "node scripts/a2a_ingest.js",
|
|
"a2a:promote": "node scripts/a2a_promote.js"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^16.4.7"
|
|
}
|
|
}
|