Automate RKVST workflows via Rube MCP with schema lookup first.
This skill appears primarily to be an open-source prompt/instruction wrapper, but it is intended to connect to remote services via Rube MCP and perform Rkvst operations. No direct malicious indicators are present in the provided material, and the source is a high-star open repository, so overall risk is low to moderate; actual capabilities and data flows depend on the connected Rube MCP and Rkvst integration.
The material says the skill itself requires no API key, but it depends on an active `rkvst` connection established via `RUBE_MANAGE_CONNECTIONS` and an external auth flow. So the skill does not directly collect secrets itself, but real usage relies on third-party authorization, creating normal credential and misconfiguration risk.
The README explicitly instructs users to add the remote MCP endpoint `https://rube.app/mcp` and use Composio/Rube for tool discovery, connection management, and execution; it also links to composio.dev docs. This indicates network egress to declared third-party services, and Rkvst task inputs/metadata may transit those endpoints, but there is no evidence of unrelated or hidden destinations.
The system flags this as `prompt-only`, and the provided content is mainly workflow guidance and tool-calling order. It does not include local script installation, shell execution, or requests for system-level privileges. Based on the skill material itself, it does not grant local code execution.
This skill is intended to perform Rkvst-related operations and requires session reuse plus passing arguments, memory, and connection status data; therefore task data, session identifiers, and execution parameters may be handled by remote tools. The material does not claim local file read/write or clearly excessive data access beyond Rkvst/connection management, but the effective data scope depends on the actual toolset exposed by Rube/Composio.
The source is an open GitHub repository, the system marks it as `open-source`, and community trust is high (64.7k stars), all of which are strong risk-reducing factors. The material shows no obfuscated installation, suspicious download commands, domain mismatch, or obvious injection content; drawbacks are that the license is unspecified and maintenance status is unknown, which should be verified before production use.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "rkvst-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/rkvst-automation/SKILL.md 2. Save it as ~/.claude/skills/rkvst-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Rkvst operations through Composio's Rkvst toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/rkvst
RUBE_MANAGE_CONNECTIONS with toolkit rkvstRUBE_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 rkvstAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Rkvst 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 Rkvst task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["rkvst"]
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 Rkvst-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit rkvst |
| 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 Listen Notes workflows for podcast search and structured data handling.
Automate Needle tasks and workflows via Rube MCP using current tool schemas.
Automate Sendspark workflows via Rube MCP with schema-first tool discovery.
Automate Zoho Inventory workflows and operational tasks through Rube MCP.
Automate Spotify playlist management, music search, playback control, and profile access.
Automate Tomba contact lookup and email data tasks through Rube MCP.
Automate V0 workflows via Rube MCP using current tool schemas first.
Automate Kit tasks via Rube MCP with schema lookup first.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Chatbotkit tasks via Rube MCP using current tool schemas first.
Automate Composio tasks via Rube MCP with tool schema lookup first.
Automate Timekit tasks via Rube MCP with schema lookup first.