boxhero-automation

Automate inventory management operations through the Boxhero toolkit via Rube MCP.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing inventory records by providing a structured, automated interface for Boxhero operations.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Boxhero tool schemas and execution plans.
  • Connection Management: Handle authentication and session state for secure API interactions.
  • Workflow Execution: Perform bulk inventory updates and data retrieval using multi-execute tool patterns.

Quick Start

Use the boxhero-automation skill to search for available inventory tools and execute a stock update for the specified item.

Frequently Asked Questions about boxhero-automation

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

FAQPage Schema
How do I connect Boxhero to my AI agent?

Connect Boxhero by calling RUBE_MANAGE_CONNECTIONS with the boxhero toolkit argument. Follow the provided authentication link to authorize the connection and ensure the status is set to ACTIVE before proceeding.

Why must I call RUBE_SEARCH_TOOLS first?

Tool schemas and available operations in Boxhero change frequently. Calling RUBE_SEARCH_TOOLS ensures your agent uses the most current tool slugs and input schemas, preventing execution errors.

Can I automate bulk inventory updates?

Yes, use RUBE_MULTI_EXECUTE_TOOL to perform bulk operations. Ensure you include the memory parameter and use the exact tool slugs and arguments discovered during the initial search phase.

What should I do if my connection is not active?

If the connection status is not ACTIVE, re-run the RUBE_MANAGE_CONNECTIONS command. Follow the returned authorization link to refresh your credentials and verify the connection status again.