← 返回
未分类 Key 中文

Imans Claw

Use 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, var...
通过 OpenClaw 代理的 Imans CLI 查询 Imans 工作区、目录和销售订单的 JSON 数据,用于用户询问 Imans 产品时。
imans-ai
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 82
下载
💾 0
安装
1
版本
#latest

概述

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

OpenClaw Usage Rules

  • Prefer --json so the agent can parse results reliably.
  • Prefer --all --json for complete exports, but only when the user asks for full data.
  • Use --profile for a named workspace instead of changing the active profile.
  • Keep chat responses compact; summarize results rather than dumping raw JSON into mobile or group channels.
  • Ask for confirmation before exposing large order/customer datasets or running broad unfiltered exports.
  • Never print or request raw API tokens in chat.

Commands

  • Workspace: imans workspace get --json
  • Profiles: imans profile list
  • Auth check: imans auth test --quiet
  • Products: imans products list --all --json
  • Product search: imans products list --search "" --json
  • Product details: imans products get --json
  • Variants: imans product-variants list --product-id --all --json
  • Sales orders by date: imans sales-orders list --order-date-from --order-date-to --all --json
  • Sales orders by status: imans sales-orders list --order-status --json
  • Sales order details: imans sales-orders get --json
  • Sales order items: imans sales-order-items list --order-id --all --json
  • Classifications: imans sales-order-classifications list --all --json

Response Pattern

  1. Identify the needed resource and filters from the user request.
  2. Run the narrowest imans command that answers the question.
  3. Parse JSON locally in the agent when possible instead of showing raw output.
  4. Summarize key fields, counts, anomalies, and next useful drill-downs.
  5. Mention the profile used if the user works with multiple workspaces.

Safety

  • Treat Imans data as business-sensitive.
  • Avoid imans login --token because it can leak through shell history.
  • Prefer --token-env or --token-stdin for automation.
  • --debug is safe for auth headers, but only use it when troubleshooting.
  • Exit code 3 means auth failed, 4 means insufficient scope, 5 means not found, 6 means network failure, and 7 means API server error.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-06-06 07:18

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

business-ops

Stripe

byungkyu
Stripe API 集成,支持托管 OAuth,实现对客户、订阅、发票、产品、价格和支付的可写金融集成。
★ 27 📥 25,965
business-ops

Discord

steipete
当需要通过discord工具控制Discord时使用:发送消息、添加反应、发布或上传表情包、上传表情、创建投票、管理帖子/置顶/搜索、获取权限或成员/角色/频道信息,或在Discord私信或频道中处理管理操作。
★ 78 📥 37,991
business-ops

Trello

steipete
使用 Trello REST API 管理看板、列表和卡片
★ 162 📥 41,221