benzinga-automation
Automate Benzinga tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Office AutomationInstall
Hot:12
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-benzinga-automation&locale=en&source=copy
Benzinga Automation Skill
Skill Overview
Using Rube MCP, this automates various operations on the Benzinga financial data platform without an API key, including tool discovery, connection management, and workflow execution.
Use Cases
Core Features
FAQs
Does the Benzinga Automation Skill require an API key?
No. This skill accesses Benzinga indirectly through Rube MCP and the Composio toolset. You only need to add the
https://rube.app/mcp endpoint in the client configuration. On first use, you must complete OAuth authorization for the Benzinga account via RUBE_MANAGE_CONNECTIONS.How do I configure the Rube MCP server connection to Benzinga?
Add the
https://rube.app/mcp endpoint to your client’s MCP server configuration—no additional API key is required. After configuration, first call RUBE_SEARCH_TOOLS to verify the connection is available, then use RUBE_MANAGE_CONNECTIONS to activate the Benzinga toolset. Once authorized, you can perform various Benzinga operations.Can I execute multiple Benzinga operations in a batch?
Yes. Use RUBE_MULTI_EXECUTE_TOOL to execute multiple Benzinga tool calls within a single session, which is well-suited for scenarios that require continuously retrieving different types of data. For more complex workflows, you can also use RUBE_REMOTE_WORKBENCH’s
run_composio_tool() function to perform batch operations.