UpKuaJing customs trade company search, access real global customs data and trade records to find active buyers, verify suppliers, and track competitors. UpKuaJing helps foreign trade teams discover verified import/export companies, analyze shipment flows, and convert trade intelligence into high-intent B2B leads.

v1.0.6

Official skill for upkuajing (跨境魔方). Find companies (找公司) and global buyers using customs trade data. Get trade order details, business contact info, and lea...

0· 136·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for upkuajing/upkuajing-customs-trade-company-search.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "UpKuaJing customs trade company search, access real global customs data and trade records to find active buyers, verify suppliers, and track competitors. UpKuaJing helps foreign trade teams discover verified import/export companies, analyze shipment flows, and convert trade intelligence into high-intent B2B leads." (upkuajing/upkuajing-customs-trade-company-search) from ClawHub.
Skill page: https://clawhub.ai/upkuajing/upkuajing-customs-trade-company-search
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: UPKUAJING_API_KEY
Required binaries: python
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install upkuajing-customs-trade-company-search

ClawHub CLI

Package manager switcher

npx clawhub@latest install upkuajing-customs-trade-company-search
Security Scan
Capability signals
CryptoCan make purchasesRequires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, scripts, and required env var (UPKUAJING_API_KEY) align: the package implements search, detail, contact, auth and pricing endpoints on openapi.upkuajing.com. Required binary (python) and the single dependency (httpx) are appropriate for the described functionality.
Instruction Scope
SKILL.md explicitly instructs running included scripts, including steps for checking/creating an API key and obtaining top-up/payment URLs. The scripts read/write only ~/.upkuajing and a task_data directory inside the skill; they post requests to the documented UpKuaJing API endpoints and enforce user confirmation before multi-call / billed operations. No instructions ask for unrelated system data or credentials.
Install Mechanism
There is no separate install script; code is included and the only runtime dependency is httpx (requirements.txt). No remote downloads or extract/install-from-URL steps are present, so installation risk is low.
Credentials
Only a single service credential is required (UPKUAJING_API_KEY), which matches the skill's purpose. The code reads the key from environment or ~/.upkuajing/.env and writes a new key to that file when requested. No other unrelated secrets or system credentials are requested.
Persistence & Privilege
Skill does not request 'always:true' and can be invoked by the user. It creates and writes files under ~/.upkuajing (logs, .env, version_cache.json) and a task_data directory inside the skill. The version-check component can contact an external API to check for updates and caches results under ~/.upkuajing; this is reasonable for update notifications but is a network call to a remote service and results in local files.
Assessment
This skill appears to implement exactly what it claims: it calls the UpKuaJing Open API and requires an UPKUAJING_API_KEY. Before installing, consider: (1) Billing: API calls are billed — the skill enforces asking for explicit confirmation before multi-call/batched operations, but you should confirm pricing and your account balance before running large queries. (2) API key handling: the skill will save an API key to ~/.upkuajing/.env if you request a new key; protect that file and do not share the key. (3) Network behavior: the code makes outbound HTTPS calls to openapi.upkuajing.com (search, auth, version checks) and will cache version info under ~/.upkuajing/version_cache.json; if you prefer no automatic network checks, review or disable the version-check call. (4) Source provenance: the registry metadata shows no homepage/source repository in the header; SKILL.md references upkuajing.com — if you need high assurance, verify the skill bundle came from the official UpKuaJing distribution or review the included scripts yourself. If you are comfortable with those points, the skill is coherent and proportionate for its stated purpose.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🏢 Clawdis
Binspython
EnvUPKUAJING_API_KEY
Primary envUPKUAJING_API_KEY
latestvk9742mmmmtwpzx7yvtnk9gk7rn8506p7
136downloads
0stars
2versions
Updated 1w ago
v1.0.6
MIT-0

UpKuaJing Customs Trade Company Search

Search for companies through customs trade data using the UpKuaJing Open Platform API. This skill uses a data-driven approach: finding companies by analyzing trade records and transaction patterns.

Overview

This skill provides access to UpKuaJing's customs trade data API through four scripts: two search methods (trade list, company list) and two enhancement interfaces (company details, contact information). API key generation and top-up are provided through the auth.py script.

Running Scripts

Environment Setup

  1. Check Python: python --version
  2. Install dependencies: pip install -r requirements.txt

