通过 Rube MCP 自动执行 Algolia 检索与索引管理等任务。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "algolia-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/algolia-automation/SKILL.md 2. 保存为 ~/.claude/skills/algolia-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用的 Algolia 相关工具及其最新 schema,然后读取名为 products 的 Algolia 索引设置,并用中文总结可修改的关键参数。
返回当前索引配置,并概述可调整的搜索、排序或同义词等参数。
先搜索工具确认最新 schema,再将这批商品数据批量写入 Algolia 的 products 索引;如果字段缺失,请先列出需要补充的字段后再执行。
完成批量导入或更新,并反馈成功状态、校验结果与可能的缺失字段。
先搜索 Algolia 工具的最新 schema,然后为 products 索引添加一组同义词规则,并检查是否与现有规则冲突,最后给出变更摘要。
新增或更新同义词规则,提示冲突情况,并输出最终变更说明。
Automate Algolia operations through Composio's Algolia toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/algolia
RUBE_MANAGE_CONNECTIONS with toolkit algoliaRUBE_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 algoliaAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Algolia 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 Algolia task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["algolia"]
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 Algolia-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit algolia |
| 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 自动化执行 Algodocs 文档与数据处理任务,并先检索最新工具结构。