From asi
Provides bash commands for Tailscale mesh VPN setup and SSH, curl HTTP requests, and nmap network discovery/port scanning. Useful for remote access, tunneling, and network diagnostics.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asi:networkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Network tools = tailscale + curl + ssh + nmap.
Network tools = tailscale + curl + ssh + nmap.
| Skill | Domain |
|---|---|
| tailscale | Mesh VPN |
| curl | HTTP client |
| ssh | Remote shell |
| nmap | Port scan |
tailscale up
tailscale ssh hostname
tailscale serve http://localhost:8080
tailscale funnel 443
ssh user@host
ssh -L 8080:localhost:80 host # Local forward
ssh -R 8080:localhost:80 host # Remote forward
ssh -D 1080 host # SOCKS proxy
curl -X POST -H "Content-Type: application/json" \
-d '{"key":"value"}' https://api.example.com
curl -O https://example.com/file.zip
nmap -sn 192.168.1.0/24
tailscale status --json | jq '.Peer | keys'
This skill connects to the K-Dense-AI/claude-scientific-skills ecosystem:
graph-theory: 38 citations in bib.duckdbThis skill maps to Cat# = Comod(P) as a bicomodule in the equipment structure:
Trit: 0 (ERGODIC)
Home: Prof
Poly Op: ⊗
Kan Role: Adj
Color: #26D826
The skill participates in triads satisfying:
(-1) + (0) + (+1) ≡ 0 (mod 3)
This ensures compositional coherence in the Cat# equipment structure.
npx claudepluginhub plurigrid/asi --plugin asiManages Tailscale mesh VPN: connect/disconnect/status, SSH access, serve local services, funnel traffic, file copy, DNS queries, exit nodes. For secure networking tasks.
Manages Tailscale mesh VPN networks via CLI and API: check status/peers, ping devices, list tailnet devices, send files, expose services with serve/funnel, create auth keys.
Guides Tailscale VPN setup and management: CLI commands, subnet routers, exit nodes, Tailscale SSH, ACLs/grants, MagicDNS, Serve/Funnel, API automation for secure mesh networks.