inventory-source
Inventory Source — dropship automation, supplier management, product feeds, inventory sync, and order routing.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aiwithabidi/inventory-sourceWhat This Skill Does
The Inventory Source skill for OpenClaw provides a robust interface for managing dropshipping operations via the Inventory Source platform. It enables agents to act as automated supply chain managers, capable of handling end-to-end tasks like monitoring supplier performance, syncing inventory levels across multiple channels, and automating order routing. By abstracting the complex Inventory Source API into simple CLI commands, the skill allows your AI agent to fetch real-time product data, check order statuses, and verify supplier connections without manual data entry.
Installation
To integrate this skill into your OpenClaw environment, ensure you have your API key ready from your Inventory Source dashboard. Run the following command in your terminal:
clawhub install openclaw/skills/skills/aiwithabidi/inventory-source
After installation, configure your environment by exporting your API credentials:
export INVENTORYSOURCE_API_KEY='your_api_key_here'
Use Cases
This skill is designed for businesses scaling their e-commerce operations. Common use cases include:
- Automated Order Fulfillment: Automatically routing customer orders from your integrated stores to the appropriate supplier when an order is received.
- Inventory Synchronization: Keeping stock levels updated across your storefronts to prevent overselling.
- Supplier Management: Using the agent to query supplier details and monitor feed status to ensure product catalogs are always current.
- Market Analysis: Aggregating product feeds to analyze competitor pricing or supplier availability.
Example Prompts
- "OpenClaw, list all connected suppliers and tell me which ones have more than 500 active products in their catalog."
- "I have an order with ID 98765. Please check the order details and route it to the supplier immediately."
- "Sync my inventory now and list the latest product feed status for my Shopify integration."
Tips & Limitations
- Rate Limiting: Be aware that excessive polling for order status updates might trigger API rate limits set by Inventory Source.
- Error Handling: Always verify the status of the JSON output before triggering write operations like
route-order. - Permissions: Ensure your Inventory Source API key has the necessary scopes for write operations if you intend to use the routing and sync features. Use the tool in a staging environment first to verify your workflow logic before applying it to live customer orders.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aiwithabidi-inventory-source": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
agent-memory
Full AI agent memory stack — Mem0 unified memory engine with vector search (Qdrant) and knowledge graph (Neo4j), plus SQLite for structured data. Complete setup script and tools. Give your OpenClaw agent a real brain with semantic recall, entity relationships, and structured storage.
skill-auditor
Security audit and quarantine system for third-party OpenClaw skills. Use when evaluating, reviewing, or installing any skill from ClawHub or external sources. Automatically triggered before any skill installation.
Model Intel
Live LLM model intelligence and pricing from OpenRouter
deep-search
Multi-tier Perplexity search with Langfuse tracing. Three depth levels: quick (sonar), pro (sonar-pro), deep (sonar-reasoning-pro). Supports focus modes: internet, academic, news, youtube, reddit. Returns AI-synthesized answers with citations. Use for research, comparisons, market analysis, fact-checking. Triggers: search, research, look up, find out, compare, what is, deep search, web research.
amplitude
Amplitude product analytics — track events, analyze user behavior, run cohort analysis, manage user properties, and query funnel/retention data via the Amplitude API. Understand product usage, measure feature adoption, and analyze user journeys. Built for AI agents — Python stdlib only, zero dependencies. Use for product analytics, user behavior tracking, funnel analysis, retention analysis, and cohort segmentation.