news-api-automation
Automate News API tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:55
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-news-api-automation&locale=en&source=copy
News API Automation Skill — Simplify News API Integration with Rube MCP
Skill Overview
News API Automation is an AI agent skill that automates News API tasks through the Composio News API toolkit and Rube MCP. It helps developers quickly integrate news data collection and processing capabilities.
Use Cases
Core Features
RUBE_SEARCH_TOOLS to dynamically fetch the currently available News API tool list and input patterns, avoiding hard-coded and outdated tool definitions.RUBE_MANAGE_CONNECTIONS to centrally manage News API authorization status. It supports quickly checking whether a connection is active and provides authorization links to guide setup.RUBE_MULTI_EXECUTE_TOOL to execute single or batch News API tool calls. It supports session reuse and memory passing, making it ideal for complex multi-step automation tasks.FAQs
What prerequisites are needed for the News API Automation skill?
First, add the Rube MCP server (https://rube.app/mcp) to your client configuration, and then use
RUBE_MANAGE_CONNECTIONS to create the News API connection. Rube MCP itself does not require an API key, but News API does require appropriate authorization.Why must RUBE_SEARCH_TOOLS be called first?
The modes and availability of News API tools can change dynamically. Hard-coding tool definitions may cause calls to fail.
RUBE_SEARCH_TOOLS returns the latest tool list, input patterns, and recommended execution plan, ensuring the skill always uses the correct tool definitions.Does this skill support batch operations?
Yes. You can use
RUBE_REMOTE_WORKBENCH together with the run_composio_tool() function to run batch operations, or pass multiple tool calls at once to RUBE_MULTI_EXECUTE_TOOL. Remember to handle pagination tokens until you retrieve the complete data.How do I debug News API tool execution?
It’s recommended to first use
RUBE_SEARCH_TOOLS to verify tool availability and input patterns, then use RUBE_MANAGE_CONNECTIONS to confirm the connection status is ACTIVE. During execution, check the errors field in the tool response to ensure the parameters you pass match the schema in the search results exactly.