Automate Minerstat operations and management tasks through Rube MCP workflows.
This skill appears to be an open-source prompt-only wrapper that guides use of Rube MCP / Composio for Minerstat operations, with no clear red flags for local execution or local file access. The main considerations are its reliance on an external MCP service and a Minerstat account connection, so users should review network egress, account authorization, and third-party service boundaries.
The material says the skill itself requires no API keys or environment variables, but actual use requires creating a Minerstat connection via RUBE_MANAGE_CONNECTIONS and completing an external auth-link flow, which implies third-party account authorization/tokens. The README does not ask users to expose local secrets directly, but there is still the normal risk of credentials being used through the Rube/Composio integration.
The README explicitly requires adding the remote MCP endpoint https://rube.app/mcp and performing actions through Composio's Minerstat toolkit. That means request content, session IDs, tool arguments, and Minerstat-related operation data may be sent to the declared external service. The endpoint appears aligned with the stated purpose, with no obvious unrelated or covert exfiltration described, but it is still clear third-party network egress.
Based on the provided material, this is a prompt-only skill description with no executable install script and no claim that it starts local processes, runs shell commands, installs binaries, or requests system-level privileges. Its role is to guide use of existing MCP tools rather than directly obtaining local code-execution capability.
There is no indication that it reads or writes the local filesystem, databases, clipboard, or other local data sources. However, once the connection is active, it can automate actions against Minerstat-related resources and may access or modify account data/configuration within that third-party service. The material does not show excessive local data permissions beyond the Minerstat use case.
Positive factors are that the skill comes from a GitHub open-source repository and has strong community signals (64.7k stars); as prompt content, it is directly auditable, which materially lowers supply-chain risk. Caveats are that the license is undeclared, maintenance status is unknown, and actual operation depends on external Rube/Composio services and tool schemas that are not fully auditable from the provided material.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "minerstat-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/minerstat-automation/SKILL.md 2. Save it as ~/.claude/skills/minerstat-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Minerstat operations through Composio's Minerstat toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/minerstat
RUBE_MANAGE_CONNECTIONS with toolkit minerstatRUBE_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 minerstatAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Minerstat 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 Minerstat task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["minerstat"]
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 Minerstat-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit minerstat |
| 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 Meta ads operations and reporting workflows through Rube MCP.
Automate Cloudflare configuration, domain, and security tasks through Rube MCP.
Automate ClickMeeting meetings, registrations, and follow-up workflows through Rube MCP.
Automate Claid AI image enhancement workflows through Rube MCP tools.
Automate Clearout workflows via Rube MCP using up-to-date tool schemas.
Automate Cloudflare Browser Rendering and web interaction tasks via Rube MCP.
Automate Beaconchain queries and blockchain operations through Rube MCP.
Automate CoinMarketCap queries and data workflows through Rube MCP tools.
Automate Moz SEO tasks via Rube MCP using current tool schemas first.
Automate Stack Exchange lookup and management tasks through Rube MCP.
Automate Coinranking crypto data queries and monitoring through Rube MCP.
Automate CustomJS tasks through Rube MCP for faster scripted workflows.