Novu Skill Set for AI Agents
npx skills add https://github.com/novuhq/skills --skill novuInstallieren Sie diesen Skill über die CLI und beginnen Sie mit der Verwendung des SKILL.md-Workflows in Ihrem Arbeitsbereich.
Agent Skills for building multi-channel notification systems with Novu.
Agent Skills are an open standard that gives AI agents (Claude Code, Cursor, Copilot, etc.) the context they need to work with specific tools and platforms.
Install the Novu skills into your project using the skills CLI:
npx skills add novuhq/skills
This pulls the skills from the novuhq/skills GitHub repository and makes them available to your AI agent (Claude Code, Cursor, Copilot, etc.).
| Skill | Description |
|---|---|
| trigger-notification | Send single, bulk, broadcast, and topic-based notifications |
| manage-subscribers | CRUD operations on subscribers and topics |
| inbox-integration | Integrate the in-app notification inbox into React, Next.js, or vanilla JS |
| manage-preferences | Configure workflow and subscriber notification preferences |
| Package | Purpose |
|---|---|
@novu/api |
Server-side REST client for triggering notifications and managing resources |
@novu/react |
React components for in-app Inbox, Notifications, Preferences |
@novu/nextjs |
Next.js integration for the Inbox component |
@novu/js |
Vanilla JavaScript client SDK |
MIT