← 返回 Skills 市场
x-rayluan

Openclaw Doc Sync

作者 X-RayLuan · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
119
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install openclaw-doc-sync
功能描述
Post-release documentation sync skill that automatically aligns README/ARCHITECTURE/CONTRIBUTING/CLAUDE.md with actual changes, cleans up TODOs, polishes Cha...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-doc-sync
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-doc-sync 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Updated description: English first, multilingual support
v1.0.0
Renamed from clawlite-doc-sync to openclaw-doc-sync
元数据
Slug openclaw-doc-sync
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Openclaw Doc Sync 是什么?

Post-release documentation sync skill that automatically aligns README/ARCHITECTURE/CONTRIBUTING/CLAUDE.md with actual changes, cleans up TODOs, polishes Cha... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 119 次。

如何安装 Openclaw Doc Sync?

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

Openclaw Doc Sync 是免费的吗?

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

Openclaw Doc Sync 支持哪些平台?

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

谁开发了 Openclaw Doc Sync?

由 X-RayLuan(@x-rayluan)开发并维护,当前版本 v1.0.1。

💬 留言讨论