agencyzoom-automation

Automate Agencyzoom operations through Rube MCP tool discovery and execution workflows.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill agencyzoom-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agencyzoom-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/agencyzoom-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill agencyzoom-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating Agencyzoom interfaces by providing a standardized, automated way to execute tasks and manage connections via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Agencyzoom schemas and tool definitions to ensure compatibility.
  • Connection Management: Verify and maintain active authentication states for Agencyzoom integrations.
  • Workflow Execution: Execute multi-step operations using discovered tool slugs and schema-compliant arguments.

Quick Start

Use the agencyzoom-automation skill to search for available tools and execute a task for managing agency records.

Frequently Asked Questions about agencyzoom-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover available Agencyzoom tools?

Call the RUBE_SEARCH_TOOLS command with an Agencyzoom-specific use case query to retrieve current tool slugs, input schemas, and execution plans.

How do I verify my Agencyzoom connection status?

Use the RUBE_MANAGE_CONNECTIONS command with the agencyzoom toolkit parameter to check if your connection is currently ACTIVE.

Can I hardcode tool slugs in my workflows?

No, you should never hardcode tool slugs or arguments because schemas change frequently. Always call RUBE_SEARCH_TOOLS first to get the most current definitions.

What should I do if my Agencyzoom connection is not active?

Call RUBE_MANAGE_CONNECTIONS with the agencyzoom toolkit and follow the provided authentication link to complete the setup process.

Why must I include a memory parameter in tool execution?

The RUBE_MULTI_EXECUTE_TOOL command requires a memory parameter to maintain state during execution, even if the value is an empty object.