Agent Notifier

Install

Give your agent a notification harness.

Create an API key, run the installer from a repo, and Agent Notifier scaffolds project-local hooks for GitHub Copilot CLI and Claude Code. Secrets stay in your local env file.

1. Create key

Open the web app or iOS app, create an account API key, and copy it once.

2. Run installer

The script downloads the canonical hook runner, creates hook config, updates CLAUDE.md, and writes .env.local.

3. Share skill

Send /skill.md to an agent so it can install the harness consistently in any repo.

Project-local install

Run from the repo you want monitored. Replace placeholders before running.

Open Skill.md
export AGENT_NOTIFIER_API_KEY="an_key_..."
export AGENT_NOTIFIER_PROJECT="my-repo"
export AGENT_NOTIFIER_URL="https://notifier.aicrew.in"
curl -fsSL "$AGENT_NOTIFIER_URL/install.sh" | bash

The installer requires curl, bash, jq, and uv. It never prints or commits your API key; it appends it to .env.local and leaves an example file for review.