npx claudepluginhub joshuarweaver/cascade-code-languages-misc-1 --plugin olbrasoft-claudecodeSend a notification to VirtualAssistant database about your current work.
The notification should:
- Describe what you're doing (starting work, progress update, completion)
- Be written in Czech language
- Be concise (1-2 sentences)
- Include issue number if working on a specific issue
Examples:
- "Zahajuji praci na issue #255"
- "Vytvoril jsem Notification entitu"
- "Dokoncil jsem issue #255"
After writing the notification text, call the VirtualAssistant API:
- Endpoint: `http://localhost:5055/api/notifications`
- Method: POST
- Headers: `Content-Type: application/json`
- Body: `{"agent.../notifySends a notification to the user via fulcrum notify with required title and message body arguments.
/notifyPolls your notification inbox for new items addressed to you, lists them with ack commands, prompts to ack individual or all, or reports 'inbox is clear'.
/notifyBuilds multi-channel notification systems for push (FCM/APNs/OneSignal), SMS (Twilio), email, in-app (WebSocket), and webhooks with preferences, quiet hours, digests, and delivery tracking.
/notifyConfigure notification channels for session completion alerts (Discord, Slack, Telegram).
/notifyControl macOS popup notifications for Claude Code events
Send a notification to VirtualAssistant database about your current work.
The notification should:
Examples:
After writing the notification text, call the VirtualAssistant API:
http://localhost:5055/api/notificationsContent-Type: application/json{"agentId": "Claude Code", "text": "<your notification text>"}Use curl to make the HTTP request:
curl -X POST http://localhost:5055/api/notifications \
-H "Content-Type: application/json" \
-d '{"agentId": "Claude Code", "text": "<your notification text>"}'