Golden Master
Track source-of-truth relationships between files — know when derived content becomes stale.
Why use this skill?
Use the OpenClaw Golden Master skill to track source-of-truth relationships between files. Detect stale documentation automatically using cryptographic checksums.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/leegitw/golden-masterWhat This Skill Does
The Golden Master skill for OpenClaw is a systematic verification utility designed to manage the integrity of documentation and codebases. In complex projects, information often exists in multiple locations; for example, a README might derive its installation steps from a core ARCHITECTURE.md or a specific config file. Over time, these derived files become 'stale' as the source evolves. Golden Master tracks these source-of-truth relationships using cryptographic checksums, allowing the agent to detect exactly when a derived file no longer matches the expected content of its source. By making these relationships explicit, Golden Master ensures that documentation remains accurate, preventing the common issue of users following broken or outdated instructions.
Installation
To integrate Golden Master into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/leegitw/golden-master
Once installed, the agent will gain the capability to analyze local file structures, suggest dependency mappings based on content similarity, and maintain a metadata registry of your source-of-truth relationships.
Use Cases
- Documentation Synchronization: Automatically verify that external documentation files match the latest API specifications or architectural diagrams stored in your repository.
- Config Management: Ensure that derived configuration files across different microservices remain consistent with a single master configuration source.
- Knowledge Management: Map which files depend on core policy documents to ensure compliance across your project whenever the policy is updated.
Example Prompts
- "OpenClaw, scan my repository and suggest relationships between my documentation files and source code definitions to identify potential staleness."
- "Establish a Golden Master tracking relationship between ARCHITECTURE.md and the files that derive their setup instructions from it."
- "Is my README file still current compared to its source-of-truth, or has it become stale since the last major update?"
Tips & Limitations
- Precision First: The agent never modifies your files automatically. It identifies staleness and suggests updates, leaving the final decision and implementation in your hands.
- Checksum Reliance: Remember that this skill tracks content-level integrity. It detects binary or textual changes, not semantic logic updates. Always review the changes suggested after a staleness alert to ensure the context remains valid.
- Scope: Current version 1.0.0 is limited to single-repository analysis. Keep your relationships contained within the same project directory for the best performance.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-leegitw-golden-master": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-read
Related Skills
doctorbot-ci-validator
Stop failing in production. Validate your GitHub Actions, GitLab CI & Keep workflows offline with surgical precision. Born from Keep bounty research, perfected for agents.
skill-readme-rebuilder
从 SKILL.md、脚本与资源反推 README、FAQ 与示例,保持说明一致。;use for skills, readme, docs workflows;do not use for 伪造脚本能力, 跳过真实依赖声明.
securityvitals
Security vitals checker for OpenClaw. Scans your installation, scores your setup, and shows you exactly what to fix. First scan in seconds.
doc-gap-finder
扫描文档目录、标题结构与文件分布,找缺失章节、重复内容和过时区域。;use for docs, audit, knowledge workflows;do not use for 读取无权限目录, 直接修改原文档.
soul-weaver
AI Soul Weaver - 12 Curated Celebrity Templates + Custom Generation. Generate OpenClaw agent configurations through dialog or select from 12 world-famous tech & business leaders.