Source profileQuality 95/100

aAAaqwq/AGI-Super-Team/skills/whatsapp-automation/SKILL.md

whatsapp-automation

Automate WhatsApp Business tasks via Rube MCP (Composio): send messages, manage templates, upload media, and handle contacts. Always search tools first for current schemas.

Source repository stars
89
Declared platforms
0
Static risk flags
0
Last source update
2026-08-18
Source checked
2026-08-26

Decision brief

What it does: where it fits

Automate WhatsApp Business operations through Composio's WhatsApp toolkit via Rube MCP.

Best for

    Not for

    • Tasks that require unconfirmed production actions or broad system permissions.
    • Environments where the pinned source and install steps cannot be inspected.

    Compatibility matrix

    Platform support, with evidence labels

    PlatformStatusEvidenceWhat to check
    CodexNot declaredNo explicit evidencePortability before use
    Claude CodeNot declaredNo explicit evidencePortability before use
    CursorNot declaredNo explicit evidencePortability before use
    Gemini CLINot declaredNo explicit evidencePortability before use
    Open the compatibility checker

    Installation

    Inspect first. Install second.

    The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

    Source-detected install commandSource
    npx skills add https://github.com/aAAaqwq/AGI-Super-Team --skill "skills/whatsapp-automation"
    Safe inspection promptEditorial

    Inspect the Agent Skill "whatsapp-automation" from https://github.com/aAAaqwq/AGI-Super-Team/blob/3a4f3b9309c9b7e1525088c2d4cca243bc241daf/skills/whatsapp-automation/SKILL.md at commit 3a4f3b9309c9b7e1525088c2d4cca243bc241daf. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

    Workflow

    What the source asks the agent to do

    1. 01

      Setup

      Get Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.

      Verify Rube MCP is available by confirming RUBESEARCHTOOLS respondsCall RUBEMANAGECONNECTIONS with toolkit whatsappIf connection is not ACTIVE, follow the returned auth link to complete WhatsApp Business setup
    2. 02

      Prerequisites

      Rube MCP must be connected (RUBESEARCHTOOLS available)

      Rube MCP must be connected (RUBESEARCHTOOLS available)Active WhatsApp connection via RUBEMANAGECONNECTIONS with toolkit whatsappAlways call RUBESEARCHTOOLS first to get current tool schemas
    3. 03

      Core Workflows

      When to use: User wants to send a text message to a WhatsApp contact

      WHATSAPPGETPHONENUMBERS - List available business phone numbers [Prerequisite]WHATSAPPSENDMESSAGE - Send a text message [Required]to: Recipient phone number in international format (e.g., '+14155551234')
    4. 04

      1. Send a Text Message

      When to use: User wants to send a text message to a WhatsApp contact

      WHATSAPPGETPHONENUMBERS - List available business phone numbers [Prerequisite]WHATSAPPSENDMESSAGE - Send a text message [Required]to: Recipient phone number in international format (e.g., '+14155551234')
    5. 05

      2. Send Template Messages

      When to use: User wants to send pre-approved template messages for outbound communication

      WHATSAPPGETMESSAGETEMPLATES - List available templates [Prerequisite]WHATSAPPGETTEMPLATESTATUS - Check template approval status [Optional]WHATSAPPSENDTEMPLATEMESSAGE - Send the template message [Required]

    Permission review

    Static risk signals and limitations

    No configured static risk pattern was detected

    This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

    Evidence record

    Why each signal appears

    EvidenceSourceComputedTestedEditorial
    SignalValueEvidence typeMeaning
    Quality score95/100ComputedDocumentation, specificity, maintenance, and trust rules
    Repository stars89SourceRepository attention, not individual Skill quality
    Compatibility0 platformsSourceDeclared in the catalog source record
    Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

    Pinned source

    Provenance and original SKILL.md

    Repository
    aAAaqwq/AGI-Super-Team
    Skill path
    skills/whatsapp-automation/SKILL.md
    Commit
    3a4f3b9309c9b7e1525088c2d4cca243bc241daf
    License
    MIT
    Collected
    2026-08-26
    Default branch
    main
    View the original SKILL.md

    WhatsApp Business Automation via Rube MCP

    Automate WhatsApp Business operations through Composio's WhatsApp toolkit via Rube MCP.

    Prerequisites

    • Rube MCP must be connected (RUBE_SEARCH_TOOLS available)
    • Active WhatsApp connection via RUBE_MANAGE_CONNECTIONS with toolkit whatsapp
    • Always call RUBE_SEARCH_TOOLS first to get current tool schemas
    • WhatsApp Business API account required (not regular WhatsApp)

    Setup

    Get Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.

    1. Verify Rube MCP is available by confirming RUBE_SEARCH_TOOLS responds
    2. Call RUBE_MANAGE_CONNECTIONS with toolkit whatsapp
    3. If connection is not ACTIVE, follow the returned auth link to complete WhatsApp Business setup
    4. Confirm connection status shows ACTIVE before running any workflows

    Core Workflows

    1. Send a Text Message

    When to use: User wants to send a text message to a WhatsApp contact

    Tool sequence:

    1. WHATSAPP_GET_PHONE_NUMBERS - List available business phone numbers [Prerequisite]
    2. WHATSAPP_SEND_MESSAGE - Send a text message [Required]

    Key parameters:

    • to: Recipient phone number in international format (e.g., '+14155551234')
    • body: Message text content
    • phone_number_id: Business phone number ID to send from

    Pitfalls:

    • Phone numbers must be in international E.164 format with country code
    • Messages outside the 24-hour window require approved templates
    • The 24-hour window starts when the customer last messaged you
    • Business-initiated conversations require template messages first

    2. Send Template Messages

    When to use: User wants to send pre-approved template messages for outbound communication

    Tool sequence:

    1. WHATSAPP_GET_MESSAGE_TEMPLATES - List available templates [Prerequisite]
    2. WHATSAPP_GET_TEMPLATE_STATUS - Check template approval status [Optional]
    3. WHATSAPP_SEND_TEMPLATE_MESSAGE - Send the template message [Required]

    Key parameters:

    • template_name: Name of the approved template
    • language_code: Template language (e.g., 'en_US')
    • to: Recipient phone number
    • components: Template variable values and parameters

    Pitfalls:

    • Templates must be approved by Meta before use
    • Template variables must match the expected count and format
    • Sending unapproved or rejected templates returns errors
    • Language code must match an approved translation of the template

    3. Send Media Messages

    When to use: User wants to send images, documents, or other media

    Tool sequence:

    1. WHATSAPP_UPLOAD_MEDIA - Upload media to WhatsApp servers [Required]
    2. WHATSAPP_SEND_MEDIA_BY_ID - Send media using the uploaded media ID [Required] OR
    3. WHATSAPP_SEND_MEDIA - Send media using a public URL [Alternative]

    Key parameters:

    • media_url: Public URL of the media (for SEND_MEDIA)
    • media_id: ID from upload response (for SEND_MEDIA_BY_ID)
    • type: Media type ('image', 'document', 'audio', 'video', 'sticker')
    • caption: Optional caption for the media

    Pitfalls:

    • Uploaded media IDs are temporary and expire after a period
    • Media size limits vary by type (images: 5MB, videos: 16MB, documents: 100MB)
    • Supported formats: images (JPEG, PNG), videos (MP4, 3GPP), documents (PDF, etc.)
    • SEND_MEDIA requires a publicly accessible HTTPS URL

    4. Reply to Messages

    When to use: User wants to reply to an incoming WhatsApp message

    Tool sequence:

    1. WHATSAPP_SEND_REPLY - Send a reply to a specific message [Required]

    Key parameters:

    • message_id: ID of the message being replied to
    • to: Recipient phone number
    • body: Reply text content

    Pitfalls:

    • message_id must be from a message received within the 24-hour window
    • Replies appear as quoted messages in the conversation
    • The original message must still exist (not deleted) for the quote to display

    5. Manage Business Profile and Templates

    When to use: User wants to view or manage their WhatsApp Business profile

    Tool sequence:

    1. WHATSAPP_GET_BUSINESS_PROFILE - Get business profile details [Optional]
    2. WHATSAPP_GET_PHONE_NUMBERS - List registered phone numbers [Optional]
    3. WHATSAPP_GET_PHONE_NUMBER - Get details for a specific number [Optional]
    4. WHATSAPP_CREATE_MESSAGE_TEMPLATE - Create a new template [Optional]
    5. WHATSAPP_GET_MESSAGE_TEMPLATES - List all templates [Optional]

    Key parameters:

    • phone_number_id: Business phone number ID
    • template_name: Name for the new template
    • category: Template category (MARKETING, UTILITY, AUTHENTICATION)
    • language: Template language code

    Pitfalls:

    • New templates require Meta review before they can be used
    • Template names must be lowercase with underscores (no spaces)
    • Category affects pricing and approval criteria
    • Templates have specific formatting requirements for headers, body, and buttons

    6. Share Contacts

    When to use: User wants to send contact information via WhatsApp

    Tool sequence:

    1. WHATSAPP_SEND_CONTACTS - Send contact cards [Required]

    Key parameters:

    • to: Recipient phone number
    • contacts: Array of contact objects with name, phone, email details

    Pitfalls:

    • Contact objects must follow the WhatsApp Business API contact schema
    • At least a name field is required for each contact
    • Phone numbers in contacts should include country codes

    Common Patterns

    24-Hour Messaging Window

    • Customers must message you first to open a conversation window
    • Within 24 hours of their last message, you can send free-form messages
    • After 24 hours, only approved template messages can be sent
    • Template messages can re-open the conversation window

    Phone Number Resolution

    1. Call WHATSAPP_GET_PHONE_NUMBERS
    2. Extract phone_number_id for your business number
    3. Use phone_number_id in all send operations
    

    Media Upload Flow

    1. Call WHATSAPP_UPLOAD_MEDIA with the file
    2. Extract media_id from response
    3. Call WHATSAPP_SEND_MEDIA_BY_ID with media_id
    4. OR use WHATSAPP_SEND_MEDIA with a public URL directly
    

    Known Pitfalls

    Phone Number Format:

    • Always use E.164 format: +[country code][number] (e.g., '+14155551234')
    • Do not include dashes, spaces, or parentheses
    • Country code is required; local numbers without it will fail

    Messaging Restrictions:

    • Business-initiated messages require templates outside the 24-hour window
    • Template messages cost money per conversation
    • Rate limits apply per phone number and per account

    Media Handling:

    • Uploaded media expires; use promptly after upload
    • Media URLs must be publicly accessible HTTPS
    • Stickers have specific requirements (WebP format, 512x512 pixels)

    Template Management:

    • Template review can take up to 24 hours
    • Rejected templates need to be fixed and resubmitted
    • Template variables use double curly braces: {{1}}, {{2}}, etc.

    Quick Reference

    TaskTool SlugKey Params
    Send messageWHATSAPP_SEND_MESSAGEto, body
    Send templateWHATSAPP_SEND_TEMPLATE_MESSAGEtemplate_name, to, language_code
    Upload mediaWHATSAPP_UPLOAD_MEDIA(file params)
    Send media by IDWHATSAPP_SEND_MEDIA_BY_IDmedia_id, to, type
    Send media by URLWHATSAPP_SEND_MEDIAmedia_url, to, type
    Reply to messageWHATSAPP_SEND_REPLYmessage_id, to, body
    Send contactsWHATSAPP_SEND_CONTACTSto, contacts
    Get mediaWHATSAPP_GET_MEDIAmedia_id
    List phone numbersWHATSAPP_GET_PHONE_NUMBERS(none)
    Get phone numberWHATSAPP_GET_PHONE_NUMBERphone_number_id
    Get business profileWHATSAPP_GET_BUSINESS_PROFILEphone_number_id
    Create templateWHATSAPP_CREATE_MESSAGE_TEMPLATEtemplate_name, category, language
    List templatesWHATSAPP_GET_MESSAGE_TEMPLATES(none)
    Check template statusWHATSAPP_GET_TEMPLATE_STATUStemplate_id

    Frequently asked questions

    What to verify before installation and use

    What does the whatsapp-automation source document cover?

    Automate WhatsApp Business operations through Composio's WhatsApp toolkit via Rube MCP.

    How do I install whatsapp-automation?

    The source record exposes this install command: npx skills add https://github.com/aAAaqwq/AGI-Super-Team --skill "skills/whatsapp-automation". Inspect the command and pinned source before running it.

    Alternatives

    Compare before choosing

    Computed 983,359

    davepoon/buildwithclaude

    whatsapp-automation

    Automate WhatsApp Business tasks via Rube MCP (Composio): send messages, manage templates, upload media, and handle contacts. Always search tools first for current schemas.

    Computed 10029,095

    garrytan/gbrain

    bulk-ingestion

    End-to-end discipline for turning any large data source (audio libraries, email takeouts, document corpora, chat exports, API dumps) into brain pages at scale. The lifecycle spine: SCHEMA → ACCESS → TRIAL → EVALUATE → IMPROVE → CODIFY → TEST → SKILLIFY → BULK → MONITOR. State is tracked in a durable JSON manifest (see MANIFEST-PATTERN.md) so any crash, session boundary, or subagent fan-out resumes from ground truth instead of memory.

    Computed 10024,975

    alirezarezvani/claude-skills

    app-store-optimization

    App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist

    Computed 10015,246

    wanshuiyin/Auto-claude-code-research-in-sleep

    citation-audit

    Use it for operations and research tasks; the detail page covers purpose, installation, and practical steps.