← Back to Skills Marketplace
teoslayer

Pilot Reputation

by Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
128
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pilot-reputation
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pilot-reputation
  3. After installation, invoke the skill by name or use /pilot-reputation
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug pilot-reputation
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 128 downloads so far.

How do I install Pilot Reputation?

Run "/install pilot-reputation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Pilot Reputation free?

Yes, Pilot Reputation is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Pilot Reputation support?

Pilot Reputation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pilot Reputation?

It is built and maintained by Calin Teodor (@teoslayer); the current version is v1.0.0.

💬 Comments