← 返回 Skills 市场
OCAX Passport
作者
catcherintheroad-hub
· GitHub ↗
· v1.0.0
· MIT-0
214
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ocax-passport
功能描述
Generate and manage node passports showing hardware info, reputation score, supported task types, and auto-update node data.
安全使用建议
The package appears coherent and implements what it claims: local hardware enumeration and scoring using psutil and some subprocess calls. Before installing, review the full ocax_passport.py for any network calls or remote endpoints (it uses subprocess and threading which are reasonable for GPU detection/auto-update but could be used to call external tools). Run the package in an isolated environment (VM/container) first, verify there are no outbound network operations or hidden endpoints, and avoid running it with elevated privileges on sensitive systems. If you plan to enable automatic updates, confirm what that feature does (local refresh vs. contacting a remote server) by inspecting the full source.
功能分析
Type: OpenClaw Skill
Name: ocax-passport
Version: 1.0.0
The OCAX Passport skill is designed to collect and display system hardware specifications (CPU, GPU, RAM, Storage) and calculate a performance-based reputation score. It uses standard libraries like 'psutil' and 'platform' for data collection and 'subprocess.run' to safely query 'nvidia-smi' for GPU details. No evidence of data exfiltration, malicious prompt injection, or unauthorized execution was found; the code logic in 'ocax_passport.py' and 'skill.py' aligns strictly with the stated purpose of node identity management.
能力评估
Purpose & Capability
Name/description (generate/manage node passports, hardware info, reputation, auto-update) matches the packaged code: NodePassport, hardware detection (psutil/platform), scoring logic, and CLI entry points. Declared dependency (psutil) is appropriate for the functionality.
Instruction Scope
SKILL.md only instructs the agent to call library functions (generate_passport, enable_auto_update) and to use the generated JSON; the skill's code implements those calls. Instructions do not ask the agent to read unrelated system secrets or external configs.
Install Mechanism
No install spec in registry; the package includes a normal setup.py and a minimal requirements.txt (psutil). There are no downloads from untrusted URLs and no extract-from-URL steps. This is a standard Python package layout.
Credentials
No required environment variables, no credentials, and no config paths are declared or referenced in visible files. The runtime behavior (gathering hardware info) does not require secrets or external tokens.
Persistence & Privilege
always is false (no forced inclusion). The skill does include an auto-update flag for periodic local refresh of hardware info, but it does not request system-wide privileges or modify other skills' configs. Autonomous invocation is allowed by default (normal).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ocax-passport - 安装完成后,直接呼叫该 Skill 的名称或使用
/ocax-passport触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
OCAX Passport Skill 1.0.0
- Initial release for generating and managing node passports.
- Provides hardware info detection (CPU, GPU, memory, storage, network).
- Calculates and displays node reputation scores.
- Generates unique Node and Passport IDs.
- Detects and lists supported task types.
- Supports auto-updating of node information.
- Includes example usage and trigger phrases for ease of use.
元数据
常见问题
OCAX Passport 是什么?
Generate and manage node passports showing hardware info, reputation score, supported task types, and auto-update node data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 214 次。
如何安装 OCAX Passport?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ocax-passport」即可一键安装,无需额外配置。
OCAX Passport 是免费的吗?
是的,OCAX Passport 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OCAX Passport 支持哪些平台?
OCAX Passport 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OCAX Passport?
由 catcherintheroad-hub(@catcherintheroad-hub)开发并维护,当前版本 v1.0.0。
推荐 Skills