From f2b8f7bd5b5f3c00e82dbbf9ceb34c05b427e685 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 11 Jan 2026 11:32:30 +0000 Subject: [PATCH] docs: note bundled skill-creator --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b23573f2c..41e66021d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - macOS: prompt to install the global `clawdbot` CLI when missing in local mode; install via `clawd.bot/install-cli.sh` (no onboarding) and use external launchd/CLI instead of the embedded gateway runtime. - Docs: add gog calendar event color IDs from `gog calendar colors`. (#715) — thanks @mjrussell. - Cron/CLI: trim model overrides on cron edits and document main-session guidance. (#711) — thanks @mjrussell. +- Skills: bundle `skill-creator` to guide creating and packaging skills. ### Fixes - CLI/Update: preserve base environment when passing overrides to update subprocesses. (#713) — thanks @danielz1z.