"It looks like you're configuring a network! Would you like a template?"
Floating, always-on-top, draggable. Transparent background on macOS and Windows.
POST any message to :5151/message. Works from shell scripts, Python, or curl.
Monitor interface flaps and BGP state changes on any YANG-capable device in real time.
Built-in snippets notify Clippy after every deployment, apply, or playbook run.
Headless API server mode for Linux and CI/CD pipelines. One-line Docker run included.
Forward every notification to Slack, Teams, or any HTTP endpoint via config.yaml.
git clone https://github.com/wadegerencser/clippy-nac-assistant && \
cd clippy-nac-assistant && \
pip install -r requirements.txt && \
python clippy.py
docker run -d -p 5151:5151 --name clippy ghcr.io/wadegerencser/clippy-nac-assistant
curl -X POST http://127.0.0.1:5151/message \
-H 'Content-Type: application/json' \
-d '{"text": "BGP peer 10.0.0.1 is DOWN!", "duration": 10000}'