twelve-data-automation

Automate financial data retrieval and Twelve Data operations using Rube MCP toolkits.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill twelve-data-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: twelve-data-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/twelve-data-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill twelve-data-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with financial APIs by providing a standardized, automated interface for Twelve Data operations through the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically search and retrieve current schemas for Twelve Data tools to ensure compatibility.
  • Connection Management: Handle authentication and session state for Twelve Data toolkits securely.
  • Workflow Execution: Execute multi-step financial data workflows, including bulk operations and schema-compliant tool calls.
  • Use Case: Automate the retrieval of real-time stock market data or historical financial metrics and pipe the results directly into your analysis environment.

Quick Start

Use the twelve-data-automation skill to search for available tools and execute a request for real-time stock price data.

Frequently Asked Questions about twelve-data-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Twelve Data to my agent?

Connect Twelve Data by calling the RUBE_MANAGE_CONNECTIONS tool with the twelve_data toolkit slug. Follow the provided authentication link to authorize your account and ensure the connection status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS first?

Calling RUBE_SEARCH_TOOLS first is required because tool schemas and available endpoints change frequently. This ensures your agent uses the most current arguments and field definitions for Twelve Data operations.

Can I reuse session IDs for multiple workflows?

Reuse session IDs within a single, continuous workflow to maintain state and context. However, generate new session IDs for distinct, unrelated tasks to prevent data leakage or state conflicts between operations.

What should I do if a tool execution fails?

Verify that your connection status is ACTIVE using RUBE_MANAGE_CONNECTIONS and confirm that your arguments strictly match the schema returned by RUBE_SEARCH_TOOLS. Ensure the memory parameter is included in your execution call.