benzinga-automation

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

Install

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


  • Automated Financial Data Collection: Automatically fetch stock news, market data, and financial information—ideal for quantitative traders and data analysts building automated data pipelines.

  • Financial Content Workflows: Integrate Benzinga’s real-time financial news and announcements into existing analysis and reporting systems to improve information processing efficiency.

  • No-Code API Integration: Indirectly call Benzinga functionality via the Composio toolset, avoiding the need to handle complex API authentication and possible architecture changes directly.
  • Core Features


  • Dynamic Tool Discovery: Use RUBE_SEARCH_TOOLS to query the latest Benzinga tool architecture in real time, preventing issues caused by hard-coded, outdated schemas.

  • Connection Status Management: Use RUBE_MANAGE_CONNECTIONS to check and manage Benzinga account connection status, ensuring connections are valid before workflow execution.

  • Batch Tool Execution: Use RUBE_MULTI_EXECUTE_TOOL to run multiple Benzinga operations within a single session, supporting complex multi-step workflows.
  • 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.