UpKuaJing global company and contact search, find global companies, verify contacts, and generate high-quality B2B leads for cross-border trade. UpKuaJing helps exporters, sourcing agents, and sales teams discover decision-makers, source suppliers, and accelerate international customer acquisition — all in one search.

v1.0.6

Official skill for upkuajing (跨境魔方). Find companies (找公司) and global people (找人) data. Get business registration, background info, and contact details (Email...

0· 159·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-global-company-people-search.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "UpKuaJing global company and contact search, find global companies, verify contacts, and generate high-quality B2B leads for cross-border trade. UpKuaJing helps exporters, sourcing agents, and sales teams discover decision-makers, source suppliers, and accelerate international customer acquisition — all in one search." (upkuajing/upkuajing-global-company-people-search) from ClawHub.
Skill page: https://clawhub.ai/upkuajing/upkuajing-global-company-people-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-global-company-people-search

ClawHub CLI

Package manager switcher

npx clawhub@latest install upkuajing-global-company-people-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 match the implementation: the scripts call https://openapi.upkuajing.com endpoints to search companies/people and fetch contacts. Required binary is python and the only required env var is UPKUAJING_API_KEY — both are appropriate and expected for this functionality.
Instruction Scope
SKILL.md instructs the agent to read/write ~/.upkuajing/.env for the API key and to obtain user confirmation before any fee-incurring batched operations. The code reads/writes ~/.upkuajing/.env and implements the API calls; however the enforcement of user confirmation before executing high-cost queries is an instruction to the agent (the scripts themselves do not prompt the user interactively). This means the safety model relies on the agent following the SKILL.md guidance.
Install Mechanism
There is no install spec (instruction-only/inline scripts), and the only Python dependency is httpx (declared in requirements.txt). No downloads from untrusted URLs or extraction of arbitrary archives are present.
Credentials
The skill requests a single service credential (UPKUAJING_API_KEY) appropriate for communicating with the UpKuaJing API. It stores/reads the key under ~/.upkuajing/.env and creates local cache/log files under ~/.upkuajing and under the skill's task_data directory — these file writes are proportionate to its purpose but will persist sensitive data locally.
Persistence & Privilege
The skill does not request elevated privileges nor an always: true flag. It will create and modify files under ~/.upkuajing (env file, version cache, optional logs) and the skill directory's task_data. The version_check module will make a network call (daily first-call) to check the skill version on the provider's API — this leaks the skill name to the provider and results in additional network traffic, which is expected but worth noting.
Assessment
This package appears to be internally consistent with its stated purpose, but review the following before installing or running it: - API key: You must provide UPKUAJING_API_KEY (or allow auth.py to create and save one). Only provide a key if you trust UpKuaJing; the key will be stored in ~/.upkuajing/.env (plain text) unless you manage it yourself. - Billing: The service charges per call/ID. SKILL.md requires the agent to ask for explicit confirmation before running batched operations that incur fees — the scripts themselves do not enforce interactive confirmation. Make sure the agent or user workflow actually prompts you before large/batched queries or you may incur charges. - Local files: The skill will create and update files under ~/.upkuajing (env, version_cache.json, optional logs) and task_data in the skill folder. If you are concerned about persistence of API keys or query results, review or remove these files after use. - Network calls: Each API call also triggers a version-check POST to https://openapi.upkuajing.com/api/skills/version (once per day by default), which sends the skill name. If you want to avoid this, you can disable or modify the version_check behavior in the code before using the skill. - Privacy/compliance: The skill returns personal contact information (emails, phone, WhatsApp). Ensure you have lawful basis to collect and use this data for your use case. If any of the above concerns are unacceptable, inspect or modify the scripts locally (they are plain Python) before running, or avoid providing your API key.

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

Runtime requirements

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

UpKuaJing Company and People Search

Query corporate business information and people data using the UpKuaJing Open Platform API. This skill uses an entity-driven approach: finding target entities directly through company attributes (product, industry, size) and people attributes (position, school, experience).

Overview

This skill provides access to UpKuaJing's global company database and people data through five scripts: two list searches (companies, people) and three enhancement interfaces (company details, people 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/company_list_search.py. Do NOT use shell compound commands like cd scripts && python company_list_search.py.

Two Search Methods

Company List Search (company_list_search.py)

  • Return granularity: Each company as one record
  • Use cases: Focus on "which companies exist"
  • Examples:
    • "Find manufacturers producing LED lights"
    • "Find tech companies with 100-500 employees"
  • Parameters: See Company List

People List Search (human_list_search.py)

  • Return granularity: Each person as one record
  • Use cases: Focus on "which people exist"
  • Examples:
    • "Find CTOs at XXXX"
    • "Find Sales Directors in China for XXX"
  • Parameters: See People List

Three Enhancement Interfaces

After obtaining company or people lists, use these interfaces to enrich information when necessary:

Company Details (company_details.py --pids *)

  • Get company business registration information (excluding contact information)
  • Parameters: --pids List of company IDs (space-separated, obtained from list search), max 20 at a time

People Details (human_details.py --hids *)

  • Get detailed person information (education, work experience, etc.)
  • Parameters: --hids List of people IDs (space-separated, obtained from list search), max 20 at a time

Contact Information (get_contact.py --bus_type * --bus_ids *)

  • Get contact information (email, phone, WhatsApp, social media, website)
  • Parameters:
    • --bus_type: 1=company, 2=person
    • --bus_ids: List of company IDs or people IDs (space-separated, obtained from list search), max 20 at a time

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
"Find companies producing XXX"Company list
"Find companies with email/phone"Company list existEmail=1/existPhone=1
"Find CEO/CTO of XX company"People list
"Find customers purchasing XXX"Company list
"Get person resume"People details
"Get company contact information"Contact information bus_type=1

Usage Examples

Scenario 1: Small Query — Search Companies

User request: "Find Chinese manufacturers producing LED lights"

python scripts/company_list_search.py \
  --params '{"products": ["LED lights"], "countryCodes": ["CN"], "existEmail": 1}' \
  --query_count 20

Scenario 2: Search People

User request: "Find CTOs at XXXX"

python scripts/human_list_search.py \
  --params '{"companyNames": ["XXXX"], "titleRoles": ["CTO"]}' \
  --query_count 20

Scenario 3: Large Query — Multiple Script Calls Required

User request: "Find 1000 US electronics importers with email addresses" Before execution inform user: ceil(1000/20) = 50 API calls, confirm before executing.

python scripts/company_list_search.py --params '{"products": ["electronics"], "countryCodes": ["US"], "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 'task-id-here' --query_count 2000

Error Handling

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

Best Practices

Choosing the Right Method

  1. Understand user intent:

    • Find companies? → Use company list search
    • Find people? → Use people list search
  2. Check API documentation:

  3. Optimize query parameters:

    • Use products parameter for precise product filtering, translate to English
    • Use existEmail=1 or existPhone=1 to filter entities with contact information
    • Use countryCodes to limit country scope

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

  • Use hids for people search, pids for company search, be careful to distinguish
  • 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-customs-trade-company-search — Search customs trade companies
  • 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...