Automate Spondyr tasks via Rube MCP after checking current tool schemas.
This skill is primarily prompt/documentation content, and the source is open with strong community adoption, so the overall risk is low. Its real operational capability depends on external Rube MCP and a Spondyr connection, so the main concerns are the external toolchain and remote data flow rather than the skill text itself.
The material states that the skill itself requires no local API keys or environment variables, but actual use requires establishing an external Spondyr connection via RUBE_MANAGE_CONNECTIONS and completing authorization, meaning credentials exist in the external connection system; no direct credential harvesting or exposure red flags are shown in the skill text.
The skill itself is prompt-only and does not directly implement network communication; however, the README explicitly instructs adding the remote MCP endpoint https://rube.app/mcp and using Composio/Rube to execute Spondyr operations, so task data and arguments are likely routed through that remote service. This is normal declared connectivity, but the material does not fully describe data handling boundaries.
No local scripts, install commands, or direct code-execution logic are shown; the skill mainly provides usage flow and tool-calling guidance, and does not itself start local processes or execute arbitrary code on the host.
Based on the provided material, the skill itself does not claim to read or write local files, system directories, or host data stores; its access scope is mainly to guide use of an external MCP for Spondyr resources, with no apparent request for local data permissions beyond its stated purpose.
The source is an open GitHub repository with very strong community adoption (about 64.9k stars), which materially lowers supply-chain risk. The license and maintenance status are not explicit, and the skill depends on external Rube/Composio services, so those should be verified separately, but there are no concrete red flags here that would justify a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "spondyr-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/spondyr-automation/SKILL.md 2. Save it as ~/.claude/skills/spondyr-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Spondyr operations through Composio's Spondyr toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/spondyr
RUBE_MANAGE_CONNECTIONS with toolkit spondyrRUBE_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 spondyrAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Spondyr 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 Spondyr task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["spondyr"]
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 Spondyr-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit spondyr |
| 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 Seqera tasks through Rube MCP to streamline workflow operations.
Automate CustomJS tasks through Rube MCP for faster scripted workflows.
Automate file and format conversion tasks via Rube MCP with schema lookup first.
Automate Callpage tasks through Rube MCP to improve callback and lead operations.
Automate Cloudlayer tasks via Rube MCP after checking current tool schemas.
Automate Byteforms form tasks and workflow actions through Rube MCP.
Automate Spoki tasks through Rube MCP using current tool schemas first.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Sendspark workflows via Rube MCP with schema-first tool discovery.
Automate EspoCRM tasks and streamline customer workflows through Rube MCP.
Automate Skyfire tasks via Rube MCP using current tool schemas first.
Automate Composio tasks via Rube MCP with tool schema lookup first.