- Enabled native execution and nativeSkills in OpenClaw config - Installed and linked core CLI dependencies (things3-cli, grizzly, remindctl, op, etc.) - Deployed macOS-specific skills (Notes, Reminders, Things, TTS, Mission Control) - Hardened node startup script with optimized PATH and daemon configuration - Finalized environment for secure autonomous operation
22 lines
405 B
JSON
22 lines
405 B
JSON
{
|
|
"version": 1,
|
|
"skills": {
|
|
"apple-notes": {
|
|
"version": "1.0.0",
|
|
"installedAt": 1773121159856
|
|
},
|
|
"openai-whisper": {
|
|
"version": "1.0.0",
|
|
"installedAt": 1773121206815
|
|
},
|
|
"mac-tts": {
|
|
"version": "1.0.0",
|
|
"installedAt": 1773121509776
|
|
},
|
|
"openclaw-mission-control": {
|
|
"version": "1.0.0",
|
|
"installedAt": 1773121517750
|
|
}
|
|
}
|
|
}
|