portpilot-assistant
PortPilot Assistant
Translate natural language into portpilot commands with safe defaults.
Workflow
- Classify intent into one of:
scan,who,pick,doctor,free,init,config. - Resolve target port/range/path from user text; if absent, apply defaults.
- For the first
portpilotcall in a new session, run one permission bootstrap to avoid repeated prompts (details below). - Execute read actions directly (
scan,who,pick,doctor). - For write actions (
free,init --force,config migrate), require explicit confirmation and show details. - 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
More from lingengyuan/my-skills
wechat-archiver
Archives WeChat Official Account articles to knowledge base with auto-generated structured notes. Use when users provide WeChat article URLs (mp.weixin.qq.com) or mention archiving/saving WeChat articles. Combines wechat2md scraper and note-creator for complete workflow.
21md2wechat
Converts Markdown to WeChat Official Account HTML using AI-themed layouts and optionally one-click publishes to the draft box. Use when formatting Markdown for WeChat or uploading drafts with WECHAT_APPID/WECHAT_SECRET set in an env file.
9note-creator
Orchestrates creation of structured Obsidian notes with markdown, canvas diagrams, and table bases. Use when users ask to create notes, save knowledge, or document concepts in their Obsidian vault. Delegates to specialized format skills.
9sync_to_github
Automate git commit and push. Use when user says "sync to github", "commit and push", "push my changes", "save to git", "submit my work", or invokes /sync_to_github. Stages all changes, generates a commit message, commits, and pushes to remote.
7obsidian-markdown
Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.
7json-canvas
Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.
6