dist/ was stale — missing loadGlobalEnv in client.js, causing bundled
skills to never read ~/.openclaw/.env at runtime.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Skills no longer need to manually export env vars. auth-runtime
reads the global config file automatically on first client creation.
Won't overwrite explicitly set environment variables.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
hookUrl/hookToken are now resolved via /auth/skill-credit/client-config
endpoint instead of key binding. Added ClientConfig type and extraHeaders
support in requestApi.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Skills no longer need to manage config, tokens, or retry logic.
Just `createSkillClient()` and call `client.post(path, body)`.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>