Agent skill

diary

Add a diary entry to your HACS diary. Usage /diary "your entry text". Quick, reliable, one-shot.

Stars 4
Forks 0

Install this agent skill to your Project

npx add-skill https://github.com/LupoGrigi0/Human-Adjacent-Coordination/tree/main/.claude/skills/diary

SKILL.md

Diary

Add a diary entry via HACS.

Steps

  1. Read identity:

    bash
    # 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
    fi
    

    If missing, tell user to run /hacs-setup first.

  2. Call mcp__HACS__add_diary_entry with:

    • instanceId: from $HACS_INSTANCE_ID
    • text: the user's message (the arguments passed to this skill)
  3. 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

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results