Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

documentation文档

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

83,991

周安装

3,431

GitHub Stars

3

下载量

26,899
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:documentation(文档)
来源仓库:https://github.com/ivangdavila/documentation
安装命令:
openclaw skills install documentation
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install documentation

简介

用于技术文档的结构设计、内容维护和常见故障规避指导。

  • 适合在 OpenClaw 中辅助 README、Markdown 和说明文的内容整理与优化。
  • 可帮助 Agent 提炼章节、统一术语、检查链接有效性或组织零散材料。
  • 安装命令为 openclaw skills install documentation,需保留项目原有事实与路径。
  • 对外文案撰写时应避免过度营销或能力夸大表述。

SKILL.md

name
Documentation
description
Technical documentation patterns, structure, maintenance, and avoiding common documentation failures.
metadata
category
writing
skills
["documentation", "technical-writing", "readme", "api-docs"]

Structure Hierarchy

  • README: what it is, how to install, quick example — 5 minutes to first success
  • Getting Started: guided tutorial for beginners — one complete workflow
  • Guides: task-oriented ("How to X") — goal-focused, not feature-focused
  • Reference: exhaustive API/CLI docs — complete but not for learning
  • Troubleshooting: common errors with solutions — search-optimized

README Essentials

  1. One-sentence description — what problem it solves
  2. Installation — copy-paste command that works
  3. Quick start — minimal example that actually runs
  4. Link to full docs — don't cram everything in README

Missing any of these = users bounce before trying.

Code Examples

  • Every example must be tested — untested examples rot within months
  • Show complete runnable code, not fragments — users copy-paste
  • Include expected output — confirms they did it right
  • Bad: client.query(...) / Good: full script with imports, setup, and output
  • Version-pin examples: npm install package@2.1.0 not npm install package

API Documentation

  • Every endpoint needs: method, path, parameters, request body, response, error codes
  • Show real request/response bodies — not just schemas
  • Include authentication in every example — most common missing piece
  • Document rate limits and pagination upfront — not buried in footnotes
  • Error responses need as much detail as success responses

What Gets Outdated

  • Screenshots — UI changes, screenshots don't
  • Version numbers — hardcoded versions become wrong
  • Links — external sites move, break constantly
  • "Current" anything — write timelessly or add review dates
  • Feature flags and experimental warnings — often forgotten after GA

Maintenance Patterns

  • Docs live next to code — same repo, same PR. Separate repos drift
  • CI checks for broken links — markdown-link-check or equivalent
  • Runnable examples as tests — if example breaks, build fails
  • Review date in docs: "Last verified: 2024-01" — signals freshness
  • Delete aggressively — outdated docs worse than no docs

Common Failures

  • Documenting implementation, not usage — users don't care how it works internally
  • Assuming context — define acronyms, link prerequisites
  • Wall of text — use headings, bullets, code blocks liberally
  • "See X for more info" without link — friction kills follow-through
  • Changelog as documentation — changes ≠ how to use current version

Writing Style

  • Imperative mood: "Run the command" not "You can run the command"
  • Second person: "you" not "the user"
  • Present tense: "This returns X" not "This will return X"
  • Short sentences — one idea per sentence
  • Active voice: "The function returns X" not "X is returned by the function"

Searchability

  • Use words users search for — not internal jargon
  • Error messages verbatim in troubleshooting — users paste exact errors
  • Multiple ways to describe same thing — alias common variations
  • H2/H3 headings are SEO — match user queries
  • Avoid clever titles — "Getting Started" beats "Your Journey Begins"

Versioned Documentation

  • Major versions need separate docs — v1 users shouldn't see v2 docs
  • Migration guides between versions — step-by-step, not just changelog
  • Default to latest stable, link to older versions
  • Mark deprecated features clearly — don't just remove
  • URL structure: /docs/v2/ not query params

README Anti-patterns

  • Badge spam — 15 badges before content
  • Massive feature lists — save for marketing page
  • No installation instructions — assuming everyone knows
  • Screenshots without context — what am I looking at?
  • License-only README — legal compliance ≠ documentation

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

81.35%
按下载量换算21,882

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills