Automate Griptape tasks through Rube MCP using current tool schemas.
The skill material itself is mainly a prompt/workflow guide for using Rube MCP/Composio, and its open-source, high-community-trust source lowers overall risk with no clear high-risk red flags. The main caveat is that it depends on an external MCP endpoint and subsequent Griptape connection, so actual data flow and permission scope depend on the remote services and granted account access.
The material states the skill itself requires no API keys, but it requires establishing a `griptape` connection via `RUBE_MANAGE_CONNECTIONS` and following an auth link when the connection is not active. This means the skill does not directly take local secrets, but real usage may introduce third-party OAuth/account tokens, so the granted scopes and token custodian should be reviewed.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and then using Composio/Rube to search tools, manage connections, and execute tools; therefore user inputs, session IDs, tool arguments, and results are likely sent to that external service. No additional unrelated or covert destinations are described, but external network egress is clearly present.
Based on the provided material, this is a prompt-only skill description and does not include auditable local install scripts, shell commands, or local process-launch behavior. While it mentions `RUBE_MULTI_EXECUTE_TOOL`/`RUBE_REMOTE_WORKBENCH` for remote tool execution, it does not show direct local system execution permissions being requested.
The skill text itself does not declare local file read/write or direct access to local data; however, once remote tools are connected through Rube/Griptape, the actual accessible data scope will depend on the connected account, tool schema, and granted permissions. Because the README emphasizes discovering current schemas before execution, the data surface is dynamically determined and should be reviewed per tool before use.
The source is an open GitHub repository with high stated community adoption (64.7k stars), which materially lowers supply-chain risk; the material also appears to be documentation/prompt content rather than an executable binary. Caveats remain: no declared license, unknown maintenance status, and real operation depends on external Rube/Composio services, but these do not by themselves justify a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "griptape-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/griptape-automation/SKILL.md 2. Save it as ~/.claude/skills/griptape-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Griptape operations through Composio's Griptape toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/griptape
RUBE_MANAGE_CONNECTIONS with toolkit griptapeRUBE_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 griptapeAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Griptape 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 Griptape task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["griptape"]
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 Griptape-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit griptape |
| 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 Parsera tasks via Rube MCP for faster data extraction workflows.
Automate Y Gy tasks and workflows through Rube MCP integrations.
Automate Unione tasks through Rube MCP with schema lookup first.
Automate PDF API IO workflows via Rube MCP using current tool schemas first.
Automate PDF tasks like conversion, extraction, merging, and data handling.
Automate Pdf4me PDF conversion, merging, and document workflows via Rube MCP.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Grafbase workflows via Rube MCP with schema-aware tool discovery first.
Automate Gemini workflows via Rube MCP with schema-first tool discovery.
Automate Composio tasks via Rube MCP with tool schema lookup first.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate Gleap feedback and task workflows through Rube MCP.