cyberneticlibrary

Refresh installed skills

update-skillsskillsetup L229,740
nanocoai/nanoclaw
What it does

Re-apply installed channel/provider skills to fetch latest code

Best for

Pulling latest skill code without losing local credential wiring or database configuration.

Inputs
  • · list of installed skills (channels+providers)
  • · user multiselect of which skills to refresh
Outputs
  • · refreshed skill code files
  • · build validation result
  • · error summary if apply failed
Requires
  • · git
  • · pnpm build
  • · pnpm test
Preconditions
  • · working tree is clean
  • · upstream channels and providers branches exist
Failure modes
  • · dirty working tree blocks preflight
  • · upstream branch missing for a skill
  • · skill apply script fails during re-fetch
Trust signals
  • · idempotent per-skill apply design
  • · post-apply validation (build+test)
  • · barrel tests assert skill registration