picoclaw/cmd/picoclaw/internal/skills
leamon 0fb92b21b6
enhance skill installer (#1252)
* enhance skill installer

* enhance install skills v2

* go file formate

* fix:use proxy download skills;many chunck download;simple code

* add default config to config.example.json, download skill from github use proxy and token

---------

Co-authored-by: FantasticCode2019 <1443996278@qq.com>
2026-03-13 14:04:02 +08:00
..
command.go enhance skill installer (#1252) 2026-03-13 14:04:02 +08:00
command_test.go refactor(cli): migrate to Cobra-based command structure (#429) 2026-02-25 18:47:45 +11:00
helpers.go fix(skills): use registry-backed search for skills discovery (#929) 2026-03-01 15:20:20 +11:00
install.go fix(skills): use --registry flag value as registry name 2026-03-05 17:10:04 +08:00
install_test.go fix(skills): use --registry flag value as registry name 2026-03-05 17:10:04 +08:00
installbuiltin.go refactor(cli): migrate to Cobra-based command structure (#429) 2026-02-25 18:47:45 +11:00
installbuiltin_test.go refactor(cli): migrate to Cobra-based command structure (#429) 2026-02-25 18:47:45 +11:00
list.go refactor(cli): migrate to Cobra-based command structure (#429) 2026-02-25 18:47:45 +11:00
list_test.go refactor(cli): migrate to Cobra-based command structure (#429) 2026-02-25 18:47:45 +11:00
listbuiltin.go refactor(cli): migrate to Cobra-based command structure (#429) 2026-02-25 18:47:45 +11:00
listbuiltin_test.go refactor(cli): migrate to Cobra-based command structure (#429) 2026-02-25 18:47:45 +11:00
remove.go refactor(cli): migrate to Cobra-based command structure (#429) 2026-02-25 18:47:45 +11:00
remove_test.go refactor(cli): migrate to Cobra-based command structure (#429) 2026-02-25 18:47:45 +11:00
search.go fix(skills): use registry-backed search for skills discovery (#929) 2026-03-01 15:20:20 +11:00
search_test.go fix(skills): use registry-backed search for skills discovery (#929) 2026-03-01 15:20:20 +11:00
show.go refactor(cli): migrate to Cobra-based command structure (#429) 2026-02-25 18:47:45 +11:00
show_test.go refactor(cli): migrate to Cobra-based command structure (#429) 2026-02-25 18:47:45 +11:00