🦀 ClawHub
Inventory Source
by @aiwithabidi
Inventory Source — dropship automation, supplier management, product feeds, inventory sync, and order routing.
TERMINAL
clawhub install inventory-source📖 About This Skill
name: inventory-source description: "Inventory Source — dropship automation, supplier management, product feeds, inventory sync, and order routing." homepage: https://www.agxntsix.ai license: MIT compatibility: Python 3.10+ (stdlib only — no dependencies) metadata: {"openclaw": {"emoji": "📋", "requires": {"env": ["INVENTORYSOURCE_API_KEY"]}, "primaryEnv": "INVENTORYSOURCE_API_KEY", "homepage": "https://www.agxntsix.ai"}}
📋 Inventory Source
Inventory Source — dropship automation, supplier management, product feeds, inventory sync, and order routing.
Requirements
| Variable | Required | Description |
|----------|----------|-------------|
| INVENTORYSOURCE_API_KEY | ✅ | Inventory Source API key |
Quick Start
# List connected suppliers
python3 {{baseDir}}/scripts/inventory-source.py list-suppliersGet supplier details
python3 {{baseDir}}/scripts/inventory-source.py get-supplier List products
python3 {{baseDir}}/scripts/inventory-source.py list-products --page "1" --per-page "50"Get product details
python3 {{baseDir}}/scripts/inventory-source.py get-product Trigger inventory sync
python3 {{baseDir}}/scripts/inventory-source.py sync-inventoryList orders
python3 {{baseDir}}/scripts/inventory-source.py list-orders --page "1" --status Get order details
python3 {{baseDir}}/scripts/inventory-source.py get-order Route order to supplier
python3 {{baseDir}}/scripts/inventory-source.py route-order List connected stores
python3 {{baseDir}}/scripts/inventory-source.py list-integrationsGet product feed
python3 {{baseDir}}/scripts/inventory-source.py get-feed
Output Format
All commands output JSON by default.
Script Reference
| Script | Description |
|--------|-------------|
| {baseDir}/scripts/inventory-source.py | Main CLI — all commands in one tool |
Credits
Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.📅 Need help setting up OpenClaw for your business? Book a free consultation
💡 Examples
# List connected suppliers
python3 {{baseDir}}/scripts/inventory-source.py list-suppliersGet supplier details
python3 {{baseDir}}/scripts/inventory-source.py get-supplier List products
python3 {{baseDir}}/scripts/inventory-source.py list-products --page "1" --per-page "50"Get product details
python3 {{baseDir}}/scripts/inventory-source.py get-product Trigger inventory sync
python3 {{baseDir}}/scripts/inventory-source.py sync-inventoryList orders
python3 {{baseDir}}/scripts/inventory-source.py list-orders --page "1" --status Get order details
python3 {{baseDir}}/scripts/inventory-source.py get-order Route order to supplier
python3 {{baseDir}}/scripts/inventory-source.py route-order List connected stores
python3 {{baseDir}}/scripts/inventory-source.py list-integrationsGet product feed
python3 {{baseDir}}/scripts/inventory-source.py get-feed