ICCN ERP Connector for Openclaw

A professional integration for the ICCN IC ERP system that enables AI agents to query sales, procurement, and inventory data via natural language.

jexm
v0.0.3
Mar 7, 2026
0
959
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install iccn-erp

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install iccn-erp using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is ICCN ERP Connector?

The ICCN ERP skill is designed to bridge the gap between AI coding agents and the ICCN IC ERP Foreign Trade Management System. By utilizing Openclaw Skills, this tool allows users to perform complex data lookups across sales orders, procurement records, demand lists, and warehouse logs through simple conversational triggers. It is an essential component for teams looking to automate their IC trading workflows and gain immediate access to business intelligence.

This skill transforms raw ERP data into actionable insights by providing a standardized interface for querying tables like order, purchase, and products_inventory. With built-in support for fuzzy and exact matching, it ensures that developers can build highly responsive agents that understand the nuances of global trade and supply chain management.

ICCN ERP Connector Use Cases

  • Tracking real-time inventory levels for specific electronic components.
  • Retrieving specific sales order details using order numbers or customer names.
  • Monitoring procurement progress by checking inbound and outbound warehouse records.
  • Quickly accessing supplier or customer contact information during lead management.
  • Analyzing demand lists to identify urgent procurement requirements.

How ICCN ERP Connector Works

  1. The AI agent detects a query related to ERP data and identifies the target table based on predefined mapping rules.
  2. Parameters such as order numbers (exact match) or model keywords (fuzzy search) are extracted from the user's input.
  3. The skill constructs a POST request to the API endpoint using the secure ERP_API_BASE_URL.
  4. Authentication is handled automatically using the ERP_API_TOKEN provided through the Openclaw Skills environment configuration.
  5. The system returns the data in a structured format, which the agent then presents as a clear, readable table for the user.

ICCN ERP Connector Setup

To deploy this skill, you must configure the necessary environment variables within your Openclaw configuration.

# Add these to your environment or openclaw.json
ERP_API_BASE_URL="https://your-erp-domain.com"
ERP_API_TOKEN="your_private_access_token"

Ensure that the skill entry in your system is properly linked to these variables to allow the agent to authenticate with the ICCN ERP API.

ICCN ERP Connector Data Schema & Taxonomy

The skill organizes data requests through a unified API structure targeting specific business entities. All queries follow a POST application/json format.

Table Key Business Entity Query Usage
order Sales Orders Lookup sales history and status
purchase Purchase Orders Monitor procurement and buy-side records
products_inventory Inventory Check real-time stock and product availability
demand Demand Lists Review customer requirements and sourcing needs
customer CRM Access client profiles and history
purchase_in Inbound Logs Verify warehouse stock-in events

ICCN ERP Connector Advanced Features

  • Advanced filtering support using both 'like' (fuzzy) and 'where' (exact) operators for precise data retrieval.
  • Native support for Openclaw Skills environment injection, ensuring API tokens are never hardcoded.
  • Configurable pagination (page and pagenum) to handle high-volume data tables without performance degradation.
  • Built-in error handling for token expiration (401) and empty result sets with user-friendly feedback.
  • Multi-table mapping that translates natural language terms like 'stock' or 'shipping' into technical database keys automatically.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Github Stars: 0
forks: 0

Featured*