affinda-automation
Automate Affinda tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:1
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-affinda-automation&locale=en&source=copy
Affinda Automation - Document Automation Processing Integration
Skill Overview
Seamlessly integrate Composio’s Affinda toolkit via Rube MCP to automatically parse and process documents such as resumes and invoices, without having to manage API keys.
Use Cases
1. Automated Resume Screening for HR
HR teams can automatically extract key information (name, contact details, work experience, education, etc.) from large volumes of resumes to build intelligent screening workflows, significantly improving hiring efficiency.
2. Automated Invoice Data Entry
Finance teams can automatically recognize invoice information (amount, date, vendor, tax ID, etc.), directly connect to accounting systems, eliminate manual data entry errors, and reduce reconciliation time.
3. Integrated Enterprise Document Processing Workflows
Developers can integrate Affinda capabilities into existing business systems, centrally manage document processing tasks via an MCP server, and support batch operations and customizable workflows.
Core Features
Dynamic Tool Discovery and Invocation
Use
RUBE_SEARCH_TOOLS to fetch the latest Affinda tool schema and input specifications in real time, automatically adapting to API changes without manually maintaining a tool list. The system returns a recommended execution plan along with known considerations.Connection Status Management
Use
RUBE_MANAGE_CONNECTIONS to centrally manage Affinda connection status. The system continuously checks whether the connection is active, supports one-time configuration via an authorization link, and thereafter does not require repeated authentication.Batch Document Processing
Invoke multiple Affinda operations in a single call using
RUBE_MULTI_EXECUTE_TOOL. Combined with session reuse and pagination support, it efficiently processes large volumes of documents. You can also use RUBE_REMOTE_WORKBENCH for remote batch operations.Common Questions
How do I connect Affinda in Rube MCP?
First, ensure you’ve added
https://rube.app/mcp as an MCP server. Then call RUBE_MANAGE_CONNECTIONS and set the toolkit to affinda. If the connection is not activated, the system will return an authorization link—click it to complete the setup. After a successful connection, the status will display as ACTIVE.Do I need an API key to integrate Affinda with Rube MCP?
No. Rube MCP provides a no–API-key integration method: simply add the MCP server endpoint in your client configuration. Affinda authentication is completed via the one-time authorization workflow in
RUBE_MANAGE_CONNECTIONS, after which the connection status is maintained automatically.How do I search for Affinda tools that are available?
Call
RUBE_SEARCH_TOOLS and provide your specific use case (e.g., “resume parsing” or “invoice recognition”). The system returns matching tool slugs, input parameter schemas, recommended execution plans, and known considerations. Important: the tool schema may change, so you should search again before each execution to get the latest information.