Automate Serply tasks via Rube MCP after checking current tool schemas first.
The skill material itself is an open-source, prompt-only usage guide with no clear red flags for local execution, direct secret injection, or local file access, so overall risk is relatively low. The main caution is that actual data flow and permissions depend on the external Rube MCP and Serply connection.
The material says no local API key or environment variables are needed, but it requires an active `serply` connection via `RUBE_MANAGE_CONNECTIONS` and an authentication link flow. This suggests credentials are managed by Rube/Serply rather than exposed in the skill itself; there is no direct red flag of secret harvesting, but normal third-party authorization and token misuse considerations remain.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and using Composio/Serply tooling for search, connection management, and tool execution. User requests, session IDs, tool arguments, and related business data are therefore likely sent through this external service chain; this is a normal MCP characteristic, though the material does not define the data handling boundaries in detail.
Per the provided checks, this is a prompt-only skill; the material merely instructs how to call existing MCP tools and does not claim local process spawning, script execution, or system-level execution permissions. The mention of `RUBE_REMOTE_WORKBENCH` indicates remote tool capability, not evidence of local code execution by the skill itself.
There is no indication that the skill directly reads or writes local files, clipboard contents, or system resources; however, once connected to `serply`, it can access and automate Serply data and operations through Rube/Composio. The effective data scope therefore depends on the permissions granted by the connected account, which is worth noting but not inherently overprivileged from the material alone.
The source is an open-source GitHub repository with strong community adoption (64.7k stars), both of which are meaningful risk-reducing signals. The skill content available for review is primarily documentation/prompting; although the license is undeclared, maintenance status is unknown, and actual execution depends on external Rube/Composio services, the provided material shows no clear supply-chain red flags.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "serply-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/serply-automation/SKILL.md 2. Save it as ~/.claude/skills/serply-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Serply operations through Composio's Serply toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/serply
RUBE_MANAGE_CONNECTIONS with toolkit serplyRUBE_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 serplyAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Serply 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 Serply task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["serply"]
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 Serply-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit serply |
| 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 CustomGPT tasks and workflow integrations through Rube MCP.
Automate D2L Brightspace course and learning platform tasks through Rube MCP.
Automate Dailybot check-ins, reminders, and team coordination via Rube MCP.
Automate DataRobot tasks through Rube MCP for faster model and data workflows.
Automate Deadline Funnel marketing tasks after checking current tool schemas first.
Automate customer engagement, segmentation, messaging analytics, and newsletter tracking in Customer.io.
Automate Serpapi workflows through Rube MCP for search data retrieval and processing.
Automate Serpdog search tasks via Rube MCP for scalable result retrieval.
Automate Yousearch tasks through Rube MCP and chain follow-up workflows.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Agenty tasks via Rube MCP after checking current tool schemas first.
Automate Amazon tasks through Rube MCP after checking current tool schemas.