nvwa-skill-cli 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -38,6 +38,7 @@ npx . install-skillhub 2062784556544692224 1.0.0 --base-url http://localhost:818
38
38
  ```bash
39
39
  npx nvwa-skill-cli install <zip-url-or-file> [options]
40
40
  npx nvwa-skill-cli install-skillhub <skillId> [version] [options]
41
+ nvwa-skill-cli install-skillhub <skillId> [version] [options]
41
42
  ```
42
43
 
43
44
  ### 参数
@@ -62,6 +63,8 @@ npx nvwa-skill-cli install ./demo-skill.zip --target ./skills
62
63
  npx nvwa-skill-cli install https://example.com/demo-skill.zip --name self-improvement
63
64
  npx nvwa-skill-cli install-skillhub 2062784556544692224 --base-url http://localhost:8188 -g
64
65
  npx nvwa-skill-cli install-skillhub 2062784556544692224 1.0.0 --base-url http://localhost:8188 --agent codex -y
66
+ nvwa-skill-cli install-skillhub 2062785580131028992 --base-url http://172.23.64.1:8188 --agent codex -g -y
67
+ ```
65
68
 
66
69
  ## 安装结果
67
70
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "nvwa-skill-cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "CLI for installing skill packages from zip URLs or local zip files.",
5
5
  "bin": {
6
- "nvwa-skill": "bin/cli.js"
6
+ "nvwa-skill-cli": "bin/cli.js"
7
7
  },
8
8
  "files": [
9
9
  "bin",