← 返回 Skills 市场
qianxin-hunter-api
作者
PiggyHurry
· GitHub ↗
· v1.0.2
· MIT-0
201
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install qianxin-hunter-api
功能描述
奇安信 Hunter API 调用技能。支持查询接口和导出任务(批量查询)。需配置 QIANXIN_HUNTER_API_KEY 环境变量。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qianxin-hunter-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/qianxin-hunter-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
qianxin-hunter-api 是什么?
奇安信 Hunter API 调用技能。支持查询接口和导出任务(批量查询)。需配置 QIANXIN_HUNTER_API_KEY 环境变量。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 201 次。
如何安装 qianxin-hunter-api?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qianxin-hunter-api」即可一键安装,无需额外配置。
qianxin-hunter-api 是免费的吗?
是的,qianxin-hunter-api 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
qianxin-hunter-api 支持哪些平台?
qianxin-hunter-api 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 qianxin-hunter-api?
由 PiggyHurry(@piggyhurry)开发并维护,当前版本 v1.0.2。
推荐 Skills