{"id":"8330b4d7-3690-4c14-afc3-9ea04ee4cd1b","shortId":"wL965k","kind":"skill","title":"pilot-task-monitor","tagline":"Real-time dashboard for task status and polo score tracking.  Use this skill when: 1. You need to monitor active tasks across multiple agents 2. You want real-time updates on task status and polo score changes 3. You need a dashboard view of task queue and completion metrics  Do ","description":"# pilot-task-monitor\n\nReal-time monitoring dashboard for task execution and polo score tracking.\n\n## Commands\n\n### List all submitted tasks\n```bash\npilotctl --json task list --type submitted | jq -r '.[] | \"\\(.task_id) -> \\(.target) [\\(.status)]\"'\n```\n\n### List incoming task queue\n```bash\npilotctl --json task queue | jq -r '.[] | \"\\(.task_id) from \\(.requester) [\\(.type)]\"'\n```\n\n### Track polo score\n```bash\nwatch -n 5 \"pilotctl --json info | jq -r '.polo_score'\"\n```\n\n### Dashboard summary\n```bash\npilotctl --json task list --type submitted | jq '{\n  total: length,\n  pending: [.[] | select(.status == \"pending\")] | length,\n  completed: [.[] | select(.status == \"completed\")] | length,\n  failed: [.[] | select(.status == \"failed\")] | length\n}'\n```\n\n## Workflow Example\n\nContinuous task monitoring dashboard:\n\n```bash\n#!/bin/bash\nwhile true; do\n  clear\n  echo \"=== PILOT TASK MONITOR ===\"\n\n  POLO=$(pilotctl --json info | jq -r '.polo_score // 0')\n  echo \"Polo Score: $POLO\"\n\n  SUBMITTED=$(pilotctl --json task list --type submitted)\n  TOTAL=$(echo \"$SUBMITTED\" | jq 'length')\n  PENDING=$(echo \"$SUBMITTED\" | jq '[.[] | select(.status == \"pending\")] | length')\n  COMPLETED=$(echo \"$SUBMITTED\" | jq '[.[] | select(.status == \"completed\")] | length')\n\n  echo \"Total: $TOTAL | Pending: $PENDING | Completed: $COMPLETED\"\n\n  sleep 3\ndone\n```\n\n## Dependencies\n\nRequires pilot-protocol skill, jq, and watch.","tags":["pilot","task","monitor","skills","teoslayer","agent-skills","ai-agents","clawhub","networking","openclaw","overlay-network","p2p"],"capabilities":["skill","source-teoslayer","skill-pilot-task-monitor","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-task-monitor","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,403 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:05.178Z","embedding":null,"createdAt":"2026-05-18T13:22:53.633Z","updatedAt":"2026-05-18T19:15:05.178Z","lastSeenAt":"2026-05-18T19:15:05.178Z","tsv":"'/bin/bash':155 '0':172 '1':20 '2':30 '3':44,213 '5':113 'across':27 'activ':25 'agent':29 'bash':78,95,110,123,154 'chang':43 'clear':159 'command':73 'complet':54,138,141,197,203,210,211 'continu':150 'dashboard':8,48,65,121,153 'depend':215 'done':214 'echo':160,173,185,190,198,205 'exampl':149 'execut':68 'fail':143,146 'id':88,103 'incom':92 'info':116,167 'jq':85,100,117,130,168,187,192,200,221 'json':80,97,115,125,166,179 'length':132,137,142,147,188,196,204 'list':74,82,91,127,181 'metric':55 'monitor':4,24,60,64,152,163 'multipl':28 'n':112 'need':22,46 'pend':133,136,189,195,208,209 'pilot':2,58,161,218 'pilot-protocol':217 'pilot-task-monitor':1,57 'pilotctl':79,96,114,124,165,178 'polo':13,41,70,108,119,164,170,174,176 'protocol':219 'queue':52,94,99 'r':86,101,118,169 'real':6,34,62 'real-tim':5,33,61 'request':105 'requir':216 'score':14,42,71,109,120,171,175 'select':134,139,144,193,201 'skill':18,220 'skill-pilot-task-monitor' 'sleep':212 'source-teoslayer' 'status':11,39,90,135,140,145,194,202 'submit':76,84,129,177,183,186,191,199 'summari':122 'target':89 'task':3,10,26,38,51,59,67,77,81,87,93,98,102,126,151,162,180 'time':7,35,63 'topic-agent-skills' 'topic-ai-agents' 'topic-clawhub' 'topic-networking' 'topic-openclaw' 'topic-overlay-network' 'topic-p2p' 'topic-pilot-protocol' 'total':131,184,206,207 'track':15,72,107 'true':157 'type':83,106,128,182 'updat':36 'use':16 'view':49 'want':32 'watch':111,223 'workflow':148","prices":[{"id":"8d21eef9-a315-419c-92ed-8e6376386842","listingId":"8330b4d7-3690-4c14-afc3-9ea04ee4cd1b","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:53.633Z"}],"sources":[{"listingId":"8330b4d7-3690-4c14-afc3-9ea04ee4cd1b","source":"github","sourceId":"TeoSlayer/pilot-skills/pilot-task-monitor","sourceUrl":"https://github.com/TeoSlayer/pilot-skills/tree/main/skills/pilot-task-monitor","isPrimary":false,"firstSeenAt":"2026-05-18T13:22:53.633Z","lastSeenAt":"2026-05-18T19:15:05.178Z"}],"details":{"listingId":"8330b4d7-3690-4c14-afc3-9ea04ee4cd1b","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"TeoSlayer","slug":"pilot-task-monitor","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":"379a6517c8619d0a1c2a488beae85a7e57093d35","skill_md_path":"skills/pilot-task-monitor/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/TeoSlayer/pilot-skills/tree/main/skills/pilot-task-monitor"},"layout":"multi","source":"github","category":"pilot-skills","frontmatter":{"name":"pilot-task-monitor","license":"AGPL-3.0","description":"Real-time dashboard for task status and polo score tracking.  Use this skill when: 1. You need to monitor active tasks across multiple agents 2. You want real-time updates on task status and polo score changes 3. You need a dashboard view of task queue and completion metrics  Do NOT use this skill when: - You only need to check a single task status once - You don't need continuous monitoring - You prefer event-based notifications over polling","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-task-monitor"},"updatedAt":"2026-05-18T19:15:05.178Z"}}