Automate Ngrok tunnels, endpoints, and operations through Rube MCP.
This skill appears to be primarily an open-source prompt/instruction layer with strong community trust signals, and it shows no direct red flags such as local code execution or hardcoded secrets. The main caution is that it relies on external Rube MCP and Ngrok/Composio connections, so real data egress and account access boundaries depend on those remote services and granted scopes.
The material says the skill itself needs 'no API keys,' but real usage requires activating an `ngrok` connection via `RUBE_MANAGE_CONNECTIONS` and completing auth through a returned link, implying credentials/tokens are likely brokered by Rube/Composio or established through OAuth. There is no sign of hardcoded secrets or obvious credential theft, but external account authorization still requires attention to granted scopes and token storage.
The README explicitly requires adding `https://rube.app/mcp` as an MCP server and performing remote actions through Composio's Ngrok toolkit; tool discovery, connection management, execution arguments, and session data will be sent to external services. The egress targets appear consistent with the stated functionality, with no unrelated or hidden endpoints shown, but using this skill does mean data leaves the local environment for Rube/Composio/Ngrok-related services.
Based on the provided material, this is a prompt-only skill that mainly instructs how to call existing MCP tools; it does not describe itself running scripts locally, spawning processes, or requesting extra system privileges. Remote tool invocation exists, but there is no red flag indicating the skill itself performs local code execution.
The material does not show direct read/write access to local files or system data, but it can automate actions against external Ngrok resources through an authorized connection and pass context through session and `memory` parameters in remote workflows. The access surface is mainly the external account/tunnel resources rather than the local filesystem, so account permissions and the sensitivity of submitted content should be controlled.
The source is an open GitHub repository with strong community adoption signals (64.7k stars), which materially lowers risk; the material is also classified as prompt-only and open-source. While the license is unspecified and maintenance status is unknown, those governance gaps alone do not amount to a high-risk supply-chain red flag here.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "ngrok-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/ngrok-automation/SKILL.md 2. Save it as ~/.claude/skills/ngrok-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Ngrok operations through Composio's Ngrok toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/ngrok
RUBE_MANAGE_CONNECTIONS with toolkit ngrokRUBE_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 ngrokAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Ngrok 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 Ngrok task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["ngrok"]
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 Ngrok-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit ngrok |
| 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 Aryn tasks through Rube MCP with schema-aware tool discovery first.
Automate Ascora tasks through Rube MCP to speed up business workflows.
Automate candidate, job, interview, and note management in Ashby using natural language.
Automate ASIN Data API lookups, extraction, and batch workflows via Rube MCP.
Automate Atlassian tasks and workflows through Rube MCP integrations.
Automate Apipie AI workflows via Rube MCP with schema-first tool discovery.
Automate Nango workflows via Rube MCP using current tool schemas first.
Automate NextDNS queries, configuration, and management tasks through Rube MCP.
Automate NPM installs, scripts, and package management through Rube MCP.
Automate Cloudflare configuration, domain, and security tasks through Rube MCP.
Automate Needle tasks and workflows via Rube MCP using current tool schemas.
Automate OpenRouter workflows via Rube MCP using current tool schemas first.