通过 Rube MCP 自动执行 Ritekit 相关任务,提升社媒内容处理与运营效率。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "ritekit-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/ritekit-automation/SKILL.md 2. 保存为 ~/.claude/skills/ritekit-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索 ritekit 相关可用工具及其最新参数 schema,再告诉我有哪些可执行操作,并帮我调用最适合的工具完成一个 Ritekit 任务。
先返回可用 Ritekit 工具与参数结构摘要,再执行匹配的自动化操作结果。
请先搜索 Ritekit 工具的最新 schema,然后基于这些工具设计并执行一个用于社交媒体内容处理的自动化流程,并说明每一步调用了什么。
一个按最新工具定义执行的 Ritekit 自动化流程说明,以及各步骤的执行结果。
在执行任何 Ritekit 操作前,先搜索当前可用工具和参数要求,校验输入是否匹配,再执行任务;如果不匹配,请先给出修正建议。
包含 schema 校验、参数修正建议(如需要)以及最终 Ritekit 调用结果的完整反馈。
Automate Ritekit operations through Composio's Ritekit toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/ritekit
RUBE_MANAGE_CONNECTIONS with toolkit ritekitRUBE_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 ritekitAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Ritekit 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 Ritekit task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["ritekit"]
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 Ritekit-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit ritekit |
| 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。