agentql-automation

Automate Agentql operations through Rube MCP to manage web automation tasks and tool schemas.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing web automation workflows by providing a standardized interface to discover, connect, and execute Agentql tools via the Rube MCP gateway.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetch current tool schemas and execution plans using RUBE_SEARCH_TOOLS.
  • Connection Management: Verify and maintain active Agentql connections to ensure reliable workflow execution.
  • Multi-Tool Execution: Execute complex automation sequences using RUBE_MULTI_EXECUTE_TOOL with validated arguments.

Quick Start

Use the agentql-automation skill to discover available tools for your specific web scraping task and execute the required workflow.

Frequently Asked Questions about agentql-automation

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

FAQPage Schema
How do I find available Agentql tools?

Call the RUBE_SEARCH_TOOLS function with a specific use case query to retrieve a list of available tool slugs, input schemas, and recommended execution plans for your task.

How to check if my Agentql connection is active?

Use the RUBE_MANAGE_CONNECTIONS tool with the 'agentql' toolkit parameter to verify the current connection status and follow the provided authentication link if the status is not ACTIVE.

Does this skill support session reuse?

Yes, you should reuse session IDs within a single workflow to maintain state, but generate new session IDs when starting entirely new automation tasks.

Why must I call RUBE_SEARCH_TOOLS before executing?

Tool schemas and available slugs change frequently; calling RUBE_SEARCH_TOOLS ensures you are using the most current input requirements and prevents execution errors.

What is the purpose of the memory parameter?

The memory parameter is a required field in RUBE_MULTI_EXECUTE_TOOL calls that maintains state across tool executions; always include it as an empty object '{}' if no specific memory is needed.