Armory
Source
Browse
Hooks

slack-error-notifications

Send Slack notifications when Claude Code encounters long-running operations or when tools take significant time. Helps monitor productivity and catch potential issues. Requires SLACK_WEBHOOK_URL environment variable.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install slack-error-notifications --cli claude

writes the file to.claude/hooks/slack-error-notificationsListed as compatible

Configuration
# fetches the hook script into:
.claude/hooks/slack-error-notifications
# then register it in your settings.json "hooks" block.

↳ Add the hook entry to settings.json, then restart the harness.

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Send Slack notifications when Claude Code encounters long-running operations or when tools take significant time. Helps monitor productivity and catch potential issues. Requires SLACK_WEBHOOK_URL environment variable.

When to use it

Send Slack notifications when Claude Code encounters long-running operations or when tools take significant time. Helps monitor productivity and catch potential issues. Requires SLACK_WEBHOOK_URL environment variable.

How to install / invoke

# Wire this hook script into .claude/settings.json
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/hooks/automation/slack-error-notifications.json -o .claude/hooks/slack-error-notifications.json

Notes

Extracted from davila7/claude-code-templates, automation category.