返回顶部
c

cin7-inventoryCin7库存管理

Cin7 Core inventory management -- products, stock, orders, purchases, customers, and suppliers via bash scripts.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 2.0.0
安全检测
已通过
376
下载量
免费
免费
2
收藏
概述
安装方式
版本历史

cin7-inventory

Cin7 库存管理

通过 bash 脚本管理 Cin7 Core 库存。所有命令均在技能目录下运行。

必需的环境变量

  • - CIN7ACCOUNTID — 您的 Cin7 Core 账户 ID
  • CIN7APPKEY — 您的 Cin7 Core 应用程序密钥

产品

列出/搜索产品

bash bash scripts/get-products.sh bash scripts/get-products.sh --search widget --page 2

获取单个产品

bash bash scripts/get-product.sh --id product-id

库存

检查库存水平

bash bash scripts/get-stock.sh bash scripts/get-stock.sh --product-id product-id bash scripts/get-stock.sh --page 2

调整库存(损坏、重新盘点、核销)

bash bash scripts/stock-adjustment.sh --data {Lines:[{ProductID:id,Location:Main Warehouse,Quantity:5}]}

在仓库之间转移库存

bash bash scripts/stock-transfer.sh --data {Lines:[{ProductID:id,From:Warehouse A,To:Warehouse B,Quantity:10}]}

销售订单

列出订单

bash bash scripts/list-orders.sh bash scripts/list-orders.sh --status COMPLETED --page 1

获取单个订单

bash bash scripts/get-order.sh --id order-id

创建订单

bash bash scripts/create-order.sh --data {Customer:John Smith,Lines:[{ProductID:id,Quantity:2}]}

更新订单

bash bash scripts/update-order.sh --id order-id --data {Status:COMPLETED}

按日期范围生成销售报告

bash bash scripts/sales-report.sh --from 2026-01-01 --to 2026-03-07

采购订单

列出采购订单

bash bash scripts/get-purchases.sh bash scripts/get-purchases.sh --status ORDERED --page 1

创建采购订单

bash bash scripts/create-purchase.sh --data {Supplier:Acme Corp,Lines:[{ProductID:id,Quantity:100}]}

客户与供应商

列出/搜索客户

bash bash scripts/get-customers.sh bash scripts/get-customers.sh --search John

列出/搜索供应商

bash bash scripts/get-suppliers.sh bash scripts/get-suppliers.sh --search Acme

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 cin7-inventory-1776196417 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 cin7-inventory-1776196417 技能

通过命令行安装

skillhub install cin7-inventory-1776196417

下载

⬇ 下载 cin7-inventory v2.0.0(免费)

文件大小: 9.39 KB | 发布时间: 2026-4-15 11:03

v2.0.0 最新 2026-4-15 11:03
Major update: Fully transitions from Python server to an expanded bash script–only toolkit, with new purchase, stock, and contact features.

- Removed MCP Python server and all Python dependencies; now 100% bash scripts using curl.
- Added scripts for managing purchases, suppliers, customers, stock adjustments, and stock transfers.
- Enhanced order and product scripts; improved examples and documentation.
- Centralized environment setup and requirements for easier installation.
- Updated and streamlined documentation in SKILL.md and README.md.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部