Automate Addresszen workflows via Rube MCP using the latest tool schemas.
This skill appears to be an open-source workflow prompt/instruction set rather than executable code, with no built-in secrets and no stated local execution or local file access, so the overall risk is relatively low. The main consideration is that it depends on external Rube MCP and an Addresszen connection, which means task data may be sent to those remote services during use.
The material says there is 'no API key', but it requires establishing an `addresszen` connection via `RUBE_MANAGE_CONNECTIONS` and following a returned auth link if the connection is not active. So the skill itself does not embed secrets, but it depends on external account authorization tokens, and the scope of those permissions and token handling should be reviewed.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and using calls such as `RUBE_SEARCH_TOOLS` and `RUBE_MULTI_EXECUTE_TOOL`, which send queries, arguments, session IDs, and workflow content to that service. It may also reach Addresszen/Composio-related backends. This is declared remote communication, but it does involve outbound transmission of task data.
Based on the provided material, this is a prompt-only skill that mainly describes tool discovery, connection checks, and remote tool invocation order. There is no indication of starting local processes, executing shell/scripts, or requesting additional system privileges on the host.
There is no stated ability to read/write local files or access sensitive local directories. However, once the Addresszen connection is ACTIVE, the skill can drive remote tools to query or operate on Addresszen account/business data. The effective data scope depends on the permissions granted to that external connection, so least-privilege controls are important.
The source is an open-source GitHub repository with very strong community adoption (about 64.7k stars), which are meaningful positive trust signals. The material also indicates a prompt-only skill, making it easier to review. The license is not declared and maintenance status is unknown, but the current evidence does not justify a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "addresszen-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/addresszen-automation/SKILL.md 2. Save it as ~/.claude/skills/addresszen-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Addresszen operations through Composio's Addresszen toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/addresszen
RUBE_MANAGE_CONNECTIONS with toolkit addresszenRUBE_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 addresszenAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Addresszen 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 Addresszen task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["addresszen"]
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 Addresszen-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit addresszen |
| 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 Bright Data workflows via Rube MCP after checking current tool schemas.
Automate Chatwork messages, tasks, and team workflows through Rube MCP.
Automate Google Slides creation, batch updates, template copying, and thumbnail retrieval.
Automate Mx Toolbox network and email diagnostic tasks through Rube MCP.
Automate Neon serverless Postgres projects, branches, databases, roles, and connection URIs.
Automate Brex staging tasks and workflows through Rube MCP tools.
Automate Google Address Validation workflows and process results through Rube MCP.
Automate Zenrows web scraping and data collection tasks through Rube MCP.
Automate Zenserp search tasks through Rube MCP and retrieve structured results
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate ZoomInfo searches, lead collection, and data workflows via Rube MCP.
Automate Mezmo tasks via Rube MCP using current tool schemas first.