← Back to Skills Marketplace
119
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install openclaw-doc-sync
Description
Post-release documentation sync skill that automatically aligns README/ARCHITECTURE/CONTRIBUTING/CLAUDE.md with actual changes, cleans up TODOs, polishes Cha...
Usage Guidance
This skill appears to do exactly what it says: analyze diffs, update Markdown docs, and create a commit with the changes. Before installing or enabling autonomous invocation, consider: (1) run it first in a fork/feature branch to verify edits, (2) ensure the agent's permissions are limited (it doesn't need push rights to be useful), (3) confirm you want automated commits created by an agent, and (4) verify AskUserQuestion behavior so subjective or security-related changes require explicit human approval. There are no declared external credentials or downloads, but repository-write behavior is the primary operational risk — review and test in a safe environment.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-doc-sync
Version: 1.0.1
The openclaw-doc-sync skill is a documentation maintenance tool designed to synchronize project files (README, ARCHITECTURE, CHANGELOG, etc.) with recent code changes. It uses standard git commands (diff, log, status) and filesystem searches to identify discrepancies and includes a structured workflow with explicit safeguards, such as requiring user confirmation for risky narrative changes or version bumps. No evidence of data exfiltration, malicious execution, or unauthorized persistence was found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
Name/description claim to sync documentation after code changes and the SKILL.md contains step-by-step git + file audit/edit/commit instructions that match that purpose. It does not request unrelated binaries, environment variables, or external services.
Instruction Scope
Instructions explicitly run git commands, scan the working tree, read and edit .md files, and create a commit. These actions are expected for a doc-sync skill but constitute write operations on the repository; the document contains many safety checks (AskUserQuestion for risky/subjective changes and rules about CHANGELOG and VERSION) which reduces risk.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is downloaded or installed to disk by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested. The skill uses local git and filesystem access only, which is proportionate to its stated function.
Persistence & Privilege
always:false and no installs are set. However, the skill instructs the agent to perform repository modifications and create commits. If the agent is allowed to invoke the skill autonomously, it could make repo-local changes without further human review; the SKILL.md does not instruct an automatic push, but commits still alter the working tree and history.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-doc-sync - After installation, invoke the skill by name or use
/openclaw-doc-sync - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Updated description: English first, multilingual support
v1.0.0
Renamed from clawlite-doc-sync to openclaw-doc-sync
Metadata
Frequently Asked Questions
What is Openclaw Doc Sync?
Post-release documentation sync skill that automatically aligns README/ARCHITECTURE/CONTRIBUTING/CLAUDE.md with actual changes, cleans up TODOs, polishes Cha... It is an AI Agent Skill for Claude Code / OpenClaw, with 119 downloads so far.
How do I install Openclaw Doc Sync?
Run "/install openclaw-doc-sync" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Openclaw Doc Sync free?
Yes, Openclaw Doc Sync is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Openclaw Doc Sync support?
Openclaw Doc Sync is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Openclaw Doc Sync?
It is built and maintained by X-RayLuan (@x-rayluan); the current version is v1.0.1.
More Skills