From daily-assistant
Block calendar time + IM DND + notify team. Triggers "focus mode", "block <X> tiếng", "DND", "không làm phiền", "deep work".
How this skill is triggered — by the user, by Claude, or both
Slash command
/daily-assistant:focus-modeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
"Leave me alone for <N> hours." Three steps: block calendar, set IM
"Leave me alone for hours." Three steps: block calendar, set IM DND, optionally post to team.
Verbs (the installed lark-* skills): calendar +create
(--summary/--start/--end/--description — note: CLI has NO
free-busy-status or visibility flag), im +messages-send
(--chat-id/--text). Atomic shapes + token flags: connectors/LARK-RECIPES.md.
im has no +set-status/+set-dnd verb. DND must be set manually in
Lark IM UI (Settings → Notifications → Do Not Disturb). This skill:
creates the calendar block, optionally posts to team, and suggests
the user set DND manually.
calendar +create --summary "Focus — <topic>" --start "<t>" --end "<t>"
# optional:
im +messages-send --chat-id <team-group> --text "🎧 Focus mode tới <end>. Urgent thì DM."
memory/team-roster.md.working-hours.md) → warn "ngoài giờ làm, vẫn block?".Optional: working-hours.md (off-hours warning), team-roster.md
(which group to notify). Missing → skip optional steps.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub larkcowork/lark-cowork-plugins --plugin daily-assistant