Automate Grist tables and data workflows through Rube MCP.
This skill is primarily a prompt/orchestration document and does not itself declare local secrets, code execution, or direct file access. However, it is designed to rely on remote Rube MCP and a Grist connection that can trigger external tool actions, so the overall posture is low-to-moderate risk with attention mainly on network and third-party connection boundaries.
The material states the skill itself requires no local keys, but actual use requires establishing a `grist` connection via `RUBE_MANAGE_CONNECTIONS` and completing an external auth link, which implies credentials exist within the Rube/Composio/Grist integration path. There is no explicit request for users to reveal raw secrets directly, so this is a typical third-party connection caution.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and using Composio's remote tool discovery/execution flow. Query contents, session IDs, and subsequent Grist operation requests are likely sent to that declared endpoint and its integration services, which is a normal egress pattern for this type of tool.
Based on the material, this is a prompt-only skill description and does not declare local process spawning, script execution, binary installation, or elevated system permissions. The referenced execution occurs at the remote MCP/tool layer rather than as local code execution by the skill itself.
The skill does not declare direct local file read/write, but it can automate operations on external Grist tables/records through an authorized Grist toolkit. The effective data scope depends on the permissions granted in the Grist connection, and no obvious overreaching local data access is stated.
The source is a GitHub open-source repository, and the system marks it as open-source with 64.9k community trust, which are strong positive trust signals. The current material is mainly README/prompt content rather than an executable package; although license and maintenance status are unclear, that alone is not enough to raise it to high risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "grist-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/grist-automation/SKILL.md 2. Save it as ~/.claude/skills/grist-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Grist operations through Composio's Grist toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/grist
RUBE_MANAGE_CONNECTIONS with toolkit gristRUBE_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 gristAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Grist 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 Grist task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["grist"]
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 Grist-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit grist |
| 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 Astica AI tasks via Rube MCP using current tool schemas.
Automate Codacy tasks to streamline code quality checks and governance.
Automate Seqera tasks through Rube MCP to streamline workflow operations.
Automate Callpage tasks through Rube MCP to improve callback and lead operations.
Automate CustomJS tasks through Rube MCP for faster scripted workflows.
Automate Scrapegraph AI tasks via Rube MCP with schema-first tool discovery.
Automate Grafbase workflows via Rube MCP with schema-aware tool discovery first.
Automate Ragic workflows via Rube MCP while checking current tool schemas first.
Automate Griptape tasks through Rube MCP using current tool schemas.
Automate GitHub Gist creation, lookup, and management through Rube MCP.
Automate Crustdata workflows via Rube MCP with schema-first tool discovery.
Automate Gigasheet workflows and bulk spreadsheet-like data tasks via Rube MCP.