Автоматизация операций в 21risk

integration

21risk automation is a Claude Code skill that automates operations inside the 21risk risk management platform via Rube MCP, powered by Composio's 21risk toolkit. Reach for it when you need to create, update, or pull data from 21risk without touching the UI manually, when you want to embed risk management steps into a broader automated workflow, or when you need to keep 21risk records in sync with other systems on a schedule. The skill relies on three Rube MCP primitives: RUBE_SEARCH_TOOLS to fetch current tool schemas, RUBE_MANAGE_CONNECTIONS to activate the _21risk toolkit through Composio auth, and RUBE_MULTI_EXECUTE_TOOL to run the actual operations. Setup requires no API keys — just add https://rube.app/mcp as an MCP server endpoint in your client config. Because tool schemas are dynamic and subject to change, the skill enforces a search-first pattern: RUBE_SEARCH_TOOLS must be called at the start of every workflow; hardcoding slugs or argument names is explicitly flagged as a known pitfall. The skill targets 21risk-specific data operations, not general business process automation unrelated to that platform. It works for teams already using 21risk with Claude Code; it won't run if the 21risk connection isn't activated and confirmed ACTIVE via RUBE_MANAGE_CONNECTIONS.