{"id":"67875ace-281b-4d5e-a07d-642ac5518c07","shortId":"TZmd35","kind":"skill","title":"pilot-clipboard","tagline":"Shared clipboard for quick text and data snippets between agents over Pilot Protocol.  Use this skill when: 1. You need to share short text snippets or command output between agents 2. You want a quick copy/paste mechanism across the Pilot network 3. You need to exchange small da","description":"# pilot-clipboard\n\nShared clipboard for exchanging text snippets and command output between agents.\n\n## Commands\n\n### Copy to Remote Clipboard\n```bash\necho \"Hello from Pilot!\" | pilotctl --json send \"1:0001.AAAA.BBBB\" 1001 --data \"$(cat)\"\n```\n\n### Send Message\n```bash\npilotctl --json send-message \"1:0001.AAAA.BBBB\" --data \"Hello from Pilot!\"\n```\n\n### Paste from Remote\n```bash\npilotctl --json inbox | jq -r '.messages[0].content'\n```\n\n### Share Command Output\n```bash\nOUTPUT=$(ls -lh)\npilotctl --json send \"1:0001.AAAA.BBBB\" 1001 --data \"$OUTPUT\"\n```\n\n## Workflow Example\n\n```bash\n#!/bin/bash\n# Clipboard manager\n\nCLIPBOARD_PORT=1001\n\nclip_copy() {\n  local dest=\"$1\"\n  local content=\"${2:-$(cat)}\"\n  local sender=$(pilotctl --json info | jq -r '.hostname')\n\n  local clip_msg=$(cat <<EOF\n{\"type\":\"clipboard\",\"content\":$(echo \"$content\" | jq -R -s .),\"sender\":\"$sender\"}\nEOF\n)\n\n  pilotctl --json send-message \"$dest\" --data \"$clip_msg\"\n}\n\nclip_paste() {\n  pilotctl --json inbox | jq -r '.messages[] | select(.type == \"clipboard\") | .content' | head -1\n}\n\ncase \"${1:-help}\" in\n  copy) shift; clip_copy \"$@\" ;;\n  paste) clip_paste ;;\n  *) echo \"Usage: pilot-clipboard {copy DEST [CONTENT]|paste}\" ;;\nesac\n```\n\n## Dependencies\n\nRequires pilot-protocol, pilotctl, and jq. Clipboard tools: pbcopy/pbpaste (macOS) or xclip/xsel (Linux).","tags":["pilot","clipboard","skills","teoslayer","agent-skills","ai-agents","clawhub","networking","openclaw","overlay-network","p2p","pilot-protocol"],"capabilities":["skill","source-teoslayer","skill-pilot-clipboard","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-clipboard","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,330 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:52.625Z","embedding":null,"createdAt":"2026-05-18T13:22:35.951Z","updatedAt":"2026-05-18T19:14:52.625Z","lastSeenAt":"2026-05-18T19:14:52.625Z","tsv":"'-1':189 '/bin/bash':128 '0':108 '0001.aaaa.bbbb':80,93,121 '1':21,79,92,120,138,191 '1001':81,122,133 '2':34,141 '3':45 'across':41 'agent':13,33,65 'bash':71,86,101,113,127 'case':190 'cat':83,142,154 'clip':134,152,174,176,196,199 'clipboard':3,5,54,56,70,129,131,157,186,205,219 'command':30,62,66,111 'content':109,140,158,160,187,208 'copi':67,135,194,197,206 'copy/paste':39 'da':51 'data':10,82,94,123,173 'depend':211 'dest':137,172,207 'echo':72,159,201 'eof':155,166 'esac':210 'exampl':126 'exchang':49,58 'head':188 'hello':73,95 'help':192 'hostnam':150 'inbox':104,180 'info':147 'jq':105,148,161,181,218 'json':77,88,103,118,146,168,179 'lh':116 'linux':225 'local':136,139,143,151 'ls':115 'maco':222 'manag':130 'mechan':40 'messag':85,91,107,171,183 'msg':153,175 'need':23,47 'network':44 'output':31,63,112,114,124 'past':98,177,198,200,209 'pbcopy/pbpaste':221 'pilot':2,15,43,53,75,97,204,214 'pilot-clipboard':1,52,203 'pilot-protocol':213 'pilotctl':76,87,102,117,145,167,178,216 'port':132 'protocol':16,215 'quick':7,38 'r':106,149,162,182 'remot':69,100 'requir':212 'select':184 'send':78,84,90,119,170 'send-messag':89,169 'sender':144,164,165 'share':4,25,55,110 'shift':195 'short':26 'skill':19 'skill-pilot-clipboard' 'small':50 'snippet':11,28,60 'source-teoslayer' 'text':8,27,59 'tool':220 'topic-agent-skills' 'topic-ai-agents' 'topic-clawhub' 'topic-networking' 'topic-openclaw' 'topic-overlay-network' 'topic-p2p' 'topic-pilot-protocol' 'type':156,185 'usag':202 'use':17 'want':36 'workflow':125 'xclip/xsel':224","prices":[{"id":"7c36bcd2-4863-434b-82c2-0f2b5f7ce081","listingId":"67875ace-281b-4d5e-a07d-642ac5518c07","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:35.951Z"}],"sources":[{"listingId":"67875ace-281b-4d5e-a07d-642ac5518c07","source":"github","sourceId":"TeoSlayer/pilot-skills/pilot-clipboard","sourceUrl":"https://github.com/TeoSlayer/pilot-skills/tree/main/skills/pilot-clipboard","isPrimary":false,"firstSeenAt":"2026-05-18T13:22:35.951Z","lastSeenAt":"2026-05-18T19:14:52.625Z"}],"details":{"listingId":"67875ace-281b-4d5e-a07d-642ac5518c07","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"TeoSlayer","slug":"pilot-clipboard","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":"7e40c0b964495098bd5201a737163b8ece3b3a0c","skill_md_path":"skills/pilot-clipboard/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/TeoSlayer/pilot-skills/tree/main/skills/pilot-clipboard"},"layout":"multi","source":"github","category":"pilot-skills","frontmatter":{"name":"pilot-clipboard","license":"AGPL-3.0","description":"Shared clipboard for quick text and data snippets between agents over Pilot Protocol.  Use this skill when: 1. You need to share short text snippets or command output between agents 2. You want a quick copy/paste mechanism across the Pilot network 3. You need to exchange small data payloads without file transfer  Do NOT use this skill when: - You need to transfer files (use pilot-share instead) - You need to share large datasets (use pilot-dataset instead) - You need persistent storage (use pilot-backup instead)","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-clipboard"},"updatedAt":"2026-05-18T19:14:52.625Z"}}