BoxHero Integration Skill for Openclaw

An AI-ready integration skill using the oo CLI to search, read, and manage BoxHero inventory data without handling raw API tokens.

oomol
v1.0.1
Jun 9, 2026
0
491
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install oo-boxhero

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install oo-boxhero using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is BoxHero Integration Skill?

The BoxHero skill allows developers and AI agents to seamlessly interact with the BoxHero inventory management platform. By leveraging the OOMOL-connected oo CLI, this skill eliminates the need for developers to manage raw API credentials or tokens manually. It serves as a secure, structured interface for querying inventory items, retrieving location lists, and inspecting team configurations. Under the hood, credentials are handled securely server-side, enabling seamless automation workflows. Integrating this package into your AI assistant ecosystem via Openclaw Skills ensures rapid development of custom inventory applications and agentic routines without security overhead.

BoxHero Integration Skill Use Cases

  • Fetching item details and stock levels automatically during agentic tasks.
  • Retrieving physical locations to dynamically filter inventory search results.
  • Inspecting BoxHero team configurations to support multi-tenant automations.
  • Standardizing inventory lookup sequences inside custom AI workflows using Openclaw Skills.

How BoxHero Integration Skill Works

  1. Inspect Schema: The AI agent queries the live input/output schema for a BoxHero action using oo connector schema to ensure payload accuracy.
  2. Construct Payload: Based on the schema, the agent builds a precise JSON payload mapping to the target action.
  3. Execute Action: The agent runs the action using the oo connector run command, passing the JSON data securely.
  4. Handle Response: The system processes the request server-side using OOMOL's secure credential injection, returning a structured JSON response.

BoxHero Integration Skill Setup

Install the oo CLI if not already present on your system:

curl -fsSL https://cli.oomol.com/install.sh | bash

Sign in to your OOMOL account once:

oo auth login

Connect your BoxHero account via the OOMOL Console at: https://console.oomol.com/app-connections?provider=boxhero

Once logged in and connected, you can immediately begin executing inventory tasks using Openclaw Skills.

BoxHero Integration Skill Data Schema & Taxonomy

The BoxHero integration maps its operations to standard OOMOL execution models. The primary actions include:

Action Name Description Output Structure
get_item Retrieves an inventory item by ID { "data": ItemDetails, "meta": { "executionId": "..." } }
get_team_info Gets linked team info & mode { "data": TeamDetails, "meta": { "executionId": "..." } }
list_items Lists items with location filters { "data": Item[], "meta": { "executionId": "..." } }
list_locations Lists accessible team locations { "data": Location[], "meta": { "executionId": "..." } }

All JSON responses maintain a uniform schema encapsulating requested payload inside data and running tracking metadata in meta.

BoxHero Integration Skill Advanced Features

  • Server-Side Token Management: Eliminates raw API credential exposure by routing authentication securely via OOMOL's centralized connection center.
  • Dynamic Schema Validation: On-the-fly CLI contract schema checking guarantees the agent always constructs valid, compliant payloads.
  • Seamless CLI Routing: Leverages the lightweight oo binary, making it extremely easy to run within containerized or terminal-based Openclaw Skills environments.
  • Built-in Safety Guardrails: Segregates destructive, state-altering write actions from safe, standard query operations.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*