From claude-alertr
Walk the user through configuring claude-alertr. This skill replaces the interactive prompts from `install.sh`.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-alertr:setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Walk the user through configuring claude-alertr. This skill replaces the interactive prompts from `install.sh`.
Walk the user through configuring claude-alertr. This skill replaces the interactive prompts from install.sh.
Ask the user for these three values (use AskUserQuestion or conversational prompts):
https://claude-alertr.you.workers.dev). Required.wrangler secret put AUTH_TOKEN. Required.60. Optional.Create ~/.claude-alertr/config with these contents (replace values with user input):
# claude-alertr configuration
# URL of your deployed claude-alertr Cloudflare Worker
CLAUDE_ALERTR_URL="<worker_url>"
# Auth token (must match AUTH_TOKEN secret on the Worker)
CLAUDE_ALERTR_TOKEN="<auth_token>"
# Seconds to wait before sending an alert (default: 60)
CLAUDE_ALERTR_DELAY="<delay>"
Create the directory first (mkdir -p ~/.claude-alertr) and set permissions (chmod 600 ~/.claude-alertr/config).
Run a test request against the Worker:
curl -s -o /dev/null -w "%{http_code}" -X POST \
-H "Authorization: Bearer <auth_token>" \
<worker_url>/test
Interpret the result:
wrangler secret put AUTH_TOKEN.WEBHOOK_URL or RESEND_API_KEY via wrangler secret put.Tell the user:
~/.claude-alertr/configsettings.json editing needed~/.claude-alertr/config or run /claude-alertr:setup againnpx claudepluginhub xxdesmus/claude-alertr --plugin claude-alertrConfigures Bark push, WeChat, and system notifications for Claude Code via .claude/claude-notification.local.md. Provides bash scripts for proactive task alerts.
Performs first-time setup of a ClaudeClaw instance: installs dependencies, authenticates messaging channels, registers the main channel, and starts background services.
Configures Bark push, WeChat, and system notifications for Claude Code projects. Enables persistent alerts and proactive sending via PowerShell scripts after tasks.