ports
- Repo stars 330
- License MIT
- Author repo claude-skill-registry
Shella Port Check
Show what processes are using ports in the shella range.
Port Ranges
- 47100: Daemon API
- 47101-47199: Plugin instances
- 47200: Standalone plugin dev (
npm run dt dev plugin <name>)
Command
lsof -i :47100-47200 -P -n 2>/dev/null | grep LISTEN
Output
Show a table of:
- Port number
- Process name
- PID
- What it likely is (daemon, plugin instance, standalone dev)
If nothing is listening, say so.
If there are unexpected processes (not node), flag them as potential conflicts.
- Fluxly category
- Data
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 94 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @majiayu000 · MIT
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Guided setup
- External API key
- No requirement detected
- Detected OS requirements
- macOS · Linux · Windows
- Runtime requirements
- Node.js
- Detected file/system behavior
-
- Read-only
- Shell exec
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Port Ranges
47100: Daemon API 47101-47199: Plugin instances 47200: Standalone plugin dev (npm run dt dev plugin <name>)
Command
Command
Output
Show a table of: Port number Process name
# Shella Port Check
Show what processes are using ports in the shella range.
## Port Ranges
- **47100**: Daemon API
- **47101-47199**: Plugin instances
- **47200**: Standalone plugin dev (`npm run dt dev plugin <name>`)
## Command
```bash
lsof -i :47100-47200 -P -n 2>/dev/null | grep LISTEN
```
## Output
Show a table of:
- Port number
- Process name
- PID
- What it likely is (daemon, plugin instance, standalone dev)
If nothing is listening, say so.
If there are unexpected processes (not node), flag them as potential conflicts. Evidence boundary and execution chain
Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Port Ranges → Command → Output
terms -> 47100 · 47101-47199 · 47200 · Show what processes are using ports in the shella range. · If nothing is listening, say so. · If there are unexpected processes (not node), flag them as potential conflicts.
files/cmd -> npm run dt dev plugin <name> · dev/null
body sha256 -> f2000c50b28a
Decide Fit First
Design Intent
How To Use It
Boundaries And Review