Automate Contentful GraphQL workflows via Rube MCP using current schemas first.
This is not a purely local prompt-only skill: the materials explicitly require connecting to the remote Rube MCP endpoint and executing operations through Composio/Contentful Graphql tools, so the overall posture is caution. No clear high-risk red flags are stated, but actual network egress, data access, and downstream auth scope depend on the Rube MCP session and any later authorized connections.
The material says no API key is needed to add Rube MCP, but it also requires creating an ACTIVE `contentful_graphql` connection via `RUBE_MANAGE_CONNECTIONS` and completing an auth link, implying downstream Contentful/Composio tokens may still be involved. Token storage, scope, and isolation are not described, so normal credential-handling caution applies.
The README explicitly requires configuring `https://rube.app/mcp` as an MCP server and using that remote endpoint to discover tools, manage connections, and execute workflows; it also references Composio and Contentful Graphql services. This is in-scope remote communication for the stated purpose, but it does send query parameters, session IDs, and potentially business data to external services.
Based on the provided material, the skill itself is an instruction/workflow template and does not claim to spawn local processes, run scripts, or use system-level capabilities; actions are mainly remote MCP tool calls. No local code execution or privilege escalation is described.
Its purpose is to automate Contentful Graphql operations, so by design it may access or modify authorized data in Contentful; request payloads sent through `RUBE_SEARCH_TOOLS`/`RUBE_MULTI_EXECUTE_TOOL` may also contain user-provided business fields. No local file read/write is shown, but remote data access depends on the scope granted to the Contentful connection.
Positive factors include a GitHub open-source source and very high community stars, which lower risk; however, the current repo appears to be more of a skill collection than the full source of the underlying toolchain, the license is unspecified, maintenance is unknown, and actual execution depends on external Rube MCP/Composio services. That leaves the supply-chain audit boundary incomplete, so caution is appropriate.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "contentful-graphql-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/contentful-graphql-automation/SKILL.md 2. Save it as ~/.claude/skills/contentful-graphql-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Contentful Graphql operations through Composio's Contentful Graphql toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/contentful_graphql
RUBE_MANAGE_CONNECTIONS with toolkit contentful_graphqlRUBE_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 contentful_graphqlAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Contentful Graphql 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 Contentful Graphql task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["contentful_graphql"]
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 Contentful Graphql-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit contentful_graphql |
| 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 21risk tasks via Rube MCP after checking current tool schemas.
Automate Memberstack membership and account workflows through Rube MCP tools.
Automate Apiflash tasks like webpage screenshots and workflow integrations via Rube MCP.
Automate Apipie AI workflows via Rube MCP with schema-first tool discovery.
Automate Ayrshare social publishing, scheduling, and analytics through Rube MCP.
Automate Snowflake queries, object browsing, and data workflow management.
Automate Grafbase workflows via Rube MCP with schema-aware tool discovery first.
Automate Agility CMS content and admin workflows through Rube MCP.
Automate Kontent AI content operations and updates through Rube MCP.
Automate Sourcegraph searches and code workflows through Rube MCP.
Automate Scrapegraph AI tasks via Rube MCP with schema-first tool discovery.
Automate curated workflows with Rube MCP after checking current tool schemas first.