-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskill_snippets.example.json
More file actions
12 lines (12 loc) · 1.24 KB
/
skill_snippets.example.json
File metadata and controls
12 lines (12 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
[
{
"id": "mailbox-himalaya",
"topics": ["mail", "mailbox", "inbox", "email", "e-mail", "himalaya"],
"snippet": "For mailbox status/questions, use exec with the configured Himalaya wrapper first instead of assumptions. IMPORTANT syntax: put options BEFORE search query. Correct: '& $wrapper envelope list -s 50 \"from alerts@example.com\"'. Also valid: '& $wrapper envelope list -s 20'. Do not use query before '-s'. IMPORTANT move/copy order: target first, then ID(s): '& $wrapper message move \"Trash\" 255' (NOT '255 Trash'). If tool output contains 'Error:' or 'cannot parse', do not claim success: correct the command and retry once."
},
{
"id": "mail-processor-shadow",
"topics": ["mail processor", "mail-processor", "mail routing", "mail triage", "classification", "klassifizierung", "shadow", "needs reply"],
"snippet": "For mail classification/routing workflows, prefer the standalone mail-processor via its skill wrappers instead of ad-hoc commands. Start in SHADOW mode first (MAIL_ROUTING_ENABLED=false) and review data/mail-routing/state.jsonl + data/mail-routing/msgs/*.json before any routing run. Use run mode only after shadow quality looks good. Keep COPY-only behavior and inbox-safe default for ambiguous messages."
}
]