Install
openclaw skills install imans-clawUse the Imans CLI from OpenClaw agents to query Imans workspace, catalog, and sales order data as JSON. Use when OpenClaw users ask about Imans products, variants, sales orders, workspace metadata, or CLI-based Imans automation.
openclaw skills install imans-clawUse imans when an OpenClaw user asks for Imans workspace, catalog, product variant, sales order, order item, or classification data.
imans binary must be on the host PATH where OpenClaw executes shell commands.imans inside that sandbox too.openclaw skills list./skill imans-claw or by asking for Imans product or order data.curl -fsSL https://imans.ai/install | bashbrew install imans-ai/tap/imansimans versionimans loginimans login --token-env IMANS_TOKEN or imans login --token-stdin < token.txtimans auth test --quiet--json so the agent can parse results reliably.--all --json for complete exports, but only when the user asks for full data.--profile <name> for a named workspace instead of changing the active profile.imans workspace get --jsonimans profile listimans auth test --quietimans products list --all --jsonimans products list --search "<query>" --jsonimans products get <id> --jsonimans product-variants list --product-id <product-id> --all --jsonimans sales-orders list --order-date-from <yyyy-mm-dd> --order-date-to <yyyy-mm-dd> --all --jsonimans sales-orders list --order-status <status> --jsonimans sales-orders get <id> --jsonimans sales-order-items list --order-id <order-id> --all --jsonimans sales-order-classifications list --all --jsonimans command that answers the question.imans login --token <token> because it can leak through shell history.--token-env or --token-stdin for automation.--debug is safe for auth headers, but only use it when troubleshooting.3 means auth failed, 4 means insufficient scope, 5 means not found, 6 means network failure, and 7 means API server error.