v1.18.0
Minor Changes
-
4e6e605: feat: add --token support to find and publish commands
The
findandpublishcommands now accept--tokenfor authenticated registry requests, consistent withinstall. Token resolution priority:--tokenflag >RESKILL_TOKENenv >~/.reskillrc.This enables agent environments to pass platform tokens for searching and publishing private skills without prior
reskill login.Note:
publishuses--token(long only) since-tis taken by--tag.
feat: find 和 publish 命令新增 --token 参数
find和publish命令现在支持--token参数进行认证请求,与install保持一致。Token 优先级:--token参数 >RESKILL_TOKEN环境变量 >~/.reskillrc配置。适用于 agent 环境中无需
reskill login即可搜索和发布私有 skill 的场景。注意:
publish使用--token(仅长选项),因为-t已被--tag占用。