perigon-automation

Automate Perigon tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

Hot:29

Download and extract to your skills directory

Copy command and send to AI Agent for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-perigon-automation&locale=en&source=copy

Perigon Automation - Automate Perigon Tasks via Rube MCP

Skill Overview


Perigon Automation is a Claude skill that automates Perigon News API operations using Composio’s Perigon toolkit and the Rube MCP server. It supports dynamic tool discovery and rapid integration without requiring an API key.

Use Cases

1. Automated News Search for Agents


When your AI agent needs to search and fetch news data in real time, this skill provides complete tool discovery, connection management, and execution flow—allowing Claude to autonomously complete everything from locating tools to retrieving data.

2. Integration with News Apps and Content Platforms


Suitable for application development scenarios that require integrating news data sources. Using Rube MCP’s standard interfaces, you can easily integrate Perigon’s news search capabilities into a Claude assistant or a custom AI application.

3. Batch News Data Collection Workflows


When you need to collect news data periodically or at large scale, this skill’s session management and batch operation modes enable efficient data collection tasks and automatically handle pagination and connection status checks.

Core Features

1. Dynamic Tool Discovery


Using RUBE_SEARCH_TOOLS, it automatically retrieves the current list of available Perigon tools and the latest schemas. This ensures you always use the correct tool parameters and fields, preventing call failures caused by interface changes.

2. Connection Status Management


Provides RUBE_MANAGE_CONNECTIONS to check and manage Perigon connection status. It validates that connections are active before executing any workflow and offers clear guidance on the authorization process.

3. Standardized Tool Execution


Uses RUBE_MULTI_EXECUTE_TOOL to execute the discovered Perigon tools in a unified way. It supports schema-compliant parameter passing, session memory management, and batch operations—simplifying news search and data processing workflows.

Frequently Asked Questions

Does Rube MCP require an API key?


No. Rube MCP is a plug-and-play MCP server. You only need to add the https://rube.app/mcp endpoint in your client configuration to use it. Perigon’s API key is handled through Composio’s connection management mechanism, with no manual configuration needed.

Why call RUBE_SEARCH_TOOLS every time?


Tool schemas change frequently. Hardcoding tool slugs or parameters may cause calls to fail. RUBE_SEARCH_TOOLS returns the latest tool list, input format, and execution recommendations, ensuring your code stays compatible with the current API.

How can I confirm the Perigon connection is ready?


Call RUBE_MANAGE_CONNECTIONS and specify the toolkit as perigon, then check the returned connection status. If the status is ACTIVE, you can run the workflow. If it’s not ACTIVE, complete the setup using the authorization link returned.