{"id":"840c9f51-b9e1-4e47-a589-266abdd011b3","shortId":"abrkg6","kind":"skill","title":"pilot-share","tagline":"One-click file sharing with progress tracking and automatic retry over Pilot Protocol.  Use this skill when: 1. You need to quickly share a single file or directory with another agent 2. You want progress tracking and confirmation for file transfers 3. You need automatic retry on","description":"# pilot-share\n\nOne-click file sharing between agents with progress tracking and automatic retry.\n\n## Commands\n\n### Share single file\n```bash\npilotctl --json send-file 1:0001.AAAA.BBBB /path/to/document.pdf\n```\n\n### Share directory\n```bash\nDIR=\"/path/to/share\"\nARCHIVE=\"/tmp/$(basename $DIR).tar.gz\"\n\ntar czf \"$ARCHIVE\" -C \"$(dirname $DIR)\" \"$(basename $DIR)\"\npilotctl --json send-file \"$DEST\" \"$ARCHIVE\"\nrm \"$ARCHIVE\"\n```\n\n### List received shares\n```bash\npilotctl --json received | jq -r '.received[] | \"\\(.timestamp) \\(.filename) (\\(.size) bytes)\"'\n```\n\n## Workflow Example\n\nShare file with retry:\n\n```bash\n#!/bin/bash\nDEST=\"1:0001.AAAA.BBBB\"\nFILE=\"/path/to/large-file.zip\"\nMAX_RETRIES=3\n\nfor RETRY in $(seq 1 $MAX_RETRIES); do\n  echo \"Attempt $RETRY/$MAX_RETRIES\"\n\n  if pilotctl --json send-file \"$DEST\" \"$FILE\" | jq -e '.success'; then\n    echo \"Transfer successful!\"\n    break\n  fi\n\n  [ $RETRY -lt $MAX_RETRIES ] && sleep 5\ndone\n```\n\n## Dependencies\n\nRequires pilot-protocol skill, pilotctl, jq, and tar.","tags":["pilot","share","skills","teoslayer","agent-skills","ai-agents","clawhub","networking","openclaw","overlay-network","p2p","pilot-protocol"],"capabilities":["skill","source-teoslayer","skill-pilot-share","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-share","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,009 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:03.955Z","embedding":null,"createdAt":"2026-05-18T13:22:51.733Z","updatedAt":"2026-05-18T19:15:03.955Z","lastSeenAt":"2026-05-18T19:15:03.955Z","tsv":"'/bin/bash':129 '/path/to/document.pdf':80 '/path/to/large-file.zip':134 '/path/to/share':85 '/tmp':87 '0001.aaaa.bbbb':79,132 '1':22,78,131,142 '2':36 '3':46,137 '5':173 'agent':35,61 'anoth':34 'archiv':86,93,105,107 'attempt':147 'automat':13,49,66 'basenam':88,97 'bash':72,83,111,128 'break':166 'byte':121 'c':94 'click':6,57 'command':68 'confirm':42 'czf':92 'depend':175 'dest':104,130,157 'dir':84,89,96,98 'directori':32,82 'dirnam':95 'done':174 'e':160 'echo':146,163 'exampl':123 'fi':167 'file':7,30,44,58,71,77,103,125,133,156,158 'filenam':119 'jq':115,159,182 'json':74,100,113,153 'list':108 'lt':169 'max':135,143,149,170 'need':24,48 'one':5,56 'one-click':4,55 'pilot':2,16,53,178 'pilot-protocol':177 'pilot-shar':1,52 'pilotctl':73,99,112,152,181 'progress':10,39,63 'protocol':17,179 'quick':26 'r':116 'receiv':109,114,117 'requir':176 'retri':14,50,67,127,136,139,144,148,150,168,171 'rm':106 'send':76,102,155 'send-fil':75,101,154 'seq':141 'share':3,8,27,54,59,69,81,110,124 'singl':29,70 'size':120 'skill':20,180 'skill-pilot-share' 'sleep':172 'source-teoslayer' 'success':161,165 'tar':91,184 'tar.gz':90 'timestamp':118 'topic-agent-skills' 'topic-ai-agents' 'topic-clawhub' 'topic-networking' 'topic-openclaw' 'topic-overlay-network' 'topic-p2p' 'topic-pilot-protocol' 'track':11,40,64 'transfer':45,164 'use':18 'want':38 'workflow':122","prices":[{"id":"2c6a9d2f-aff6-455e-bf19-2c474db69ccb","listingId":"840c9f51-b9e1-4e47-a589-266abdd011b3","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:51.733Z"}],"sources":[{"listingId":"840c9f51-b9e1-4e47-a589-266abdd011b3","source":"github","sourceId":"TeoSlayer/pilot-skills/pilot-share","sourceUrl":"https://github.com/TeoSlayer/pilot-skills/tree/main/skills/pilot-share","isPrimary":false,"firstSeenAt":"2026-05-18T13:22:51.733Z","lastSeenAt":"2026-05-18T19:15:03.955Z"}],"details":{"listingId":"840c9f51-b9e1-4e47-a589-266abdd011b3","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"TeoSlayer","slug":"pilot-share","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":"ccae9a7a0b9a2c46a514a9669c14efd1d39051ac","skill_md_path":"skills/pilot-share/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/TeoSlayer/pilot-skills/tree/main/skills/pilot-share"},"layout":"multi","source":"github","category":"pilot-skills","frontmatter":{"name":"pilot-share","license":"AGPL-3.0","description":"One-click file sharing with progress tracking and automatic retry over Pilot Protocol.  Use this skill when: 1. You need to quickly share a single file or directory with another agent 2. You want progress tracking and confirmation for file transfers 3. You need automatic retry on transfer failure  Do NOT use this skill when: - You need bidirectional synchronization (use pilot-sync instead) - You need to stream data in real-time (use pilot-stream-data instead) - You need to maintain a persistent shared folder (use pilot-dropbox)","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-share"},"updatedAt":"2026-05-18T19:15:03.955Z"}}