sage-automation

Automate Sage operations through Composio toolkits using Rube MCP integration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating Sage interfaces by providing a standardized, automated way to execute tasks and manage connections via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically search and retrieve current Sage tool schemas and execution plans.
  • Connection Management: Verify and maintain active authentication states for Sage integrations.
  • Execution: Perform multi-step Sage workflows using discovered tool slugs and validated arguments.

Quick Start

Use the sage-automation skill to search for available tools and execute a specific Sage task.

Frequently Asked Questions about sage-automation

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

FAQPage Schema
How do I connect Sage to my agent?

Connect Sage by calling RUBE_MANAGE_CONNECTIONS with the 'sage' toolkit parameter. If the status is not ACTIVE, follow the provided authentication link to authorize the connection.

Why must I search for tools before executing?

Tool schemas and available slugs change frequently. Calling RUBE_SEARCH_TOOLS ensures you use the most current arguments and execution plans, preventing errors during tool invocation.

What should I do if my Sage connection is inactive?

Verify your connection status using RUBE_MANAGE_CONNECTIONS. If it shows as inactive, re-run the connection setup process to refresh your authentication tokens.

Can I automate bulk operations in Sage?

Yes, use RUBE_REMOTE_WORKBENCH with the run_composio_tool() function to execute bulk operations efficiently across your Sage environment.