Automate Wati messaging and customer communication tasks through Rube MCP.
This skill is essentially operational guidance for using Rube MCP and does not itself declare local execution, environment variables, or direct endpoint configuration, so overall risk is low. The main caveat is that it depends on external Rube/Composio and a Wati account connection, so actual data egress and authorization boundaries depend on those external services.
The material says “No API keys needed,” but it explicitly requires an active `wati` connection via `RUBE_MANAGE_CONNECTIONS` and completion of an auth link, which still implies external account authorization/session credentials. The credential risk mainly sits in the Rube/Composio-to-Wati integration rather than this skill directly collecting env vars.
The README explicitly requires connecting to `https://rube.app/mcp` and using Composio’s Wati toolkit, which means business requests and data will be transmitted through external MCP/integration services for the stated purpose. No unrelated or hidden exfiltration endpoint is shown, but third-party data transit should be noted.
The system marks this as `prompt-only`, and the material does not describe spawning local processes, running scripts, or invoking OS capabilities. Its behavior is more like guiding the use of existing MCP tools than executing code on the local machine.
There is no stated direct access to the local filesystem, clipboard, or system resources, but the skill is intended to “Automate Wati operations” and may act on connected Wati resources via discovered tools. Its data access scope is therefore mainly external Wati account data and objects rather than local data.
The source is an open-source GitHub repository with strong community trust (64.7k stars per the system). Combined with its `prompt-only` nature, this gives it reasonably good auditability. The unspecified license and unknown maintenance status add some uncertainty, but not enough to constitute a high-risk red flag.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "wati-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/wati-automation/SKILL.md 2. Save it as ~/.claude/skills/wati-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Wati operations through Composio's Wati toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/wati
RUBE_MANAGE_CONNECTIONS with toolkit watiRUBE_SEARCH_TOOLS first to get current tool schemasGet 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.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit watiAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Wati operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Wati task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["wati"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Wati-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit wati |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
Automate Dock certificate tasks through Rube MCP for faster security operations.
Automate Docker Hub organization, repository, team, member, and webhook management.
Automate Docnify document tasks through Rube MCP with schema-first tool discovery.
Automate Docugenerate document generation workflows through Rube MCP for faster operations.
Automate Docsumo document extraction and processing tasks through Rube MCP.
Automate DNSFilter administration and security operations through Rube MCP.
Automate Wit AI workflows via Rube MCP using current tool schemas first.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Atlassian tasks and workflows through Rube MCP integrations.
Automate Chatwork messages, tasks, and team workflows through Rube MCP.
Automate WakaTime data queries, reporting, and workflow tasks via Rube MCP.
Automate Composio tasks via Rube MCP with tool schema lookup first.