← Back to Skills Marketplace
piggyhurry

qianxin-hunter-api

by PiggyHurry · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
201
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install qianxin-hunter-api
Description
奇安信 Hunter API 调用技能。支持查询接口和导出任务(批量查询)。需配置 QIANXIN_HUNTER_API_KEY 环境变量。
Usage Guidance
This package appears coherent for accessing the Qianxin Hunter API: it requires a single API key and python3 (plus the requests library). Before installing: 1) only store the API key via your platform's secure skill config (do not paste it in chat), 2) ensure the requests package is available in the runtime environment, 3) be aware that any CSV file you pass will be uploaded to the Hunter service, and downloaded results will be saved locally (check output path and permissions), and 4) treat the API key as sensitive — rotate it if you suspect leakage. If you need higher assurance, verify the API host (https://hunter.qianxin.com) matches your expected endpoint and review network policies for outbound calls.
Capability Analysis
Type: OpenClaw Skill Name: qianxin-hunter-api Version: 1.0.2 The skill is a legitimate integration for the Qianxin Hunter API, providing tools for asset searching and batch data export. The core logic in `scripts/query.py` implements standard API interactions, including base64url encoding of queries and handling file uploads/downloads as specified in the provided documentation (`references/api.md`). No evidence of malicious intent, data exfiltration to unauthorized domains, or command injection was found; the file operations and network calls are strictly aligned with the tool's stated purpose.
Capability Assessment
Purpose & Capability
Name and description match the actual artifacts: the script talks to hunter.qianxin.com and requires QIANXIN_HUNTER_API_KEY. Required binary (python3) and declared primaryEnv are appropriate for a Hunter API CLI.
Instruction Scope
SKILL.md instructs only how to run the included Python CLI for search and batch export, how to provide the API key, and how to use files for batch queries. The runtime script only reads the provided CSV file (when --file is used) and the QIANXIN_HUNTER_API_KEY environment variable; it does not attempt to read unrelated system files or other environment variables.
Install Mechanism
This is instruction-only (no install spec), which minimizes risk. The README notes the Python 'requests' package is required but there is no automatic install step; the environment must provide python3 and requests. No downloads from arbitrary URLs or extract steps are present.
Credentials
Only QIANXIN_HUNTER_API_KEY is requested and declared as primary credential, which is proportionate for an API client. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill does not request always: true and makes no changes to other skills or global agent config. It is a normal, on-demand tool with no elevated persistence requirements.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install qianxin-hunter-api
  3. After installation, invoke the skill by name or use /qianxin-hunter-api
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- 新增参考文档:增加了 apikey_config.md 说明如何配置 API Key。 - 无其他功能或接口变更。
v1.0.1
- Added sample CSV file: references/batch_file_template.csv for batch query uploads. - Documentation update: SKILL.md now references the new CSV template file for bulk export tasks.
v1.0.0
Initial release of qianxin-hunter-api. - Provides command-line integration with Qianxin Hunter API for both instant search and batch asset export. - Supports flexible asset queries using search syntax and field customization. - Enables async batch submission, task status tracking, and result download. - Requires Python 3.10+ and a QIANXIN_HUNTER_API_KEY environment variable. - Includes detailed usage examples and parameter tables for all commands.
Metadata
Slug qianxin-hunter-api
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is qianxin-hunter-api?

奇安信 Hunter API 调用技能。支持查询接口和导出任务(批量查询)。需配置 QIANXIN_HUNTER_API_KEY 环境变量。 It is an AI Agent Skill for Claude Code / OpenClaw, with 201 downloads so far.

How do I install qianxin-hunter-api?

Run "/install qianxin-hunter-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is qianxin-hunter-api free?

Yes, qianxin-hunter-api is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does qianxin-hunter-api support?

qianxin-hunter-api is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created qianxin-hunter-api?

It is built and maintained by PiggyHurry (@piggyhurry); the current version is v1.0.2.

💬 Comments