Automate News API searches, retrieval, and news data workflows via Rube MCP.
This skill appears to be an open-source prompt-only artifact with no embedded executable code, fixed secrets, or explicit local file access. However, it is designed to route usage through remote Rube MCP/Composio services and a follow-up authorization flow for News API tooling, so it warrants caution rather than high risk.
The material claims 'no API keys needed,' yet it requires activating a `news_api` connection via `RUBE_MANAGE_CONNECTIONS` and following an auth link, indicating a real third-party authorization flow. No credentials are embedded in the skill itself, but external tokens may be managed by the platform, so scope and storage should be verified.
The README explicitly instructs users to add the remote MCP endpoint `https://rube.app/mcp` and perform tool discovery, connection management, and execution through Composio/Rube. This means task inputs, session IDs, tool arguments, and potentially query content are sent to declared external services. No obvious unrelated or covert endpoints are shown.
Based on the known checks, this is a prompt-only skill. The material does not include local scripts, install commands, or instructions to start local processes. While it invokes external MCP tool capabilities, the skill itself does not request local code execution or system-level privileges.
The document does not describe local file reads/writes or broad host access. Its main data plane is passing parameters, sessions, and results through Rube/Composio to News API-related tools. The effective access scope depends on the external toolkit schemas and post-authorization capabilities, and the 'search tools first' guidance indicates the real data surface is dynamic.
The source is an open GitHub repository with strong community adoption (~64.9k stars), which is a meaningful risk-reducing factor. The artifact appears to be a skill description rather than a binary distribution. Caveats remain: no declared license, unknown maintenance status, and the actual Composio/Rube service implementation is outside this material, but the available facts do not justify a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "news-api-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/news-api-automation/SKILL.md 2. Save it as ~/.claude/skills/news-api-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate News API operations through Composio's News API toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/news_api
RUBE_MANAGE_CONNECTIONS with toolkit news_apiRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit news_apiAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "News API operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific News API task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["news_api"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with News API-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit news_api |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
Automate Needle tasks and workflows via Rube MCP using current tool schemas.
Automate Workiom tasks and streamline workflow updates through Rube MCP.
Automate Retailed workflows via Rube MCP after checking current tool schemas.
Automate Retently feedback and survey workflows through Rube MCP.
Automate RKVST workflows via Rube MCP with schema lookup first.
Automate Tomba contact lookup and email data tasks through Rube MCP.
Automate Yousearch tasks through Rube MCP and chain follow-up workflows.
Automate API Sports queries and data workflows through Rube MCP.
Automate Serpapi workflows through Rube MCP for search data retrieval and processing.
Automate Hacker News search, posting, and monitoring tasks via Rube MCP.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate Diffbot tasks via Rube MCP using current tool schemas.