From assistant-burst-summary-hook
Install, configure, validate, or explain the assistant burst summary hook for OpenClaw and Claude Code.
How this skill is triggered — by the user, by Claude, or both
Slash command
/assistant-burst-summary-hook:assistant-burst-summaryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when Ethan asks about the post-voice-note burst summary hook, installing it on OpenClaw, installing the Claude Code equivalent, or rolling it out across Agent Bridge machines.
Use this skill when Ethan asks about the post-voice-note burst summary hook, installing it on OpenClaw, installing the Claude Code equivalent, or rolling it out across Agent Bridge machines.
threshold messages (default 3) and then goes quiet for inactivityMs (default 300000, five minutes), sends one Telegram blockquote summary.Burst summary messages so it does not loop.Prefer the OpenClaw plugin entry at the repo root:
openclaw plugins install /path/to/assistant-burst-summary-hook --link
openclaw plugins enable assistant-burst-summary-hook
Add plugin config under plugins.entries.assistant-burst-summary-hook, then restart/reload OpenClaw only with Ethan's approval if the active gateway does not hot-load plugin installs.
Prefer the Claude Code plugin/hook pack at the repo root:
claude plugin marketplace add /path/to/assistant-burst-summary-hook --scope user
claude plugin install assistant-burst-summary-hook@assistant-burst-summary-hook --scope user
Set ASSISTANT_BURST_SUMMARY_CONFIG or create ~/.config/assistant-burst-summary-hook/config.json with a Telegram chat id and token env name.
Run:
npm test
node bin/assistant-burst-summary-hook.js simulate --json
node --input-type=module -e "await import('./src/openclaw/index.js')"
claude plugin validate .
Do not paste raw transcript logs into chat. Summarize results and cite file paths.
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 ethansk/assistant-burst-summary-hook --plugin assistant-burst-summary-hook