Inventory Source
/install inventory-source
📋 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-suppliers
# Get supplier details
python3 {{baseDir}}/scripts/inventory-source.py get-supplier \x3Cid>
# 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 \x3Cid>
# Trigger inventory sync
python3 {{baseDir}}/scripts/inventory-source.py sync-inventory
# List orders
python3 {{baseDir}}/scripts/inventory-source.py list-orders --page "1" --status \x3Cvalue>
# Get order details
python3 {{baseDir}}/scripts/inventory-source.py get-order \x3Cid>
# Route order to supplier
python3 {{baseDir}}/scripts/inventory-source.py route-order \x3Cid>
# List connected stores
python3 {{baseDir}}/scripts/inventory-source.py list-integrations
# Get product feed
python3 {{baseDir}}/scripts/inventory-source.py get-feed \x3Cid>
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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install inventory-source - After installation, invoke the skill by name or use
/inventory-source - Provide required inputs per the skill's parameter spec and get structured output
What is Inventory Source?
Inventory Source — dropship automation, supplier management, product feeds, inventory sync, and order routing. It is an AI Agent Skill for Claude Code / OpenClaw, with 348 downloads so far.
How do I install Inventory Source?
Run "/install inventory-source" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Inventory Source free?
Yes, Inventory Source is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Inventory Source support?
Inventory Source is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Inventory Source?
It is built and maintained by aiwithabidi (@aiwithabidi); the current version is v1.0.0.