一键导入
docs-site
Build, preview, and update the VitePress documentation site in docs-site/
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Build, preview, and update the VitePress documentation site in docs-site/
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Improve the visual design and UX of the VitePress docs site — layout, colors, typography, components, and responsiveness
Run go test with race detector, analyze failures, fix issues, and re-run until green
Review pull requests against repo standards — Go conventions, test coverage, race detector, CHANGELOG, and docs
Create a GitHub release with tag after a PR merge — follows the repo's tag and gh release create workflow
Handle upstream-release issues — read changelog deltas, update spec docs, sync protocol and gateway types, run tests, open PR, tag release
| name | docs-site |
| description | Build, preview, and update the VitePress documentation site in docs-site/ |
| license | MIT |
| metadata | {"audience":"contributors","workflow":"docs"} |
Manage the openclaw-go VitePress documentation site — build it, preview it, add or update pages, and fix issues.
Use this skill when working on the docs site, adding new package documentation, updating guides, or debugging build/deploy issues.
docs-site/
.vitepress/
config.mts — VitePress configuration (nav, sidebar, theme)
theme/
index.ts — custom theme extending DefaultTheme
custom.css — amber brand colors, dark mode, component styles
public/
mascot-gpt.png — site logo and favicon
index.md — home page (hero + feature cards)
changelog.md — includes ../CHANGELOG.md via @include directive
guide/
getting-started.md
authentication.md
streaming.md
packages/
gateway.md
protocol.md
chatcompletions.md
openresponses.md
toolsinvoke.md
discovery.md
acp.md
All commands run from docs-site/:
| Command | Purpose |
|---|---|
npm ci | Install dependencies (clean) |
npm run dev | Dev server with hot reload |
npm run build | Build static site to .vitepress/dist/ |
npm run preview | Serve built site locally at http://localhost:4173/openclaw-go/ |
/openclaw-go/ (GitHub Pages project site).html extensions)/mascot-gpt.pnghttps://github.com/a3tai/openclaw-go/edit/main/docs-site/:pathdocs-site/packages/<name>.md.vitepress/config.mts under /packages/ itemsindex.md if appropriatedocs-site/guide/<name>.md.vitepress/config.mts under /guide/ itemsThe site deploys to GitHub Pages via .github/workflows/docs-deploy.yml:
v*) or manual workflow_dispatchnpm ci, npm run build.vitepress/dist/ as a Pages artifact../CHANGELOG.md — do not duplicate content#f5a623 for any new styled elements