Automate Alpha Vantage data queries and workflows through Rube MCP.
This skill appears to be primarily prompt/documentation that guides use of Rube MCP/Composio rather than directly executing local code, accessing files, or requiring explicit local secrets. The main concern is reliance on a third-party remote MCP service and external connection flow, but given the open-source source and strong community adoption, the overall posture is caution rather than high risk.
The material states this skill itself needs no local API key, but it requires creating an Alpha Vantage connection via `RUBE_MANAGE_CONNECTIONS` and completing an auth-link flow, which implies third-party account authorization or tokens may still be involved in practice. No explicit request for excessive credentials or direct secret exposure is described.
It explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and performing Alpha Vantage-related operations through Composio/Rube. This means query content, session IDs, and tool arguments are sent to the declared third-party service. No extra unknown exfiltration endpoints are listed, but data does leave the local environment.
The system flags it as `prompt-only`, and the provided content is mainly operational guidance and call sequencing. It does not declare local process spawning, script execution, or requests for system-level execution privileges.
The material does not declare reading or writing local files, directories, databases, or other host resources. Its access scope is mainly remote handling of Alpha Vantage-related requests and session state, with no obvious request for excessive local data permissions.
The source is an open-source GitHub repository with very strong community adoption (64.7k stars), which is a meaningful risk-reducing signal. Although the license is unspecified, maintenance status is unknown, and the skill depends on external Rube/Composio services, it remains auditable and does not warrant a high-risk rating based on the provided facts.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "alpha-vantage-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/alpha-vantage-automation/SKILL.md 2. Save it as ~/.claude/skills/alpha-vantage-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Alpha Vantage operations through Composio's Alpha Vantage toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/alpha_vantage
RUBE_MANAGE_CONNECTIONS with toolkit alpha_vantageRUBE_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 alpha_vantageAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Alpha Vantage 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 Alpha Vantage task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["alpha_vantage"]
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 Alpha Vantage-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit alpha_vantage |
| 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 FlowiseAI tasks via Rube MCP using current tool schemas first.
Automate Hunter email search, verification, lead management, and usage monitoring.
Automate Detrack workflows via Rube MCP with schema lookup first.
Automate Demio webinar and registration workflows through Rube MCP.
Automate DeskTime tasks through Rube MCP for time tracking workflows.
Automate Imgbb image uploads and link management through Rube MCP workflows.
Automate Alchemy tasks via Rube MCP with schema discovery first.
Automate Altoviz workflows via Rube MCP after checking current tool schemas.
Automate Wolfram Alpha API calls for computation, queries, and result integration.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate News API searches, retrieval, and news data workflows via Rube MCP.
Automate Autom workflows via Rube MCP while checking current tool schemas first.