-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_meta.json
More file actions
77 lines (77 loc) · 1.92 KB
/
Copy path_meta.json
File metadata and controls
77 lines (77 loc) · 1.92 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
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "personal-hooks",
"version": "2.0.21",
"description": "OpenClaw Continuity is a time-aware continuity and follow-up skill package with /new carryover, staged memory, tracked events, natural-language setting changes, and structured writeback.",
"author": "OpenClaw Continuity Maintainers",
"license": "MIT-0",
"homepage": "https://github.com/redwakame/openclaw-continuity",
"repository": "https://github.com/redwakame/openclaw-continuity",
"keywords": [
"openclaw",
"skill",
"continuity",
"follow-up",
"memory",
"agent",
"v2",
"onboarding",
"guided-settings",
"carryover"
],
"os": [
"darwin",
"linux"
],
"requires": {
"bins": [
"python3"
],
"env": [
"OPENCLAW_STATE_DIR",
"OPENCLAW_CONFIG_PATH"
]
},
"openclaw": {
"os": [
"darwin",
"linux"
],
"skill_type": "continuity",
"entry_script": "scripts/personal_hooks.py",
"config_schema": "config.schema.json",
"requires": {
"python": ">=3.9",
"bins": [
"python3"
],
"env": [
"OPENCLAW_STATE_DIR",
"OPENCLAW_CONFIG_PATH"
]
},
"envVars": [
{
"name": "OPENCLAW_STATE_DIR",
"description": "Required path to the dedicated OpenClaw state directory used by this skill for continuity state.",
"required": true
},
{
"name": "OPENCLAW_CONFIG_PATH",
"description": "Required path to the OpenClaw config file used for setup validation.",
"required": true
}
]
},
"envVars": [
{
"name": "OPENCLAW_STATE_DIR",
"description": "Required path to the dedicated OpenClaw state directory used by this skill for continuity state.",
"required": true
},
{
"name": "OPENCLAW_CONFIG_PATH",
"description": "Required path to the OpenClaw config file used for setup validation.",
"required": true
}
]
}