From d21683afe346984c148016e49b1fb3bdb944f842 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Fri, 27 Feb 2026 10:09:20 -0800 Subject: [PATCH] docs(skills): include env/dependency/link metadata fields --- docs/tools/skills.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/tools/skills.md b/docs/tools/skills.md index b044ebaf1d5..2745b57abf8 100644 --- a/docs/tools/skills.md +++ b/docs/tools/skills.md @@ -386,6 +386,11 @@ Normalization behavior: - `requires.config` — list of `openclaw.json` paths that must be truthy. - `primaryEnv` — env var name associated with `skills.entries..apiKey`. - `install` — optional array of installer specs used by the macOS Skills UI (brew/node/go/uv/download). +- `cliHelp` — optional CLI help output captured for richer skill details in registry/UI surfaces. +- `envVars` — optional structured environment declarations (`name`, `required`, `description`). +- `dependencies` — optional structured dependency declarations (`name`, `type`, optional version/url/repository). +- `author` — optional author string for display/attribution. +- `links` — optional link metadata (`homepage`, `repository`, `documentation`, `changelog`). Note on sandboxing: