zaileys
Build, debug, and review WhatsApp bots in TypeScript
All Skills in This Repository (4)
Pure Emerald Level Indicatorsassist
Route user requests to the appropriate zaileys capability by detecting intent.
review
Audit Node.js/TypeScript zaileys code and produce a prioritized findings report.
scaffold
Generate a deterministic zaileys bot project skeleton with a layered src/ layout.
debug
Diagnose Zaileys failures by classifying thrown exceptions or runtime symptoms into root causes.
Frequently Asked Questions
FAQPage SchemaHow to install zaileys skills?โผ
Run `npx skills add zeative/zaileys --all -g -y` in your terminal to install all skills in this suite globally.
How to build a WhatsApp bot with zaileys?โผ
The scaffold skill generates a complete, runnable TypeScript project with handlers, commands, storage, and env config from a short description of your use case.
Can it fix WhatsApp bot errors automatically?โผ
Yes. The debug skill maps every zaileys error code and runtime symptom, like QR loops or webhook failures, to its root cause and a concrete fix.
Does zaileys support the official WhatsApp Cloud API?โผ
Yes. The skills cover both the unofficial WhatsApp Web provider and the official Meta Cloud API, including templates, OTP messages, and webhook setup.
Do I need coding experience to use these skills?โผ
Basic TypeScript familiarity helps, but the skills generate and explain runnable code, so your agent handles most of the technical detail from plain-English requests.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core