← 返回 Skills 市场
wimi321

CLAUDE MD Initializer

作者 wimi321 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
147
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install claude-code-claude-md-initializer
功能描述
Use when onboarding a repository into Claude Code by creating or improving CLAUDE.md, and optionally identifying useful skills, hooks, and verifier setup.
使用说明 (SKILL.md)

CLAUDE MD Initializer

Use this skill when a repo needs onboarding documentation for future agent sessions.

Workflow

  1. Read the repository structure, README, existing instructions, and tooling config.
  2. Identify key build, test, and run commands.
  3. Summarize the high-level architecture and important conventions.
  4. Create or improve CLAUDE.md without stuffing it with generic advice.
  5. Suggest follow-on skills, hooks, or verifier setup if they materially help.

Guardrails

  • Do not invent commands or conventions.
  • Focus on repo-specific knowledge, not generic coding advice.
  • Keep the file practical for future agent sessions.

Source Provenance

Derived from src/commands/init.ts.

安全使用建议
This skill appears coherent and low-risk: it only instructs the agent to read the repository and produce a CLAUDE.md. Before installing or invoking it, ensure the agent's repository access is scoped appropriately: if the repo contains secrets (API keys, .env files, private keys), the agent could read and summarize them unless you add explicit guardrails. Practical precautions: (1) add or request a guardrail to ignore/redact files like .env, credentials, and secrets; (2) review any generated CLAUDE.md before committing or sharing; (3) confirm the skill's provenance (the metadata claims it was derived from src/commands/init.ts) if you need stronger assurance about origin; and (4) avoid granting the skill broader permissions (e.g., write access or external network posting) unless necessary.
功能分析
Type: OpenClaw Skill Name: claude-code-claude-md-initializer Version: 1.0.0 The skill is a documentation utility designed to bootstrap repository-specific guidance by creating or updating a 'CLAUDE.md' file. Analysis of SKILL.md and agents/openai.yaml shows the workflow is limited to reading repository structure and summarizing build/test commands, with no evidence of malicious execution, data exfiltration, or harmful prompt injection.
能力评估
Purpose & Capability
Name/description (create/improve CLAUDE.md for repo onboarding) align with the runtime instructions (read repo, identify commands, summarize architecture, produce CLAUDE.md and suggest skills). Nothing requested—no env vars, binaries, or installs—is disproportionate to this purpose.
Instruction Scope
Instructions tell the agent to "read the repository structure, README, existing instructions, and tooling config," which is appropriate for repo onboarding. However, that broad read operation can include secrets or sensitive files in the repo (e.g., .env, credentials, keys) unless explicitly excluded. The Guardrails disallow inventing commands but do not explicitly forbid reading or reproducing secrets or private files; consider adding explicit redaction/ignore rules.
Install Mechanism
Instruction-only skill with no install spec and no code files. Lowest-risk install footprint (nothing is written to disk or downloaded).
Credentials
No environment variables, credentials, or config paths are required. The skill does not ask for unrelated secrets or services.
Persistence & Privilege
always:false and no claims of modifying other skills or system-wide settings. Autonomous invocation is allowed (default) but not combined with other concerning privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install claude-code-claude-md-initializer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /claude-code-claude-md-initializer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial extraction from local Claude Code source
元数据
Slug claude-code-claude-md-initializer
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

CLAUDE MD Initializer 是什么?

Use when onboarding a repository into Claude Code by creating or improving CLAUDE.md, and optionally identifying useful skills, hooks, and verifier setup. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 147 次。

如何安装 CLAUDE MD Initializer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install claude-code-claude-md-initializer」即可一键安装,无需额外配置。

CLAUDE MD Initializer 是免费的吗?

是的,CLAUDE MD Initializer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

CLAUDE MD Initializer 支持哪些平台?

CLAUDE MD Initializer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 CLAUDE MD Initializer?

由 wimi321(@wimi321)开发并维护,当前版本 v1.0.0。

💬 留言讨论