Use 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 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 "" --json imans products get --json imans product-variants list --product-id --all --json imans sales-orders list --order-date-from --order-date-to --all --json imans sales-orders list --order-status --json imans sales-orders get --json imans sales-order-items list --order-id --all --json imans sales-order-classifications list --all --jsonimans command that answers the question.imans login --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.共 1 个版本