Skip to main content
Generaldvcrn

inventory-source

Inventory Source — dropship automation, supplier management, product feeds, inventory sync, and order routing.

Stars
15
Source
dvcrn/openclaw-skills-marketplace
Updated
2026-05-29
Slug
dvcrn--openclaw-skills-marketplace--inventory-source
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/dvcrn/openclaw-skills-marketplace/HEAD/plugins/aiwithabidi--inventory-source/skills/inventory-source/SKILL.md -o .claude/skills/inventory-source.md

Drops the SKILL.md into .claude/skills/inventory-source.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

📋 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 <id>

# 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 <id>

# Trigger inventory sync
python3 {{baseDir}}/scripts/inventory-source.py sync-inventory

# List orders
python3 {{baseDir}}/scripts/inventory-source.py list-orders --page "1" --status <value>

# Get order details
python3 {{baseDir}}/scripts/inventory-source.py get-order <id>

# Route order to supplier
python3 {{baseDir}}/scripts/inventory-source.py route-order <id>

# List connected stores
python3 {{baseDir}}/scripts/inventory-source.py list-integrations

# Get product feed
python3 {{baseDir}}/scripts/inventory-source.py get-feed <id>

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