18 lines
405 B
JSON
18 lines
405 B
JSON
[
|
|
{
|
|
"id": "1",
|
|
"name": "Morning Briefing",
|
|
"schedule": "0 9 * * *",
|
|
"description": "Daily briefing with weather and calendar events.",
|
|
"enabled": true,
|
|
"command": "skill:briefing"
|
|
},
|
|
{
|
|
"id": "2",
|
|
"name": "System Cleanup",
|
|
"schedule": "0 0 * * 0",
|
|
"description": "Weekly cleanup of temporary files.",
|
|
"enabled": true,
|
|
"command": "system:cleanup"
|
|
}
|
|
]
|