← Back to Skills Marketplace
OpenClaw ADR
by
michealxie001
· GitHub ↗
· v1.0.0
· MIT-0
122
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-adr
Description
Architecture Decision Records (ADR) management. Creates, updates, and tracks architectural decisions with templates and linting.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-adr - After installation, invoke the skill by name or use
/openclaw-adr - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Architecture Decision Records manager with MADR format support
Metadata
Frequently Asked Questions
What is OpenClaw ADR?
Architecture Decision Records (ADR) management. Creates, updates, and tracks architectural decisions with templates and linting. It is an AI Agent Skill for Claude Code / OpenClaw, with 122 downloads so far.
How do I install OpenClaw ADR?
Run "/install openclaw-adr" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw ADR free?
Yes, OpenClaw ADR is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenClaw ADR support?
OpenClaw ADR is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw ADR?
It is built and maintained by michealxie001 (@michealxie001); the current version is v1.0.0.
More Skills