@honor-claw/yoyo 1.2.1-beta.3 → 1.2.1-beta.4
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/package.json
CHANGED
|
@@ -66,7 +66,7 @@ express_logistics_query
|
|
|
66
66
|
### 示例 1: 通用物流查询(未提供单号)
|
|
67
67
|
**用户输入**: "查一下我的快递"
|
|
68
68
|
|
|
69
|
-
**工具**: "
|
|
69
|
+
**工具**: "express_logistics_query"
|
|
70
70
|
|
|
71
71
|
**JSON 参数**:
|
|
72
72
|
```json
|
|
@@ -75,12 +75,12 @@ express_logistics_query
|
|
|
75
75
|
|
|
76
76
|
**Windows (Cmd) 执行命令**:
|
|
77
77
|
```bash
|
|
78
|
-
cmd /c 'openclaw nodes invoke --node <ID> --command
|
|
78
|
+
cmd /c 'openclaw nodes invoke --node <ID> --command mcp.tool.call --params "{\"name\":\"express_logistics_query\",\"appPkg\":\"com.hihonor.magicvoice\",\"arguments\":{}}"'
|
|
79
79
|
```
|
|
80
80
|
|
|
81
81
|
**Linux (Bash) 执行命令**:
|
|
82
82
|
```bash
|
|
83
|
-
openclaw nodes invoke --node <ID> --command
|
|
83
|
+
openclaw nodes invoke --node <ID> --command mcp.tool.call --params '{"name":"express_logistics_query","appPkg":"com.hihonor.magicvoice","arguments":{}}'
|
|
84
84
|
```
|
|
85
85
|
|
|
86
86
|
---
|
|
@@ -88,7 +88,7 @@ openclaw nodes invoke --node <ID> --command express-logistics-query --params '{}
|
|
|
88
88
|
### 示例 2: 签收状态核实(未提供单号)
|
|
89
89
|
**用户输入**: "我的快递签收了吗"
|
|
90
90
|
|
|
91
|
-
**工具**: "
|
|
91
|
+
**工具**: "express_logistics_query"
|
|
92
92
|
|
|
93
93
|
**JSON 参数**:
|
|
94
94
|
```json
|
|
@@ -97,12 +97,12 @@ openclaw nodes invoke --node <ID> --command express-logistics-query --params '{}
|
|
|
97
97
|
|
|
98
98
|
**Windows (Cmd) 执行命令**:
|
|
99
99
|
```bash
|
|
100
|
-
cmd /c 'openclaw nodes invoke --node <ID> --command
|
|
100
|
+
cmd /c 'openclaw nodes invoke --node <ID> --command mcp.tool.call --params "{\"name\":\"express_logistics_query\",\"appPkg\":\"com.hihonor.magicvoice\",\"arguments\":{}}"'
|
|
101
101
|
```
|
|
102
102
|
|
|
103
103
|
**Linux (Bash) 执行命令**:
|
|
104
104
|
```bash
|
|
105
|
-
openclaw nodes invoke --node <ID> --command
|
|
105
|
+
openclaw nodes invoke --node <ID> --command mcp.tool.call --params '{"name":"express_logistics_query","appPkg":"com.hihonor.magicvoice","arguments":{}}'
|
|
106
106
|
```
|
|
107
107
|
|
|
108
108
|
---
|
|
@@ -110,7 +110,7 @@ openclaw nodes invoke --node <ID> --command express-logistics-query --params '{}
|
|
|
110
110
|
### 示例 3: 指定运单号查询
|
|
111
111
|
**用户输入**: "看看快递单号为123456789的快递"
|
|
112
112
|
|
|
113
|
-
**工具**: "
|
|
113
|
+
**工具**: "express_logistics_query"
|
|
114
114
|
|
|
115
115
|
**JSON 参数**:
|
|
116
116
|
```json
|
|
@@ -119,12 +119,12 @@ openclaw nodes invoke --node <ID> --command express-logistics-query --params '{}
|
|
|
119
119
|
|
|
120
120
|
**Windows (Cmd) 执行命令**:
|
|
121
121
|
```bash
|
|
122
|
-
cmd /c 'openclaw nodes invoke --node <ID> --command
|
|
122
|
+
cmd /c 'openclaw nodes invoke --node <ID> --command mcp.tool.call --params "{\"name\":\"express_logistics_query\",\"appPkg\":\"com.hihonor.magicvoice\",\"arguments\":{}}"'
|
|
123
123
|
```
|
|
124
124
|
|
|
125
125
|
**Linux (Bash) 执行命令**:
|
|
126
126
|
```bash
|
|
127
|
-
openclaw nodes invoke --node <ID> --command
|
|
127
|
+
openclaw nodes invoke --node <ID> --command mcp.tool.call --params '{"name":"express_logistics_query","appPkg":"com.hihonor.magicvoice","arguments":{}}'
|
|
128
128
|
```
|
|
129
129
|
|
|
130
130
|
---
|
|
@@ -132,7 +132,7 @@ openclaw nodes invoke --node <ID> --command express-logistics-query --params '{}
|
|
|
132
132
|
### 示例 4: 指定快递公司与单号查询
|
|
133
133
|
**用户输入**: "帮我查一下顺丰快递单号987654321现在到哪了"
|
|
134
134
|
|
|
135
|
-
**工具**: "
|
|
135
|
+
**工具**: "express_logistics_query"
|
|
136
136
|
|
|
137
137
|
**JSON 参数**:
|
|
138
138
|
```json
|
|
@@ -141,12 +141,12 @@ openclaw nodes invoke --node <ID> --command express-logistics-query --params '{}
|
|
|
141
141
|
|
|
142
142
|
**Windows (Cmd) 执行命令**:
|
|
143
143
|
```bash
|
|
144
|
-
cmd /c 'openclaw nodes invoke --node <ID> --command
|
|
144
|
+
cmd /c 'openclaw nodes invoke --node <ID> --command mcp.tool.call --params "{\"name\":\"express_logistics_query\",\"appPkg\":\"com.hihonor.magicvoice\",\"arguments\":{}}"'
|
|
145
145
|
```
|
|
146
146
|
|
|
147
147
|
**Linux (Bash) 执行命令**:
|
|
148
148
|
```bash
|
|
149
|
-
openclaw nodes invoke --node <ID> --command
|
|
149
|
+
openclaw nodes invoke --node <ID> --command mcp.tool.call --params '{"name":"express_logistics_query","appPkg":"com.hihonor.magicvoice","arguments":{}}'
|
|
150
150
|
```
|
|
151
151
|
|
|
152
152
|
---
|
|
@@ -154,7 +154,7 @@ openclaw nodes invoke --node <ID> --command express-logistics-query --params '{}
|
|
|
154
154
|
### 示例 5: 到件/签收意图识别
|
|
155
155
|
**用户输入**: "查询我的包裹到了吗"
|
|
156
156
|
|
|
157
|
-
**工具**: "
|
|
157
|
+
**工具**: "express_logistics_query"
|
|
158
158
|
|
|
159
159
|
**JSON 参数**:
|
|
160
160
|
```json
|
|
@@ -163,10 +163,10 @@ openclaw nodes invoke --node <ID> --command express-logistics-query --params '{}
|
|
|
163
163
|
|
|
164
164
|
**Windows (Cmd) 执行命令**:
|
|
165
165
|
```bash
|
|
166
|
-
cmd /c 'openclaw nodes invoke --node <ID> --command
|
|
166
|
+
cmd /c 'openclaw nodes invoke --node <ID> --command mcp.tool.call --params "{\"name\":\"express_logistics_query\",\"appPkg\":\"com.hihonor.magicvoice\",\"arguments\":{}}"'
|
|
167
167
|
```
|
|
168
168
|
|
|
169
169
|
**Linux (Bash) 执行命令**:
|
|
170
170
|
```bash
|
|
171
|
-
openclaw nodes invoke --node <ID> --command
|
|
171
|
+
openclaw nodes invoke --node <ID> --command mcp.tool.call --params '{"name":"express_logistics_query","appPkg":"com.hihonor.magicvoice","arguments":{}}'
|
|
172
172
|
```
|