lever-sandbox-automation

Automate Lever Sandbox operations through the Rube MCP gateway for efficient workflow management.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Lever Sandbox environments by providing a standardized, automated interface for tool discovery and execution, reducing manual configuration errors.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current schemas and tool definitions for Lever Sandbox operations.
  • Connection Management: Verify and maintain active authentication states for secure API interactions.
  • Workflow Execution: Execute multi-step operations using the Rube MCP gateway to perform bulk tasks or specific sandbox updates.

Quick Start

Use the lever-sandbox-automation skill to search for available tools and execute a workflow for your specific sandbox task.

Frequently Asked Questions about lever-sandbox-automation

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

FAQPage Schema
How do I discover available Lever Sandbox tools?

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

How to verify if my Lever Sandbox connection is active?

Use the RUBE_MANAGE_CONNECTIONS command with the lever_sandbox toolkit parameter to check the current connection status and ensure it is marked as ACTIVE before proceeding with workflows.

Can I hardcode tool slugs in my automation scripts?

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

Why is the memory parameter required in tool execution?

The memory parameter is a mandatory field for RUBE_MULTI_EXECUTE_TOOL calls to maintain state consistency across operations, even if you pass an empty object.

What should I do if my Lever Sandbox connection is not active?

If the connection status is not ACTIVE, call RUBE_MANAGE_CONNECTIONS to receive an authentication link, follow that link to complete the setup, and then verify the status again.