Docs: restore creating-skills frontmatter context

This commit is contained in:
Vincent Koc
2026-02-27 14:21:44 -08:00
parent 0bff347c3a
commit f839cb5570

View File

@@ -1,5 +1,9 @@
---
title: "Creating Skills"
summary: "Build and test custom workspace skills with SKILL.md"
read_when:
- You are creating a new custom skill in your workspace
- You need a quick starter workflow for SKILL.md-based skills
---
# Creating Custom Skills 🛠
@@ -69,7 +73,7 @@ metadata:
---
```
Skills without capabilities are treated as read-only (model-only instructions). Community skills published to ClawHub **must** declare capabilities matching their tool usage — undeclared capabilities are blocked at runtime.
Skills without capabilities are treated as read-only (model-only instructions). Community skills published to ClawHub should declare capabilities matching their tool usage so policy checks and command-dispatch safety can be applied consistently.
### 4. Add Tools (Optional)