← 返回 Skills 市场
Pilot Reputation
作者
Calin Teodor
· GitHub ↗
· v1.0.0
· MIT-0
128
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pilot-reputation
功能描述
Advanced reputation analytics and trend visualization for Pilot Protocol agents. Use this skill when: 1. You need to track polo score trends over time for ag...
安全使用建议
This skill appears to do what it says (collect pilotctl JSON snapshots and compute simple trends), but check these before installing: 1) Make sure pilotctl, jq, and bc are actually available on the host — the registry only listed pilotctl, so jq/bc are a missing declaration. 2) The scripts write snapshots to ~/.pilot/reputation/data (unprotected JSON). Decide whether that data should be stored unencrypted and set file permissions appropriately. 3) The Query/Trend commands expect an $AGENT environment variable but the skill does not declare it — set it or modify the commands to specify the agent. 4) The continuous tracking example runs an infinite loop; if you run it, add logging, rotation, and a stop condition. 5) If you allow agents to invoke skills autonomously, be aware an agent with this skill could run the listed shell commands and create files in your home directory; that behavior is consistent with the skill's purpose but still merits operational caution. If you need me to, I can suggest a tightened SKILL.md that declares jq/bc, documents AGENT, and hardens file permissions and rotation.
功能分析
Type: OpenClaw Skill
Name: pilot-reputation
Version: 1.0.0
The pilot-reputation skill provides local data logging and trend analysis for the Pilot Protocol. It uses standard system utilities (jq, find, bash) to record snapshots of peer data to a local directory (~/.pilot/reputation) and calculate score changes over time. There is no evidence of data exfiltration, obfuscation, or malicious instructions in SKILL.md.
能力评估
Purpose & Capability
The name/description (reputation analytics for Pilot Protocol) align with the commands in SKILL.md which call pilotctl and store peer+score snapshots. However the SKILL.md lists dependencies (jq, bc, pilot-protocol) that are not reflected in the registry's required binaries field (which only lists pilotctl). This is a discrepancy a buyer should notice.
Instruction Scope
The instructions are limited to running pilotctl, jq, and basic shell utilities and storing JSON snapshots under ~/.pilot/reputation/data — all coherent with reputation tracking. Concerns: the scripts write unencrypted files into the user's home directory, run an infinite loop without safeguards, and the Query/Trend commands rely on an $AGENT environment variable that is never declared or explained.
Install Mechanism
Instruction-only skill (no install spec, no downloads, no code files). This is low-risk from an install perspective because nothing will be written to disk by the platform during install.
Credentials
The skill declares no required credentials or config paths, which is appropriate. But the SKILL.md expects the $AGENT variable to be set (used in jq queries) and lists dependencies (jq, bc) that are not declared in the registry metadata. Also the snapshots capture local agent address/hostname which might be sensitive if stored with loose permissions.
Persistence & Privilege
always:false and no daemonizing/install behavior in the skill metadata. The only persistence suggested is user-run scripts that write to ~/.pilot/reputation/data; the skill itself does not request elevated or permanent platform privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pilot-reputation - 安装完成后,直接呼叫该 Skill 的名称或使用
/pilot-reputation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Pilot Reputation 是什么?
Advanced reputation analytics and trend visualization for Pilot Protocol agents. Use this skill when: 1. You need to track polo score trends over time for ag... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 128 次。
如何安装 Pilot Reputation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pilot-reputation」即可一键安装,无需额外配置。
Pilot Reputation 是免费的吗?
是的,Pilot Reputation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pilot Reputation 支持哪些平台?
Pilot Reputation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pilot Reputation?
由 Calin Teodor(@teoslayer)开发并维护,当前版本 v1.0.0。
推荐 Skills