imans-claw

Installation
SKILL.md

Imans for OpenClaw

Use imans when an OpenClaw user asks for Imans workspace, catalog, product variant, sales order, order item, or classification data.

OpenClaw Setup

  • The imans binary must be on the host PATH where OpenClaw executes shell commands.
  • If the agent runs in a sandbox or container, install imans inside that sandbox too.
  • Verify the skill is loaded with openclaw skills list.
  • Test the skill explicitly with /skill imans-claw or by asking for Imans product or order data.

Imans Setup

  • Install: curl -fsSL https://imans.ai/install | bash
  • Homebrew: brew install imans-ai/tap/imans
  • Verify: imans version
  • Login interactively: imans login
  • Login without prompts: imans login --token-env IMANS_TOKEN or imans login --token-stdin < token.txt
  • Test auth: imans auth test --quiet
Installs
1
First Seen
4 days ago
imans-claw — imans-ai/imans-cli