
Notify
- Updated December 20, 2025
- Olbrasoft/ClaudeCode
notify is a Claude Code skill in the Databases category. Send notifications to VirtualAssistant database
Key points
- notify
- Databases
- AI-coding skill
Notify by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add Olbrasoft/ClaudeCode/plugin install notify@ClaudeCodeAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | December 20, 2025 |
|---|---|
| Repository | Olbrasoft/ClaudeCode ↗ |
What it does
Send notifications to VirtualAssistant database
README.md
Notify Plugin for Claude Code
Plugin that provides a /notify command to send notifications to VirtualAssistant database.
Installation
1. Add marketplace (if not already added)
/plugin marketplace add /home/jirka/GitHub/Olbrasoft/ClaudeCode
2. Install the plugin
/plugin install notify@ClaudeCode
3. Restart Claude Code
Restart to apply changes.
Usage
/notify <message>
Examples
/notify Zahajuji praci na issue #255
/notify Vytvoril jsem Notification entitu
/notify Dokoncil jsem issue #255
API Endpoint
The plugin sends notifications to:
- URL:
http://localhost:5055/api/notifications - Method: POST
- Headers:
Content-Type: application/json - Body:
{"agentId": "Claude Code", "text": "<message>"}
Requirements
- VirtualAssistant service running on localhost:5055
/api/notificationsendpoint available
Related skills
Databasesdatabases