page-x-automation

Automate Page X operations through the Rube MCP gateway for structured tool execution.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill page-x-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: page-x-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/page-x-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill page-x-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Page X workflows by providing a standardized, secure interface for tool discovery and execution via the Rube MCP gateway, eliminating manual connection and schema management overhead.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetch current tool schemas and execution plans for Page X tasks.
  • Connection Management: Verify and maintain active authentication states for Page X toolkits.
  • Multi-Tool Execution: Execute complex, multi-step workflows using discovered tool slugs and schema-compliant arguments.
  • Use Case: Automate bulk data updates or task management on Page X by chaining discovery, connection verification, and multi-execute calls within a single session.

Quick Start

Use the page-x-automation skill to discover available tools and execute a task on Page X.

Frequently Asked Questions about page-x-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover available Page X tools?

Call the RUBE_SEARCH_TOOLS command with a specific use case query to retrieve current tool slugs, input schemas, and execution plans for Page X.

Why must I call RUBE_SEARCH_TOOLS before executing?

Tool schemas and slugs on Page X change frequently; calling RUBE_SEARCH_TOOLS ensures you are using the most current, valid schema for your execution.

How do I verify my Page X connection status?

Use the RUBE_MANAGE_CONNECTIONS command with the page_x toolkit to check if your connection is ACTIVE before attempting any tool execution.

What should I do if a tool execution fails?

Verify that your connection status is ACTIVE, ensure your arguments match the schema returned by RUBE_SEARCH_TOOLS, and confirm you are using a valid session ID.

Can I reuse session IDs for different workflows?

No, you should generate new session IDs for distinct workflows to maintain state isolation, though you should reuse the same ID within a single workflow.