raisely-automation

Automate Raisely platform operations through structured Rube MCP tool execution and schema discovery.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating Raisely's API and interface by providing a standardized, agent-driven workflow for executing platform operations.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetches current Raisely tool schemas to ensure compatibility with the latest API changes.
  • Connection Management: Validates and maintains active authentication sessions for Raisely via the Rube MCP gateway.
  • Multi-Tool Execution: Supports complex, multi-step workflows like bulk data updates or automated campaign management.

Quick Start

Call the raisely-automation skill to discover available tools and execute a specific task for your Raisely campaign.

Frequently Asked Questions about raisely-automation

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

FAQPage Schema
How do I perform Raisely operations with this skill?

Start by calling RUBE_SEARCH_TOOLS to identify available Raisely functions, then verify your connection status with RUBE_MANAGE_CONNECTIONS before executing tasks using RUBE_MULTI_EXECUTE_TOOL.

Why must I call RUBE_SEARCH_TOOLS first?

Tool schemas and available endpoints in Raisely change frequently. Calling RUBE_SEARCH_TOOLS ensures your agent uses the most current input requirements and avoids execution errors.

Does this skill support bulk Raisely updates?

Yes, you can perform bulk operations by utilizing the RUBE_REMOTE_WORKBENCH tool, which allows for running custom Composio tool sequences across multiple records.

What should I do if my Raisely connection is inactive?

Run RUBE_MANAGE_CONNECTIONS with the raisely toolkit parameter. If the status is not ACTIVE, follow the provided authentication link to re-authorize your connection.

Are there limitations to the tools I can execute?

Execution is limited to the tools exposed by the Raisely toolkit via the Rube MCP gateway. Always check the schema returned by RUBE_GET_TOOL_SCHEMAS for specific parameter constraints.