← Back to Skills Marketplace
warmc

UpKuaJing Company and People Search

by warmc · GitHub ↗ · v1.0.6 · MIT-0
cross-platform ✓ Security Clean
311
Downloads
13
Stars
0
Active Installs
7
Versions
Install in OpenClaw
/install upkuajing-company-people-search
Description
Official skill for upkuajing (跨境魔方). Find companies (找公司) and global people (找人) data. Get business registration, background info, and contact details (Email...
Usage Guidance
This package appears to be a straightforward client for the UpKuaJing API. Before installing, consider: 1) The skill will store your API key under ~/.upkuajing/.env if you use the built-in key creation — keep that file secure or set the key via environment variables instead. 2) The scripts make network calls to the API (normal) and also perform a daily version check to the provider (/api/skills/version) which writes a small cache file under ~/.upkuajing — if you are concerned about telemetry, review or disable that code. 3) The SKILL.md asks the agent to obtain explicit user confirmation before running any operation that incurs fees; the actual scripts will run when invoked, so ensure you (or your agent) follow that confirmation step to avoid unexpected charges. 4) Review legal/privacy implications of bulk contact/personnel lookups for your jurisdiction. 5) The registry/source homepage is not authoritative here — if this skill will be used with sensitive accounts or in production, verify the publisher and API endpoints with the official UpKuaJing developer documentation.
Capability Analysis
Type: OpenClaw Skill Name: upkuajing-company-people-search Version: 1.0.6 The skill bundle provides a legitimate interface for the UpKuaJing (跨境魔方) business and people search API. It includes scripts for searching entities, retrieving contact details, and managing account balance. Security practices are observed, such as validating task IDs using UUID checks to prevent path traversal in `common.py` and requiring explicit user confirmation for fee-incurring API calls in `SKILL.md`. A version check mechanism in `version_check.py` notifies users of updates via standard error without auto-execution. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Tags
cryptocan-make-purchasesrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description (company & person search) match the included scripts and API references. Required binary (python) and required env var (UPKUAJING_API_KEY) are appropriate and declared as the primary credential. The only dependency (httpx) is reasonable for HTTP API calls.
Instruction Scope
SKILL.md instructs the agent to read/write ~/.upkuajing/.env for the API key and to require explicit user confirmation before performing billable operations — that matches the scripts' design (auth.py can create/save keys). However, the enforcement of 'ask user before billable calls' is left to the agent workflow rather than enforced by the scripts (the scripts themselves run when invoked). Also, every API call triggers a version check (version_check.check_and_notify) which makes a network call to the provider's /api/skills/version endpoint and writes/reads a local version cache; this is an additional external request/telemetry step the SKILL.md does not prominently call out.
Install Mechanism
No install spec — code is shipped with the skill and depends on a single public Python package (httpx listed in requirements.txt). No remote arbitrary archives or obscure download URLs are used.
Credentials
Only the UPKUAJING_API_KEY is required and declared as primaryEnv. The scripts read that key from the environment or ~/.upkuajing/.env and will write the file when creating a new key via auth.py. No unrelated credentials or config paths are requested.
Persistence & Privilege
The skill writes to the user's home directory (~/.upkuajing): an .env file for the API key, optional logs when ENABLE_API_LOGGING is enabled, and a version_cache.json for daily version checks. The skill is not forced to be always-enabled and does not alter other skills or system-wide settings, but it does create and use files under ~/.upkuajing.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install upkuajing-company-people-search
  3. After installation, invoke the skill by name or use /upkuajing-company-people-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.6
**Summary:** Introduces a new version check script and clarifies script usage instructions. - Added a new version_check.py script to the scripts directory. - Updated documentation to emphasize using direct script invocation (e.g., python scripts/company_list_search.py) and prohibit compound shell commands (e.g., cd scripts && ...). - No changes to existing APIs or billing logic. - Incremented version to 1.0.6.
v1.0.5
- Added reference to a new command for fetching API pricing: `python scripts/auth.py --price_info` - Clarified that pricing information can be retrieved both via the website and by command.
v1.0.4
updated SKILL.md
v1.0.3
Documentation updated to English (SKILL.md)
v1.0.2
Documentation updated to English (SKILL.md)
v1.0.1
Documentation updated to English (SKILL.md)
v1.0.0
首次发布
Metadata
Slug upkuajing-company-people-search
Version 1.0.6
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 7
Frequently Asked Questions

What is UpKuaJing Company and People Search?

Official skill for upkuajing (跨境魔方). Find companies (找公司) and global people (找人) data. Get business registration, background info, and contact details (Email... It is an AI Agent Skill for Claude Code / OpenClaw, with 311 downloads so far.

How do I install UpKuaJing Company and People Search?

Run "/install upkuajing-company-people-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is UpKuaJing Company and People Search free?

Yes, UpKuaJing Company and People Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does UpKuaJing Company and People Search support?

UpKuaJing Company and People Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created UpKuaJing Company and People Search?

It is built and maintained by warmc (@warmc); the current version is v1.0.6.

💬 Comments