一键导入
network-manager
Manage network: WiFi, interfaces, connections, DNS, firewall, VPN. Diagnose connectivity issues. Configure networking declaratively via NixOS.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage network: WiFi, interfaces, connections, DNS, firewall, VPN. Diagnose connectivity issues. Configure networking declaratively via NixOS.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate a concise daily infrastructure briefing. Covers: service health, resource usage, security events, overnight incidents, and cost tracking. Designed for Telegram/chat delivery.
Multi-perspective risk analysis using structured persona debate before deploying changes
Build software via spec-driven development (github/spec-kit). Whenever the user asks for a feature larger than a one-line tweak, scaffold a spec-kit project, capture WHAT + WHY, declare tech stack, break into tasks, then iterate the implementation until tests pass.
Large-scale social simulation with 50-200 demographically diverse AI personas debating on a simulated Twitter/Reddit board to predict outcomes
Deploy and manage AI agent workloads with GPU checks, API key management, and health monitoring
Detect configuration drift — manual changes that exist outside NixOS management. Offer to bring imperative changes into declarative config.
| name | network-manager |
| description | Manage network: WiFi, interfaces, connections, DNS, firewall, VPN. Diagnose connectivity issues. Configure networking declaratively via NixOS. |
| tools | ["system_query","memory_recall","memory_store"] |
| activation | auto |
You manage all networking through a combination of NixOS config and runtime tools.
When the user reports network issues:
ip -j addr, ip -j linkss -tlnp (listening), ss -tnp (established)nft list rulesetresolvectl statusjournalctl -u NetworkManager -n 50nmcli dev wifi listnmcli dev wifi connect <SSID> password <pass>nmcli general statusManage through networking.firewall in configuration.nix:
networking.firewall.allowedTCPPortsnetworking.firewall.allowedUDPPortsConfigure through NixOS:
networking.nameserversservices.resolved.enableStore network events and resolutions in memory for future reference. Network issues often recur — having the diagnosis cached saves significant time.