huaweicloud-devkit 1.0.2-next.22 → 1.0.2-next.23

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.
package/README.md CHANGED
@@ -101,13 +101,17 @@ npx --yes huaweicloud-devkit uninstall --target officeace
101
101
  ### OpenClaw
102
102
 
103
103
  ```bash
104
- npx --yes huaweicloud-devkit install --target openclaw
104
+ # Recommended (ClawHub)
105
+ openclaw plugins install clawhub:huaweicloud-devkit
106
+ openclaw plugins uninstall huaweicloud-devkit
107
+ openclaw plugins update huaweicloud-devkit
105
108
  ```
106
109
 
107
- **Restart OpenClaw** after installation.
110
+ **Restart OpenClaw** after installation. If prompted for security risk acknowledgment, add `--acknowledge-clawhub-risk`.
108
111
 
109
112
  ```bash
110
- npx --yes huaweicloud-devkit doctor --target openclaw
113
+ # Or via npx
114
+ npx --yes huaweicloud-devkit install --target openclaw
111
115
  npx --yes huaweicloud-devkit status --target openclaw
112
116
  npx --yes huaweicloud-devkit update --target openclaw
113
117
  npx --yes huaweicloud-devkit uninstall --target openclaw
package/README.zh-CN.md CHANGED
@@ -101,13 +101,17 @@ npx --yes huaweicloud-devkit uninstall --target officeace
101
101
  ### OpenClaw
102
102
 
103
103
  ```bash
104
- npx --yes huaweicloud-devkit install --target openclaw
104
+ # 推荐方式 (ClawHub)
105
+ openclaw plugins install clawhub:huaweicloud-devkit
106
+ openclaw plugins uninstall huaweicloud-devkit
107
+ openclaw plugins update huaweicloud-devkit
105
108
  ```
106
109
 
107
- 安装后**重启 OpenClaw**。
110
+ 安装后**重启 OpenClaw**。如提示安全风险确认,加 `--acknowledge-clawhub-risk`。
108
111
 
109
112
  ```bash
110
- npx --yes huaweicloud-devkit doctor --target openclaw
113
+ # 或通过 npx
114
+ npx --yes huaweicloud-devkit install --target openclaw
111
115
  npx --yes huaweicloud-devkit status --target openclaw
112
116
  npx --yes huaweicloud-devkit update --target openclaw
113
117
  npx --yes huaweicloud-devkit uninstall --target openclaw
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "huaweicloud-devkit",
3
- "version": "1.0.2-next.22",
3
+ "version": "1.0.2-next.23",
4
4
  "description": "Agent toolkit that helps coding agents use Huawei Cloud Skills, KooCLI, APIs, SDKs, and future MCP capabilities safely and accurately.",
5
5
  "type": "module",
6
6
  "files": [
@@ -17,7 +17,7 @@
17
17
  "mcpServers": "./.mcp.json",
18
18
  "description": "Guide coding agents to use Huawei Cloud Skills, KooCLI, APIs, SDKs, and future MCP capabilities with safer execution and less context.",
19
19
  "skills": "./skills/",
20
- "version": "1.0.2-next.22",
20
+ "version": "1.0.2-next.23",
21
21
  "author": {
22
22
  "name": "HuaweiCloud Mate",
23
23
  "url": "https://github.com/huaweicloud"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "huaweicloud-devkit",
3
- "version": "1.0.2-next.22",
3
+ "version": "1.0.2-next.23",
4
4
  "description": "Guide coding agents to use Huawei Cloud Skills, KooCLI, APIs, SDKs, and future MCP capabilities with safer execution and less context.",
5
5
  "author": {
6
6
  "name": "HuaweiCloud Mate",
@@ -17,7 +17,7 @@
17
17
  "mcpServers": "./.mcp.json",
18
18
  "description": "Guide coding agents to use Huawei Cloud Skills, KooCLI, APIs, SDKs, and future MCP capabilities with safer execution and less context.",
19
19
  "skills": "./skills/",
20
- "version": "1.0.2-next.22",
20
+ "version": "1.0.2-next.23",
21
21
  "author": {
22
22
  "name": "HuaweiCloud Mate",
23
23
  "url": "https://github.com/huaweicloud"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "huaweicloud-devkit",
3
- "version": "1.0.2-next.22",
3
+ "version": "1.0.2-next.23",
4
4
  "description": "Guide coding agents to use Huawei Cloud Skills, KooCLI, APIs, SDKs, and future MCP capabilities with safer execution and less context.",
5
5
  "author": {
6
6
  "name": "HuaweiCloud Mate",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "huaweicloud-devkit",
3
- "version": "1.0.2-next.22",
3
+ "version": "1.0.2-next.23",
4
4
  "description": "Guide coding agents to use Huawei Cloud Skills, KooCLI, APIs, SDKs, and future MCP capabilities with safer execution and less context.",
5
5
  "author": {
6
6
  "name": "HuaweiCloud Mate",
@@ -2,7 +2,7 @@
2
2
  "name": "huaweicloud-devkit",
3
3
  "id": "huaweicloud-devkit",
4
4
  "displayName": "HuaweiCloud DevKit",
5
- "version": "1.0.2-next.22",
5
+ "version": "1.0.2-next.23",
6
6
  "family": "bundle-plugin",
7
7
  "bundleFormat": "codex",
8
8
  "description": "Guide coding agents to use Huawei Cloud safely — KooCLI, APIs, SDKs, 28 MCP tools, skills, and safety guardrails.",