Diary
Add a diary entry via HACS.
Steps
-
Read identity:
# Identity: CWD first (per-instance), then home (fallback) if [ -f .hacs-identity ]; then source .hacs-identity 2>/dev/null elif [ -f ~/.hacs-identity ]; then source ~/.hacs-identity 2>/dev/null fiIf missing, tell user to run
/hacs-setupfirst. -
Call
mcp__HACS__add_diary_entrywith:instanceId: from$HACS_INSTANCE_IDtext: the user's message (the arguments passed to this skill)
-
Confirm success or report failure. Keep it brief — one line.
Rules
- If no text provided, ask what to write
- Don't editorialize or rewrite the user's entry — their words, their diary
- Add a timestamp prefix if the user didn't include one