通过 Rube MCP 自动执行 Alttext AI 任务,批量处理图片替代文本与相关流程。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "alttext-ai-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/alttext-ai-automation/SKILL.md 2. 保存为 ~/.claude/skills/alttext-ai-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索 Rube MCP 中可用的 Alttext AI 工具及最新参数 schema,然后为这 50 张商品图片批量生成中文和英文替代文本,输出包含图片名、中文 alt、英文 alt 的表格。
返回基于最新工具 schema 执行的批量结果表,每张图片都有中英文替代文本。
先搜索 Alttext AI 相关工具的当前 schema,再检查这个网站图片清单中哪些缺少 alt 文本,并为缺失项自动生成简洁、符合无障碍规范的中文 alt 文本。
输出缺失项清单,并为每个缺失图片补全可直接使用的 alt 文本。
先搜索 Rube MCP 中 Alttext AI 工具的最新调用方式,然后设计一个自动化流程:当新图片进入内容库时,自动生成 alt 文本并写回 CMS 字段,同时记录处理状态。
给出基于当前 schema 的自动化步骤或脚本方案,包含生成、回写和状态记录流程。
Automate Alttext AI operations through Composio's Alttext AI toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/alttext_ai
RUBE_MANAGE_CONNECTIONS with toolkit alttext_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 alttext_aiAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Alttext 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 Alttext AI task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["alttext_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 Alttext AI-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit alttext_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 自动执行 Altoviz 任务,并先检索最新工具模式后操作。