Automate Storeganise tasks and connect them into streamlined workflows.
This skill appears to be an open-source prompt/instruction wrapper with no declared local execution or built-in secrets, so overall risk is relatively low. The main caution is that it relies on external Rube MCP and Storeganise connections, so actual data egress and account scope depend on those external authorizations.
The material says the skill itself needs no API key or environment variables, but it requires a Storeganise connection via RUBE_MANAGE_CONNECTIONS and an external auth flow. This means credentials are likely handled by Rube/Composio rather than locally, creating the usual third-party token scope and over-authorization considerations.
The README explicitly requires adding the remote MCP endpoint https://rube.app/mcp and performing actions through Composio's Storeganise toolkit; task descriptions, session IDs, tool arguments, and Storeganise business data may be sent to those external services. No unrelated or covert egress endpoint is shown, but this is a clear external network dependency.
The system flags it as prompt-only, and the material only describes how to call existing MCP tools; there is no indication of installing executables locally, spawning local processes, or granting shell/system-level execution rights. Any execution capability resides primarily in the external MCP/tool side, not in the skill itself.
The skill is intended to 'Automate Storeganise operations' and supports tool discovery, bulk execution, and remote workbench calls; once the external connection is authorized, it may access or modify resources in the linked Storeganise account. The material does not show direct local file access, but the scope over remote business data depends on the connected account permissions and should be minimized.
The source is an open GitHub repository with strong community adoption (64.7k stars), both of which are meaningful risk-reducing signals; the visible content also looks like a public README/skill description that is easy to review. The missing license declaration and unknown maintenance status are caveats, but not enough on the current facts to raise it to high risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "storeganise-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/storeganise-automation/SKILL.md 2. Save it as ~/.claude/skills/storeganise-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Storeganise operations through Composio's Storeganise toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/storeganise
RUBE_MANAGE_CONNECTIONS with toolkit storeganiseRUBE_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 storeganiseAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Storeganise 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 Storeganise task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["storeganise"]
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 Storeganise-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit storeganise |
| 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 BrowseAI workflows to extract web data and monitor page changes.
Automate Browserhub browser tasks via Rube MCP using current tool schemas.
Automate Google Maps queries, geocoding, routing, and place detail retrieval.
Automate Google Ads and GA4 data lookup, reporting, and account discovery.
Automate BigQuery queries, dataset exploration, and metadata analysis workflows.
Automate Brex account, card, and expense tasks through Rube MCP.
Automate Retailed workflows via Rube MCP after checking current tool schemas.
Automate Storerocket tasks through Rube MCP with current schema-aware tool lookup.
Automate GitHub Gist creation, lookup, and management through Rube MCP.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Composio tasks via Rube MCP with tool schema lookup first.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.