← Back to Skills Marketplace
OCAX Passport
by
catcherintheroad-hub
· GitHub ↗
· v1.0.0
· MIT-0
214
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ocax-passport
Description
Generate and manage node passports showing hardware info, reputation score, supported task types, and auto-update node data.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ocax-passport - After installation, invoke the skill by name or use
/ocax-passport - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is OCAX Passport?
Generate and manage node passports showing hardware info, reputation score, supported task types, and auto-update node data. It is an AI Agent Skill for Claude Code / OpenClaw, with 214 downloads so far.
How do I install OCAX Passport?
Run "/install ocax-passport" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OCAX Passport free?
Yes, OCAX Passport is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OCAX Passport support?
OCAX Passport is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OCAX Passport?
It is built and maintained by catcherintheroad-hub (@catcherintheroad-hub); the current version is v1.0.0.
More Skills