parsera-automation

Automate Parsera operations and data extraction workflows through the Rube MCP gateway.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Parsera by providing a standardized, automated interface for tool discovery, connection management, and execution of remote tasks.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetch current schemas and execution plans for Parsera tools via Rube MCP.
  • Connection Management: Programmatically verify and manage active Parsera connections to ensure reliable workflow execution.
  • Multi-Tool Execution: Execute complex, multi-step operations using discovered tool slugs and schema-compliant arguments.

Quick Start

Use the parsera-automation skill to discover available tools and execute a specific task using the Rube MCP gateway.

Frequently Asked Questions about parsera-automation

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

FAQPage Schema
How do I discover available Parsera 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 Parsera tasks.

How do I verify my Parsera connection status?

Use the RUBE_MANAGE_CONNECTIONS function with the 'parsera' toolkit parameter to check if your connection is currently ACTIVE before attempting to execute any tools.

What should I do if a tool execution fails?

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

Can I reuse session IDs for multiple tasks?

Yes, you should reuse session IDs within a single logical workflow to maintain state, but you must generate new session IDs when starting entirely new, unrelated workflows.