一键导入
wip-license-guard
License compliance for your own repos. Ensures correct copyright headers, dual-license blocks, and LICENSE files across all source files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
License compliance for your own repos. Ensures correct copyright headers, dual-license blocks, and LICENSE files across all source files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Complete DevOps toolkit for AI-assisted software development. Release pipeline, license compliance, copyright enforcement, repo visibility guard, identity file protection, manifest reconciler, and best practices. All core tools are agent-callable via MCP.
Private-to-public repo sync. Copies everything except ai/ to the public mirror. Creates PR, merges, syncs releases.
PreToolUse hook that enforces branch discipline, blocks destructive commands, requires repo onboarding before first write, tracks blocked-file retries, and gates PR creation against external repos. Read when: a tool call was denied by the guard, or you're about to make the first write in a new repo, or an agent is setting up a new Claude Code / OpenClaw install.
Hook that blocks destructive edits to protected identity files. For Claude Code CLI and OpenClaw.
One-command release pipeline. Bumps version, updates changelog + SKILL.md, publishes to npm + GitHub.
Repo manifest reconciler. Makes repos-manifest.json the single source of truth for repo organization.
| name | wip-license-guard |
| description | License compliance for your own repos. Ensures correct copyright headers, dual-license blocks, and LICENSE files across all source files. |
| license | MIT |
| interface | ["cli","skill"] |
| metadata | {"display-name":"License Guard","version":"1.0.0","homepage":"https://github.com/wipcomputer/wip-ai-devops-toolbox","author":"Parker Todd Brooks","category":"dev-tools","capabilities":["copyright-enforcement","license-compliance","license-file-check"],"requires":{"bins":["node","git"]},"openclaw":{"requires":{"bins":["node","git"]},"install":[{"id":"node","kind":"node","package":"@wipcomputer/wip-license-guard","bins":["wip-license-guard"],"label":"Install via npm"}],"emoji":"📜"}} |
License compliance for your own repos. Ensures correct copyright, dual-license blocks, LICENSE files, and README license sections.
wip-license-guard check [path] # audit repo against config
wip-license-guard check --fix [path] # auto-fix LICENSE, CLA, copyright issues
wip-license-guard init [path] # interactive setup
wip-license-guard init --from-standard # apply WIP Computer defaults (no prompts)
wip-license-guard readme-license [path] # audit README license sections
wip-license-guard readme-license --dry-run # preview what would change
wip-license-guard readme-license --fix # apply standard block to all READMEs
Scans all repos for README license sections. Three modes:
Works on a single repo or a directory of repos:
wip-license-guard readme-license /path/to/one-repo
wip-license-guard readme-license /path/to/directory-of-repos