template-skill/SKILL.md

27 lines
449 B
Markdown

---
name: my-skill
description: "TODO: describe what this skill does and when to use it."
---
# my-skill
TODO: one-line description.
> Auth (CLIENT_KEY) is loaded automatically from `~/.openclaw/.env`.
## Run
```bash
bun scripts/run.ts <command> [args] [--dry-run]
```
## Commands
| Command | Description |
|---------|-------------|
| `run <arg>` | TODO: describe |
## Output
Returns JSON: `{ "status": "success" | "failed", "data": ... }`