page-x-automation

Automate Page X tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

Hot:27

Download and extract to your skills directory

Copy command and send to AI Agent for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-page-x-automation&locale=en&source=copy

Page X Automation - Automate Page X Tasks via Rube MCP

Skill Overview


The Page X Automation skill integrates Composio’s Page X toolkit via Rube MCP to automate tasks on the Page X platform. No API key is required—simply add an MCP endpoint to get started.

Use Cases

  • Integrate Page X actions into Claude Code

  • Directly operate Page X in Claude Code or any other MCP-enabled client, including creating pages, publishing content, and managing documents.

  • Automated workflows that require dynamic tool schema discovery

  • Tool schemas may change at any time. Use RUBE_SEARCH_TOOLS to always retrieve the latest tool definitions, avoiding failures caused by hard-coded calls.

  • Batch processing of Page X tasks

  • Use RUBE_REMOTE_WORKBENCH or RUBE_MULTI_EXECUTE_TOOL to perform batch operations, such as bulk page creation and bulk content updates.

    Core Features

  • Dynamic tool discovery and schema retrieval

  • Query available Page X tools and their input parameters in real time via RUBE_SEARCH_TOOLS to ensure you always use the latest tool definitions.

  • Connection management and status checks

  • Use RUBE_MANAGE_CONNECTIONS to manage Page X connections and verify that the connection state is ACTIVE before running tasks, preventing call failures.

  • Multi-tool execution and batch operations

  • Supports executing multiple Page X tools within a single call, and provides a memory parameter to share state across tools—ideal for complex workflow scenarios.

    Frequently Asked Questions

    Does Page X automation require an API key?


    No. Add https://rube.app/mcp as an MCP server, then complete a one-time Page X authorization connection via RUBE_MANAGE_CONNECTIONS.

    Why call RUBE_SEARCH_TOOLS each time first?


    Composio’s tool schemas may change at any time. Hard-coding tool slugs or parameters can cause calls to fail. Always search first to obtain the latest tool definitions and recommended execution plans.

    How can I confirm whether the Page X connection is available?


    Call RUBE_MANAGE_CONNECTIONS with the toolkit page_x, then check the returned connection status. If it shows ACTIVE, you can execute the tools normally; otherwise, you’ll need to complete authorization using the returned auth link.