{"id":"3d93cd22-05c2-4a4c-8e08-e2e75e66efe2","shortId":"HTuA8r","kind":"skill","title":"pilot-inbox","tagline":"Unified inbox for all incoming items — messages, files, tasks, and trust requests in one view.  Use this skill when: 1. You need to check all incoming items at once 2. You want to triage and prioritize incoming communications 3. You need a central location to review pending items","description":"# pilot-inbox\n\nUnified inbox for all incoming items across the Pilot Protocol network. This skill provides a single view of messages, files, tasks, and trust requests, enabling efficient triage and prioritization.\n\n## Essential Commands\n\n### View all inbox items\n```bash\npilotctl --json inbox\n```\n\n### Check specific item types\n```bash\n# Messages in inbox\npilotctl --json inbox\n\n# Files received\npilotctl --json received\n\n# Tasks received\npilotctl --json task list --type received\n\n# Trust requests pending\npilotctl --json pending\n```\n\n### Clear inbox\n```bash\n# Clear all inbox items\npilotctl --json inbox --clear\n\n# Clear received files\npilotctl --json received --clear\n```\n\n## Workflow Example\n\nMorning inbox triage:\n\n```bash\n#!/bin/bash\n# inbox-triage.sh\n\necho \"=== PILOT INBOX TRIAGE ===\"\n\n# Check inbox\nINBOX=$(pilotctl --json inbox)\necho \"Inbox:\"\necho \"$INBOX\" | jq -r '.items[]? | \"  [\\(.timestamp)] \\(.type): \\(.content)\"' | head -5\n\n# Check received files\nFILES=$(pilotctl --json received)\nFILE_COUNT=$(echo \"$FILES\" | jq '.files | length // 0')\necho \"Files: $FILE_COUNT\"\n\n# Check tasks\nTASKS=$(pilotctl --json task list --type received)\nTASK_COUNT=$(echo \"$TASKS\" | jq '.tasks | length // 0')\necho \"Tasks: $TASK_COUNT\"\n\n# Check trust requests\nTRUST=$(pilotctl --json pending)\nTRUST_COUNT=$(echo \"$TRUST\" | jq '.requests | length // 0')\necho \"Trust Requests: $TRUST_COUNT\"\n\nif [ \"$TRUST_COUNT\" -gt 0 ]; then\n  echo \"Pending Trust Requests:\"\n  echo \"$TRUST\" | jq -r '.requests[]? | \"  - \\(.node_id)\"'\nfi\n```\n\n## Dependencies\n\nRequires `pilot-protocol` skill, `pilotctl` binary on PATH, running daemon, and `jq` for JSON parsing.","tags":["pilot","inbox","skills","teoslayer","agent-skills","ai-agents","clawhub","networking","openclaw","overlay-network","p2p","pilot-protocol"],"capabilities":["skill","source-teoslayer","skill-pilot-inbox","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-inbox","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,636 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:14:56.911Z","embedding":null,"createdAt":"2026-05-18T13:22:42.183Z","updatedAt":"2026-05-18T19:14:56.911Z","lastSeenAt":"2026-05-18T19:14:56.911Z","tsv":"'-5':171 '/bin/bash':148 '0':186,207,226,236 '1':23 '2':33 '3':42 'across':61 'bash':90,98,126,147 'binari':257 'central':46 'check':27,94,154,172,191,212 'clear':124,127,134,135,141 'command':85 'communic':41 'content':169 'count':180,190,201,211,220,231,234 'daemon':261 'depend':250 'echo':150,160,162,181,187,202,208,221,227,238,242 'effici':80 'enabl':79 'essenti':84 'exampl':143 'fi':249 'file':11,74,105,137,174,175,179,182,184,188,189 'gt':235 'head':170 'id':248 'inbox':3,5,54,56,88,93,101,104,125,129,133,145,152,155,156,159,161,163 'inbox-triage.sh':149 'incom':8,29,40,59 'item':9,30,51,60,89,96,130,166 'jq':164,183,204,223,244,263 'json':92,103,108,113,122,132,139,158,177,195,217,265 'length':185,206,225 'list':115,197 'locat':47 'messag':10,73,99 'morn':144 'need':25,44 'network':65 'node':247 'one':17 'pars':266 'path':259 'pend':50,120,123,218,239 'pilot':2,53,63,151,253 'pilot-inbox':1,52 'pilot-protocol':252 'pilotctl':91,102,107,112,121,131,138,157,176,194,216,256 'priorit':39,83 'protocol':64,254 'provid':68 'r':165,245 'receiv':106,109,111,117,136,140,173,178,199 'request':15,78,119,214,224,229,241,246 'requir':251 'review':49 'run':260 'singl':70 'skill':21,67,255 'skill-pilot-inbox' 'source-teoslayer' 'specif':95 'task':12,75,110,114,192,193,196,200,203,205,209,210 'timestamp':167 'topic-agent-skills' 'topic-ai-agents' 'topic-clawhub' 'topic-networking' 'topic-openclaw' 'topic-overlay-network' 'topic-p2p' 'topic-pilot-protocol' 'triag':37,81,146,153 'trust':14,77,118,213,215,219,222,228,230,233,240,243 'type':97,116,168,198 'unifi':4,55 'use':19 'view':18,71,86 'want':35 'workflow':142","prices":[{"id":"b312dfec-37db-473c-9abe-4d4e3f489db8","listingId":"3d93cd22-05c2-4a4c-8e08-e2e75e66efe2","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:42.183Z"}],"sources":[{"listingId":"3d93cd22-05c2-4a4c-8e08-e2e75e66efe2","source":"github","sourceId":"TeoSlayer/pilot-skills/pilot-inbox","sourceUrl":"https://github.com/TeoSlayer/pilot-skills/tree/main/skills/pilot-inbox","isPrimary":false,"firstSeenAt":"2026-05-18T13:22:42.183Z","lastSeenAt":"2026-05-18T19:14:56.911Z"}],"details":{"listingId":"3d93cd22-05c2-4a4c-8e08-e2e75e66efe2","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"TeoSlayer","slug":"pilot-inbox","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":"962d39d6ebd14c9ca55d0b1fe092a1cee1b3ae99","skill_md_path":"skills/pilot-inbox/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/TeoSlayer/pilot-skills/tree/main/skills/pilot-inbox"},"layout":"multi","source":"github","category":"pilot-skills","frontmatter":{"name":"pilot-inbox","license":"AGPL-3.0","description":"Unified inbox for all incoming items — messages, files, tasks, and trust requests in one view.  Use this skill when: 1. You need to check all incoming items at once 2. You want to triage and prioritize incoming communications 3. You need a central location to review pending items  Do NOT use this skill when: - You need to send messages (use pilot-chat) - You want detailed task management (use pilot-task-list) - You need to filter by specific criteria (use specialized skills)","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-inbox"},"updatedAt":"2026-05-18T19:14:56.911Z"}}