An AI-ready integration skill using the oo CLI to search, read, and manage BoxHero inventory data without handling raw API tokens.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install oo-boxhero
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
oo connector schema to ensure payload accuracy.oo connector run command, passing the JSON data securely.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.
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.
oo binary, making it extremely easy to run within containerized or terminal-based Openclaw Skills environments.Loading
An automated CLI connector to securely access the Codacy API, retrieve static code analysis patterns, and check repository health without locally exposing credentials.

A comprehensive Capsule CRM integration that empowers AI agents to securely query, create, update, and manage CRM contacts, tasks, and opportunities.

An advanced PDF manipulation skill that integrates Encodian with OOMOL to easily compress, encrypt, extract, and convert PDF documents via a secure CLI interface.

A developer tool that enables AI agents and automated scripts to send interactive messages to DingTalk via the OOMOL oo CLI.

A powerful integration skill for the oo CLI that enables AI agents to query BuiltWith domain profiles, tech stacks, and social media mappings instantly.

A versatile skill enabling AI agents to interact with APIVerve's suite of utility APIs, including calculations, lookups, and environmental data fetching.








































