Automate AgencyZoom workflows via Rube MCP after checking current tool schemas.
This skill appears to be an open-source, prompt-only wrapper with no declared local secrets or local execution, so overall risk is relatively low. The main consideration is its reliance on external Rube MCP and an Agencyzoom connection, meaning business data and auth are handled through third-party service paths, which warrants caution rather than a high-risk rating.
The material states the skill itself needs no environment variables or API keys, but actual use requires activating an `agencyzoom` connection via `RUBE_MANAGE_CONNECTIONS` and completing an external auth flow. This means credentials likely live in the Rube/Composio/Agencyzoom connection layer rather than in the skill itself; that creates normal third-party token handling risk, but there is no clear red flag of credential theft or abuse in the provided material.
The README explicitly requires connecting to the remote MCP endpoint `https://rube.app/mcp` and executing operations through Composio's Agencyzoom toolkit; user queries, arguments, and business operation results are therefore likely transmitted through external services. The egress target and purpose are documented, which is typical for this kind of integration tool, and there is no specific red flag indicating exfiltration to unknown or unrelated endpoints.
Based on the provided material, this is a prompt-only skill description with no local script installation, command execution, process spawning, or system-level permission requests. Its main behavior is to guide calls to existing MCP tools rather than execute arbitrary code on the local machine.
There is no indication that it reads the local filesystem or accesses sensitive local directories; however, once connected to Agencyzoom, the tool can query and automate operations on business objects in the Agencyzoom account, and the README mentions bulk operations and session reuse. The access scope appears focused on remote SaaS business data and is consistent with the stated function, so the connected account should be configured with least privilege.
Positive signals include a GitHub open-source source and very high community adoption (about 64.7k stars), which lowers overall risk. However, the material only shows inclusion in `awesome-claude-skills`, the license is undeclared, maintenance status is unknown, and the actual Rube MCP/Composio/Agencyzoom service chain is not fully auditable from this material alone. Supply-chain visibility is decent but incomplete, so caution is more appropriate than high risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "agencyzoom-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/agencyzoom-automation/SKILL.md 2. Save it as ~/.claude/skills/agencyzoom-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Agencyzoom operations through Composio's Agencyzoom toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/agencyzoom
RUBE_MANAGE_CONNECTIONS with toolkit agencyzoomRUBE_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 agencyzoomAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Agencyzoom 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 Agencyzoom task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["agencyzoom"]
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 Agencyzoom-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit agencyzoom |
| 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 ConvertAPI workflows through Rube MCP for file conversion tasks.
Automate Conveyor tasks via Rube MCP after checking current tool schemas.
Automate Convolo AI tasks and workflows through Rube MCP.
Automate Corrently workflows through Rube MCP using the latest tool schemas.
Automate Coupa procurement and finance tasks through Rube MCP efficiently.
Automate Control D configuration and management tasks through Rube MCP.
Automate ZoomInfo searches, lead collection, and data workflows via Rube MCP.
Automate Agenty tasks via Rube MCP after checking current tool schemas first.
Automate Agent Mail workflows through Rube MCP with schema-aware tool discovery.
Automate Agility CMS content and admin workflows through Rube MCP.
Automate Addresszen workflows via Rube MCP using the latest tool schemas.
Automate Composio tasks via Rube MCP with tool schema lookup first.