Robert Koller 6fbffd98fa fix: install skill as self-contained bundle, harden installer
- Install entire skill dir (SKILL.md + scripts/ + references/) into
  ~/.openclaw/skills/ (shared skill location per OpenClaw docs)
- Scripts live inside the skill folder, not a separate global dir
- Node.js 22 check is now a hard error, not a warning
- timeout check is a hard error (required for delegate.sh)
- Add --force flag to reinstall npm packages on rerun
- Pin npm packages to @latest explicitly
- Drop darwin from os metadata (requires GNU coreutils)
- Fix set -e killing exit code capture in delegate.sh
2026-03-16 05:18:40 +00:00
..
2026-02-01 20:34:42 +00:00
2026-02-15 10:24:53 -06:00
2026-03-14 07:54:11 +05:30