imans-openclaw
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
imansbinary must be on the hostPATHwhere OpenClaw executes shell commands. - If the agent runs in a sandbox or container, install
imansinside that sandbox too. - Verify the skill is loaded with
openclaw skills list. - Test the skill explicitly with
/skill imans-openclawor 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_TOKENorimans login --token-stdin < token.txt - Test auth:
imans auth test --quiet