notify-web

Send toast notifications to the web UI via the notifications.aiContentCreated endpoint.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/vogon101/KnowledgeWork --skill notify-web
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notify-web
Source: https://github.com/vogon101/KnowledgeWork/tree/main/skills/notify-web
Command: npx skills add https://github.com/vogon101/KnowledgeWork --skill notify-web

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, python3, and includes scripts (resource) components.

What problem does it solve?

Notify the web UI when AI creates content that requires human review, ensuring timely attention and reducing context-switching.

Core Features & Use Cases

  • Send toasts to the web UI whenever new documents, projects, meetings, or workstreams require user review.
  • Simple integration via a single Bash script that posts a structured notification to the server.
  • Use cases include content summaries, analyses, or decision-ready artifacts that need confirmation before sharing.

Quick Start

Use the notify-web script to push a review notification for a new document, project, or meeting note. Example: .claude/skills/notify-web/scripts/notify-web.sh document "Q4 Strategy" "anthropic/docs/q4-strategy.md" "Ready for review"

Frequently Asked Questions about notify-web

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send toast notifications to a web UI when AI content needs review?

To send toast notifications for AI content review, use a Bash script to post a structured payload to the server's notifications.aiContentCreated endpoint via curl. The web UI then displays the real-time toast alert.

Do I need a running KnowledgeWork server to send real-time web UI toasts?

Yes, real-time web UI toasts require a running KnowledgeWork server and a connected web UI. The notify-web script relies on this infrastructure to push notifications via curl and Socket.io.

What types of AI-generated artifacts can I push for user review via real-time notifications?

You can push real-time notifications for new documents, projects, meetings, and workstream artifacts. This covers decision-ready analyses, content summaries, and other outputs requiring user approval before sharing.

How do I trigger a review notification for a new document using a Bash script?

To trigger a review notification for a new document, execute the Bash script with arguments for artifact type, title, file path, and review message. The script uses curl to post the data to the server endpoint.

What dependencies are required to push AI content notifications to a web interface?

Pushing AI content notifications to a web interface requires curl and python3. The Bash script utilizes curl to make HTTP POST requests to the server's notification API endpoint.

Why do my toast notifications not show up on the web UI after AI content creation?

Toast notifications fail to show up if the KnowledgeWork server is not running or the web UI is not connected. Ensure the server is active and the Bash script can reach the notifications.aiContentCreated endpoint via curl.