add hermes skill docs and todo script

This commit is contained in:
2026-05-20 16:41:23 +00:00
parent f13dcbf337
commit 4880dd4e63
2 changed files with 54 additions and 0 deletions

16
SKILL.md Normal file
View File

@@ -0,0 +1,16 @@
# Microsoft To Do
When the user asks to add a reminder, todo, task, or Microsoft To Do item, call the n8n webhook.
The webhook URL is provided by the environment variable `N8N_TODO_WEBHOOK_URL`.
Input JSON format:
```json
{
"title": "续费 OVH",
"due": "2026-05-21T15:00:00",
"reminder": "2026-05-21T15:00:00"
}
```
Use local Asia/Shanghai time unless the user specifies another timezone.