惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

GbyAI
GbyAI
Y
Y Combinator Blog
Martin Fowler
Martin Fowler
D
Docker
N
Netflix TechBlog - Medium
酷 壳 – CoolShell
酷 壳 – CoolShell
WordPress大学
WordPress大学
L
LangChain Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - 三生石上(FineUI控件)
博客园_首页
量子位
罗磊的独立博客
Blog — PlanetScale
Blog — PlanetScale
云风的 BLOG
云风的 BLOG
Microsoft Azure Blog
Microsoft Azure Blog
宝玉的分享
宝玉的分享
Apple Machine Learning Research
Apple Machine Learning Research
D
DataBreaches.Net
I
InfoQ
Engineering at Meta
Engineering at Meta
The Cloudflare Blog
H
Help Net Security
V
V2EX

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
docs(skills): rewrite around tables, ParamField, and Acco...
vincentkoc · 2026-04-26 · via Recent Commits to openclaw:main

committed

docs(skills): rewrite around tables, ParamField, and AccordionGroup

The skills doc was 409 lines of nested bullet lists describing precedence, allowlist rules, gating fields, installer specs, and config overrides. Heavy reference content but no Mintlify structure. Restructure for scan-first reading without losing reference detail: - Convert 'Locations and precedence' from a numbered list + arrow string into a 6-row precedence table. - Convert 'Per-agent vs shared skills' bullet/paragraph mix into a scope/path/visibility table. - Move agent-allowlist rules into an AccordionGroup so the example config is the headline and the rules collapse on demand. - Convert ClawHub install/update/sync bullets into a 3-row command table. - Convert SKILL.md frontmatter optional keys (homepage, user-invocable, disable-model-invocation, command-dispatch, command-tool, command-arg-mode) into ParamField definitions. - Convert metadata.openclaw fields (always, emoji, homepage, os, requires.bins, requires.anyBins, requires.env, requires.config, primaryEnv, install) into ParamField definitions. - Move installer-selection rules and per-installer details (Go, download) into an AccordionGroup so the gating section reads as the canonical schema plus collapsible operational notes. - Convert skills.entries config-override rules (enabled, apiKey, env, config, allowBundled) into ParamField definitions. - Surface security caveats as a Warning callout up top instead of a bullet list. - Move 'Looking for more skills?' into the trailing Related list and drop the dangling --- separator. - Sentence-case headings (Format, Gating, Config overrides, Token impact) and the Related entries (Creating skills, Skills config, Slash commands). - Drop the redundant 'Skill Workshop' Title-Case heading variant. - Add sidebarTitle 'Skills' for explicit nav. Skill source paths, frontmatter parser rules, gating semantics, installer selection logic, sandboxing notes, env-injection scope, snapshot/refresh behaviour, remote-node behaviour, and token-impact formula are unchanged. Pure restructure plus Mintlify components.

1 file changed

Lines changed: 265 additions & 216 deletions