mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-21 12:04:59 +00:00
Docs: restore creating-skills frontmatter context
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user