openclaw: 매뉴얼을 섹션별 파일로 분리 (14개)
단일 파일에서 디렉토리 구조로 변경하여 컨텍스트 관리 용이하게 함. openclaw-manual.md는 위키링크 인덱스로 변환. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
30
openclaw/openclaw-skills.md
Normal file
30
openclaw/openclaw-skills.md
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
title: OpenClaw 스킬 시스템
|
||||
updated: 2026-03-18
|
||||
---
|
||||
|
||||
AgentSkills 호환 스킬 폴더. 각 스킬은 `SKILL.md` (YAML frontmatter) 포함 디렉토리.
|
||||
|
||||
## 로드 우선순위
|
||||
|
||||
워크스페이스 `skills/` > `~/.openclaw/skills/` > 번들
|
||||
|
||||
## SKILL.md 형식
|
||||
|
||||
```yaml
|
||||
---
|
||||
name: 스킬-이름
|
||||
description: 설명
|
||||
user-invocable: true
|
||||
metadata: { "openclaw": { "requires": { "bins": [], "env": [], "config": [] }, "os": ["darwin","linux"] } }
|
||||
---
|
||||
스킬 본문 (사용법, 도구 호출 가이드)
|
||||
```
|
||||
|
||||
## 설정 오버라이드
|
||||
|
||||
`openclaw.json`의 `skills.entries`에서 활성화/비활성화, API 키, 환경변수 주입
|
||||
|
||||
## ClawHub
|
||||
|
||||
공개 스킬 레지스트리 — `clawhub install/update/sync`
|
||||
Reference in New Issue
Block a user