Script directory: scripts/*.py Run example: python scripts/*.py

Important: Always use direct script invocation like python scripts/trade_list_search.py. Do NOT use shell compound commands like cd scripts && python trade_list_search.py.

Important: Always use direct script invocation like python scripts/company_list_search.py. Do NOT use shell compound commands like cd scripts && python company_list_search.py.

Two Search Methods

Trade List Search (trade_list_search.py)

  • Return granularity: Each trade order as one record
  • Use cases: Focus on "what transactions occurred"
  • Examples:
    • "Show all orders where Company A purchased LED"
    • "Find soybean trade records imported/exported to US"
    • "View specific transaction details within a time period"
  • Parameters: See Trade List

Company List Search (company_list_search.py)

  • Return granularity: Trade orders aggregated by company, each company as one row
  • Use cases: Focus on "which companies exist"
  • Examples:
    • "Find companies that purchased LED"
    • "Find US companies with electronics import/export business with China"
    • "Find companies with China-US trade" (logistics industry customer development)
  • Parameters: See Company List

Two Enhancement Features

After obtaining trade list or company list, use these interfaces to enrich company IDs in the results when necessary: Company Details (company_get_details.py --companyIds *)

  • Get company information (excluding contact information)
  • Parameters: --companyIds List of company IDs (space-separated), max 20 at a time
  • API business parameters: Company Details

Contact Information (company_get_contact.py --companyIds *)

  • Get contact details: email, phone, social media, website
  • Parameters: --companyIds List of company IDs (space-separated), max 20 at a time
  • API business parameters: Get Contact Information

API Key and Top-up

This skill requires an API key. The API key is stored in the ~/.upkuajing/.env file:

cat ~/.upkuajing/.env

Example file content:

UPKUAJING_API_KEY=your_api_key_here

API Key Not Set

First check if the ~/.upkuajing/.env file has UPKUAJING_API_KEY; If UPKUAJING_API_KEY is not set, prompt the user to choose:

  1. User has one: User provides it (manually add to ~/.upkuajing/.env file)
  2. User doesn't have one: You can apply using the interface (auth.py --new_key), the new key will be automatically saved to ~/.upkuajing/.env Wait for user selection;

Account Top-up

When API response indicates insufficient balance, explain and guide user to top up:

  1. Create top-up order (auth.py --new_rec_order)
  2. Based on order response, send payment page URL to user, guide user to open URL and pay, user confirms after successful payment;

Get Account Information

Use this script to get account information for UPKUAJING_API_KEY: auth.py --account_info

API Key and UpKuaJing Account

Fees

All API calls incur fees, different interfaces have different billing methods. Latest pricing: Users can visit Detailed Price Description Or use: python scripts/auth.py --price_info (returns complete pricing for all interfaces)

List Search Billing Rules

Billed by number of calls, each call returns up to 20 records:

  • Number of calls: ceil(query_count / 20) times
  • Whenever query_count > 20, must before execution:
    1. Inform user of expected number of calls
    2. Stop, wait for explicit user confirmation in a separate message, then execute script

Enhancement Interface Billing Rules

Billed by number of IDs passed, max 20 IDs per call:

  • Pass 1 ID = billed 1 time
  • Pass 20 IDs = billed 20 times (single call limit)
  • Before batch retrieval must:
    1. Inform user of number of IDs passed and corresponding fee count
    2. Stop, wait for explicit user confirmation in a separate message, then execute script

Fee Confirmation Principle

Any operation that incurs fees must first inform and wait for explicit user confirmation. Do not execute in the same message as the notification.

Workflow

Choose the appropriate API based on user intent

Decision Guide

User IntentUse API
"Analyze trade patterns/order data"Trade list
"Find companies purchasing XXX"Company list
"Find suppliers for XXX with email"Company list existEmail=1
"Get company detailed information"Company details
"Get contact information"Contact information

Usage Examples

Scenario 1: Small Query — Trade Data Analysis

User request: "Show 2024 LED lighting fixture trade data exported to US"

python scripts/trade_list_search.py \
  --params '{"products": ["LED lights"], "buyerCountryCodes": ["US"], "dateStart": 1704067200000, "dateEnd": 1735689599999}' \
  --query_count 20

To further get supplier details (supports batch queries):

python scripts/company_get_details.py --companyIds 123456 789012 ...

Scenario 2: Large Query — Big Data Analysis

User request: "Analyze 100 soybean trade records from 2024" Before execution inform user: ceil(100/20) = 5 API calls, confirm before executing;

python scripts/trade_list_search.py --params '{"products": ["soybean"], "dateStart": 1704067200000, "dateEnd": 1735689599999}' --query_count 100

Scenario 3: Ultra Large Query - Multiple Script Calls Required

User request: "Find 2000 companies importing electronics from China, with email addresses" Before execution inform user: ceil(2000/20) = 100 API calls, confirm before executing;

python scripts/company_list_search.py --params '{"companyType": 2, "sellerCountryCodes": ["CN"], "existEmail": 1}' --query_count 1000

After execution: Script responds {"task_id":"a1b2-c3d4", "file_url": "xxxxx", ……} Continue execution, append data: Specify task_id, script continues query from last cursor and appends to file

python scripts/company_list_search.py --task_id 'a1b2-c3d4' --query_count 1000

Error Handling

  • API key invalid/non-existent: Check UPKUAJING_API_KEY in ~/.upkuajing/.env file
  • Insufficient balance: Guide user to top up according to Account Top-up steps
  • Invalid parameters: Must first check the corresponding API documentation in references/ directory, check parameter names and formats, do not guess

Best Practices

Choosing the Right Method

  1. Understand user intent:

    • Analyze trade data? → Use trade list search
    • Find customers/partners? → Use company list search
  2. Check API documentation:

  3. Identify parameter conditions:

    • Set date range
    • HS codes are usually more precise than product names for filtering
    • Reduce noise by filtering specific countries
    • Use ISO country codes: CN, US, JP, etc.
    • Use filters to find companies with contact information

Handling Results

  1. Handle jsonl files carefully: For large data queries, pay attention to file size

  2. Gradually enrich information: Only call details/contact interfaces when needed

    • Company IDs returned by both list interfaces can be used for both detail interfaces
    • If user only needs a few companies, don't get details for all companies

Notes

  • All timestamps are in milliseconds
  • Country codes use ISO 3166-1 alpha-2 format (e.g., CN, US, JP)
  • File paths use forward slashes on all platforms
  • Product names and industry names must be in English
  • Search quantity affects API response time, recommend setting timeout:120
  • Prohibit outputting technical parameter format: Do not display code-style parameters in responses, convert to natural language
  • Do not estimate or guess per-call fees — use python scripts/auth.py --price_info to get accurate pricing information
  • Do not guess parameter names, get accurate parameter names and formats from documentation

Related Skills

Other UpKuaJing skills you might find useful:

  • upkuajing-global-company-people-search — Global company and people search
  • upkuajing-email-tool — Send emails and manage email tasks
  • upkuajing-map-merchants-search — Map-based merchant search
  • upkuajing-sms-tool — Send SMS and manage SMS tasks
  • upkuajing-contact-info-validity-check — Check contact info validity

Comments

Loading comments...