通过 Rube MCP 自动执行 Storeganise 常见操作并串联业务流程。
该技能本身更像开源提示词/操作说明,未声明本地执行或自带密钥,整体风险偏低。需留意的是它依赖外部 Rube MCP 与 Storeganise 连接,实际数据外发和账号权限边界取决于这些外部服务的授权范围。
材料声明该技能本身不需要 API key/环境变量,但要求通过 RUBE_MANAGE_CONNECTIONS 建立 Storeganise 连接并完成外部授权。这意味着凭证主要托管在 Rube/Composio 侧而非本地,存在常规的第三方连接令牌授权与误授范围风险。
README 明确要求添加远程 MCP 端点 https://rube.app/mcp,并通过 Composio 的 Storeganise toolkit 执行操作;使用过程中任务描述、会话 ID、工具参数及 Storeganise 业务数据可能发送至这些外部服务。未见无关或隐蔽外发端点,但属于明确的对外联网依赖。
系统检查项显示其为 prompt-only,材料也仅描述调用现有 MCP 工具的流程,未见要求在本机安装可执行程序、启动本地进程或授予 shell/系统级执行权限。代码执行能力主要在外部 MCP/工具侧,而非该技能自身。
该技能旨在“Automate Storeganise operations”,并支持发现工具、批量执行与远程工作台调用;一旦外部连接被授权,它可能访问或修改 Storeganise 账户内相应资源。材料未显示可直接读取本地文件,但对远程业务数据的操作范围取决于连接账号权限,需按最小权限控制。
来源为 GitHub 开源仓库,且社区采用度高(64.7k star),这些都是显著的降风险因素;当前看到的内容也更像公开 README/技能说明,便于人工审阅。需注意许可证未声明、维护状态未知,但基于现有事实不足以上调为高风险。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "storeganise-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/storeganise-automation/SKILL.md 2. 保存为 ~/.claude/skills/storeganise-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
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
通过 Rube MCP 自动执行 Chatbotkit 任务,并先检索最新工具 schema。
通过 Rube MCP 自动执行 BigML 相关任务与机器学习工作流。
通过 Rube MCP 自动化执行 Certifier 相关任务,并先检索最新工具结构。
通过 Rube MCP 自动化 Agiled 中的客户、项目与业务流程操作。
自动化执行 GatherUp 相关操作,先检索工具结构再安全发起任务。
通过 Rube MCP 自动处理 Chmeetings 相关任务并提升会议协作效率。
通过 Rube MCP 发现并执行 Gan AI 工具,实现流程自动化。
通过 Rube MCP 自动化 Retailed 相关任务,并先检索最新工具模式后执行。
通过 Rube MCP 自动执行 Storerocket 相关任务并查询最新工具结构。
通过 Rube MCP 自动处理 GitHub Gist 的创建、查询与管理任务。
通过 Rube MCP 自动执行 Autom 相关任务,并先检索最新工具 schema。
通过 Rube MCP 自动化执行 Composio 任务,并先检索工具获取最新参数结构。