foursquare-automation

Automate Foursquare location data operations and venue management 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 foursquare-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: foursquare-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/foursquare-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill foursquare-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Foursquare's API by providing a standardized, agent-driven interface for location discovery and venue management.

Core Features & Use Cases

  • Tool Discovery: Automatically fetch current Foursquare API schemas and tool definitions via Rube MCP.
  • Connection Management: Handle authentication and session state for Foursquare API access.
  • Workflow Execution: Perform multi-step venue operations, such as searching for locations or managing check-ins, using structured tool execution.

Quick Start

Use the foursquare-automation skill to search for nearby coffee shops and retrieve their venue details.

Frequently Asked Questions about foursquare-automation

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

FAQPage Schema
How do I connect my Foursquare account to the skill?

Call the RUBE_MANAGE_CONNECTIONS tool with the foursquare toolkit parameter. Follow the provided authentication link in the response to authorize your account and ensure the connection status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Tool schemas and API endpoints for Foursquare can change frequently. Calling RUBE_SEARCH_TOOLS ensures your agent uses the most current input parameters and avoids execution errors caused by outdated schema definitions.

Can I perform bulk operations with this skill?

Yes, you can use the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool function to execute multiple Foursquare operations in a single batch process.

What should I do if my Foursquare connection fails?

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 session permissions.