OpenClaw ADR
v1.0.0Architecture Decision Records (ADR) management. Creates, updates, and tracks architectural decisions with templates and linting.
⭐ 0· 42·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk97ecfn8d1awd8hbrs2sfnq1f9840sve
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
