What problem does it solve? It guides agents through integrating the NocoBase notification runtime, configuring Channels and Providers, sending notifications safely with idempotency, and diagnosing delivery failures without exposing credentials or mistaking Provider acceptance for final delivery. ## Core Features & Use Cases - Integration and Configuration: Install the core plugin plus in-app, email, and IM Channel packages, run migrations, wire the queue, and protect log and test routes with authentication and authorization. - Safe Sending: Send through the shared notificationServiceToken with stable idempotency keys, recipient validation, deliberate Provider routing, and readback of Notification, Delivery, and Attempt records. - Delivery Diagnostics: Trace pending, failed, partial, and unknown Deliveries through Retry Audits, Attempts, and correlated server logs, then recover safely with reasoned manual retries. - Use Case: An approval workflow needs to notify an approver in-app and by email; the Skill builds an idempotent send, records the Notification id, and verifies each Delivery reaches a terminal state. ## Quick Start Ask the agent to integrate the NocoBase notification plugin into your application and send a test in-app notification to a specific user with a stable idempotency key.