inventory-source

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

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "inventory-source" with this command: npx skills add aiwithabidi/inventory-source

📋 Inventory Source

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

Requirements

VariableRequiredDescription
INVENTORYSOURCE_API_KEYInventory 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

ScriptDescription
{baseDir}/scripts/inventory-source.pyMain 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Agent Collaboration Protocol

Structured multi-agent collaboration for backend + frontend builds. Use when an orchestrator needs to coordinate a backend engineer and frontend engineer on...

Registry SourceRecently Updated
Automation

S2-DaoKernel: Agent Safety & Ethics Rules for SOUL.md

Ensures AI agents uphold the Three Laws of Silicon Intelligence within the Taohuayuan physical context for safe, ethical, and identity-anchored behavior.

Registry SourceRecently Updated
Automation

Yahoo Mail IMAP Export

Export large Yahoo Mail archives with the folder-rotation IMAP workflow, resumable downloads, and safe delete-after-verify handling.

Registry SourceRecently Updated
Automation

Self-Improving Compound

Capture durable lessons from debugging, user corrections, missing capabilities, and repeated workflow friction so future sessions avoid the same mistakes. Hy...

Registry SourceRecently Updated