yelp-automation

Automate Yelp business operations and data retrieval through the Rube MCP gateway.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Yelp's platform by providing a standardized, automated interface for business operations and data discovery.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Yelp tool schemas and capabilities via Rube MCP.
  • Connection Management: Handle authentication and session state for Yelp API integrations.
  • Workflow Execution: Execute multi-step Yelp operations, such as searching for businesses or managing data, using a unified execution pattern.

Quick Start

Use the yelp-automation skill to discover available tools and execute a search for local business data.

Frequently Asked Questions about yelp-automation

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

FAQPage Schema
How do I connect my Yelp account to the automation?

Connect your account by calling RUBE_MANAGE_CONNECTIONS with the yelp toolkit parameter. Follow the provided authentication link to authorize the connection and ensure the status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Calling RUBE_SEARCH_TOOLS ensures you have the most current tool schemas, input requirements, and execution plans. This prevents errors caused by outdated tool definitions or schema changes.

Can I reuse session IDs for different Yelp workflows?

Reuse session IDs within a single, continuous workflow to maintain state. Generate new session IDs for distinct, unrelated tasks to ensure clean execution and proper memory management.

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

Verify your connection status using RUBE_MANAGE_CONNECTIONS. If the status is not ACTIVE, re-run the connection setup process to refresh your authentication tokens and permissions.