portpilot-assistant

Installation
SKILL.md

PortPilot Assistant

Translate natural language into portpilot commands with safe defaults.

Workflow

  1. Classify intent into one of: scan, who, pick, doctor, free, init, config.
  2. Resolve target port/range/path from user text; if absent, apply defaults.
  3. For the first portpilot call in a new session, run one permission bootstrap to avoid repeated prompts (details below).
  4. Execute read actions directly (scan, who, pick, doctor).
  5. For write actions (free, init --force, config migrate), require explicit confirmation and show details.
  6. Return concise conclusion first, then command output details.

Intent mapping

  • 帮我选个端口 / pick a port:
    • portpilot pick --range 3000-3999 --count 1 --lease-ms 20000 --json
  • 扫描当前端口 / scan current used ports:
    • portpilot scan --protocol both --json
Related skills

More from lingengyuan/my-skills

Installs
6
GitHub Stars
8
First Seen
Feb 19, 2026