Habilidades whatsapp-automation
💬

whatsapp-automation

Baixo Risco ⚙️ Comandos externos🌐 Acesso à rede

Automate WhatsApp Business messaging and templates

Businesses waste hours on manual WhatsApp customer communication. This skill automates message sending, template management, and media sharing through WhatsApp Business API via Rube MCP.

Suporta: Claude Codex Code(CC)
🥉 72 Bronze
1

Baixar o ZIP da skill

2

Upload no Claude

Vá em Configurações → Capacidades → Skills → Upload skill

3

Ative e comece a usar

Testar

A utilizar "whatsapp-automation". Send welcome message to new customer at +14155551234

Resultado esperado:

Message sent successfully to +14155551234. Message ID: wamid.HBgMOTEyMzQ1Njc4OTAVAgARGBI5QTNDQTA3MjUzRTQyNTYA

A utilizar "whatsapp-automation". List available message templates for my business

Resultado esperado:

Found 3 templates: order_confirmation (APPROVED), shipping_update (APPROVED), appointment_reminder (PENDING_REVIEW)

Auditoria de Segurança

Baixo Risco
v1 • 2/25/2026

Static analyzer flagged 45 external command patterns and 1 network reference, but all findings are FALSE POSITIVES. The scanned file (SKILL.md) is documentation only - tool references like WHATSAPP_SEND_MESSAGE are MCP tool identifiers in instructional text, not executable shell commands. The URL reference is the MCP server endpoint in setup instructions. No actual code execution, cryptographic operations, or system reconnaissance exists. Low risk assigned due to external API integration nature requiring user-provided credentials.

1
Arquivos analisados
220
Linhas analisadas
3
achados
1
Total de auditorias
Problemas de Baixo Risco (1)
Documentation References Flagged as Code Execution
Static analyzer detected backtick patterns in SKILL.md but these are MCP tool identifiers in documentation (e.g., RUBE_SEARCH_TOOLS, WHATSAPP_SEND_MESSAGE), not executable shell commands. The file contains instructional text only with no runnable code.
Auditado por: claude

Pontuação de qualidade

38
Arquitetura
100
Manutenibilidade
87
Conteúdo
50
Comunidade
88
Segurança
91
Conformidade com especificações

O Que Você Pode Construir

E-commerce Order Notifications

Automatically send order confirmations, shipping updates, and delivery notifications to customers via WhatsApp template messages.

Customer Support Automation

Handle customer inquiries by sending quick replies, product information, and support documents through WhatsApp messaging.

Appointment Reminders

Send automated appointment reminders and rescheduling notifications to clients using approved message templates.

Tente Estes Prompts

Basic Text Message
Send a WhatsApp message to +14155551234 with the text: Your order 12345 has been confirmed and will ship within 2 business days.
Template Message with Variables
Send the order_confirmation template to +442071234567 in English with variables: customer_name=John Smith, order_number=67890, total_amount=$149.99
Media Document Sharing
Upload the product catalog PDF from https://example.com/catalog.pdf and send it to +919876543210 with caption: Here is our latest product catalog as requested.
Reply to Customer Inquiry
Reply to message ID wamid.HBgMOTEyMzQ1Njc4OTA with: Thank you for contacting us. Our team will respond within 24 hours.

Melhores Práticas

  • Always call RUBE_SEARCH_TOOLS first to get current tool schemas before executing workflows
  • Verify connection status is ACTIVE via RUBE_MANAGE_CONNECTIONS before running any WhatsApp operations
  • Format all phone numbers in E.164 international format with country code and no spaces or dashes

Evitar

  • Do not attempt to send messages outside the 24-hour window without using approved templates
  • Do not use media IDs after they expire - upload media fresh for each send operation
  • Do not send messages without first verifying the recipient number format and business phone ID

Perguntas Frequentes

What is the 24-hour messaging window?
When a customer messages your business, a 24-hour window opens during which you can send free-form messages. After 24 hours, only pre-approved template messages can be sent until the customer replies again.
Do I need API keys to use this skill?
No API keys are needed for Rube MCP. Simply add https://rube.app/mcp as an MCP server endpoint in your client configuration and the connection works automatically.
What types of media can I send?
You can send images (JPEG, PNG up to 5MB), videos (MP4, 3GPP up to 16MB), documents (PDF and others up to 100MB), audio files, and stickers (WebP format, 512x512 pixels).
How long does template approval take?
Template review by Meta can take up to 24 hours. Plan ahead when creating new templates for time-sensitive campaigns.
Can I send messages to any WhatsApp number?
You can send messages to any WhatsApp number, but business-initiated conversations outside the 24-hour window require approved templates. Customers must message you first to open free-form messaging.
What happens if my media upload fails?
Media uploads may fail due to size limits, unsupported formats, or network issues. Check the file size and format match WhatsApp requirements, ensure the URL is publicly accessible HTTPS, then retry the upload.

Detalhes do Desenvolvedor

Estrutura de arquivos

📄 SKILL.md