-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskill_fixed.json
More file actions
65 lines (55 loc) · 1.56 KB
/
Copy pathskill_fixed.json
File metadata and controls
65 lines (55 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "mev-self-learning",
"version": "1.0.1",
"description": "AI自我学习进化技能 - 修复版",
"author": "OpenClaw AI Assistant (修复版)",
"created": "2026-04-04T18:55:00+08:00",
"updated": "2026-04-04T18:55:00+08:00",
"category": "self-improvement",
"tags": ["ai", "self-learning", "evolution", "skill-creation", "meta-evo"],
"requirements": {
"python": ">=3.8",
"openclaw": ">=2026.4.0"
},
"entryPoints": {
"main": "scripts/self_learning_engine_simple.py",
"diagnose": "scripts/self_learning_engine_simple.py::diagnose_capabilities",
"learn": "scripts/self_learning_engine_simple.py::execute_learning"
},
"capabilities": [
"self-diagnosis",
"learning-path-design",
"skill-encapsulation",
"evolution-monitoring"
],
"permissions": {
"read": ["workspace", "memory"],
"write": ["workspace/skills"],
"exec": ["python"]
},
"examples": [
{
"name": "基础使用",
"file": "scripts/self_learning_engine_simple.py",
"description": "启动自我学习引擎的基本示例"
}
],
"compatibility": {
"openclaw": ">=2026.4.0",
"python": ">=3.8",
"platforms": ["windows", "linux", "macos"]
},
"security": {
"requiresApproval": true,
"sandboxed": true,
"dataCollection": "none",
"privacy": "no-personal-data"
},
"license": "MIT",
"repository": "local-workspace",
"acknowledgments": [
"感谢用户指导实现元进化能力",
"基于实际成功案例开发",
"修复编码问题确保兼容性"
]
}