Automate Ably workflows through Rube MCP using the latest tool schemas.
This skill appears to be an open-source prompt/template with no declared local execution, file access, or built-in secret requirement, so its baseline risk is low. However, it is explicitly designed to drive remote Rube MCP/Composio workflows and connect an Ably account, so credential delegation, data egress, and external-service dependency still warrant attention.
The material says no API key is needed, but it requires an ACTIVE `ably` connection via `RUBE_MANAGE_CONNECTIONS` and completion of a returned auth link. This suggests credentials are likely delegated or managed through Rube/Composio rather than absent, creating the usual third-party account authorization considerations.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and executing actions through Composio's Ably toolkit. Therefore, task inputs, session data, and Ably-related information are likely transmitted through external services. This egress path matches the stated function, but it is still a standard remote-service dependency that should be reviewed for data minimization and trust boundaries.
The objective checks mark it as `prompt-only`, and the material does not claim to start local processes, run scripts, or request system-level privileges. It mainly describes invocation order and tool-discovery/execution patterns, without showing additional code-execution capability by itself.
The material does not show local filesystem access or host data access, but its stated purpose is to automate Ably operations through `RUBE_MULTI_EXECUTE_TOOL`/`RUBE_REMOTE_WORKBENCH`. Once the account connection is established, the skill may indirectly access Ably resources and related business data, with scope determined by the granted connection permissions and selected tools.
The source is an open GitHub repository with strong community adoption (64.7k stars), both of which are meaningful risk-reducing signals. The visible content is mainly README/prompt-template material rather than an executable binary. Note that the license is undeclared, maintenance is unknown, and actual operation depends on external Rube/Composio services, but the available material does not show concrete red flags sufficient for a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "ably-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/ably-automation/SKILL.md 2. Save it as ~/.claude/skills/ably-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Ably operations through Composio's Ably toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/ably
RUBE_MANAGE_CONNECTIONS with toolkit ablyRUBE_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 ablyAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Ably 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 Ably task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["ably"]
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 Ably-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit ably |
| 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 Browserbase tasks via Rube MCP and check latest tool schemas first.
Automate common Payhip store operations and management tasks through Rube MCP.
Automate Documint document generation and processing tasks through Rube MCP.
Automate BTCPay Server payment and merchant operations through Rube MCP.
Automate Bubble tasks via Rube MCP using the latest tool schemas.
Automate Pdfless workflows and document tasks through Rube MCP.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Ambee workflows via Rube MCP using current tool schemas first.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate Abstract workflows via Rube MCP using current tool schemas first.
Automate Alchemy tasks via Rube MCP with schema discovery first.
Automate V0 workflows via Rube MCP using current tool schemas first.