feat: initialize OmniClaw skills registry

This commit is contained in:
boris
2026-04-24 01:12:20 -07:00
commit 789bb38e69
16 changed files with 1713 additions and 0 deletions

8
AGENTS.md Normal file
View File

@@ -0,0 +1,8 @@
# Repository Instructions
- Keep skills self-contained and installable by copying one folder into `$CODEX_HOME/skills`.
- Do not commit real credentials, API keys, OAuth tokens, generated images, or private logs.
- Run `node tools/validate.mjs` before committing.
- Run `node tools/build-registry.mjs` after changing any skill metadata, skill file, reference, script, or API document.
- Commit `registry/manifest.json` and `packages/*.tar.gz` because public installers and website pages may consume them directly.