← 返回 Skills 市场
warmc

UpKuaJing Company and People Search

作者 warmc · GitHub ↗ · v1.0.6 · MIT-0
cross-platform ✓ 安全检测通过
311
总下载
13
收藏
0
当前安装
7
版本数
在 OpenClaw 中安装
/install upkuajing-company-people-search
功能描述
Official skill for upkuajing (跨境魔方). Find companies (找公司) and global people (找人) data. Get business registration, background info, and contact details (Email...
安全使用建议
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.
功能分析
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.
能力标签
cryptocan-make-purchasesrequires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install upkuajing-company-people-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /upkuajing-company-people-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
首次发布
元数据
Slug upkuajing-company-people-search
版本 1.0.6
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 7
常见问题

UpKuaJing Company and People Search 是什么?

Official skill for upkuajing (跨境魔方). Find companies (找公司) and global people (找人) data. Get business registration, background info, and contact details (Email... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 311 次。

如何安装 UpKuaJing Company and People Search?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install upkuajing-company-people-search」即可一键安装,无需额外配置。

UpKuaJing Company and People Search 是免费的吗?

是的,UpKuaJing Company and People Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

UpKuaJing Company and People Search 支持哪些平台?

UpKuaJing Company and People Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 UpKuaJing Company and People Search?

由 warmc(@warmc)开发并维护,当前版本 v1.0.6。

💬 留言讨论