← 返回 Skills 市场
avrinbai

Nexapi

作者 Avrinbai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
61
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nexapi
功能描述
NexAPI 工具类接口调用。
安全使用建议
This skill appears to do what it says: it's a small Python CLI that discovers and calls APIs at api.avrinbai.cn and caches results. Before installing or running it, consider: 1) Trust the remote host (api.avrinbai.cn) — the script will send your API key in an X-API-Key header; 2) By default the key can be persisted to a local config file inside the skill directory (nexapi_*/.nexapi_config.json) — if you prefer, set NEXAPI_API_KEY in the environment instead and avoid saving; 3) The BASE URL is configurable via NEXAPI_BASE_URL — do not change this to an untrusted host, as that would cause keys/requests to be sent elsewhere; 4) Review the included scripts/nexapi.py yourself or run in a restricted/sandboxed environment if you have concerns; 5) If you need stricter secrecy, avoid auth set (which writes config) and rely on ephemeral environment variables or a secret manager.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description match the behavior: the code and README implement a client for NexAPI (default base URL api.avrinbai.cn), discover APIs via the declared health endpoint, list/call endpoints, and cache results. There are no unrelated binaries, services, or credentials requested.
Instruction Scope
SKILL.md instructs the agent/user to run the included Python CLI, manage an API key, and create a local cache/config under the skill directory. This is consistent with purpose, but SKILL.md and code will write/read local files (cache and config) and respect environment variables — those persistence actions are within scope but worth noting.
Install Mechanism
No install spec or external downloads. The skill is instruction-only plus an included Python script; it relies on a local Python interpreter. No archives or remote installers are used.
Credentials
The skill does not require platform credentials beyond the service API key it uses (NEXAPI_API_KEY). Registry metadata lists no required env vars, but the code and README expect an API key (env var or local config). The script prefers env var but will persist the key to a local config file by default — users should be aware the secret will be written to disk unless they keep it in the environment.
Persistence & Privilege
The skill does not request elevated privileges and does not set always:true. It will create/read configuration and cache files inside the skill tree (paths configurable via env vars). That local persistence is expected but means the API key may be stored on disk and reused across runs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nexapi
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nexapi 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
NexAPI Skill 1.0.0 – Initial Release - 提供 NexAPI 工具类接口的高效调用能力,极致优化网络请求、输出和 token 消耗 - 标准化执行流程:意图识别、Key 检查、智能缓存、接口选择与参数确认 - 本地缓存和 TTL 策略支持,降低重复 API 拉取和输出量 - 支持常用接口(如 ip 查询、视频解析等)直达调用 - 严格限制输出结构,默认精简,需完整响应时需加 --verbose - 明确安全与配置要求,禁止把 Key 写入脚本,支持环境变量与本地文件
元数据
Slug nexapi
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Nexapi 是什么?

NexAPI 工具类接口调用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 61 次。

如何安装 Nexapi?

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

Nexapi 是免费的吗?

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

Nexapi 支持哪些平台?

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

谁开发了 Nexapi?

由 Avrinbai(@avrinbai)开发并维护,当前版本 v1.0.0。

💬 留言讨论