Automate Yousearch tasks through Rube MCP and chain follow-up workflows.
This skill is primarily a prompt-style workflow guide and does not directly require local secrets, code execution, or local file access. However, it explicitly depends on remote Rube MCP/Composio services and can connect onward to Yousearch, so the overall posture is low-to-moderate risk with external service dependency as the main consideration.
The material says the skill itself needs 'no API keys,' but the README also requires creating an ACTIVE `yousearch` connection via `RUBE_MANAGE_CONNECTIONS` and completing an external auth flow. This means credentials are handled at the Rube/Composio-to-Yousearch connection layer rather than being truly absent, so users should review third-party connection scope and session handling.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and executing remote tool calls through Composio's Yousearch toolkit. User task content, tool arguments, and session information are therefore likely sent to these stated external services. The endpoints and purpose are disclosed, so this is expected egress, but users should understand that data leaves the local environment.
Based on the provided material, this is a prompt-only workflow description with no local install script, shell command, or requirement to spawn local processes. The execution model described is remote MCP tool invocation rather than direct local code-execution capability.
The material does not claim local file, directory, clipboard, or system-resource access, nor does it request local permissions beyond what Yousearch automation would typically need. The visible data access appears limited to workflow parameters, session data, and connection-related information in the remote flow.
The source is an open GitHub repository under `ComposioHQ/awesome-claude-skills` with very strong community adoption (64.9k stars), which are meaningful risk-reducing signals. While the license is unspecified and maintenance status is unknown, and the skill depends on external Rube/Composio services, the provided material does not show a closed-source delivery path, suspicious install chain, or clear deceptive red flags.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "yousearch-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/yousearch-automation/SKILL.md 2. Save it as ~/.claude/skills/yousearch-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Yousearch operations through Composio's Yousearch toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/yousearch
RUBE_MANAGE_CONNECTIONS with toolkit yousearchRUBE_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 yousearchAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Yousearch 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 Yousearch task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["yousearch"]
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 Yousearch-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit yousearch |
| 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 Codacy tasks to streamline code quality checks and governance.
Automate Appointo scheduling tasks through Rube MCP to streamline calendar workflows.
Automate PerplexityAI queries and information workflows through Rube MCP.
Automate Scrapegraph AI tasks via Rube MCP with schema-first tool discovery.
Automate Astica AI tasks via Rube MCP using current tool schemas.
Automate Seqera tasks through Rube MCP to streamline workflow operations.
Automate Composio search workflows and fetch current tool schemas via Rube MCP.
Automate Serpapi workflows through Rube MCP for search data retrieval and processing.
Automate curated workflows with Rube MCP after checking current tool schemas first.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate News API searches, retrieval, and news data workflows via Rube MCP.
Automate remote retrieval workflows via Rube MCP using current tool schemas first.