Automate Wolfram Alpha API calls for computation, queries, and result integration.
This skill appears to be primarily a prompt/workflow wrapper, with open-source provenance and strong community visibility, and no clear red flags around local secrets, file permissions, or local code execution. The main caution is that it explicitly depends on Rube MCP, Composio connection flows, and external authentication, so actual use may send task data through external tool infrastructure.
The header says there are no required environment variables, but the README also requires an ACTIVE `wolfram_alpha_api` connection via `RUBE_MANAGE_CONNECTIONS` and an external auth link. This suggests the skill itself does not directly collect local secrets, but real usage may still involve third-party account authorization and token handling, so credential boundaries should be reviewed.
The README explicitly instructs users to connect to `https://rube.app/mcp` and use Wolfram Alpha-related tooling through Rube/Composio. In practice, user prompts and arguments will likely be transmitted to these external services. This egress is consistent with the declared functionality, but data destinations and privacy terms should still be verified.
Based on the provided material, this is a skill description/prompt template and does not claim to start local processes, run scripts, or request system-level execution permissions. Any execution capability would belong to the external MCP toolchain rather than the skill text itself.
The material does not show the skill directly reading or writing local files, databases, clipboard contents, or other host resources, nor does it request extra data access permissions. Its main data path appears to be passing user task parameters to external tools rather than harvesting local data.
The source is an open-source GitHub repository with strong community adoption (64.7k stars), which meaningfully lowers supply-chain risk. This also appears to be a skill entry in `awesome-claude-skills` rather than a standalone closed-source binary. Remaining caveats are the unspecified license, unknown maintenance status, and the need to separately assess the underlying Rube/Composio services.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "wolfram-alpha-api-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/wolfram-alpha-api-automation/SKILL.md 2. Save it as ~/.claude/skills/wolfram-alpha-api-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Wolfram Alpha API operations through Composio's Wolfram Alpha API toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/wolfram_alpha_api
RUBE_MANAGE_CONNECTIONS with toolkit wolfram_alpha_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 wolfram_alpha_apiAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Wolfram Alpha 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 Wolfram Alpha API task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["wolfram_alpha_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 Wolfram Alpha API-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit wolfram_alpha_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 Cal scheduling and booking tasks through Rube MCP efficiently.
Automate Mem tasks through Rube MCP after checking current tool schemas first.
Automate Beaconchain queries and blockchain operations through Rube MCP.
Automate Beaconstac tasks through Rube MCP to streamline QR and marketing workflows.
Automate Bitwarden vault search, creation, updates, and credential management tasks.
Automate Blackboard course and learning management tasks to save time.
Automate Wit AI workflows via Rube MCP using current tool schemas first.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate Yousearch tasks through Rube MCP and chain follow-up workflows.
Automate Serpapi workflows through Rube MCP for search data retrieval and processing.
Automate Alpha Vantage data queries and workflows through Rube MCP.
Automate News API searches, retrieval, and news data workflows via Rube MCP.