通过 Rube MCP 自动处理 GitHub Gist 的创建、查询与管理任务。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "gist-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/gist-automation/SKILL.md 2. 保存为 ~/.claude/skills/gist-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用的 Gist 工具及其最新参数 schema,然后帮我把这 3 段脚本分别创建为 GitHub Gist,标题包含日期,设为 private,并返回每个 Gist 的链接。
基于最新工具 schema 执行后的多个 Gist 创建结果与对应链接。
先搜索 Gist 相关工具,再找到我标题里包含“deploy-template”的 Gist,把其中的环境变量示例更新为最新版本,并总结修改内容。
定位到目标 Gist、完成内容更新,并给出变更摘要。
先搜索当前可用的 Gist 工具和 schema,然后列出我最近一年未更新的 Gist,按公开和私有分类,并删除标题包含“temp”且超过 90 天未修改的条目。
一份旧 Gist 清单、分类结果,以及符合条件条目的删除执行结果。
Automate Gist operations through Composio's Gist toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/gist
RUBE_MANAGE_CONNECTIONS with toolkit gistRUBE_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 gistAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Gist 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 Gist task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["gist"]
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 Gist-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit gist |
| 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 自动化 Agiled 中的客户、项目与业务流程操作。
通过 Rube MCP 自动执行 Griptape 任务并按最新工具 schema 调用。