ascora-automation

Automate Ascora operations through the Rube MCP gateway for task management and data retrieval.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the need for manual navigation within the Ascora platform by providing a standardized, automated interface for executing tasks and retrieving data via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Ascora tool schemas and input requirements to ensure execution accuracy.
  • Connection Management: Verify and maintain active authentication sessions with the Ascora toolkit.
  • Multi-Tool Execution: Perform complex, multi-step workflows such as updating job statuses or creating records in bulk.

Quick Start

Use the ascora-automation skill to search for available tools and execute a job update task.

Frequently Asked Questions about ascora-automation

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

FAQPage Schema
How do I find available Ascora tools?

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

What should I do if my Ascora connection is inactive?

Execute the RUBE_MANAGE_CONNECTIONS command with the 'ascora' toolkit parameter. If the status is not ACTIVE, follow the provided authentication link to re-establish your connection.

Why must I call RUBE_SEARCH_TOOLS before executing a task?

Tool schemas and available arguments in the Ascora toolkit change frequently. Searching first ensures you use the correct, current parameters and prevents execution errors caused by outdated schemas.

Can I run multiple Ascora operations in one session?

Yes, you can reuse the same session ID for multiple operations within a single workflow. Generate a new session ID only when starting an entirely new, unrelated task.