parseur-automation

Automate Parseur data extraction and workflow tasks using 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 parseur-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parseur-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/parseur-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill parseur-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Parseur data extraction workflows by providing a standardized interface for tool discovery, connection management, and automated execution.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Parseur tool schemas and execution plans via Rube MCP.
  • Connection Management: Verify and maintain active Parseur connections to ensure reliable automation.
  • Workflow Execution: Execute multi-step Parseur operations, such as parsing incoming documents or triggering downstream actions, through a unified interface.

Quick Start

Use the parseur-automation skill to discover available tools and execute a parsing task for my latest email documents.

Frequently Asked Questions about parseur-automation

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

FAQPage Schema
How do I connect Parseur to my automation workflow?

Use the RUBE_MANAGE_CONNECTIONS command with the 'parseur' toolkit slug to verify or establish an active connection. Ensure the status returns as ACTIVE before attempting to execute any tools.

What should I do if my Parseur tool execution fails?

Always call RUBE_SEARCH_TOOLS first to ensure you are using the most current tool schemas and arguments. Verify your connection status and check that all required memory parameters are included in your execution call.

Can I automate bulk parsing tasks with this skill?

Yes, use the RUBE_REMOTE_WORKBENCH command with the run_composio_tool function to handle bulk operations. This allows for efficient processing of multiple documents or data points in a single workflow.

Why is RUBE_SEARCH_TOOLS required before execution?

Tool schemas and slugs in the Parseur toolkit are subject to updates. Searching first prevents errors caused by outdated arguments or deprecated tool definitions.