← Back to registryView on GitHub 获取节点硬件信息 (CPU/GPU/内存/存储/网络) 计算节点信誉评分 生成节点身份证 (Passport ID / Node ID) 支持的任务类型检测 自动更新节点信息 "passport" - 获取节点护照 "节点信息" - 查看硬件信息 "节点评分" - 查看信誉评分 "我的节点" - 查看完整节点信息 psutil python 3.8+
⚡
// Skill profile
OCAX Passport Skill
OCAX Passport 技能用于生成和管理节点身份证,展示节点硬件信息、信誉评分和支持的计算任务类型。
by catcherintheroad-hub · published 2026-03-22
图像生成
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:catcherintheroad-hub/catcherintheroad-hub-ocax-passport// Full documentation
# OCAX Passport Skill
简介
OCAX Passport 技能用于生成和管理节点身份证,展示节点硬件信息、信誉评分和支持的计算任务类型。
功能
触发词
使用方法
from ocax_passport import generate_passport
# 生成节点护照
passport = generate_passport("My-Node", "User-Name")
# 获取节点信息
info = passport.to_json()
# 获取评分
scores = passport.scores
# 获取最佳任务
best_task = passport.scores.get("best_task")
# 启用自动更新
passport.enable_auto_update(86400) # 24小时输出示例
{
"passport_id": "OCAX-PASSPORT-20260315-xxx",
"node_id": "OCAX-NODE-20260315-xxx",
"node_name": "My-PC",
"hardware": {
"cpu": {"cores": 16, "model": "AMD Ryzen 9"},
"memory": "32GB",
"gpu": "RTX 4090"
},
"reputation": {"score": 100, "completed_tasks": 0},
"supported_tasks": ["image_processing", "ai_inference"]
}依赖
---
*Version: 1.0*
*Author: OCAX Team*
// Comments
Sign in with GitHub to leave a comment.
// Related skills
More tools from the same signal band
⚡
04551lh
2026-03
order
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
数据处理API集成
0 installs★ 1
⚡
0isone
2026-03
0.protocol
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
开发工具数据处理
3 installs★ 0
⚡
00xmorty
2026-03
Conatus
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...
日历管理数据处理
1 installs★ 0