docs: link AgentSkills + ClawdHub guide

This commit is contained in:
Peter Steinberger
2026-01-06 23:51:01 +01:00
parent 55278c1c71
commit 6d4cc28c4c
2 changed files with 6 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ read_when:
---
# Skills (Clawdbot)
Clawdbot uses **AgentSkills-compatible** skill folders to teach the agent how to use tools. Each skill is a directory containing a `SKILL.md` with YAML frontmatter and instructions. Clawdbot loads **bundled skills** plus optional local overrides, and filters them at load time based on environment, config, and binary presence.
Clawdbot uses **[AgentSkills](https://agentskills.io)-compatible** skill folders to teach the agent how to use tools. Each skill is a directory containing a `SKILL.md` with YAML frontmatter and instructions. Clawdbot loads **bundled skills** plus optional local overrides, and filters them at load time based on environment, config, and binary presence.
## Locations and precedence
@@ -144,4 +144,8 @@ copy). Workspace skills are user-owned and override both on name conflicts.
See [`docs/skills-config.md`](https://docs.clawd.bot/skills-config) for the full configuration schema.
## Looking for more skills?
Browse [ClawdHub](https://docs.clawd.bot/clawdhub).
---