Automate Ritekit workflows through Rube MCP for faster social content operations.
This skill appears to be an open-source prompt-style wrapper with strong community adoption, and the provided material shows no intrinsic local execution or embedded-secret red flags. The main caution is that it relies on remote Rube MCP/Composio connectivity and third-party Ritekit authorization, so actual data egress and permissions depend on the connected external toolchain.
The material says the skill itself needs no API keys, but it requires an ACTIVE `ritekit` connection via `RUBE_MANAGE_CONNECTIONS` and an auth-link flow. This implies third-party account authorization/tokens are involved, just managed by the external MCP rather than configured directly in the skill; this creates normal delegated-credential and wrong-account connection considerations.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and invoking Ritekit tools through Composio/Rube; task arguments, session IDs, connection state, and execution content are therefore expected to be sent through that declared external service chain. This is normal networked-tool behavior, and the material does not show exfiltration to unrelated or hidden endpoints.
The system flags it as `prompt-only`, and the content is mainly operational guidance and call ordering, with no install scripts, local command execution, shell snippets, or requests for elevated system privileges. Based on the material itself, it does not provide direct local code-execution capability.
The skill is intended to 'Automate Ritekit operations' and can execute remote tools via `RUBE_MULTI_EXECUTE_TOOL` and `RUBE_REMOTE_WORKBENCH`; the exact data scope is not enumerated in the material and depends on the discovered Ritekit tool schemas and granted user authorization. There is no stated local file access, but the remote business-data access surface is not fully transparent and should be used with least privilege.
The source is an open GitHub repository, the system marks it `open-source`, and community adoption is high (~64.9k stars), all of which are strong risk-reducing signals. The license and maintenance status are unclear, and the skill depends on external Rube/Composio services and docs, but the current material does not show a concrete supply-chain red flag.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "ritekit-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/ritekit-automation/SKILL.md 2. Save it as ~/.claude/skills/ritekit-automation/SKILL.md 3. Reload skills and tell me it's ready
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
Automate Proofly workflows via Rube MCP using current tool schemas first.
Automate Rippling tasks via Rube MCP after checking current tool schemas first.
Automate Amara tasks through Rube MCP after checking current tool schemas first.
Automate ToneDen tasks through Rube MCP to streamline marketing operations.
Automate Triggercmd task execution, lookup, and workflows through Rube MCP.
Automate Cal scheduling and booking tasks through Rube MCP efficiently.
Automate Kit tasks via Rube MCP with schema lookup first.
Automate Chatbotkit tasks via Rube MCP using current tool schemas first.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate ImageKit IO media management and processing workflows through Rube MCP.
Automate TextIt flows and contact management through Rube MCP tools.
Automate Timekit tasks via Rube MCP with schema lookup first.