# Document First Principle

> The skill of prioritizing official documentation before making configuration changes. When you need to configure or modify your own (OpenClaw) settings, you must first study the official documentation at https://docs.openclaw.ai/ to ensure that all configuration changes are based on accurate, authoritative information.

- Skill: `kbarbel640-del/document-first-principle` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add kbarbel640-del/document-first-principle`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kbarbel640-del/document-first-principle/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: kbarbel640-del (https://skillmd.com/u/kbarbel640-del)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/kbarbel640-del/document-first-principle

---


# 文档优先原则

## 概述

这是一个核心工作原则，强调在进行任何配置修改或系统设置前，必须首先查阅官方文档。这能确保所有操作都基于准确、最新的官方信息，避免因错误配置导致系统问题。

## 工作流程

1. **文档查阅阶段**:
   - 访问官方文档 https://docs.openclaw.ai/
   - 根据需求查找相关配置章节
   - 仔细阅读相关概念、配置选项和最佳实践

2. **计划制定阶段**:
   - 基于文档理解制定配置变更计划
   - 考虑配置变更的依赖关系和影响范围
   - 准备必要的备份措施

3. **执行验证阶段**:
   - 根据文档规范进行配置修改
   - 验证配置是否符合文档规范
   - 测试功能确保正常工作

