首页龙虾技能列表 › Wip Repo Init — WIP 仓库初始化

Wip Repo Init — WIP 仓库初始化

v1.9.68

WIP 仓库初始化工具。

0· 687·0 当前·0 累计
by @parkertoddbrooks (Parker Todd Brooks)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/1
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
This is a coherent Node-based repo-scaffolding skill that only needs Node and an npm package; its files and runtime instructions match the stated purpose and it does not request unrelated credentials or unusual privileges.
评估建议
This skill appears to do what it says: it will create an ai/ directory structure and, if an ai/ already exists, move the old contents into ai/_sort/ai_old. Before installing or running: (1) run with --dry-run first to preview changes, (2) back up or commit your repo so you can recover if something unexpected happens, and (3) verify the npm package owner/source if you need supply-chain assurance (the code here is local and readable and does not exfiltrate data). If you let an autonomous agent inv...
详细分析 ▾
用途与能力
Name/description (scaffold ai/ structure) aligns with the files, package.json, and init.mjs. Requiring node and providing an npm package that installs wip-repo-init is proportionate to the stated purpose.
指令范围
SKILL.md and init.mjs limit actions to filesystem operations in the target repo (creating ai/ structure, moving existing ai/ into ai/_sort/ai_old, dry-run option, confirmation prompt). There are no instructions to read unrelated system paths, environment variables, or transmit data externally.
安装机制
Install uses a named npm package (@wipcomputer/wip-repo-init) and exposes a CLI binary (wip-repo-init). This is expected for a Node CLI; npm packages carry the usual supply-chain risk but are appropriate for this tool.
凭证需求
No environment variables, credentials, or config paths are required. The tool only needs filesystem access to the provided target repo, which is necessary for its function.
持久化与权限
Skill is not always-enabled and is user-invocable. It does not modify other skills or global agent settings. It writes files only into the target repository (expected behavior).
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.9.682026/3/12

# Release Notes: wip-ai-devops-toolbox v1.9.68 Closes #239 ## Four-track release pipeline The release tool now supports four tracks: alpha, beta, hotfix, and stable. This replaces the single-track model where every release was public. Alpha is silent (no public release notes by default). Beta publishes prerelease notes to the public repo. Hotfix publishes to npm @latest without syncing code to public. Stable is the full deploy: npm + code sync + release notes. Developers can iterate on private, ship betas to testers, and only go public when ready. Version numbering uses standard semver prereleases: `1.9.68-alpha.1`, `1.9.68-beta.1`. The installer (`ldm install --beta` / `--alpha`) pulls the right tag from npm.

● 无害

安装命令 点击复制

官方npx clawhub@latest install wip-repo-init
镜像加速npx clawhub@latest install wip-repo-init --registry https://cn.clawhub-mirror.com

技能文档

Scaffolds the standard ai/ directory structure in any repo.

Commands

wip-repo-init /path/to/repo              # scaffold ai/ in a repo
wip-repo-init /path/to/repo --dry-run    # preview without changes
wip-repo-init /path/to/repo --yes        # skip confirmation prompt

什么 happens

新的 repo (否 ai/ folder): Creates 满 standard structure 带有 所有 READMEs explaining 什么 goes 在哪里.

Existing repo (ai/ folder exists): Shows 您 什么 将 happen 和 asks 对于 confirmation. 如果 您 say 是:

  • Moves current ai/ contents 到 ai/_sort/ai_old/
  • Scaffolds 新的 standard structure
  • 您 排序 files 从 ai_old/ 进入 新的 structure 在 own pace

Nothing is deleted. Your old files are all in ai/_sort/ai_old/.

standard ai/ structure

ai/
  read-me-first.md          <- explains everything, links to all sections
  _sort/                    <- holding pen for files that need sorting
  _trash/                   <- archive (never delete, move here)
  dev-updates/              <- engineering changelog, auto-detected by wip-release
  product/
    readme-first-product.md <- the product bible
    notes/                  <- freeform notes, research
    plans-prds/             <- plans with lifecycle stages
      roadmap.md            <- prioritized roadmap
      current/              <- plans being built now
      upcoming/             <- plans that are next
      archive-complete/     <- plans that shipped
      todos/                <- per-agent todo files
    product-ideas/          <- ideas that aren't plans yet

Every folder has a _trash/ subfolder. Every section has a README explaining what it is, what goes in it, and how to maintain it.

Interfaces

CLI, Skill

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务