Automate InfluxDB Cloud queries, management, and operations through Rube MCP.
This skill appears to be an open-source, prompt-only workflow guide with no embedded executable code, secrets, or explicit local privilege requests, so the overall risk is low. The main consideration is that its documented usage depends on third-party Rube MCP/Composio and an InfluxDB Cloud connection, which introduces external network access and cloud-resource access.
The material says 'No API keys needed' for adding Rube MCP, but it also requires an ACTIVE `influxdb_cloud` connection via `RUBE_MANAGE_CONNECTIONS` and completing setup through a returned auth link. This means real InfluxDB Cloud and/or third-party delegated credentials or OAuth are still involved, just not embedded in the skill itself; this is a standard third-party authorization pattern, but the granted scope and account privileges should be reviewed.
The README explicitly requires adding `https://rube.app/mcp` as an MCP server and using Composio/Rube capabilities, with possible redirection to an external auth link for connection setup. As a result, task requests, tool discovery, execution arguments, and some workflow context may be sent to third-party Rube/Composio services and then onward to InfluxDB Cloud; this is expected network egress, but it does involve external data transmission.
Based on the provided material, this is a prompt-only skill/README and does not include local scripts, install commands, binary downloads, or instructions to directly execute code on the host. It mainly guides the use of existing MCP tools rather than shipping its own executable payload.
The material does not show local file reads or access to sensitive host directories, but its stated purpose is to 'Automate Influxdb Cloud operations' and it can execute discovered tools against InfluxDB Cloud resources, potentially including querying, modifying, or bulk-operating on cloud database or organization assets. The access scope appears centered on the authorized cloud account, so least-privilege connection settings are recommended.
The source is an open GitHub repository with strong community trust signals (64.7k stars), which materially lowers supply-chain risk; the content here looks more like a skill description than a standalone closed-source component. Caveats remain: the repository license is unspecified, maintenance status is unknown, and the actual Rube/Composio server-side implementation is outside the scope of this material, but there is not enough evidence here to rate it as high risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "influxdb-cloud-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/influxdb-cloud-automation/SKILL.md 2. Save it as ~/.claude/skills/influxdb-cloud-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Influxdb Cloud operations through Composio's Influxdb Cloud toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/influxdb_cloud
RUBE_MANAGE_CONNECTIONS with toolkit influxdb_cloudRUBE_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 influxdb_cloudAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Influxdb Cloud 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 Influxdb Cloud task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["influxdb_cloud"]
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 Influxdb Cloud-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit influxdb_cloud |
| 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
Connect and automate Twelve Data workflows through Rube MCP tools.
Discover Claude skills and resources to customize and improve AI workflows.
Automate Ticketmaster searches and task workflows through Rube MCP tools.
Automate Zoho Books invoicing, bills, payments, and contacts with natural language.
Automate Docuseal signing, templates, and document workflows through Rube MCP.
Automate Tomba contact lookup and email data tasks through Rube MCP.
Automate Cloudlayer tasks via Rube MCP after checking current tool schemas.
Automate Cloudpress workflows via Rube MCP after discovering current tool schemas.
Automate Cloudflare API tasks and check current schemas via Rube MCP.
Automate Prisma tasks via Rube MCP with schema-first tool discovery.
Automate Fluxguard tasks via Rube MCP using current tool schemas first.
Automate Autom workflows via Rube MCP while checking current tool schemas first.