What are Agent Skills?
Notifyer Agent Skills are a set of Node.js scripts + aSKILL.md instruction file that teach compatible AI agents how to:
- Authenticate into a Notifyer workspace
- Validate prerequisites (connection, plan, token health)
- Configure workspace infrastructure (labels, team, API key)
- Manage automation primitives (templates, AI bots, broadcasts, webhooks, analytics)
- Operate live chat workflows (recipients, messages, handoff, notes, scheduling)
How this fits inside Notifyer System docs
Notifyer System can be operated via:- Developer API (integrations)
- Agent Skills (operations)
- Console/Chat UI (manual)
Use API keys for Make/Zapier/n8n or your backend services. This is the best choice when you’re building event-driven automations and do not need to manage workspace configuration.
Skill set overview (3 phases)
The skills are designed as a progressive sequence.| Phase | Skill | Primary purpose |
|---|---|---|
| 1 | setup-notifyer | Authentication, workspace identity, WhatsApp connection status, plans, team/roles, labels, Developer API key |
| 2 | automate-notifyer | Templates, AI bots, broadcasts, analytics/logs, webhooks |
| 3 | chat-notifyer | Recipients, messaging, labels, AI/human handoff, scheduled sends, notes, conversation history |
What you can automate (examples)
- Workspace onboarding: create labels, invite members, verify connection and plan, fetch the Developer API key.
- Template lifecycle: create templates, monitor Meta approval status, use approved templates in broadcasts.
- Customer support ops: fetch conversation context, take over from bot, respond, label, add notes, return to bot.
- Webhook configuration: create dev and IO webhooks with HMAC signature, list and update triggers, rotate URLs.
Important constraints (read before you automate)
Next steps
- Start with Quickstart
- Configure Auth & environment
- Dive into each skill:
Whatsable/agent-skills-by-notifyer
Official repository for Notifyer Agent Skills, including scripts, reference material, and
SKILL.md entrypoints.