16 lines
428 B
Markdown
16 lines
428 B
Markdown
# OpenClaw Package
|
|
|
|
This folder contains the OpenClaw version of `idea-evaluator`.
|
|
|
|
## Packaging notes
|
|
|
|
- OpenClaw loads skills from `SKILL.md` files with YAML frontmatter.
|
|
- The skill name lives in frontmatter and should stay lowercase hyphen-case.
|
|
- The body stays concise because it is the operating playbook once the skill triggers.
|
|
|
|
## Source
|
|
|
|
- `Intent.md` in the repo root
|
|
- OpenClaw skill loading and frontmatter rules
|
|
|