waboxapp-automation

Automate Waboxapp messaging and task workflows through the Rube MCP gateway.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill waboxapp-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: waboxapp-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/waboxapp-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill waboxapp-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Waboxapp operations by providing a standardized, automated interface for executing tasks directly through your AI agent.

Core Features & Use Cases

  • Tool Discovery: Automatically fetch and validate available Waboxapp tool schemas via Rube MCP.
  • Connection Management: Handle authentication and session state for Waboxapp integrations.
  • Workflow Execution: Execute multi-step messaging or automation tasks using structured tool calls.
  • Use Case: Automate customer support responses or bulk notification dispatching by chaining tool discovery with multi-execute commands.

Quick Start

Use the waboxapp-automation skill to discover available tools and send a message to a specific contact.

Frequently Asked Questions about waboxapp-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Waboxapp to my AI agent?

Connect Waboxapp by calling the RUBE_MANAGE_CONNECTIONS tool with the 'waboxapp' toolkit argument. Follow the provided authentication link to authorize the connection and ensure the status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS first?

Tool schemas and available operations for Waboxapp change frequently. Calling RUBE_SEARCH_TOOLS ensures your agent uses the most current input schemas and execution plans, preventing runtime errors.

Can I automate bulk messaging with this skill?

Yes, you can perform bulk operations by using RUBE_MULTI_EXECUTE_TOOL or RUBE_REMOTE_WORKBENCH. Always ensure you have a valid session ID and that your connection status is ACTIVE before initiating bulk tasks.

What should I do if my tool execution fails?

Verify your connection status using RUBE_MANAGE_CONNECTIONS and ensure your arguments strictly match the schema returned by RUBE_SEARCH_TOOLS. Check that your session ID is valid and not expired.