← 返回 Skills 市场
OpenClaw ADR
作者
michealxie001
· GitHub ↗
· v1.0.0
· MIT-0
122
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-adr
功能描述
Architecture Decision Records (ADR) management. Creates, updates, and tracks architectural decisions with templates and linting.
安全使用建议
This skill appears to do exactly what it says: manage ADR Markdown files in a repo. Before installing or running it: 1) Confirm the correct script path in your repo/CI (SKILL.md shows both scripts/main.py and skills/adr/scripts/main.py). 2) Run it in a non-sensitive test repo first — it will create/write files under docs/adr relative to the specified --root. 3) Review the script if you plan to run it in an important repository (to ensure filenames and update behavior match your expectations). There are no requests for credentials, network calls, or automatic installs, so risks are limited to accidental file creation or modification in the project tree.
功能分析
Type: OpenClaw Skill
Name: openclaw-adr
Version: 1.0.0
The skill bundle provides a standard utility for managing Architecture Decision Records (ADR) in Markdown format. The core logic in 'scripts/main.py' handles file creation, status updates via regex, and basic linting within a designated directory ('docs/adr'), using only Python standard libraries without any network access, sensitive data retrieval, or suspicious execution patterns.
能力评估
Purpose & Capability
Name/description (ADR management) align with the included script and SKILL.md: the code creates, lists, updates, and lints Markdown ADR files under a docs/adr directory. No unrelated capabilities (cloud access, system-wide changes, or secret harvesting) are requested.
Instruction Scope
SKILL.md instructs the agent/user to run the included Python script for create/list/update/lint operations and shows CI examples. All referenced file operations are limited to project-local ADR files. Minor inconsistency: some examples/paths in SKILL.md and CI snippet reference skills/adr/scripts/main.py while the bundle lists scripts/main.py — verify path when integrating into CI to avoid accidental runs in the wrong directory.
Install Mechanism
No install spec (instruction-only) and the package contains a single Python script. This is low-risk: nothing is downloaded or installed automatically by the skill.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code does not read environment variables or network endpoints; it only reads/writes files under the project directory.
Persistence & Privilege
The skill is not always-included and does not request elevated persistence. It only writes ADR files under docs/adr in the chosen project root. Note: the platform default allows autonomous invocation, but this skill's local file scope and lack of credentials limits its blast radius.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-adr - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-adr触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Architecture Decision Records manager with MADR format support
元数据
常见问题
OpenClaw ADR 是什么?
Architecture Decision Records (ADR) management. Creates, updates, and tracks architectural decisions with templates and linting. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 122 次。
如何安装 OpenClaw ADR?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-adr」即可一键安装,无需额外配置。
OpenClaw ADR 是免费的吗?
是的,OpenClaw ADR 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenClaw ADR 支持哪些平台?
OpenClaw ADR 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw ADR?
由 michealxie001(@michealxie001)开发并维护,当前版本 v1.0.0。
推荐 Skills