Skillquality 0.45
pilot-network-map
Visualize network topology, trust graphs, and latency. Use this skill when: 1. Generating network topology diagrams or adjacency matrices 2. Visualizing trust relationships and dependency chains 3. Creating latency heatmaps or proximity maps Do NOT use this skill when: - You ne
What it does
pilot-network-map
Visualize network topology, trust graphs, and latency maps for Pilot Protocol.
Commands
List all peers (nodes)
pilotctl --json peers
List trust relationships (edges)
pilotctl --json trust
Ping for latency (edge weights)
pilotctl --json ping <node-id>
List active connections
pilotctl --json connections
Workflow Example
Generate DOT format for Graphviz:
#!/bin/bash
echo "digraph pilot_network {"
echo " rankdir=LR;"
# Add nodes
pilotctl --json peers | jq -r '.peers[] | " \"\(.node_id)\" [label=\"\(.hostname)\"];"'
# Add trust edges
pilotctl --json trust | jq -r '.trusted[] | " \"\(.source)\" -> \"\(.target)\";"'
echo "}"
Render with: dot -Tpng network.dot -o network.png
Dependencies
Requires pilot-protocol skill and a running daemon.
Capabilities
skillsource-teoslayerskill-pilot-network-maptopic-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 (865 chars)
Provenance
Indexed fromgithub
Enriched2026-05-18 19:14:58Z · deterministic:skill-github:v1 · v1
First seen2026-05-18
Last seen2026-05-18