{"id":"a87d2def-0ea3-445b-aef4-bc877018290a","shortId":"PuXmV6","kind":"skill","title":"pilot-reputation","tagline":"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 agents 2. You want to analyze reputation patterns across your network 3. You need to make trust decisions based on reputatio","description":"# Pilot Reputation\n\nAdvanced reputation analytics for Pilot Protocol with trend tracking and scoring algorithms.\n\n## Commands\n\n### Record Snapshot\n```bash\ncat > ~/.pilot/reputation/data/snapshot-$(date +%s).json <<EOF\n{\n  \"timestamp\": \"$(date -u +%Y-%m-%dT%H:%M:%SZ)\",\n  \"local_agent\": $(pilotctl --json info | jq '{hostname, address, polo_score}'),\n  \"peers\": $(pilotctl --json peers)\n}\nEOF\n```\n\n### Query History\n```bash\nfind ~/.pilot/reputation/data -name \"snapshot-*.json\" -mtime -7 | sort | \\\nwhile read SNAPSHOT; do\n  jq -r --arg agent \"$AGENT\" '.peers[] | select(.hostname == $agent) | \"\\(.timestamp): \\(.polo_score)\"' \"$SNAPSHOT\"\ndone\n```\n\n### Calculate Trend\n```bash\nSCORES=$(find ~/.pilot/reputation/data -name \"snapshot-*.json\" -mtime -7 | sort | \\\n  while read SNAPSHOT; do\n    jq -r --arg agent \"$AGENT\" '.peers[] | select(.hostname == $agent) | .polo_score' \"$SNAPSHOT\"\n  done)\n\nFIRST=$(echo \"$SCORES\" | head -1)\nLAST=$(echo \"$SCORES\" | tail -1)\necho \"Change: $((LAST - FIRST))\"\n```\n\n## Workflow Example\n\n```bash\n#!/bin/bash\n# Continuous reputation tracking\n\nREPO_DIR=~/.pilot/reputation\nmkdir -p \"$REPO_DIR/data\"\n\nwhile true; do\n  cat > \"$REPO_DIR/data/snapshot-$(date +%s).json\" <<EOF\n{\"timestamp\":\"$(date -u +%Y-%m-%dT%H:%M:%SZ)\",\"peers\":$(pilotctl --json peers)}\nEOF\n  sleep 300\ndone\n```\n\n## Dependencies\n\nRequires pilot-protocol, pilotctl, jq, and bc.","tags":["pilot","reputation","skills","teoslayer","agent-skills","ai-agents","clawhub","networking","openclaw","overlay-network","p2p","pilot-protocol"],"capabilities":["skill","source-teoslayer","skill-pilot-reputation","topic-agent-skills","topic-ai-agents","topic-clawhub","topic-networking","topic-openclaw","topic-overlay-network","topic-p2p","topic-pilot-protocol"],"categories":["pilot-skills"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/TeoSlayer/pilot-skills/pilot-reputation","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add TeoSlayer/pilot-skills","source_repo":"https://github.com/TeoSlayer/pilot-skills","install_from":"skills.sh"}},"qualityScore":"0.453","qualityRationale":"deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 6 github stars · SKILL.md body (1,370 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-05-18T19:15:00.119Z","embedding":null,"createdAt":"2026-05-18T13:22:46.217Z","updatedAt":"2026-05-18T19:15:00.119Z","lastSeenAt":"2026-05-18T19:15:00.119Z","tsv":"'-1':160,165 '-7':107,137 '/.pilot/reputation':179 '/.pilot/reputation/data':102,132 '/.pilot/reputation/data/snapshot-':69 '/bin/bash':173 '1':18 '2':30 '3':40 '300':209 'across':37 'address':90 'advanc':4,52 'agent':13,29,84,116,117,121,146,147,151 'algorithm':63 'analyt':6,54 'analyz':34 'arg':115,145 'base':47 'bash':67,100,129,172 'bc':219 'calcul':127 'cat':68,187 'chang':167 'command':64 'continu':174 'date':70,75,190,195 'decis':46 'depend':211 'dir':178 'dir/data':183 'dir/data/snapshot-':189 'done':126,155,210 'dt':79,199 'echo':157,162,166 'eof':73,97,193,207 'exampl':171 'find':101,131 'first':156,169 'h':80,200 'head':159 'histori':99 'hostnam':89,120,150 'info':87 'jq':88,113,143,217 'json':72,86,95,105,135,192,205 'last':161,168 'local':83 'm':78,81,198,201 'make':44 'mkdir':180 'mtime':106,136 'name':103,133 'need':20,42 'network':39 'p':181 'pattern':36 'peer':93,96,118,148,203,206 'pilot':2,11,50,56,214 'pilot-protocol':213 'pilot-reput':1 'pilotctl':85,94,204,216 'polo':23,91,123,152 'protocol':12,57,215 'queri':98 'r':114,144 'read':110,140 'record':65 'repo':177,182,188 'reput':3,5,35,51,53,175 'reputatio':49 'requir':212 'score':24,62,92,124,130,153,158,163 'select':119,149 'skill':16 'skill-pilot-reputation' 'sleep':208 'snapshot':66,104,111,125,134,141,154 'sort':108,138 'source-teoslayer' 'sz':82,202 'tail':164 'time':27 'timestamp':74,122,194 'topic-agent-skills' 'topic-ai-agents' 'topic-clawhub' 'topic-networking' 'topic-openclaw' 'topic-overlay-network' 'topic-p2p' 'topic-pilot-protocol' 'track':22,60,176 'trend':8,25,59,128 'true':185 'trust':45 'u':76,196 'use':14 'visual':9 'want':32 'workflow':170 'y':77,197","prices":[{"id":"8b673f77-f3d4-4ebe-8c95-b0469d31648c","listingId":"a87d2def-0ea3-445b-aef4-bc877018290a","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"TeoSlayer","category":"pilot-skills","install_from":"skills.sh"},"createdAt":"2026-05-18T13:22:46.217Z"}],"sources":[{"listingId":"a87d2def-0ea3-445b-aef4-bc877018290a","source":"github","sourceId":"TeoSlayer/pilot-skills/pilot-reputation","sourceUrl":"https://github.com/TeoSlayer/pilot-skills/tree/main/skills/pilot-reputation","isPrimary":false,"firstSeenAt":"2026-05-18T13:22:46.217Z","lastSeenAt":"2026-05-18T19:15:00.119Z"}],"details":{"listingId":"a87d2def-0ea3-445b-aef4-bc877018290a","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"TeoSlayer","slug":"pilot-reputation","github":{"repo":"TeoSlayer/pilot-skills","stars":6,"topics":["agent-skills","ai-agents","clawhub","networking","openclaw","overlay-network","p2p","pilot-protocol"],"license":"agpl-3.0","html_url":"https://github.com/TeoSlayer/pilot-skills","pushed_at":"2026-05-13T06:08:49Z","description":"80+ agent skills for Pilot Protocol — communication, file transfer, trust, task routing, swarm coordination, and more","skill_md_sha":"51a0098d714832a369464fd763991220ace026f1","skill_md_path":"skills/pilot-reputation/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/TeoSlayer/pilot-skills/tree/main/skills/pilot-reputation"},"layout":"multi","source":"github","category":"pilot-skills","frontmatter":{"name":"pilot-reputation","license":"AGPL-3.0","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 agents 2. You want to analyze reputation patterns across your network 3. You need to make trust decisions based on reputation history  Do NOT use this skill when: - You only need current polo scores (use pilotctl lookup) - You need real-time monitoring (use pilot-watchdog) - You're doing one-time verification (use pilot-verify)","compatibility":"Requires pilot-protocol skill and pilotctl binary on PATH. The daemon must be running (pilotctl daemon start)."},"skills_sh_url":"https://skills.sh/TeoSlayer/pilot-skills/pilot-reputation"},"updatedAt":"2026-05-18T19:15:00.119Z"}}