一键导入
nightward
Use Nightward to audit local AI agent/devtool config, inspect MCP risk, and generate dry-run backup or schedule plans without leaking secrets.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use Nightward to audit local AI agent/devtool config, inspect MCP risk, and generate dry-run backup or schedule plans without leaking secrets.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | nightward |
| description | Use Nightward to audit local AI agent/devtool config, inspect MCP risk, and generate dry-run backup or schedule plans without leaking secrets. |
Use this skill when a task asks to inspect local AI agent configs, MCP servers, dotfiles backup safety, or scheduled config scans with the nightward CLI.
Verify the command exists:
command -v nightward || go run ./cmd/nightward --help
Run a read-only health check:
nightward doctor --json
Run a redacted scan:
nightward scan --json
Generate a dry-run backup plan:
nightward plan backup --json
Preview scheduling before installing anything:
nightward schedule install --preset nightly --dry-run
schedule install or schedule remove without explicit user approval.secret-auth, runtime-cache, or app-owned items into dotfiles.Nightward v1 is local-only and read-mostly. Scan and plan commands do not mutate user config. The only write paths are explicit schedule install/remove commands.
Nightward requires DCO on every non-merge commit. Use git commit -s or git commit --signoff for all Nightward commits, while preserving the normal local signing setup.