rkvst-automation

Automate Rkvst operational tasks through the Rube MCP gateway for secure workflow execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Rkvst operations by providing a standardized, secure interface for tool discovery and execution, eliminating manual configuration errors.

Core Features & Use Cases

  • Tool Discovery: Automatically fetch current schemas and execution plans for Rkvst operations via Rube MCP.
  • Connection Management: Verify and maintain active authentication states for Rkvst toolkits.
  • Workflow Execution: Execute multi-step Rkvst tasks using validated tool slugs and schema-compliant arguments.

Quick Start

Use the rkvst-automation skill to discover available tools and execute a workflow for your specific Rkvst task.

Frequently Asked Questions about rkvst-automation

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

FAQPage Schema
How do I discover available Rkvst tools?

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

How to verify my Rkvst connection status?

Use the RUBE_MANAGE_CONNECTIONS command with the 'rkvst' toolkit parameter to check if your connection is currently ACTIVE before attempting any tool execution.

Can I hardcode tool slugs in my workflows?

No, you should never hardcode tool slugs or arguments. Always call RUBE_SEARCH_TOOLS first to ensure you are using the most current schemas and valid tool definitions.

What should I do if a tool execution fails?

Verify that your connection status is ACTIVE via RUBE_MANAGE_CONNECTIONS, ensure your arguments strictly match the schema returned by RUBE_SEARCH_TOOLS, and confirm the memory parameter is included.