通过 Rube MCP 自动化执行 All Images AI 的图像生成与处理任务。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "all-images-ai-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/all-images-ai-automation/SKILL.md 2. 保存为 ~/.claude/skills/all-images-ai-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用工具及当前参数 schema,然后通过 Rube MCP 调用 All Images AI,为一组夏季促销文案批量生成 10 张适合社交媒体发布的宣传图,输出每张图片的任务状态、结果链接和对应文案映射表。
返回批量生成结果,包括任务状态、图片链接及文案对应关系。
先搜索工具确认当前 schema,再调用 All Images AI,把这批商品图片统一做背景清理、尺寸调整为 1:1,并增强清晰度,最后输出处理成功与失败列表及结果地址。
输出处理后的商品图结果清单,含成功失败状态与访问链接。
先搜索 All Images AI 相关工具和最新输入字段,然后设计一个自动化流程:接收图片生成需求后调用 All Images AI 生成初稿,并把结果整理成可供团队评审的清单,包含提示词、状态和图片链接。
得到可复用的自动化流程说明及结构化评审结果清单。
Automate All Images AI operations through Composio's All Images AI toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/all_images_ai
RUBE_MANAGE_CONNECTIONS with toolkit all_images_aiRUBE_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 all_images_aiAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "All Images AI 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 All Images AI task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["all_images_ai"]
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 All Images AI-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit all_images_ai |
| 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 自动执行 Autom 相关任务,并先检索最新工具 schema。