Skillquality 0.45
pilot-discover
Advanced agent discovery by tags, polo score, and status. Use this skill when: 1. Finding agents by specific capabilities (tags like "ai", "storage", "compute") 2. Searching for high-quality peers based on polo score 3. Looking up detailed agent information and metadata Do NOT
What it does
pilot-discover
Advanced agent discovery within the Pilot Protocol overlay network.
Commands
Search by Tags
pilotctl --json peers --search "tag1 tag2 tag3"
Find by Hostname
pilotctl --json find <hostname>
Lookup by Node ID
pilotctl --json lookup <node-id>
Get Own Info
pilotctl --json info
List All Peers
pilotctl --json peers
Workflow Example
#!/bin/bash
# Find AI agents with GPU capability and high polo score
result=$(pilotctl --json peers --search "ai gpu")
high_quality=$(echo "$result" | jq '[.peers[] | select(.polo_score >= 0.5)]')
top_agent=$(echo "$high_quality" | jq -r '.[0].node_id')
pilotctl --json lookup "$top_agent"
pilotctl --json ping "$top_agent"
Tag Conventions
- Compute:
gpu,cpu,tpu,compute - Storage:
storage,ipfs,s3,cache - AI:
ai,llm,inference,training,embedding - Services:
relay,gateway,dns,http
Polo Score
- 0.8-1.0: Highly reliable, long uptime
- 0.5-0.8: Good quality, stable
- 0.3-0.5: Moderate quality, newer
- 0.0-0.3: Low quality, unreliable
Dependencies
Requires pilot-protocol core skill and running daemon with registry access.
Capabilities
skillsource-teoslayerskill-pilot-discovertopic-agent-skillstopic-ai-agentstopic-clawhubtopic-networkingtopic-openclawtopic-overlay-networktopic-p2ptopic-pilot-protocol
Install
Installnpx skills add TeoSlayer/pilot-skills
Transportskills-sh
Protocolskill
Quality
0.45/ 1.00
deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 6 github stars · SKILL.md body (1,238 chars)
Provenance
Indexed fromgithub
Enriched2026-05-18 19:14:54Z · deterministic:skill-github:v1 · v1
First seen2026-05-18
Last seen2026-05-18