skills/claude-skills-open/skills/channels/whatsapp-send/SKILL.md
Baileys WhatsApp message sending
npx skillsauth add aaaaqwq/agi-super-team whatsapp-sendInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Sending messages via WhatsApp Web (Baileys)
preferred_channel = WhatsApp in data| What | Path |
|------|------|
| Script | $SALES_PATH/whatsapp/send_whatsapp.js |
| Session | $SALES_PATH/whatsapp/baileys_session/ |
| Check chats | $SALES_PATH/whatsapp/check_chats.js |
cd $SALES_PATH/whatsapp
node send_whatsapp.js
Recipients are hardcoded in the script (RECIPIENTS array):
const RECIPIENTS = [
{ phone: '380XXXXXXXXX', name: 'Bob', row: 3 },
{ phone: '380YYYYYYYYY', name: 'Carol', row: 4 },
// ...
];
To change -- edit the array in the script.
const MESSAGE_TEMPLATE = (name) => `Hello, ${name}! This is Ivan from WeLabelData.
...
`;
onWhatsApp)node check_chats.js
Shows recent chats, but NOT the full history.
If the session is stale:
cd $SALES_PATH/whatsapp
rm -rf baileys_session
node index.js # will show QR code
# Scan QR from the phone
| Problem | Solution | |---------|----------| | Connection closed | Restart, rescan QR | | Logged out | Delete session, create a new one | | Number not on WhatsApp | Try another channel (Telegram/Email) | | Ban/Restrict | Reduce frequency, change number |
telegram-send -- alternative channelemail-send-direct -- single emailemail-send-bulk -- mass email sendingdevelopment
Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams.
tools
Expert-level browser automation, debugging, and performance analysis using Chrome DevTools MCP. Use for interacting with web pages, capturing screenshots, analyzing network traffic, and profiling performance.
data-ai
Prompt for creating detailed feature implementation plans, following Epoch monorepo structure.
tools
Interactive prompt refinement workflow: interrogates scope, deliverables, constraints; copies final markdown to clipboard; never writes code. Requires the Joyride extension.