Automate Agility CMS content and admin workflows through Rube MCP.
This skill appears to be an open-source prompt/instruction wrapper without direct local secret requirements or embedded executable code. However, its intended use relies on Rube MCP/Composio to connect to remote services and operate Agility CMS, so real-world use introduces external connectivity and third-party integration considerations; overall this is low-to-moderate risk with caution rather than high risk.
The material says 'No API keys needed,' but actual use requires an ACTIVE `agility_cms` connection via `RUBE_MANAGE_CONNECTIONS` and completion of an auth link flow. This means third-party authorization tokens/session state are still involved, even if not directly exposed to the skill itself. No explicit credential theft or misuse red flag is shown.
It explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and references Composio/Agility CMS remote services. During tool search, connection management, and execution, task content and relevant data will likely be sent to Rube/Composio and the connected Agility CMS. This is a normal egress pattern for such integrations, and the material does not show exfiltration to unrelated or unknown endpoints.
Based on the stated checks, this is a prompt-only skill. The documentation is mainly a workflow for invoking MCP tools; it does not include bundled scripts, install commands, local process execution, or requests for extra system execution privileges.
The stated purpose is to 'Automate Agility CMS operations,' which implies querying or modifying Agility CMS content/configuration through remote tools. The effective data access scope depends on the permissions granted to the `agility_cms` connection. The material does not state that it reads local files, and it shows no obvious overreach beyond its declared purpose.
The source is an open GitHub repository with strong community adoption (64.7k stars), which materially lowers supply-chain risk. The visible content is mainly README/skill instructions rather than a closed-source binary. Missing license information and unknown maintenance status add minor uncertainty, but not enough on their own to make it high risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "agility-cms-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/agility-cms-automation/SKILL.md 2. Save it as ~/.claude/skills/agility-cms-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Agility CMS operations through Composio's Agility CMS toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/agility_cms
RUBE_MANAGE_CONNECTIONS with toolkit agility_cmsRUBE_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 agility_cmsAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Agility CMS 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 Agility CMS task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["agility_cms"]
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 Agility CMS-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit agility_cms |
| 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 Appointo scheduling tasks through Rube MCP to streamline calendar workflows.
Automate Scrapegraph AI tasks via Rube MCP with schema-first tool discovery.
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 Agiled clients, projects, and workflows through Rube MCP.
Automate Agenty tasks via Rube MCP after checking current tool schemas first.
Automate Composio tasks via Rube MCP with tool schema lookup first.
Automate Ragic workflows via Rube MCP while checking current tool schemas first.
Automate Contentful GraphQL workflows via Rube MCP using current schemas first.
Automate Teamcamp task management and collaboration workflows through Rube MCP.