-21risk-automation

Automate 21risk tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

Hot:2

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--21risk-automation&locale=en&source=copy

21risk Automation - Automate 21risk Operations via Rube MCP

Skills Overview


21risk Automation is a Claude skill that automates various operations on the 21risk risk management platform through Composio’s Rube MCP service. It supports tool discovery, connection management, and bulk task execution.

Use Cases


  • Enterprise risk management automation: Automatically perform risk assessment, report generation, and compliance checks on the 21risk platform to reduce manual operation costs.

  • API integration and workflow orchestration: Use Rube MCP to integrate 21risk into existing automation workflows, enabling seamless connectivity with other systems.

  • Bulk operations and data processing: Use RUBE_MULTI_EXECUTE_TOOL to process 21risk tasks in batches, improving efficiency for large-scale data handling.
  • Core Features


  • Tool discovery and pattern retrieval: Use RUBE_SEARCH_TOOLS to dynamically query the currently available 21risk tools and their input patterns, ensuring compatibility with the latest API specifications.

  • Connection management: Use RUBE_MANAGE_CONNECTIONS to manage the connection status of 21risk account(s), including connection validation and retrieval of authorization links.

  • Bulk task execution: Use RUBE_MULTI_EXECUTE_TOOL and RUBE_REMOTE_WORKBENCH to run one or more 21risk tools, supporting session reuse and memory management.
  • FAQ

    How do I connect 21risk to Rube MCP?


    First, make sure you have added https://rube.app/mcp as an MCP server. Then call RUBE_MANAGE_CONNECTIONS and specify the toolkit as _21risk. If the connection status is not ACTIVE, complete the 21risk account binding using the authorization link returned.

    What is the purpose of RUBE_SEARCH_TOOLS?


    RUBE_SEARCH_TOOLS is used to dynamically discover the currently available 21risk tools and their input patterns. Since Composio’s tool patterns may change, it’s recommended to call this tool before running a workflow each time to ensure the correct tool parameters and field types are used.

    Why should I check the connection status before executing a tool?


    21risk tools can only run properly when the connection status is ACTIVE. If the connection is not activated or has expired, operations will fail. It’s recommended to verify the connection status with RUBE_MANAGE_CONNECTIONS at the start of the workflow, and re-authorize if necessary.