agent-protocol-cli 1.0.0
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 +55 -0
- package/bin/agent.js +80 -0
- package/bin/commands/info.js +112 -0
- package/bin/commands/install.js +336 -0
- package/bin/commands/list.js +62 -0
- package/bin/commands/search.js +67 -0
- package/bin/commands/update.js +339 -0
- package/bin/commands/validate.js +102 -0
- package/data/index.json +3096 -0
- package/data/manifest.schema.json +694 -0
- package/package.json +60 -0
- package/vectorizer.js +78 -0
package/data/index.json
ADDED
|
@@ -0,0 +1,3096 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"_repo": "openclaw/health-coach",
|
|
4
|
+
"_path": "agent.json",
|
|
5
|
+
"_url": "https://github.com/openclaw/health-coach/blob/main/agent.json",
|
|
6
|
+
"_indexed_at": "2026-06-16T00:00:00.000Z",
|
|
7
|
+
"id": "com.openclaw.health-coach",
|
|
8
|
+
"name": "科学健身教练",
|
|
9
|
+
"description": "个性化健身计划制定、动作指导、渐进式训练方案调整和营养建议",
|
|
10
|
+
"version": "1.1.0",
|
|
11
|
+
"author": {
|
|
12
|
+
"name": "OpenClaw Team",
|
|
13
|
+
"url": "https://github.com/openclaw"
|
|
14
|
+
},
|
|
15
|
+
"tags": [
|
|
16
|
+
"fitness",
|
|
17
|
+
"健身",
|
|
18
|
+
"运动",
|
|
19
|
+
"健康",
|
|
20
|
+
"训练",
|
|
21
|
+
"workout"
|
|
22
|
+
],
|
|
23
|
+
"license": "MIT",
|
|
24
|
+
"capabilities": [
|
|
25
|
+
{
|
|
26
|
+
"id": "create_plan",
|
|
27
|
+
"name": "制定健身计划",
|
|
28
|
+
"description": "根据个人目标和身体状况制定个性化训练计划",
|
|
29
|
+
"intents": [
|
|
30
|
+
"帮我制定健身计划",
|
|
31
|
+
"我想增肌/减脂,该怎么做",
|
|
32
|
+
"设计一周训练方案",
|
|
33
|
+
"create a workout plan for me"
|
|
34
|
+
],
|
|
35
|
+
"latency": "medium",
|
|
36
|
+
"security_level": "low",
|
|
37
|
+
"cost_per_call": 0
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"id": "exercise_guide",
|
|
41
|
+
"name": "动作指导",
|
|
42
|
+
"description": "提供训练动作的详细步骤、要点和常见错误纠正",
|
|
43
|
+
"intents": [
|
|
44
|
+
"{动作}怎么做",
|
|
45
|
+
"{动作}的正确姿势",
|
|
46
|
+
"教我做{动作}",
|
|
47
|
+
"how to do {exercise} correctly"
|
|
48
|
+
],
|
|
49
|
+
"latency": "real-time",
|
|
50
|
+
"security_level": "low",
|
|
51
|
+
"cost_per_call": 0
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"id": "nutrition_advice",
|
|
55
|
+
"name": "营养建议",
|
|
56
|
+
"description": "基于健身目标提供膳食搭配和营养补充建议",
|
|
57
|
+
"intents": [
|
|
58
|
+
"健身应该怎么吃",
|
|
59
|
+
"增肌期饮食",
|
|
60
|
+
"减脂餐推荐",
|
|
61
|
+
"workout nutrition advice"
|
|
62
|
+
],
|
|
63
|
+
"latency": "low",
|
|
64
|
+
"security_level": "low",
|
|
65
|
+
"cost_per_call": 0
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
"runtime": {
|
|
69
|
+
"engine": "openclaw",
|
|
70
|
+
"type": "skill"
|
|
71
|
+
},
|
|
72
|
+
"trust": {
|
|
73
|
+
"permissions": [],
|
|
74
|
+
"sandbox_level": "basic",
|
|
75
|
+
"verified_by": [
|
|
76
|
+
"community_audit_202606"
|
|
77
|
+
]
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"$schema": "https://agent-protocol.dev/v1.0/manifest.schema.json",
|
|
82
|
+
"id": "com.openai.gpt-pdf-analyst-pro",
|
|
83
|
+
"name": "PDF Analyst Pro API",
|
|
84
|
+
"description": "PDF analysis and extraction API",
|
|
85
|
+
"version": "1.0.0",
|
|
86
|
+
"author": {
|
|
87
|
+
"name": "PDF Labs Inc."
|
|
88
|
+
},
|
|
89
|
+
"tags": [
|
|
90
|
+
"gpt-store",
|
|
91
|
+
"productivity",
|
|
92
|
+
"pdf",
|
|
93
|
+
"analyst",
|
|
94
|
+
"pro",
|
|
95
|
+
"api",
|
|
96
|
+
"upload",
|
|
97
|
+
"analyze",
|
|
98
|
+
"extract-tables"
|
|
99
|
+
],
|
|
100
|
+
"license": "custom",
|
|
101
|
+
"capabilities": [
|
|
102
|
+
{
|
|
103
|
+
"id": "upload",
|
|
104
|
+
"name": "Upload and analyze PDF",
|
|
105
|
+
"description": "Upload and analyze PDF",
|
|
106
|
+
"intents": [
|
|
107
|
+
"分析{内容}",
|
|
108
|
+
"从{source}提取{信息}",
|
|
109
|
+
"分析{文件}的内容"
|
|
110
|
+
],
|
|
111
|
+
"input": {
|
|
112
|
+
"type": "object",
|
|
113
|
+
"properties": {
|
|
114
|
+
"file": {
|
|
115
|
+
"type": "file",
|
|
116
|
+
"description": "PDF file to analyze"
|
|
117
|
+
},
|
|
118
|
+
"ocr": {
|
|
119
|
+
"type": "boolean",
|
|
120
|
+
"description": "Enable OCR for scanned documents"
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
"required": [
|
|
124
|
+
"file"
|
|
125
|
+
]
|
|
126
|
+
},
|
|
127
|
+
"latency": "low",
|
|
128
|
+
"security_level": "low",
|
|
129
|
+
"cost_per_call": 0
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"id": "analyze",
|
|
133
|
+
"name": "Analyze extracted text",
|
|
134
|
+
"description": "Analyze extracted text",
|
|
135
|
+
"intents": [
|
|
136
|
+
"分析{内容}",
|
|
137
|
+
"从{source}提取{信息}",
|
|
138
|
+
"分析{文件}的内容"
|
|
139
|
+
],
|
|
140
|
+
"input": {
|
|
141
|
+
"type": "object",
|
|
142
|
+
"properties": {
|
|
143
|
+
"text": {
|
|
144
|
+
"type": "string",
|
|
145
|
+
"description": "Extracted text content"
|
|
146
|
+
},
|
|
147
|
+
"questions": {
|
|
148
|
+
"type": "array",
|
|
149
|
+
"description": "List of questions to answer"
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
"required": [
|
|
153
|
+
"text"
|
|
154
|
+
]
|
|
155
|
+
},
|
|
156
|
+
"latency": "low",
|
|
157
|
+
"security_level": "low",
|
|
158
|
+
"cost_per_call": 0
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"id": "fetch_extract_tables",
|
|
162
|
+
"name": "Extract tables from PDF",
|
|
163
|
+
"description": "Extract tables from PDF",
|
|
164
|
+
"intents": [
|
|
165
|
+
"从{source}提取{信息}",
|
|
166
|
+
"分析{文件}的内容"
|
|
167
|
+
],
|
|
168
|
+
"input": {
|
|
169
|
+
"type": "object",
|
|
170
|
+
"properties": {
|
|
171
|
+
"file_id": {
|
|
172
|
+
"type": "string",
|
|
173
|
+
"description": "File ID from upload"
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
"required": [
|
|
177
|
+
"file_id"
|
|
178
|
+
]
|
|
179
|
+
},
|
|
180
|
+
"latency": "low",
|
|
181
|
+
"security_level": "low",
|
|
182
|
+
"cost_per_call": 0
|
|
183
|
+
}
|
|
184
|
+
],
|
|
185
|
+
"runtime": {
|
|
186
|
+
"engine": "openai-gpts",
|
|
187
|
+
"type": "skill",
|
|
188
|
+
"config_url": ""
|
|
189
|
+
},
|
|
190
|
+
"trust": {
|
|
191
|
+
"permissions": [
|
|
192
|
+
"network",
|
|
193
|
+
"read_file"
|
|
194
|
+
],
|
|
195
|
+
"sandbox_level": "basic",
|
|
196
|
+
"verified_by": [
|
|
197
|
+
"openai_gpt_store"
|
|
198
|
+
]
|
|
199
|
+
},
|
|
200
|
+
"_repo": "openai/gpt-pdf-analyst-pro"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"$schema": "https://agent-protocol.dev/v1.0/manifest.schema.json",
|
|
204
|
+
"id": "com.openai.gpt-travel-planner",
|
|
205
|
+
"name": "旅行规划师",
|
|
206
|
+
"description": "帮你规划完整行程,包括航班搜索、酒店推荐、景点攻略和当地美食指南",
|
|
207
|
+
"version": "1.0.0",
|
|
208
|
+
"author": {
|
|
209
|
+
"name": "TravelAI Inc."
|
|
210
|
+
},
|
|
211
|
+
"tags": [
|
|
212
|
+
"gpt-store",
|
|
213
|
+
"travel",
|
|
214
|
+
"旅行规划师"
|
|
215
|
+
],
|
|
216
|
+
"license": "custom",
|
|
217
|
+
"capabilities": [
|
|
218
|
+
{
|
|
219
|
+
"id": "search_flights",
|
|
220
|
+
"name": "Search Flights",
|
|
221
|
+
"description": "搜索航班信息",
|
|
222
|
+
"intents": [
|
|
223
|
+
"搜索航班信息"
|
|
224
|
+
],
|
|
225
|
+
"latency": "low",
|
|
226
|
+
"security_level": "low",
|
|
227
|
+
"cost_per_call": 0
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"id": "recommend_hotels",
|
|
231
|
+
"name": "Recommend Hotels",
|
|
232
|
+
"description": "推荐酒店",
|
|
233
|
+
"intents": [
|
|
234
|
+
"推荐酒店"
|
|
235
|
+
],
|
|
236
|
+
"latency": "low",
|
|
237
|
+
"security_level": "low",
|
|
238
|
+
"cost_per_call": 0
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"id": "plan_itinerary",
|
|
242
|
+
"name": "Plan Itinerary",
|
|
243
|
+
"description": "规划每日行程",
|
|
244
|
+
"intents": [
|
|
245
|
+
"规划每日行程"
|
|
246
|
+
],
|
|
247
|
+
"latency": "low",
|
|
248
|
+
"security_level": "low",
|
|
249
|
+
"cost_per_call": 0
|
|
250
|
+
}
|
|
251
|
+
],
|
|
252
|
+
"runtime": {
|
|
253
|
+
"engine": "openai-gpts",
|
|
254
|
+
"type": "skill",
|
|
255
|
+
"config_url": ""
|
|
256
|
+
},
|
|
257
|
+
"trust": {
|
|
258
|
+
"permissions": [],
|
|
259
|
+
"sandbox_level": "basic",
|
|
260
|
+
"verified_by": [
|
|
261
|
+
"openai_gpt_store"
|
|
262
|
+
]
|
|
263
|
+
},
|
|
264
|
+
"_repo": "openai/gpt-travel-planner"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"$schema": "https://agent-protocol.dev/v1.0/manifest.schema.json",
|
|
268
|
+
"id": "com.openai.gpt-code-assistant",
|
|
269
|
+
"name": "代码助手 Pro",
|
|
270
|
+
"description": "精通多种编程语言,帮你写代码、调试、重构和代码审查",
|
|
271
|
+
"version": "1.0.0",
|
|
272
|
+
"author": {
|
|
273
|
+
"name": "DevTools"
|
|
274
|
+
},
|
|
275
|
+
"tags": [
|
|
276
|
+
"gpt-store",
|
|
277
|
+
"developer-tools",
|
|
278
|
+
"代码助手",
|
|
279
|
+
"pro"
|
|
280
|
+
],
|
|
281
|
+
"license": "custom",
|
|
282
|
+
"capabilities": [
|
|
283
|
+
{
|
|
284
|
+
"id": "generate_code",
|
|
285
|
+
"name": "Generate Code",
|
|
286
|
+
"description": "根据需求生成代码",
|
|
287
|
+
"intents": [
|
|
288
|
+
"根据需求生成代码"
|
|
289
|
+
],
|
|
290
|
+
"latency": "low",
|
|
291
|
+
"security_level": "low",
|
|
292
|
+
"cost_per_call": 0
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"id": "debug_code",
|
|
296
|
+
"name": "Debug Code",
|
|
297
|
+
"description": "分析并修复代码bug",
|
|
298
|
+
"intents": [
|
|
299
|
+
"分析并修复代码bug"
|
|
300
|
+
],
|
|
301
|
+
"latency": "low",
|
|
302
|
+
"security_level": "low",
|
|
303
|
+
"cost_per_call": 0
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"id": "code_review",
|
|
307
|
+
"name": "Code Review",
|
|
308
|
+
"description": "审查代码质量和安全性",
|
|
309
|
+
"intents": [
|
|
310
|
+
"审查代码质量和安全性"
|
|
311
|
+
],
|
|
312
|
+
"latency": "low",
|
|
313
|
+
"security_level": "low",
|
|
314
|
+
"cost_per_call": 0
|
|
315
|
+
}
|
|
316
|
+
],
|
|
317
|
+
"runtime": {
|
|
318
|
+
"engine": "openai-gpts",
|
|
319
|
+
"type": "skill",
|
|
320
|
+
"config_url": ""
|
|
321
|
+
},
|
|
322
|
+
"trust": {
|
|
323
|
+
"permissions": [],
|
|
324
|
+
"sandbox_level": "basic",
|
|
325
|
+
"verified_by": [
|
|
326
|
+
"openai_gpt_store"
|
|
327
|
+
]
|
|
328
|
+
},
|
|
329
|
+
"_repo": "openai/gpt-code-assistant"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"$schema": "https://agent-protocol.dev/v1.0/manifest.schema.json",
|
|
333
|
+
"id": "com.openai.gpt-translator-pro",
|
|
334
|
+
"name": "翻译专家",
|
|
335
|
+
"description": "支持 100+ 种语言的互译,保留原文格式和语境,专业术语准确",
|
|
336
|
+
"version": "1.0.0",
|
|
337
|
+
"author": {
|
|
338
|
+
"name": "Lingua AI"
|
|
339
|
+
},
|
|
340
|
+
"tags": [
|
|
341
|
+
"gpt-store",
|
|
342
|
+
"productivity",
|
|
343
|
+
"翻译专家"
|
|
344
|
+
],
|
|
345
|
+
"license": "custom",
|
|
346
|
+
"capabilities": [
|
|
347
|
+
{
|
|
348
|
+
"id": "chat",
|
|
349
|
+
"name": "翻译专家",
|
|
350
|
+
"description": "支持 100+ 种语言的互译,保留原文格式和语境,专业术语准确",
|
|
351
|
+
"intents": [
|
|
352
|
+
"翻译{文本}到{语言}"
|
|
353
|
+
],
|
|
354
|
+
"latency": "low",
|
|
355
|
+
"security_level": "low",
|
|
356
|
+
"cost_per_call": 0
|
|
357
|
+
}
|
|
358
|
+
],
|
|
359
|
+
"runtime": {
|
|
360
|
+
"engine": "openai-gpts",
|
|
361
|
+
"type": "skill",
|
|
362
|
+
"config_url": ""
|
|
363
|
+
},
|
|
364
|
+
"trust": {
|
|
365
|
+
"permissions": [],
|
|
366
|
+
"sandbox_level": "basic",
|
|
367
|
+
"verified_by": [
|
|
368
|
+
"openai_gpt_store"
|
|
369
|
+
]
|
|
370
|
+
},
|
|
371
|
+
"_repo": "openai/gpt-translator-pro"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"$schema": "https://agent-protocol.dev/v1.0/manifest.schema.json",
|
|
375
|
+
"id": "com.openai.gpt-resume-builder",
|
|
376
|
+
"name": "简历优化师",
|
|
377
|
+
"description": "帮你优化简历内容,匹配职位描述,提升面试通过率",
|
|
378
|
+
"version": "1.0.0",
|
|
379
|
+
"author": {
|
|
380
|
+
"name": "CareerAI"
|
|
381
|
+
},
|
|
382
|
+
"tags": [
|
|
383
|
+
"gpt-store",
|
|
384
|
+
"career",
|
|
385
|
+
"简历优化师"
|
|
386
|
+
],
|
|
387
|
+
"license": "custom",
|
|
388
|
+
"capabilities": [
|
|
389
|
+
{
|
|
390
|
+
"id": "chat",
|
|
391
|
+
"name": "简历优化师",
|
|
392
|
+
"description": "帮你优化简历内容,匹配职位描述,提升面试通过率",
|
|
393
|
+
"intents": [
|
|
394
|
+
"简历优化师"
|
|
395
|
+
],
|
|
396
|
+
"latency": "low",
|
|
397
|
+
"security_level": "low",
|
|
398
|
+
"cost_per_call": 0
|
|
399
|
+
}
|
|
400
|
+
],
|
|
401
|
+
"runtime": {
|
|
402
|
+
"engine": "openai-gpts",
|
|
403
|
+
"type": "skill",
|
|
404
|
+
"config_url": ""
|
|
405
|
+
},
|
|
406
|
+
"trust": {
|
|
407
|
+
"permissions": [],
|
|
408
|
+
"sandbox_level": "isolated",
|
|
409
|
+
"verified_by": []
|
|
410
|
+
},
|
|
411
|
+
"_repo": "openai/gpt-resume-builder"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"$schema": "https://agent-protocol.dev/v1.0/manifest.schema.json",
|
|
415
|
+
"id": "com.openai.gpt-data-visualizer",
|
|
416
|
+
"name": "数据可视化专家",
|
|
417
|
+
"description": "将原始数据转化为精美的图表和可视化报告,支持柱状图、折线图、饼图、热力图等",
|
|
418
|
+
"version": "1.0.0",
|
|
419
|
+
"author": {
|
|
420
|
+
"name": "DataViz Labs"
|
|
421
|
+
},
|
|
422
|
+
"tags": [
|
|
423
|
+
"gpt-store",
|
|
424
|
+
"data-analysis",
|
|
425
|
+
"数据可视化专家"
|
|
426
|
+
],
|
|
427
|
+
"license": "custom",
|
|
428
|
+
"capabilities": [
|
|
429
|
+
{
|
|
430
|
+
"id": "create_chart",
|
|
431
|
+
"name": "Create Chart",
|
|
432
|
+
"description": "基于数据生成图表",
|
|
433
|
+
"intents": [
|
|
434
|
+
"基于数据生成图表"
|
|
435
|
+
],
|
|
436
|
+
"latency": "low",
|
|
437
|
+
"security_level": "low",
|
|
438
|
+
"cost_per_call": 0
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"id": "analyze_data",
|
|
442
|
+
"name": "Analyze Data",
|
|
443
|
+
"description": "数据分析与洞察",
|
|
444
|
+
"intents": [
|
|
445
|
+
"数据分析与洞察"
|
|
446
|
+
],
|
|
447
|
+
"latency": "low",
|
|
448
|
+
"security_level": "low",
|
|
449
|
+
"cost_per_call": 0
|
|
450
|
+
}
|
|
451
|
+
],
|
|
452
|
+
"runtime": {
|
|
453
|
+
"engine": "openai-gpts",
|
|
454
|
+
"type": "skill",
|
|
455
|
+
"config_url": ""
|
|
456
|
+
},
|
|
457
|
+
"trust": {
|
|
458
|
+
"permissions": [],
|
|
459
|
+
"sandbox_level": "basic",
|
|
460
|
+
"verified_by": [
|
|
461
|
+
"openai_gpt_store"
|
|
462
|
+
]
|
|
463
|
+
},
|
|
464
|
+
"_repo": "openai/gpt-data-visualizer"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"$schema": "https://agent-protocol.dev/v1.0/manifest.schema.json",
|
|
468
|
+
"id": "com.openai.gpt-email-marketer",
|
|
469
|
+
"name": "邮件营销助手",
|
|
470
|
+
"description": "帮你撰写、优化和自动化邮件营销文案,提升打开率和转化率",
|
|
471
|
+
"version": "1.0.0",
|
|
472
|
+
"author": {
|
|
473
|
+
"name": "MarketAI"
|
|
474
|
+
},
|
|
475
|
+
"tags": [
|
|
476
|
+
"gpt-store",
|
|
477
|
+
"marketing",
|
|
478
|
+
"邮件营销助手"
|
|
479
|
+
],
|
|
480
|
+
"license": "custom",
|
|
481
|
+
"capabilities": [
|
|
482
|
+
{
|
|
483
|
+
"id": "chat",
|
|
484
|
+
"name": "邮件营销助手",
|
|
485
|
+
"description": "帮你撰写、优化和自动化邮件营销文案,提升打开率和转化率",
|
|
486
|
+
"intents": [
|
|
487
|
+
"生成{内容}",
|
|
488
|
+
"将{source}转换为{target}",
|
|
489
|
+
"写邮件给{收件人}"
|
|
490
|
+
],
|
|
491
|
+
"latency": "low",
|
|
492
|
+
"security_level": "low",
|
|
493
|
+
"cost_per_call": 0
|
|
494
|
+
}
|
|
495
|
+
],
|
|
496
|
+
"runtime": {
|
|
497
|
+
"engine": "openai-gpts",
|
|
498
|
+
"type": "skill",
|
|
499
|
+
"config_url": ""
|
|
500
|
+
},
|
|
501
|
+
"trust": {
|
|
502
|
+
"permissions": [],
|
|
503
|
+
"sandbox_level": "isolated",
|
|
504
|
+
"verified_by": []
|
|
505
|
+
},
|
|
506
|
+
"_repo": "openai/gpt-email-marketer"
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"$schema": "https://agent-protocol.dev/v1.0/manifest.schema.json",
|
|
510
|
+
"id": "com.openai.gpt-legal-consultant",
|
|
511
|
+
"name": "法律顾问",
|
|
512
|
+
"description": "提供合同审查、法律条款解读和基础法律咨询服务",
|
|
513
|
+
"version": "1.0.0",
|
|
514
|
+
"author": {
|
|
515
|
+
"name": "LexAI"
|
|
516
|
+
},
|
|
517
|
+
"tags": [
|
|
518
|
+
"gpt-store",
|
|
519
|
+
"legal",
|
|
520
|
+
"法律顾问"
|
|
521
|
+
],
|
|
522
|
+
"license": "custom",
|
|
523
|
+
"capabilities": [
|
|
524
|
+
{
|
|
525
|
+
"id": "chat",
|
|
526
|
+
"name": "法律顾问",
|
|
527
|
+
"description": "提供合同审查、法律条款解读和基础法律咨询服务",
|
|
528
|
+
"intents": [
|
|
529
|
+
"法律顾问"
|
|
530
|
+
],
|
|
531
|
+
"latency": "low",
|
|
532
|
+
"security_level": "low",
|
|
533
|
+
"cost_per_call": 0
|
|
534
|
+
}
|
|
535
|
+
],
|
|
536
|
+
"runtime": {
|
|
537
|
+
"engine": "openai-gpts",
|
|
538
|
+
"type": "skill",
|
|
539
|
+
"config_url": ""
|
|
540
|
+
},
|
|
541
|
+
"trust": {
|
|
542
|
+
"permissions": [],
|
|
543
|
+
"sandbox_level": "basic",
|
|
544
|
+
"verified_by": [
|
|
545
|
+
"openai_gpt_store"
|
|
546
|
+
]
|
|
547
|
+
},
|
|
548
|
+
"_repo": "openai/gpt-legal-consultant"
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"$schema": "https://agent-protocol.dev/v1.0/manifest.schema.json",
|
|
552
|
+
"id": "com.openai.gpt-social-media-manager",
|
|
553
|
+
"name": "社交媒体管家",
|
|
554
|
+
"description": "帮你生成社交媒体文案、策划内容日历、分析互动数据",
|
|
555
|
+
"version": "1.0.0",
|
|
556
|
+
"author": {
|
|
557
|
+
"name": "SocialAI"
|
|
558
|
+
},
|
|
559
|
+
"tags": [
|
|
560
|
+
"gpt-store",
|
|
561
|
+
"marketing",
|
|
562
|
+
"社交媒体管家"
|
|
563
|
+
],
|
|
564
|
+
"license": "custom",
|
|
565
|
+
"capabilities": [
|
|
566
|
+
{
|
|
567
|
+
"id": "generate_post",
|
|
568
|
+
"name": "Generate Post",
|
|
569
|
+
"description": "生成社交媒体帖子",
|
|
570
|
+
"intents": [
|
|
571
|
+
"生成社交媒体帖子"
|
|
572
|
+
],
|
|
573
|
+
"latency": "low",
|
|
574
|
+
"security_level": "low",
|
|
575
|
+
"cost_per_call": 0
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"id": "analyze_engagement",
|
|
579
|
+
"name": "Analyze Engagement",
|
|
580
|
+
"description": "分析互动数据",
|
|
581
|
+
"intents": [
|
|
582
|
+
"分析互动数据"
|
|
583
|
+
],
|
|
584
|
+
"latency": "low",
|
|
585
|
+
"security_level": "low",
|
|
586
|
+
"cost_per_call": 0
|
|
587
|
+
}
|
|
588
|
+
],
|
|
589
|
+
"runtime": {
|
|
590
|
+
"engine": "openai-gpts",
|
|
591
|
+
"type": "skill",
|
|
592
|
+
"config_url": ""
|
|
593
|
+
},
|
|
594
|
+
"trust": {
|
|
595
|
+
"permissions": [],
|
|
596
|
+
"sandbox_level": "isolated",
|
|
597
|
+
"verified_by": []
|
|
598
|
+
},
|
|
599
|
+
"_repo": "openai/gpt-social-media-manager"
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"$schema": "https://agent-protocol.dev/v1.0/manifest.schema.json",
|
|
603
|
+
"id": "com.openai.gpt-math-tutor",
|
|
604
|
+
"name": "数学导师",
|
|
605
|
+
"description": "从代数到微积分,一步步帮你解决数学问题并解释原理",
|
|
606
|
+
"version": "1.0.0",
|
|
607
|
+
"author": {
|
|
608
|
+
"name": "EduAI"
|
|
609
|
+
},
|
|
610
|
+
"tags": [
|
|
611
|
+
"gpt-store",
|
|
612
|
+
"education",
|
|
613
|
+
"数学导师"
|
|
614
|
+
],
|
|
615
|
+
"license": "custom",
|
|
616
|
+
"capabilities": [
|
|
617
|
+
{
|
|
618
|
+
"id": "chat",
|
|
619
|
+
"name": "数学导师",
|
|
620
|
+
"description": "从代数到微积分,一步步帮你解决数学问题并解释原理",
|
|
621
|
+
"intents": [
|
|
622
|
+
"解释{概念}"
|
|
623
|
+
],
|
|
624
|
+
"latency": "low",
|
|
625
|
+
"security_level": "low",
|
|
626
|
+
"cost_per_call": 0
|
|
627
|
+
}
|
|
628
|
+
],
|
|
629
|
+
"runtime": {
|
|
630
|
+
"engine": "openai-gpts",
|
|
631
|
+
"type": "skill",
|
|
632
|
+
"config_url": ""
|
|
633
|
+
},
|
|
634
|
+
"trust": {
|
|
635
|
+
"permissions": [],
|
|
636
|
+
"sandbox_level": "basic",
|
|
637
|
+
"verified_by": [
|
|
638
|
+
"openai_gpt_store"
|
|
639
|
+
]
|
|
640
|
+
},
|
|
641
|
+
"_repo": "openai/gpt-math-tutor"
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"$schema": "https://agent-protocol.dev/v1.0/manifest.schema.json",
|
|
645
|
+
"id": "com.openai.gpt-recipe-chef",
|
|
646
|
+
"name": "AI 大厨",
|
|
647
|
+
"description": "根据你冰箱里的食材推荐菜谱,提供详细的烹饪步骤和营养信息",
|
|
648
|
+
"version": "1.0.0",
|
|
649
|
+
"author": {
|
|
650
|
+
"name": "FoodAI"
|
|
651
|
+
},
|
|
652
|
+
"tags": [
|
|
653
|
+
"gpt-store",
|
|
654
|
+
"lifestyle"
|
|
655
|
+
],
|
|
656
|
+
"license": "custom",
|
|
657
|
+
"capabilities": [
|
|
658
|
+
{
|
|
659
|
+
"id": "chat",
|
|
660
|
+
"name": "AI 大厨",
|
|
661
|
+
"description": "根据你冰箱里的食材推荐菜谱,提供详细的烹饪步骤和营养信息",
|
|
662
|
+
"intents": [
|
|
663
|
+
"推荐{类别}"
|
|
664
|
+
],
|
|
665
|
+
"latency": "low",
|
|
666
|
+
"security_level": "low",
|
|
667
|
+
"cost_per_call": 0
|
|
668
|
+
}
|
|
669
|
+
],
|
|
670
|
+
"runtime": {
|
|
671
|
+
"engine": "openai-gpts",
|
|
672
|
+
"type": "skill",
|
|
673
|
+
"config_url": ""
|
|
674
|
+
},
|
|
675
|
+
"trust": {
|
|
676
|
+
"permissions": [],
|
|
677
|
+
"sandbox_level": "isolated",
|
|
678
|
+
"verified_by": []
|
|
679
|
+
},
|
|
680
|
+
"_repo": "openai/gpt-recipe-chef"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"$schema": "https://agent-protocol.dev/v1.0/manifest.schema.json",
|
|
684
|
+
"id": "com.openai.gpt-interview-coach",
|
|
685
|
+
"name": "面试教练",
|
|
686
|
+
"description": "模拟面试练习,提供实时反馈和改进建议,帮你准备常见面试题",
|
|
687
|
+
"version": "1.0.0",
|
|
688
|
+
"author": {
|
|
689
|
+
"name": "CareerAI"
|
|
690
|
+
},
|
|
691
|
+
"tags": [
|
|
692
|
+
"gpt-store",
|
|
693
|
+
"career",
|
|
694
|
+
"面试教练"
|
|
695
|
+
],
|
|
696
|
+
"license": "custom",
|
|
697
|
+
"capabilities": [
|
|
698
|
+
{
|
|
699
|
+
"id": "chat",
|
|
700
|
+
"name": "面试教练",
|
|
701
|
+
"description": "模拟面试练习,提供实时反馈和改进建议,帮你准备常见面试题",
|
|
702
|
+
"intents": [
|
|
703
|
+
"面试教练"
|
|
704
|
+
],
|
|
705
|
+
"latency": "low",
|
|
706
|
+
"security_level": "low",
|
|
707
|
+
"cost_per_call": 0
|
|
708
|
+
}
|
|
709
|
+
],
|
|
710
|
+
"runtime": {
|
|
711
|
+
"engine": "openai-gpts",
|
|
712
|
+
"type": "skill",
|
|
713
|
+
"config_url": ""
|
|
714
|
+
},
|
|
715
|
+
"trust": {
|
|
716
|
+
"permissions": [],
|
|
717
|
+
"sandbox_level": "basic",
|
|
718
|
+
"verified_by": [
|
|
719
|
+
"openai_gpt_store"
|
|
720
|
+
]
|
|
721
|
+
},
|
|
722
|
+
"_repo": "openai/gpt-interview-coach"
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"$schema": "https://agent-protocol.dev/v1.0/manifest.schema.json",
|
|
726
|
+
"id": "com.openai.gpt-fitness-tracker",
|
|
727
|
+
"name": "健身规划师",
|
|
728
|
+
"description": "根据你的身体状况和目标制定个性化训练计划和饮食建议",
|
|
729
|
+
"version": "1.0.0",
|
|
730
|
+
"author": {
|
|
731
|
+
"name": "FitAI"
|
|
732
|
+
},
|
|
733
|
+
"tags": [
|
|
734
|
+
"gpt-store",
|
|
735
|
+
"health",
|
|
736
|
+
"健身规划师"
|
|
737
|
+
],
|
|
738
|
+
"license": "custom",
|
|
739
|
+
"capabilities": [
|
|
740
|
+
{
|
|
741
|
+
"id": "create_workout_plan",
|
|
742
|
+
"name": "Create Workout Plan",
|
|
743
|
+
"description": "制定训练计划",
|
|
744
|
+
"intents": [
|
|
745
|
+
"制定训练计划"
|
|
746
|
+
],
|
|
747
|
+
"latency": "low",
|
|
748
|
+
"security_level": "low",
|
|
749
|
+
"cost_per_call": 0
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"id": "diet_advice",
|
|
753
|
+
"name": "Diet Advice",
|
|
754
|
+
"description": "饮食建议",
|
|
755
|
+
"intents": [
|
|
756
|
+
"饮食建议"
|
|
757
|
+
],
|
|
758
|
+
"latency": "low",
|
|
759
|
+
"security_level": "low",
|
|
760
|
+
"cost_per_call": 0
|
|
761
|
+
}
|
|
762
|
+
],
|
|
763
|
+
"runtime": {
|
|
764
|
+
"engine": "openai-gpts",
|
|
765
|
+
"type": "skill",
|
|
766
|
+
"config_url": ""
|
|
767
|
+
},
|
|
768
|
+
"trust": {
|
|
769
|
+
"permissions": [],
|
|
770
|
+
"sandbox_level": "isolated",
|
|
771
|
+
"verified_by": []
|
|
772
|
+
},
|
|
773
|
+
"_repo": "openai/gpt-fitness-tracker"
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"$schema": "https://agent-protocol.dev/v1.0/manifest.schema.json",
|
|
777
|
+
"id": "com.openai.gpt-music-composer",
|
|
778
|
+
"name": "音乐创作人",
|
|
779
|
+
"description": "帮你作曲、编曲、写歌词,支持多种音乐风格",
|
|
780
|
+
"version": "1.0.0",
|
|
781
|
+
"author": {
|
|
782
|
+
"name": "MusicAI"
|
|
783
|
+
},
|
|
784
|
+
"tags": [
|
|
785
|
+
"gpt-store",
|
|
786
|
+
"creative",
|
|
787
|
+
"音乐创作人"
|
|
788
|
+
],
|
|
789
|
+
"license": "custom",
|
|
790
|
+
"capabilities": [
|
|
791
|
+
{
|
|
792
|
+
"id": "chat",
|
|
793
|
+
"name": "音乐创作人",
|
|
794
|
+
"description": "帮你作曲、编曲、写歌词,支持多种音乐风格",
|
|
795
|
+
"intents": [
|
|
796
|
+
"生成{内容}"
|
|
797
|
+
],
|
|
798
|
+
"latency": "low",
|
|
799
|
+
"security_level": "low",
|
|
800
|
+
"cost_per_call": 0
|
|
801
|
+
}
|
|
802
|
+
],
|
|
803
|
+
"runtime": {
|
|
804
|
+
"engine": "openai-gpts",
|
|
805
|
+
"type": "skill",
|
|
806
|
+
"config_url": ""
|
|
807
|
+
},
|
|
808
|
+
"trust": {
|
|
809
|
+
"permissions": [],
|
|
810
|
+
"sandbox_level": "isolated",
|
|
811
|
+
"verified_by": []
|
|
812
|
+
},
|
|
813
|
+
"_repo": "openai/gpt-music-composer"
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
"$schema": "https://agent-protocol.dev/v1.0/manifest.schema.json",
|
|
817
|
+
"id": "com.openai.gpt-sql-helper",
|
|
818
|
+
"name": "SQL 专家",
|
|
819
|
+
"description": "写 SQL 查询、优化慢查询、设计数据库表结构",
|
|
820
|
+
"version": "1.0.0",
|
|
821
|
+
"author": {
|
|
822
|
+
"name": "DataTools"
|
|
823
|
+
},
|
|
824
|
+
"tags": [
|
|
825
|
+
"gpt-store",
|
|
826
|
+
"developer-tools",
|
|
827
|
+
"sql"
|
|
828
|
+
],
|
|
829
|
+
"license": "custom",
|
|
830
|
+
"capabilities": [
|
|
831
|
+
{
|
|
832
|
+
"id": "write_query",
|
|
833
|
+
"name": "Write Query",
|
|
834
|
+
"description": "写 SQL 查询",
|
|
835
|
+
"intents": [
|
|
836
|
+
"写 SQL 查询"
|
|
837
|
+
],
|
|
838
|
+
"latency": "low",
|
|
839
|
+
"security_level": "low",
|
|
840
|
+
"cost_per_call": 0
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"id": "optimize_query",
|
|
844
|
+
"name": "Optimize Query",
|
|
845
|
+
"description": "优化查询性能",
|
|
846
|
+
"intents": [
|
|
847
|
+
"优化查询性能"
|
|
848
|
+
],
|
|
849
|
+
"latency": "low",
|
|
850
|
+
"security_level": "low",
|
|
851
|
+
"cost_per_call": 0
|
|
852
|
+
}
|
|
853
|
+
],
|
|
854
|
+
"runtime": {
|
|
855
|
+
"engine": "openai-gpts",
|
|
856
|
+
"type": "skill",
|
|
857
|
+
"config_url": ""
|
|
858
|
+
},
|
|
859
|
+
"trust": {
|
|
860
|
+
"permissions": [],
|
|
861
|
+
"sandbox_level": "basic",
|
|
862
|
+
"verified_by": [
|
|
863
|
+
"openai_gpt_store"
|
|
864
|
+
]
|
|
865
|
+
},
|
|
866
|
+
"_repo": "openai/gpt-sql-helper"
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"$schema": "https://agent-protocol.dev/v1.0/manifest.schema.json",
|
|
870
|
+
"id": "com.openai.gpt-interior-designer",
|
|
871
|
+
"name": "室内设计师",
|
|
872
|
+
"description": "根据你的空间和喜好推荐装修风格、家具搭配和色彩方案",
|
|
873
|
+
"version": "1.0.0",
|
|
874
|
+
"author": {
|
|
875
|
+
"name": "DesignAI"
|
|
876
|
+
},
|
|
877
|
+
"tags": [
|
|
878
|
+
"gpt-store",
|
|
879
|
+
"creative",
|
|
880
|
+
"室内设计师"
|
|
881
|
+
],
|
|
882
|
+
"license": "custom",
|
|
883
|
+
"capabilities": [
|
|
884
|
+
{
|
|
885
|
+
"id": "chat",
|
|
886
|
+
"name": "室内设计师",
|
|
887
|
+
"description": "根据你的空间和喜好推荐装修风格、家具搭配和色彩方案",
|
|
888
|
+
"intents": [
|
|
889
|
+
"推荐{类别}"
|
|
890
|
+
],
|
|
891
|
+
"latency": "low",
|
|
892
|
+
"security_level": "low",
|
|
893
|
+
"cost_per_call": 0
|
|
894
|
+
}
|
|
895
|
+
],
|
|
896
|
+
"runtime": {
|
|
897
|
+
"engine": "openai-gpts",
|
|
898
|
+
"type": "skill",
|
|
899
|
+
"config_url": ""
|
|
900
|
+
},
|
|
901
|
+
"trust": {
|
|
902
|
+
"permissions": [],
|
|
903
|
+
"sandbox_level": "isolated",
|
|
904
|
+
"verified_by": []
|
|
905
|
+
},
|
|
906
|
+
"_repo": "openai/gpt-interior-designer"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"$schema": "https://agent-protocol.dev/v1.0/manifest.schema.json",
|
|
910
|
+
"id": "com.openai.gpt-stock-analyst",
|
|
911
|
+
"name": "股票分析师",
|
|
912
|
+
"description": "分析股票走势、财报数据、行业趋势,提供投资洞察",
|
|
913
|
+
"version": "1.0.0",
|
|
914
|
+
"author": {
|
|
915
|
+
"name": "FinAI"
|
|
916
|
+
},
|
|
917
|
+
"tags": [
|
|
918
|
+
"gpt-store",
|
|
919
|
+
"finance",
|
|
920
|
+
"股票分析师"
|
|
921
|
+
],
|
|
922
|
+
"license": "custom",
|
|
923
|
+
"capabilities": [
|
|
924
|
+
{
|
|
925
|
+
"id": "analyze_stock",
|
|
926
|
+
"name": "Analyze Stock",
|
|
927
|
+
"description": "分析个股",
|
|
928
|
+
"intents": [
|
|
929
|
+
"分析个股"
|
|
930
|
+
],
|
|
931
|
+
"latency": "low",
|
|
932
|
+
"security_level": "low",
|
|
933
|
+
"cost_per_call": 0
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"id": "market_news",
|
|
937
|
+
"name": "Market News",
|
|
938
|
+
"description": "市场资讯摘要",
|
|
939
|
+
"intents": [
|
|
940
|
+
"市场资讯摘要"
|
|
941
|
+
],
|
|
942
|
+
"latency": "low",
|
|
943
|
+
"security_level": "low",
|
|
944
|
+
"cost_per_call": 0
|
|
945
|
+
}
|
|
946
|
+
],
|
|
947
|
+
"runtime": {
|
|
948
|
+
"engine": "openai-gpts",
|
|
949
|
+
"type": "skill",
|
|
950
|
+
"config_url": ""
|
|
951
|
+
},
|
|
952
|
+
"trust": {
|
|
953
|
+
"permissions": [],
|
|
954
|
+
"sandbox_level": "basic",
|
|
955
|
+
"verified_by": [
|
|
956
|
+
"openai_gpt_store"
|
|
957
|
+
]
|
|
958
|
+
},
|
|
959
|
+
"_repo": "openai/gpt-stock-analyst"
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"$schema": "https://agent-protocol.dev/v1.0/manifest.schema.json",
|
|
963
|
+
"id": "com.openai.gpt-english-tutor",
|
|
964
|
+
"name": "英语老师",
|
|
965
|
+
"description": "练习英语口语、纠正发音、改进语法、扩充词汇量",
|
|
966
|
+
"version": "1.0.0",
|
|
967
|
+
"author": {
|
|
968
|
+
"name": "EduAI"
|
|
969
|
+
},
|
|
970
|
+
"tags": [
|
|
971
|
+
"gpt-store",
|
|
972
|
+
"education",
|
|
973
|
+
"英语老师"
|
|
974
|
+
],
|
|
975
|
+
"license": "custom",
|
|
976
|
+
"capabilities": [
|
|
977
|
+
{
|
|
978
|
+
"id": "chat",
|
|
979
|
+
"name": "英语老师",
|
|
980
|
+
"description": "练习英语口语、纠正发音、改进语法、扩充词汇量",
|
|
981
|
+
"intents": [
|
|
982
|
+
"英语老师"
|
|
983
|
+
],
|
|
984
|
+
"latency": "low",
|
|
985
|
+
"security_level": "low",
|
|
986
|
+
"cost_per_call": 0
|
|
987
|
+
}
|
|
988
|
+
],
|
|
989
|
+
"runtime": {
|
|
990
|
+
"engine": "openai-gpts",
|
|
991
|
+
"type": "skill",
|
|
992
|
+
"config_url": ""
|
|
993
|
+
},
|
|
994
|
+
"trust": {
|
|
995
|
+
"permissions": [],
|
|
996
|
+
"sandbox_level": "basic",
|
|
997
|
+
"verified_by": [
|
|
998
|
+
"openai_gpt_store"
|
|
999
|
+
]
|
|
1000
|
+
},
|
|
1001
|
+
"_repo": "openai/gpt-english-tutor"
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"$schema": "https://agent-protocol.dev/v1.0/manifest.schema.json",
|
|
1005
|
+
"id": "com.openai.gpt-meme-creator",
|
|
1006
|
+
"name": "表情包大师",
|
|
1007
|
+
"description": "根据你的创意生成搞笑表情包和梗图",
|
|
1008
|
+
"version": "1.0.0",
|
|
1009
|
+
"author": {
|
|
1010
|
+
"name": "FunAI"
|
|
1011
|
+
},
|
|
1012
|
+
"tags": [
|
|
1013
|
+
"gpt-store",
|
|
1014
|
+
"entertainment",
|
|
1015
|
+
"表情包大师"
|
|
1016
|
+
],
|
|
1017
|
+
"license": "custom",
|
|
1018
|
+
"capabilities": [
|
|
1019
|
+
{
|
|
1020
|
+
"id": "chat",
|
|
1021
|
+
"name": "表情包大师",
|
|
1022
|
+
"description": "根据你的创意生成搞笑表情包和梗图",
|
|
1023
|
+
"intents": [
|
|
1024
|
+
"生成{内容}",
|
|
1025
|
+
"生成{描述}的图片"
|
|
1026
|
+
],
|
|
1027
|
+
"latency": "low",
|
|
1028
|
+
"security_level": "low",
|
|
1029
|
+
"cost_per_call": 0
|
|
1030
|
+
}
|
|
1031
|
+
],
|
|
1032
|
+
"runtime": {
|
|
1033
|
+
"engine": "openai-gpts",
|
|
1034
|
+
"type": "skill",
|
|
1035
|
+
"config_url": ""
|
|
1036
|
+
},
|
|
1037
|
+
"trust": {
|
|
1038
|
+
"permissions": [],
|
|
1039
|
+
"sandbox_level": "isolated",
|
|
1040
|
+
"verified_by": []
|
|
1041
|
+
},
|
|
1042
|
+
"_repo": "openai/gpt-meme-creator"
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"$schema": "https://agent-protocol.dev/v1.0/manifest.schema.json",
|
|
1046
|
+
"id": "com.openai.gpt-contract-reviewer",
|
|
1047
|
+
"name": "合同审查员",
|
|
1048
|
+
"description": "审查合同条款,识别风险点,提供修改建议",
|
|
1049
|
+
"version": "1.0.0",
|
|
1050
|
+
"author": {
|
|
1051
|
+
"name": "LexAI"
|
|
1052
|
+
},
|
|
1053
|
+
"tags": [
|
|
1054
|
+
"gpt-store",
|
|
1055
|
+
"legal",
|
|
1056
|
+
"合同审查员"
|
|
1057
|
+
],
|
|
1058
|
+
"license": "custom",
|
|
1059
|
+
"capabilities": [
|
|
1060
|
+
{
|
|
1061
|
+
"id": "chat",
|
|
1062
|
+
"name": "合同审查员",
|
|
1063
|
+
"description": "审查合同条款,识别风险点,提供修改建议",
|
|
1064
|
+
"intents": [
|
|
1065
|
+
"合同审查员"
|
|
1066
|
+
],
|
|
1067
|
+
"latency": "low",
|
|
1068
|
+
"security_level": "low",
|
|
1069
|
+
"cost_per_call": 0
|
|
1070
|
+
}
|
|
1071
|
+
],
|
|
1072
|
+
"runtime": {
|
|
1073
|
+
"engine": "openai-gpts",
|
|
1074
|
+
"type": "skill",
|
|
1075
|
+
"config_url": ""
|
|
1076
|
+
},
|
|
1077
|
+
"trust": {
|
|
1078
|
+
"permissions": [],
|
|
1079
|
+
"sandbox_level": "basic",
|
|
1080
|
+
"verified_by": [
|
|
1081
|
+
"openai_gpt_store"
|
|
1082
|
+
]
|
|
1083
|
+
},
|
|
1084
|
+
"_repo": "openai/gpt-contract-reviewer"
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"$schema": "https://agent-protocol.dev/v1.0/manifest.schema.json",
|
|
1088
|
+
"id": "com.openai.gpt-study-planner",
|
|
1089
|
+
"name": "学习规划师",
|
|
1090
|
+
"description": "制定学习计划、推荐学习资源、跟踪学习进度",
|
|
1091
|
+
"version": "1.0.0",
|
|
1092
|
+
"author": {
|
|
1093
|
+
"name": "EduAI"
|
|
1094
|
+
},
|
|
1095
|
+
"tags": [
|
|
1096
|
+
"gpt-store",
|
|
1097
|
+
"education",
|
|
1098
|
+
"学习规划师"
|
|
1099
|
+
],
|
|
1100
|
+
"license": "custom",
|
|
1101
|
+
"capabilities": [
|
|
1102
|
+
{
|
|
1103
|
+
"id": "chat",
|
|
1104
|
+
"name": "学习规划师",
|
|
1105
|
+
"description": "制定学习计划、推荐学习资源、跟踪学习进度",
|
|
1106
|
+
"intents": [
|
|
1107
|
+
"推荐{类别}",
|
|
1108
|
+
"规划{目的地}的{天数}天行程"
|
|
1109
|
+
],
|
|
1110
|
+
"latency": "low",
|
|
1111
|
+
"security_level": "low",
|
|
1112
|
+
"cost_per_call": 0
|
|
1113
|
+
}
|
|
1114
|
+
],
|
|
1115
|
+
"runtime": {
|
|
1116
|
+
"engine": "openai-gpts",
|
|
1117
|
+
"type": "skill",
|
|
1118
|
+
"config_url": ""
|
|
1119
|
+
},
|
|
1120
|
+
"trust": {
|
|
1121
|
+
"permissions": [],
|
|
1122
|
+
"sandbox_level": "isolated",
|
|
1123
|
+
"verified_by": []
|
|
1124
|
+
},
|
|
1125
|
+
"_repo": "openai/gpt-study-planner"
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"$schema": "https://agent-protocol.dev/v1.0/manifest.schema.json",
|
|
1129
|
+
"id": "com.openai.gpt-content-writer",
|
|
1130
|
+
"name": "内容写作专家",
|
|
1131
|
+
"description": "写文章、博客、新闻稿、产品描述等各种文案",
|
|
1132
|
+
"version": "1.0.0",
|
|
1133
|
+
"author": {
|
|
1134
|
+
"name": "WriteAI"
|
|
1135
|
+
},
|
|
1136
|
+
"tags": [
|
|
1137
|
+
"gpt-store",
|
|
1138
|
+
"creative",
|
|
1139
|
+
"内容写作专家"
|
|
1140
|
+
],
|
|
1141
|
+
"license": "custom",
|
|
1142
|
+
"capabilities": [
|
|
1143
|
+
{
|
|
1144
|
+
"id": "chat",
|
|
1145
|
+
"name": "内容写作专家",
|
|
1146
|
+
"description": "写文章、博客、新闻稿、产品描述等各种文案",
|
|
1147
|
+
"intents": [
|
|
1148
|
+
"生成{内容}"
|
|
1149
|
+
],
|
|
1150
|
+
"latency": "low",
|
|
1151
|
+
"security_level": "low",
|
|
1152
|
+
"cost_per_call": 0
|
|
1153
|
+
}
|
|
1154
|
+
],
|
|
1155
|
+
"runtime": {
|
|
1156
|
+
"engine": "openai-gpts",
|
|
1157
|
+
"type": "skill",
|
|
1158
|
+
"config_url": ""
|
|
1159
|
+
},
|
|
1160
|
+
"trust": {
|
|
1161
|
+
"permissions": [],
|
|
1162
|
+
"sandbox_level": "basic",
|
|
1163
|
+
"verified_by": [
|
|
1164
|
+
"openai_gpt_store"
|
|
1165
|
+
]
|
|
1166
|
+
},
|
|
1167
|
+
"_repo": "openai/gpt-content-writer"
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
"$schema": "https://agent-protocol.dev/v1.0/manifest.schema.json",
|
|
1171
|
+
"id": "com.openai.gpt-personal-shopper",
|
|
1172
|
+
"name": "私人购物顾问",
|
|
1173
|
+
"description": "根据你的风格、预算和需求推荐商品",
|
|
1174
|
+
"version": "1.0.0",
|
|
1175
|
+
"author": {
|
|
1176
|
+
"name": "ShopAI"
|
|
1177
|
+
},
|
|
1178
|
+
"tags": [
|
|
1179
|
+
"gpt-store",
|
|
1180
|
+
"lifestyle",
|
|
1181
|
+
"私人购物顾问"
|
|
1182
|
+
],
|
|
1183
|
+
"license": "custom",
|
|
1184
|
+
"capabilities": [
|
|
1185
|
+
{
|
|
1186
|
+
"id": "chat",
|
|
1187
|
+
"name": "私人购物顾问",
|
|
1188
|
+
"description": "根据你的风格、预算和需求推荐商品",
|
|
1189
|
+
"intents": [
|
|
1190
|
+
"推荐{类别}"
|
|
1191
|
+
],
|
|
1192
|
+
"latency": "low",
|
|
1193
|
+
"security_level": "low",
|
|
1194
|
+
"cost_per_call": 0
|
|
1195
|
+
}
|
|
1196
|
+
],
|
|
1197
|
+
"runtime": {
|
|
1198
|
+
"engine": "openai-gpts",
|
|
1199
|
+
"type": "skill",
|
|
1200
|
+
"config_url": ""
|
|
1201
|
+
},
|
|
1202
|
+
"trust": {
|
|
1203
|
+
"permissions": [],
|
|
1204
|
+
"sandbox_level": "isolated",
|
|
1205
|
+
"verified_by": []
|
|
1206
|
+
},
|
|
1207
|
+
"_repo": "openai/gpt-personal-shopper"
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
"$schema": "https://agent-protocol.dev/v1.0/manifest.schema.json",
|
|
1211
|
+
"id": "com.openai.gpt-meditation-guide",
|
|
1212
|
+
"name": "冥想引导师",
|
|
1213
|
+
"description": "引导冥想练习、提供放松技巧和正念训练",
|
|
1214
|
+
"version": "1.0.0",
|
|
1215
|
+
"author": {
|
|
1216
|
+
"name": "MindAI"
|
|
1217
|
+
},
|
|
1218
|
+
"tags": [
|
|
1219
|
+
"gpt-store",
|
|
1220
|
+
"health",
|
|
1221
|
+
"冥想引导师"
|
|
1222
|
+
],
|
|
1223
|
+
"license": "custom",
|
|
1224
|
+
"capabilities": [
|
|
1225
|
+
{
|
|
1226
|
+
"id": "chat",
|
|
1227
|
+
"name": "冥想引导师",
|
|
1228
|
+
"description": "引导冥想练习、提供放松技巧和正念训练",
|
|
1229
|
+
"intents": [
|
|
1230
|
+
"冥想引导师"
|
|
1231
|
+
],
|
|
1232
|
+
"latency": "low",
|
|
1233
|
+
"security_level": "low",
|
|
1234
|
+
"cost_per_call": 0
|
|
1235
|
+
}
|
|
1236
|
+
],
|
|
1237
|
+
"runtime": {
|
|
1238
|
+
"engine": "openai-gpts",
|
|
1239
|
+
"type": "skill",
|
|
1240
|
+
"config_url": ""
|
|
1241
|
+
},
|
|
1242
|
+
"trust": {
|
|
1243
|
+
"permissions": [],
|
|
1244
|
+
"sandbox_level": "isolated",
|
|
1245
|
+
"verified_by": []
|
|
1246
|
+
},
|
|
1247
|
+
"_repo": "openai/gpt-meditation-guide"
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
"$schema": "https://agent-protocol.dev/v1.0/manifest.schema.json",
|
|
1251
|
+
"id": "com.openai.gpt-investment-advisor",
|
|
1252
|
+
"name": "投资顾问",
|
|
1253
|
+
"description": "提供资产配置建议、风险评估和投资组合分析",
|
|
1254
|
+
"version": "1.0.0",
|
|
1255
|
+
"author": {
|
|
1256
|
+
"name": "FinAI"
|
|
1257
|
+
},
|
|
1258
|
+
"tags": [
|
|
1259
|
+
"gpt-store",
|
|
1260
|
+
"finance",
|
|
1261
|
+
"投资顾问"
|
|
1262
|
+
],
|
|
1263
|
+
"license": "custom",
|
|
1264
|
+
"capabilities": [
|
|
1265
|
+
{
|
|
1266
|
+
"id": "portfolio_analysis",
|
|
1267
|
+
"name": "Portfolio Analysis",
|
|
1268
|
+
"description": "投资组合分析",
|
|
1269
|
+
"intents": [
|
|
1270
|
+
"投资组合分析"
|
|
1271
|
+
],
|
|
1272
|
+
"latency": "low",
|
|
1273
|
+
"security_level": "low",
|
|
1274
|
+
"cost_per_call": 0
|
|
1275
|
+
},
|
|
1276
|
+
{
|
|
1277
|
+
"id": "risk_assessment",
|
|
1278
|
+
"name": "Risk Assessment",
|
|
1279
|
+
"description": "风险评估",
|
|
1280
|
+
"intents": [
|
|
1281
|
+
"风险评估"
|
|
1282
|
+
],
|
|
1283
|
+
"latency": "low",
|
|
1284
|
+
"security_level": "low",
|
|
1285
|
+
"cost_per_call": 0
|
|
1286
|
+
}
|
|
1287
|
+
],
|
|
1288
|
+
"runtime": {
|
|
1289
|
+
"engine": "openai-gpts",
|
|
1290
|
+
"type": "skill",
|
|
1291
|
+
"config_url": ""
|
|
1292
|
+
},
|
|
1293
|
+
"trust": {
|
|
1294
|
+
"permissions": [],
|
|
1295
|
+
"sandbox_level": "basic",
|
|
1296
|
+
"verified_by": [
|
|
1297
|
+
"openai_gpt_store"
|
|
1298
|
+
]
|
|
1299
|
+
},
|
|
1300
|
+
"_repo": "openai/gpt-investment-advisor"
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"$schema": "https://agent-protocol.dev/v1.0/manifest.schema.json",
|
|
1304
|
+
"id": "com.openai.gpt-movie-recommender",
|
|
1305
|
+
"name": "电影推荐官",
|
|
1306
|
+
"description": "根据你的口味推荐电影、电视剧和纪录片",
|
|
1307
|
+
"version": "1.0.0",
|
|
1308
|
+
"author": {
|
|
1309
|
+
"name": "MediaAI"
|
|
1310
|
+
},
|
|
1311
|
+
"tags": [
|
|
1312
|
+
"gpt-store",
|
|
1313
|
+
"entertainment",
|
|
1314
|
+
"电影推荐官"
|
|
1315
|
+
],
|
|
1316
|
+
"license": "custom",
|
|
1317
|
+
"capabilities": [
|
|
1318
|
+
{
|
|
1319
|
+
"id": "chat",
|
|
1320
|
+
"name": "电影推荐官",
|
|
1321
|
+
"description": "根据你的口味推荐电影、电视剧和纪录片",
|
|
1322
|
+
"intents": [
|
|
1323
|
+
"推荐{类别}"
|
|
1324
|
+
],
|
|
1325
|
+
"latency": "low",
|
|
1326
|
+
"security_level": "low",
|
|
1327
|
+
"cost_per_call": 0
|
|
1328
|
+
}
|
|
1329
|
+
],
|
|
1330
|
+
"runtime": {
|
|
1331
|
+
"engine": "openai-gpts",
|
|
1332
|
+
"type": "skill",
|
|
1333
|
+
"config_url": ""
|
|
1334
|
+
},
|
|
1335
|
+
"trust": {
|
|
1336
|
+
"permissions": [],
|
|
1337
|
+
"sandbox_level": "isolated",
|
|
1338
|
+
"verified_by": []
|
|
1339
|
+
},
|
|
1340
|
+
"_repo": "openai/gpt-movie-recommender"
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"$schema": "https://agent-protocol.dev/v1.0/manifest.schema.json",
|
|
1344
|
+
"id": "com.openai.gpt-crypto-analyst",
|
|
1345
|
+
"name": "加密货币分析师",
|
|
1346
|
+
"description": "分析加密货币市场、技术指标和链上数据",
|
|
1347
|
+
"version": "1.0.0",
|
|
1348
|
+
"author": {
|
|
1349
|
+
"name": "CryptoAI"
|
|
1350
|
+
},
|
|
1351
|
+
"tags": [
|
|
1352
|
+
"gpt-store",
|
|
1353
|
+
"finance",
|
|
1354
|
+
"加密货币分析师"
|
|
1355
|
+
],
|
|
1356
|
+
"license": "custom",
|
|
1357
|
+
"capabilities": [
|
|
1358
|
+
{
|
|
1359
|
+
"id": "chat",
|
|
1360
|
+
"name": "加密货币分析师",
|
|
1361
|
+
"description": "分析加密货币市场、技术指标和链上数据",
|
|
1362
|
+
"intents": [
|
|
1363
|
+
"分析{内容}",
|
|
1364
|
+
"分析这份{类型}数据"
|
|
1365
|
+
],
|
|
1366
|
+
"latency": "low",
|
|
1367
|
+
"security_level": "low",
|
|
1368
|
+
"cost_per_call": 0
|
|
1369
|
+
}
|
|
1370
|
+
],
|
|
1371
|
+
"runtime": {
|
|
1372
|
+
"engine": "openai-gpts",
|
|
1373
|
+
"type": "skill",
|
|
1374
|
+
"config_url": ""
|
|
1375
|
+
},
|
|
1376
|
+
"trust": {
|
|
1377
|
+
"permissions": [],
|
|
1378
|
+
"sandbox_level": "isolated",
|
|
1379
|
+
"verified_by": []
|
|
1380
|
+
},
|
|
1381
|
+
"_repo": "openai/gpt-crypto-analyst"
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"$schema": "https://agent-protocol.dev/v1.0/manifest.schema.json",
|
|
1385
|
+
"id": "com.openai.gpt-career-counselor",
|
|
1386
|
+
"name": "职业规划师",
|
|
1387
|
+
"description": "帮你分析职业方向、规划晋升路径、准备跳槽策略",
|
|
1388
|
+
"version": "1.0.0",
|
|
1389
|
+
"author": {
|
|
1390
|
+
"name": "CareerAI"
|
|
1391
|
+
},
|
|
1392
|
+
"tags": [
|
|
1393
|
+
"gpt-store",
|
|
1394
|
+
"career",
|
|
1395
|
+
"职业规划师"
|
|
1396
|
+
],
|
|
1397
|
+
"license": "custom",
|
|
1398
|
+
"capabilities": [
|
|
1399
|
+
{
|
|
1400
|
+
"id": "chat",
|
|
1401
|
+
"name": "职业规划师",
|
|
1402
|
+
"description": "帮你分析职业方向、规划晋升路径、准备跳槽策略",
|
|
1403
|
+
"intents": [
|
|
1404
|
+
"分析{内容}",
|
|
1405
|
+
"规划{目的地}的{天数}天行程"
|
|
1406
|
+
],
|
|
1407
|
+
"latency": "low",
|
|
1408
|
+
"security_level": "low",
|
|
1409
|
+
"cost_per_call": 0
|
|
1410
|
+
}
|
|
1411
|
+
],
|
|
1412
|
+
"runtime": {
|
|
1413
|
+
"engine": "openai-gpts",
|
|
1414
|
+
"type": "skill",
|
|
1415
|
+
"config_url": ""
|
|
1416
|
+
},
|
|
1417
|
+
"trust": {
|
|
1418
|
+
"permissions": [],
|
|
1419
|
+
"sandbox_level": "basic",
|
|
1420
|
+
"verified_by": [
|
|
1421
|
+
"openai_gpt_store"
|
|
1422
|
+
]
|
|
1423
|
+
},
|
|
1424
|
+
"_repo": "openai/gpt-career-counselor"
|
|
1425
|
+
},
|
|
1426
|
+
{
|
|
1427
|
+
"$schema": "https://agent-protocol.dev/v1.0/manifest.schema.json",
|
|
1428
|
+
"id": "com.openai.gpt-photo-editor",
|
|
1429
|
+
"name": "修图助手",
|
|
1430
|
+
"description": "指导你修图技巧、推荐滤镜参数、讲解构图原理",
|
|
1431
|
+
"version": "1.0.0",
|
|
1432
|
+
"author": {
|
|
1433
|
+
"name": "PhotoAI"
|
|
1434
|
+
},
|
|
1435
|
+
"tags": [
|
|
1436
|
+
"gpt-store",
|
|
1437
|
+
"creative",
|
|
1438
|
+
"修图助手"
|
|
1439
|
+
],
|
|
1440
|
+
"license": "custom",
|
|
1441
|
+
"capabilities": [
|
|
1442
|
+
{
|
|
1443
|
+
"id": "chat",
|
|
1444
|
+
"name": "修图助手",
|
|
1445
|
+
"description": "指导你修图技巧、推荐滤镜参数、讲解构图原理",
|
|
1446
|
+
"intents": [
|
|
1447
|
+
"推荐{类别}"
|
|
1448
|
+
],
|
|
1449
|
+
"latency": "low",
|
|
1450
|
+
"security_level": "low",
|
|
1451
|
+
"cost_per_call": 0
|
|
1452
|
+
}
|
|
1453
|
+
],
|
|
1454
|
+
"runtime": {
|
|
1455
|
+
"engine": "openai-gpts",
|
|
1456
|
+
"type": "skill",
|
|
1457
|
+
"config_url": ""
|
|
1458
|
+
},
|
|
1459
|
+
"trust": {
|
|
1460
|
+
"permissions": [],
|
|
1461
|
+
"sandbox_level": "isolated",
|
|
1462
|
+
"verified_by": []
|
|
1463
|
+
},
|
|
1464
|
+
"_repo": "openai/gpt-photo-editor"
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
"$schema": "https://agent-protocol.dev/v1.0/manifest.schema.json",
|
|
1468
|
+
"id": "com.openai.gpt-podcast-script-writer",
|
|
1469
|
+
"name": "播客脚本写手",
|
|
1470
|
+
"description": "帮你写播客脚本、设计节目结构、优化口语表达",
|
|
1471
|
+
"version": "1.0.0",
|
|
1472
|
+
"author": {
|
|
1473
|
+
"name": "MediaAI"
|
|
1474
|
+
},
|
|
1475
|
+
"tags": [
|
|
1476
|
+
"gpt-store",
|
|
1477
|
+
"creative",
|
|
1478
|
+
"播客脚本写手"
|
|
1479
|
+
],
|
|
1480
|
+
"license": "custom",
|
|
1481
|
+
"capabilities": [
|
|
1482
|
+
{
|
|
1483
|
+
"id": "chat",
|
|
1484
|
+
"name": "播客脚本写手",
|
|
1485
|
+
"description": "帮你写播客脚本、设计节目结构、优化口语表达",
|
|
1486
|
+
"intents": [
|
|
1487
|
+
"生成{内容}"
|
|
1488
|
+
],
|
|
1489
|
+
"latency": "low",
|
|
1490
|
+
"security_level": "low",
|
|
1491
|
+
"cost_per_call": 0
|
|
1492
|
+
}
|
|
1493
|
+
],
|
|
1494
|
+
"runtime": {
|
|
1495
|
+
"engine": "openai-gpts",
|
|
1496
|
+
"type": "skill",
|
|
1497
|
+
"config_url": ""
|
|
1498
|
+
},
|
|
1499
|
+
"trust": {
|
|
1500
|
+
"permissions": [],
|
|
1501
|
+
"sandbox_level": "isolated",
|
|
1502
|
+
"verified_by": []
|
|
1503
|
+
},
|
|
1504
|
+
"_repo": "openai/gpt-podcast-script-writer"
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
"$schema": "https://agent-protocol.dev/v1.0/manifest.schema.json",
|
|
1508
|
+
"id": "com.openai.gpt-tax-advisor",
|
|
1509
|
+
"name": "税务顾问",
|
|
1510
|
+
"description": "提供个税计算、税务筹划和报税指导",
|
|
1511
|
+
"version": "1.0.0",
|
|
1512
|
+
"author": {
|
|
1513
|
+
"name": "FinAI"
|
|
1514
|
+
},
|
|
1515
|
+
"tags": [
|
|
1516
|
+
"gpt-store",
|
|
1517
|
+
"finance",
|
|
1518
|
+
"税务顾问"
|
|
1519
|
+
],
|
|
1520
|
+
"license": "custom",
|
|
1521
|
+
"capabilities": [
|
|
1522
|
+
{
|
|
1523
|
+
"id": "chat",
|
|
1524
|
+
"name": "税务顾问",
|
|
1525
|
+
"description": "提供个税计算、税务筹划和报税指导",
|
|
1526
|
+
"intents": [
|
|
1527
|
+
"计算{表达式}"
|
|
1528
|
+
],
|
|
1529
|
+
"latency": "low",
|
|
1530
|
+
"security_level": "low",
|
|
1531
|
+
"cost_per_call": 0
|
|
1532
|
+
}
|
|
1533
|
+
],
|
|
1534
|
+
"runtime": {
|
|
1535
|
+
"engine": "openai-gpts",
|
|
1536
|
+
"type": "skill",
|
|
1537
|
+
"config_url": ""
|
|
1538
|
+
},
|
|
1539
|
+
"trust": {
|
|
1540
|
+
"permissions": [],
|
|
1541
|
+
"sandbox_level": "basic",
|
|
1542
|
+
"verified_by": [
|
|
1543
|
+
"openai_gpt_store"
|
|
1544
|
+
]
|
|
1545
|
+
},
|
|
1546
|
+
"_repo": "openai/gpt-tax-advisor"
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"_repo": "Polaris899/agent-protocol",
|
|
1550
|
+
"_path": "registry/fitness-coach.agent.json",
|
|
1551
|
+
"_url": "https://github.com/Polaris899/agent-protocol/blob/main/registry/fitness-coach.agent.json",
|
|
1552
|
+
"_indexed_at": "2026-06-16T02:07:37.601Z",
|
|
1553
|
+
"id": "com.openclaw.fitness-coach",
|
|
1554
|
+
"name": "科学健身教练",
|
|
1555
|
+
"description": "制定个性化健身计划、动作指导、渐进式负荷调整和营养建议",
|
|
1556
|
+
"version": "1.0.0",
|
|
1557
|
+
"author": {
|
|
1558
|
+
"name": "OpenClaw Team",
|
|
1559
|
+
"url": "https://github.com/openclaw"
|
|
1560
|
+
},
|
|
1561
|
+
"tags": [
|
|
1562
|
+
"fitness",
|
|
1563
|
+
"健身",
|
|
1564
|
+
"运动",
|
|
1565
|
+
"训练",
|
|
1566
|
+
"workout"
|
|
1567
|
+
],
|
|
1568
|
+
"license": "MIT",
|
|
1569
|
+
"capabilities": [
|
|
1570
|
+
{
|
|
1571
|
+
"id": "create_plan",
|
|
1572
|
+
"name": "制定计划",
|
|
1573
|
+
"description": "根据目标和个人状况制定训练方案",
|
|
1574
|
+
"intents": [
|
|
1575
|
+
"制定健身计划",
|
|
1576
|
+
"增肌计划",
|
|
1577
|
+
"减脂方案",
|
|
1578
|
+
"create workout plan"
|
|
1579
|
+
],
|
|
1580
|
+
"input": {
|
|
1581
|
+
"type": "object",
|
|
1582
|
+
"properties": {}
|
|
1583
|
+
},
|
|
1584
|
+
"latency": "low",
|
|
1585
|
+
"security_level": "low",
|
|
1586
|
+
"cost_per_call": 0
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
"id": "exercise_guide",
|
|
1590
|
+
"name": "动作指导",
|
|
1591
|
+
"description": "提供标准动作步骤和常见错误纠正",
|
|
1592
|
+
"intents": [
|
|
1593
|
+
"这个动作怎么做",
|
|
1594
|
+
"正确姿势",
|
|
1595
|
+
"exercise form guide"
|
|
1596
|
+
],
|
|
1597
|
+
"input": {
|
|
1598
|
+
"type": "object",
|
|
1599
|
+
"properties": {}
|
|
1600
|
+
},
|
|
1601
|
+
"latency": "low",
|
|
1602
|
+
"security_level": "low",
|
|
1603
|
+
"cost_per_call": 0
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"id": "nutrition_advice",
|
|
1607
|
+
"name": "营养建议",
|
|
1608
|
+
"description": "提供健身相关的膳食搭配建议",
|
|
1609
|
+
"intents": [
|
|
1610
|
+
"健身怎么吃",
|
|
1611
|
+
"增肌饮食",
|
|
1612
|
+
"减脂餐",
|
|
1613
|
+
"workout nutrition"
|
|
1614
|
+
],
|
|
1615
|
+
"input": {
|
|
1616
|
+
"type": "object",
|
|
1617
|
+
"properties": {}
|
|
1618
|
+
},
|
|
1619
|
+
"latency": "low",
|
|
1620
|
+
"security_level": "low",
|
|
1621
|
+
"cost_per_call": 0
|
|
1622
|
+
}
|
|
1623
|
+
],
|
|
1624
|
+
"runtime": {
|
|
1625
|
+
"engine": "openclaw",
|
|
1626
|
+
"min_version": "1.0.0",
|
|
1627
|
+
"type": "skill",
|
|
1628
|
+
"engines": [
|
|
1629
|
+
"openclaw"
|
|
1630
|
+
]
|
|
1631
|
+
},
|
|
1632
|
+
"trust": {
|
|
1633
|
+
"permissions": [],
|
|
1634
|
+
"sandbox_level": "basic",
|
|
1635
|
+
"verified_by": [
|
|
1636
|
+
"openclaw_team"
|
|
1637
|
+
]
|
|
1638
|
+
}
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
"_repo": "Polaris899/fsa-analyzer",
|
|
1642
|
+
"_path": "agent.json",
|
|
1643
|
+
"_url": "https://github.com/Polaris899/fsa-analyzer/blob/main/agent.json",
|
|
1644
|
+
"_indexed_at": "2026-06-16T02:07:37.603Z",
|
|
1645
|
+
"id": "com.openclaw.fsa-analyzer",
|
|
1646
|
+
"name": "财报分析专家",
|
|
1647
|
+
"description": "企业财务报表深度分析,支持资产负债表、利润表、现金流量表,含杜邦分解和舞弊检测",
|
|
1648
|
+
"version": "1.0.0",
|
|
1649
|
+
"author": {
|
|
1650
|
+
"name": "OpenClaw Team",
|
|
1651
|
+
"url": "https://github.com/openclaw"
|
|
1652
|
+
},
|
|
1653
|
+
"tags": [
|
|
1654
|
+
"finance",
|
|
1655
|
+
"财务报表",
|
|
1656
|
+
"FSA",
|
|
1657
|
+
"分析",
|
|
1658
|
+
"会计",
|
|
1659
|
+
"审计"
|
|
1660
|
+
],
|
|
1661
|
+
"license": "MIT",
|
|
1662
|
+
"capabilities": [
|
|
1663
|
+
{
|
|
1664
|
+
"id": "analyze_bs",
|
|
1665
|
+
"name": "资产负债表分析",
|
|
1666
|
+
"description": "分析企业资产结构、负债水平、偿债能力",
|
|
1667
|
+
"intents": [
|
|
1668
|
+
"分析资产负债表",
|
|
1669
|
+
"评估偿债能力",
|
|
1670
|
+
"看看负债率",
|
|
1671
|
+
"analyze balance sheet"
|
|
1672
|
+
],
|
|
1673
|
+
"input": {
|
|
1674
|
+
"type": "object",
|
|
1675
|
+
"properties": {}
|
|
1676
|
+
},
|
|
1677
|
+
"latency": "low",
|
|
1678
|
+
"security_level": "low",
|
|
1679
|
+
"cost_per_call": 0
|
|
1680
|
+
},
|
|
1681
|
+
{
|
|
1682
|
+
"id": "analyze_is",
|
|
1683
|
+
"name": "利润表分析",
|
|
1684
|
+
"description": "分析收入结构、成本费用、盈利能力",
|
|
1685
|
+
"intents": [
|
|
1686
|
+
"分析利润表",
|
|
1687
|
+
"看看利润率",
|
|
1688
|
+
"盈利质量分析",
|
|
1689
|
+
"analyze income statement"
|
|
1690
|
+
],
|
|
1691
|
+
"input": {
|
|
1692
|
+
"type": "object",
|
|
1693
|
+
"properties": {}
|
|
1694
|
+
},
|
|
1695
|
+
"latency": "low",
|
|
1696
|
+
"security_level": "low",
|
|
1697
|
+
"cost_per_call": 0
|
|
1698
|
+
},
|
|
1699
|
+
{
|
|
1700
|
+
"id": "analyze_cf",
|
|
1701
|
+
"name": "现金流量表分析",
|
|
1702
|
+
"description": "评估现金流质量和现金循环效率",
|
|
1703
|
+
"intents": [
|
|
1704
|
+
"分析现金流",
|
|
1705
|
+
"现金流质量",
|
|
1706
|
+
"自由现金流",
|
|
1707
|
+
"analyze cash flow"
|
|
1708
|
+
],
|
|
1709
|
+
"input": {
|
|
1710
|
+
"type": "object",
|
|
1711
|
+
"properties": {}
|
|
1712
|
+
},
|
|
1713
|
+
"latency": "low",
|
|
1714
|
+
"security_level": "low",
|
|
1715
|
+
"cost_per_call": 0
|
|
1716
|
+
},
|
|
1717
|
+
{
|
|
1718
|
+
"id": "dupont",
|
|
1719
|
+
"name": "杜邦分解",
|
|
1720
|
+
"description": "杜邦分析法拆解净资产收益率(ROE)驱动因素",
|
|
1721
|
+
"intents": [
|
|
1722
|
+
"杜邦分析",
|
|
1723
|
+
"拆解ROE",
|
|
1724
|
+
"净资产收益率",
|
|
1725
|
+
"dupont analysis"
|
|
1726
|
+
],
|
|
1727
|
+
"input": {
|
|
1728
|
+
"type": "object",
|
|
1729
|
+
"properties": {}
|
|
1730
|
+
},
|
|
1731
|
+
"latency": "low",
|
|
1732
|
+
"security_level": "low",
|
|
1733
|
+
"cost_per_call": 0
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
"id": "fraud_detection",
|
|
1737
|
+
"name": "财务舞弊检测",
|
|
1738
|
+
"description": "识别收入虚增、费用延迟、关联交易等异常信号",
|
|
1739
|
+
"intents": [
|
|
1740
|
+
"检测财务造假",
|
|
1741
|
+
"异常信号",
|
|
1742
|
+
"舞弊风险",
|
|
1743
|
+
"fraud detection"
|
|
1744
|
+
],
|
|
1745
|
+
"input": {
|
|
1746
|
+
"type": "object",
|
|
1747
|
+
"properties": {}
|
|
1748
|
+
},
|
|
1749
|
+
"latency": "low",
|
|
1750
|
+
"security_level": "low",
|
|
1751
|
+
"cost_per_call": 0
|
|
1752
|
+
}
|
|
1753
|
+
],
|
|
1754
|
+
"runtime": {
|
|
1755
|
+
"engine": "openclaw",
|
|
1756
|
+
"min_version": "1.0.0",
|
|
1757
|
+
"type": "skill",
|
|
1758
|
+
"engines": [
|
|
1759
|
+
"openclaw"
|
|
1760
|
+
]
|
|
1761
|
+
},
|
|
1762
|
+
"trust": {
|
|
1763
|
+
"permissions": [
|
|
1764
|
+
"network"
|
|
1765
|
+
],
|
|
1766
|
+
"sandbox_level": "basic",
|
|
1767
|
+
"verified_by": [
|
|
1768
|
+
"openclaw_team"
|
|
1769
|
+
]
|
|
1770
|
+
}
|
|
1771
|
+
},
|
|
1772
|
+
{
|
|
1773
|
+
"_repo": "Polaris899/agent-protocol",
|
|
1774
|
+
"_path": "registry/huawei-drive.agent.json",
|
|
1775
|
+
"_url": "https://github.com/Polaris899/agent-protocol/blob/main/registry/huawei-drive.agent.json",
|
|
1776
|
+
"_indexed_at": "2026-06-16T02:07:37.604Z",
|
|
1777
|
+
"id": "com.openclaw.huawei-drive",
|
|
1778
|
+
"name": "华为云空间",
|
|
1779
|
+
"description": "华为云空间云盘文件管理,支持文件上传、列表查询、用量查看",
|
|
1780
|
+
"version": "1.0.0",
|
|
1781
|
+
"author": {
|
|
1782
|
+
"name": "OpenClaw Team",
|
|
1783
|
+
"url": "https://github.com/openclaw"
|
|
1784
|
+
},
|
|
1785
|
+
"tags": [
|
|
1786
|
+
"cloud",
|
|
1787
|
+
"drive",
|
|
1788
|
+
"云盘",
|
|
1789
|
+
"云空间",
|
|
1790
|
+
"华为",
|
|
1791
|
+
"file"
|
|
1792
|
+
],
|
|
1793
|
+
"license": "MIT",
|
|
1794
|
+
"capabilities": [
|
|
1795
|
+
{
|
|
1796
|
+
"id": "upload_file",
|
|
1797
|
+
"name": "上传文件",
|
|
1798
|
+
"description": "将本地文件上传到华为云空间",
|
|
1799
|
+
"intents": [
|
|
1800
|
+
"上传文件到云盘",
|
|
1801
|
+
"备份这个文件",
|
|
1802
|
+
"upload to cloud"
|
|
1803
|
+
],
|
|
1804
|
+
"input": {
|
|
1805
|
+
"type": "object",
|
|
1806
|
+
"properties": {}
|
|
1807
|
+
},
|
|
1808
|
+
"latency": "low",
|
|
1809
|
+
"security_level": "low",
|
|
1810
|
+
"cost_per_call": 0
|
|
1811
|
+
},
|
|
1812
|
+
{
|
|
1813
|
+
"id": "list_files",
|
|
1814
|
+
"name": "文件列表",
|
|
1815
|
+
"description": "查询云盘文件列表和存储用量",
|
|
1816
|
+
"intents": [
|
|
1817
|
+
"查看云盘文件",
|
|
1818
|
+
"云盘用量",
|
|
1819
|
+
"list cloud files"
|
|
1820
|
+
],
|
|
1821
|
+
"input": {
|
|
1822
|
+
"type": "object",
|
|
1823
|
+
"properties": {}
|
|
1824
|
+
},
|
|
1825
|
+
"latency": "low",
|
|
1826
|
+
"security_level": "low",
|
|
1827
|
+
"cost_per_call": 0
|
|
1828
|
+
}
|
|
1829
|
+
],
|
|
1830
|
+
"runtime": {
|
|
1831
|
+
"engine": "huawei-api",
|
|
1832
|
+
"min_version": "1.0.0",
|
|
1833
|
+
"type": "skill",
|
|
1834
|
+
"engines": [
|
|
1835
|
+
"openclaw"
|
|
1836
|
+
]
|
|
1837
|
+
},
|
|
1838
|
+
"trust": {
|
|
1839
|
+
"permissions": [
|
|
1840
|
+
"network"
|
|
1841
|
+
],
|
|
1842
|
+
"sandbox_level": "basic",
|
|
1843
|
+
"verified_by": []
|
|
1844
|
+
}
|
|
1845
|
+
},
|
|
1846
|
+
{
|
|
1847
|
+
"_repo": "Polaris899/agent-protocol",
|
|
1848
|
+
"_path": "registry/minimax-music-gen.agent.json",
|
|
1849
|
+
"_url": "https://github.com/Polaris899/agent-protocol/blob/main/registry/minimax-music-gen.agent.json",
|
|
1850
|
+
"_indexed_at": "2026-06-16T02:07:37.604Z",
|
|
1851
|
+
"id": "com.openclaw.music-gen",
|
|
1852
|
+
"name": "音乐创作",
|
|
1853
|
+
"description": "基于MiniMax Music2.6的音乐生成,支持作曲、编曲、写歌词多风格创作",
|
|
1854
|
+
"version": "1.0.0",
|
|
1855
|
+
"author": {
|
|
1856
|
+
"name": "OpenClaw Team"
|
|
1857
|
+
},
|
|
1858
|
+
"tags": [
|
|
1859
|
+
"music",
|
|
1860
|
+
"音乐",
|
|
1861
|
+
"创作",
|
|
1862
|
+
"歌曲",
|
|
1863
|
+
"audio",
|
|
1864
|
+
"MiniMax"
|
|
1865
|
+
],
|
|
1866
|
+
"license": "MIT",
|
|
1867
|
+
"capabilities": [
|
|
1868
|
+
{
|
|
1869
|
+
"id": "generate_music",
|
|
1870
|
+
"name": "生成音乐",
|
|
1871
|
+
"description": "根据描述生成音乐或歌曲",
|
|
1872
|
+
"intents": [
|
|
1873
|
+
"生成一首{风格}的歌",
|
|
1874
|
+
"帮我作曲",
|
|
1875
|
+
"来一段{风格}的音乐",
|
|
1876
|
+
"create music"
|
|
1877
|
+
],
|
|
1878
|
+
"input": {
|
|
1879
|
+
"type": "object",
|
|
1880
|
+
"properties": {}
|
|
1881
|
+
},
|
|
1882
|
+
"latency": "medium",
|
|
1883
|
+
"security_level": "low",
|
|
1884
|
+
"cost_per_call": 0
|
|
1885
|
+
},
|
|
1886
|
+
{
|
|
1887
|
+
"id": "generate_lyrics",
|
|
1888
|
+
"name": "写歌词",
|
|
1889
|
+
"description": "根据主题创作歌词",
|
|
1890
|
+
"intents": [
|
|
1891
|
+
"写歌词",
|
|
1892
|
+
"帮我填词",
|
|
1893
|
+
"write lyrics about {topic}"
|
|
1894
|
+
],
|
|
1895
|
+
"input": {
|
|
1896
|
+
"type": "object",
|
|
1897
|
+
"properties": {}
|
|
1898
|
+
},
|
|
1899
|
+
"latency": "medium",
|
|
1900
|
+
"security_level": "low",
|
|
1901
|
+
"cost_per_call": 0
|
|
1902
|
+
}
|
|
1903
|
+
],
|
|
1904
|
+
"runtime": {
|
|
1905
|
+
"engine": "openclaw",
|
|
1906
|
+
"min_version": "1.0.0",
|
|
1907
|
+
"type": "skill",
|
|
1908
|
+
"engines": [
|
|
1909
|
+
"openclaw"
|
|
1910
|
+
]
|
|
1911
|
+
},
|
|
1912
|
+
"trust": {
|
|
1913
|
+
"permissions": [
|
|
1914
|
+
"network"
|
|
1915
|
+
],
|
|
1916
|
+
"sandbox_level": "basic",
|
|
1917
|
+
"verified_by": [
|
|
1918
|
+
"openclaw_team"
|
|
1919
|
+
]
|
|
1920
|
+
}
|
|
1921
|
+
},
|
|
1922
|
+
{
|
|
1923
|
+
"_repo": "Polaris899/agent-protocol",
|
|
1924
|
+
"_path": "registry/seedream-image_gen.agent.json",
|
|
1925
|
+
"_url": "https://github.com/Polaris899/agent-protocol/blob/main/registry/seedream-image_gen.agent.json",
|
|
1926
|
+
"_indexed_at": "2026-06-16T02:07:37.604Z",
|
|
1927
|
+
"id": "com.openclaw.image-gen",
|
|
1928
|
+
"name": "AI 图像创作",
|
|
1929
|
+
"description": "基于Seedream5的AI图像生成,支持文生图、图生图、风格迁移、系列组图",
|
|
1930
|
+
"version": "1.0.0",
|
|
1931
|
+
"author": {
|
|
1932
|
+
"name": "OpenClaw Team",
|
|
1933
|
+
"url": "https://github.com/openclaw"
|
|
1934
|
+
},
|
|
1935
|
+
"tags": [
|
|
1936
|
+
"image",
|
|
1937
|
+
"生成图片",
|
|
1938
|
+
"AI绘画",
|
|
1939
|
+
"设计",
|
|
1940
|
+
"创作"
|
|
1941
|
+
],
|
|
1942
|
+
"license": "MIT",
|
|
1943
|
+
"capabilities": [
|
|
1944
|
+
{
|
|
1945
|
+
"id": "text_to_image",
|
|
1946
|
+
"name": "文生图",
|
|
1947
|
+
"description": "根据文字描述生成图片",
|
|
1948
|
+
"intents": [
|
|
1949
|
+
"画一张{描述}的图",
|
|
1950
|
+
"生成一张{描述}的图片",
|
|
1951
|
+
"generate an image of {subject}"
|
|
1952
|
+
],
|
|
1953
|
+
"input": {
|
|
1954
|
+
"type": "object",
|
|
1955
|
+
"properties": {}
|
|
1956
|
+
},
|
|
1957
|
+
"latency": "low",
|
|
1958
|
+
"security_level": "low",
|
|
1959
|
+
"cost_per_call": 0
|
|
1960
|
+
},
|
|
1961
|
+
{
|
|
1962
|
+
"id": "image_to_image",
|
|
1963
|
+
"name": "图生图",
|
|
1964
|
+
"description": "基于参考图片生成新图片",
|
|
1965
|
+
"intents": [
|
|
1966
|
+
"把这个改成{风格}风格",
|
|
1967
|
+
"基于这张图生成",
|
|
1968
|
+
"风格迁移"
|
|
1969
|
+
],
|
|
1970
|
+
"input": {
|
|
1971
|
+
"type": "object",
|
|
1972
|
+
"properties": {}
|
|
1973
|
+
},
|
|
1974
|
+
"latency": "low",
|
|
1975
|
+
"security_level": "low",
|
|
1976
|
+
"cost_per_call": 0
|
|
1977
|
+
},
|
|
1978
|
+
{
|
|
1979
|
+
"id": "edit_image",
|
|
1980
|
+
"name": "编辑图片",
|
|
1981
|
+
"description": "局部修改、扩展、擦除等",
|
|
1982
|
+
"intents": [
|
|
1983
|
+
"去掉这个物体",
|
|
1984
|
+
"扩展背景",
|
|
1985
|
+
"edit image"
|
|
1986
|
+
],
|
|
1987
|
+
"input": {
|
|
1988
|
+
"type": "object",
|
|
1989
|
+
"properties": {}
|
|
1990
|
+
},
|
|
1991
|
+
"latency": "low",
|
|
1992
|
+
"security_level": "low",
|
|
1993
|
+
"cost_per_call": 0
|
|
1994
|
+
}
|
|
1995
|
+
],
|
|
1996
|
+
"runtime": {
|
|
1997
|
+
"engine": "openclaw",
|
|
1998
|
+
"min_version": "1.0.0",
|
|
1999
|
+
"type": "skill",
|
|
2000
|
+
"engines": [
|
|
2001
|
+
"openclaw"
|
|
2002
|
+
]
|
|
2003
|
+
},
|
|
2004
|
+
"trust": {
|
|
2005
|
+
"permissions": [
|
|
2006
|
+
"network"
|
|
2007
|
+
],
|
|
2008
|
+
"sandbox_level": "basic",
|
|
2009
|
+
"verified_by": []
|
|
2010
|
+
}
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
"_repo": "Polaris899/agent-protocol",
|
|
2014
|
+
"_path": "registry/weather.agent.json",
|
|
2015
|
+
"_url": "https://github.com/Polaris899/agent-protocol/blob/main/registry/weather.agent.json",
|
|
2016
|
+
"_indexed_at": "2026-06-16T02:07:37.604Z",
|
|
2017
|
+
"id": "com.openclaw.weather",
|
|
2018
|
+
"name": "天气查询",
|
|
2019
|
+
"description": "获取实时天气和天气预报,支持任意城市查询",
|
|
2020
|
+
"version": "1.0.0",
|
|
2021
|
+
"author": {
|
|
2022
|
+
"name": "OpenClaw Team",
|
|
2023
|
+
"url": "https://github.com/openclaw"
|
|
2024
|
+
},
|
|
2025
|
+
"tags": [
|
|
2026
|
+
"weather",
|
|
2027
|
+
"天气",
|
|
2028
|
+
"forecast",
|
|
2029
|
+
"天气预报",
|
|
2030
|
+
"temperature"
|
|
2031
|
+
],
|
|
2032
|
+
"license": "MIT",
|
|
2033
|
+
"capabilities": [
|
|
2034
|
+
{
|
|
2035
|
+
"id": "get_current_weather",
|
|
2036
|
+
"name": "当前天气",
|
|
2037
|
+
"description": "查询指定城市的实时温度、湿度、风力等天气信息",
|
|
2038
|
+
"intents": [
|
|
2039
|
+
"现在{城市}的天气怎么样",
|
|
2040
|
+
"{城市}今天多少度",
|
|
2041
|
+
"{城市}天气"
|
|
2042
|
+
],
|
|
2043
|
+
"input": {
|
|
2044
|
+
"type": "object",
|
|
2045
|
+
"properties": {}
|
|
2046
|
+
},
|
|
2047
|
+
"latency": "real-time",
|
|
2048
|
+
"security_level": "low",
|
|
2049
|
+
"cost_per_call": 0
|
|
2050
|
+
},
|
|
2051
|
+
{
|
|
2052
|
+
"id": "get_forecast",
|
|
2053
|
+
"name": "天气预报",
|
|
2054
|
+
"description": "查询未来多天的天气预报",
|
|
2055
|
+
"intents": [
|
|
2056
|
+
"未来{天数}天{城市}天气",
|
|
2057
|
+
"{城市}这周天气",
|
|
2058
|
+
"weekend weather in {city}"
|
|
2059
|
+
],
|
|
2060
|
+
"input": {
|
|
2061
|
+
"type": "object",
|
|
2062
|
+
"properties": {}
|
|
2063
|
+
},
|
|
2064
|
+
"latency": "real-time",
|
|
2065
|
+
"security_level": "low",
|
|
2066
|
+
"cost_per_call": 0
|
|
2067
|
+
}
|
|
2068
|
+
],
|
|
2069
|
+
"runtime": {
|
|
2070
|
+
"engine": "openclaw",
|
|
2071
|
+
"min_version": "1.0.0",
|
|
2072
|
+
"type": "skill",
|
|
2073
|
+
"engines": [
|
|
2074
|
+
"openclaw"
|
|
2075
|
+
]
|
|
2076
|
+
},
|
|
2077
|
+
"trust": {
|
|
2078
|
+
"permissions": [
|
|
2079
|
+
"network"
|
|
2080
|
+
],
|
|
2081
|
+
"sandbox_level": "basic",
|
|
2082
|
+
"verified_by": []
|
|
2083
|
+
}
|
|
2084
|
+
},
|
|
2085
|
+
{
|
|
2086
|
+
"_repo": "Polaris899/agent-protocol",
|
|
2087
|
+
"_path": "registry/xiaoyi-doc-convert.agent.json",
|
|
2088
|
+
"_url": "https://github.com/Polaris899/agent-protocol/blob/main/registry/xiaoyi-doc-convert.agent.json",
|
|
2089
|
+
"_indexed_at": "2026-06-16T02:07:37.605Z",
|
|
2090
|
+
"id": "com.openclaw.doc-convert",
|
|
2091
|
+
"name": "文档格式转换",
|
|
2092
|
+
"description": "支持 Word、PDF、Excel、PPT、Markdown、HTML 等多格式互转",
|
|
2093
|
+
"version": "1.0.0",
|
|
2094
|
+
"author": {
|
|
2095
|
+
"name": "OpenClaw Team",
|
|
2096
|
+
"url": "https://github.com/openclaw"
|
|
2097
|
+
},
|
|
2098
|
+
"tags": [
|
|
2099
|
+
"convert",
|
|
2100
|
+
"格式转换",
|
|
2101
|
+
"document",
|
|
2102
|
+
"pdf",
|
|
2103
|
+
"word"
|
|
2104
|
+
],
|
|
2105
|
+
"license": "MIT",
|
|
2106
|
+
"capabilities": [
|
|
2107
|
+
{
|
|
2108
|
+
"id": "convert_format",
|
|
2109
|
+
"name": "格式转换",
|
|
2110
|
+
"description": "在各种文档格式之间自由转换",
|
|
2111
|
+
"intents": [
|
|
2112
|
+
"把这个PDF转成Word",
|
|
2113
|
+
"docx转pdf",
|
|
2114
|
+
"md转html",
|
|
2115
|
+
"convert {source} to {target}"
|
|
2116
|
+
],
|
|
2117
|
+
"input": {
|
|
2118
|
+
"type": "object",
|
|
2119
|
+
"properties": {}
|
|
2120
|
+
},
|
|
2121
|
+
"latency": "low",
|
|
2122
|
+
"security_level": "low",
|
|
2123
|
+
"cost_per_call": 0
|
|
2124
|
+
}
|
|
2125
|
+
],
|
|
2126
|
+
"runtime": {
|
|
2127
|
+
"engine": "openclaw",
|
|
2128
|
+
"min_version": "1.0.0",
|
|
2129
|
+
"type": "skill",
|
|
2130
|
+
"engines": [
|
|
2131
|
+
"openclaw"
|
|
2132
|
+
]
|
|
2133
|
+
},
|
|
2134
|
+
"trust": {
|
|
2135
|
+
"permissions": [
|
|
2136
|
+
"network",
|
|
2137
|
+
"read_file",
|
|
2138
|
+
"write_file"
|
|
2139
|
+
],
|
|
2140
|
+
"sandbox_level": "isolated",
|
|
2141
|
+
"verified_by": [
|
|
2142
|
+
"openclaw_team"
|
|
2143
|
+
]
|
|
2144
|
+
}
|
|
2145
|
+
},
|
|
2146
|
+
{
|
|
2147
|
+
"_repo": "Polaris899/agent-protocol",
|
|
2148
|
+
"_path": "registry/xiaoyi-docx.agent.json",
|
|
2149
|
+
"_url": "https://github.com/Polaris899/agent-protocol/blob/main/registry/xiaoyi-docx.agent.json",
|
|
2150
|
+
"_indexed_at": "2026-06-16T02:07:37.605Z",
|
|
2151
|
+
"id": "com.openclaw.docx-generator",
|
|
2152
|
+
"name": "Word 文档生成",
|
|
2153
|
+
"description": "创建和编辑Word文档,支持表格、目录、中文排版、格式化报告",
|
|
2154
|
+
"version": "1.0.0",
|
|
2155
|
+
"author": {
|
|
2156
|
+
"name": "OpenClaw Team",
|
|
2157
|
+
"url": "https://github.com/openclaw"
|
|
2158
|
+
},
|
|
2159
|
+
"tags": [
|
|
2160
|
+
"word",
|
|
2161
|
+
"docx",
|
|
2162
|
+
"文档",
|
|
2163
|
+
"报告",
|
|
2164
|
+
"办公"
|
|
2165
|
+
],
|
|
2166
|
+
"license": "MIT",
|
|
2167
|
+
"capabilities": [
|
|
2168
|
+
{
|
|
2169
|
+
"id": "create_docx",
|
|
2170
|
+
"name": "生成文档",
|
|
2171
|
+
"description": "从内容生成格式化的Word文档",
|
|
2172
|
+
"intents": [
|
|
2173
|
+
"生成Word文档",
|
|
2174
|
+
"帮我写个报告",
|
|
2175
|
+
"创建docx",
|
|
2176
|
+
"create word document"
|
|
2177
|
+
],
|
|
2178
|
+
"input": {
|
|
2179
|
+
"type": "object",
|
|
2180
|
+
"properties": {}
|
|
2181
|
+
},
|
|
2182
|
+
"latency": "low",
|
|
2183
|
+
"security_level": "low",
|
|
2184
|
+
"cost_per_call": 0
|
|
2185
|
+
},
|
|
2186
|
+
{
|
|
2187
|
+
"id": "edit_docx",
|
|
2188
|
+
"name": "编辑文档",
|
|
2189
|
+
"description": "对现有Word文档进行修改",
|
|
2190
|
+
"intents": [
|
|
2191
|
+
"修改这个文档",
|
|
2192
|
+
"编辑Word",
|
|
2193
|
+
"edit document"
|
|
2194
|
+
],
|
|
2195
|
+
"input": {
|
|
2196
|
+
"type": "object",
|
|
2197
|
+
"properties": {}
|
|
2198
|
+
},
|
|
2199
|
+
"latency": "low",
|
|
2200
|
+
"security_level": "low",
|
|
2201
|
+
"cost_per_call": 0
|
|
2202
|
+
}
|
|
2203
|
+
],
|
|
2204
|
+
"runtime": {
|
|
2205
|
+
"engine": "openclaw",
|
|
2206
|
+
"min_version": "1.0.0",
|
|
2207
|
+
"type": "skill",
|
|
2208
|
+
"engines": [
|
|
2209
|
+
"openclaw"
|
|
2210
|
+
]
|
|
2211
|
+
},
|
|
2212
|
+
"trust": {
|
|
2213
|
+
"permissions": [
|
|
2214
|
+
"network",
|
|
2215
|
+
"read_file",
|
|
2216
|
+
"write_file"
|
|
2217
|
+
],
|
|
2218
|
+
"sandbox_level": "isolated",
|
|
2219
|
+
"verified_by": [
|
|
2220
|
+
"openclaw_team"
|
|
2221
|
+
]
|
|
2222
|
+
}
|
|
2223
|
+
},
|
|
2224
|
+
{
|
|
2225
|
+
"_repo": "Polaris899/agent-protocol",
|
|
2226
|
+
"_path": "registry/xiaoyi-file-upload.agent.json",
|
|
2227
|
+
"_url": "https://github.com/Polaris899/agent-protocol/blob/main/registry/xiaoyi-file-upload.agent.json",
|
|
2228
|
+
"_indexed_at": "2026-06-16T02:07:37.605Z",
|
|
2229
|
+
"id": "com.openclaw.file-upload",
|
|
2230
|
+
"name": "文件上传",
|
|
2231
|
+
"description": "上传本地文件到对象存储,获取可共享的下载链接",
|
|
2232
|
+
"version": "1.0.0",
|
|
2233
|
+
"author": {
|
|
2234
|
+
"name": "OpenClaw Team",
|
|
2235
|
+
"url": "https://github.com/openclaw"
|
|
2236
|
+
},
|
|
2237
|
+
"tags": [
|
|
2238
|
+
"file",
|
|
2239
|
+
"upload",
|
|
2240
|
+
"上传",
|
|
2241
|
+
"文件",
|
|
2242
|
+
"share"
|
|
2243
|
+
],
|
|
2244
|
+
"license": "MIT",
|
|
2245
|
+
"capabilities": [
|
|
2246
|
+
{
|
|
2247
|
+
"id": "upload_file",
|
|
2248
|
+
"name": "文件上传",
|
|
2249
|
+
"description": "上传文件到云端获取下载链接",
|
|
2250
|
+
"intents": [
|
|
2251
|
+
"上传这个文件",
|
|
2252
|
+
"获取下载链接",
|
|
2253
|
+
"分享文件",
|
|
2254
|
+
"upload file"
|
|
2255
|
+
],
|
|
2256
|
+
"input": {
|
|
2257
|
+
"type": "object",
|
|
2258
|
+
"properties": {}
|
|
2259
|
+
},
|
|
2260
|
+
"latency": "low",
|
|
2261
|
+
"security_level": "low",
|
|
2262
|
+
"cost_per_call": 0
|
|
2263
|
+
}
|
|
2264
|
+
],
|
|
2265
|
+
"runtime": {
|
|
2266
|
+
"engine": "huawei-api",
|
|
2267
|
+
"min_version": "1.0.0",
|
|
2268
|
+
"type": "skill",
|
|
2269
|
+
"engines": [
|
|
2270
|
+
"openclaw"
|
|
2271
|
+
]
|
|
2272
|
+
},
|
|
2273
|
+
"trust": {
|
|
2274
|
+
"permissions": [
|
|
2275
|
+
"network",
|
|
2276
|
+
"read_file"
|
|
2277
|
+
],
|
|
2278
|
+
"sandbox_level": "basic",
|
|
2279
|
+
"verified_by": []
|
|
2280
|
+
}
|
|
2281
|
+
},
|
|
2282
|
+
{
|
|
2283
|
+
"_repo": "Polaris899/agent-protocol",
|
|
2284
|
+
"_path": "registry/xiaoyi-health.agent.json",
|
|
2285
|
+
"_url": "https://github.com/Polaris899/agent-protocol/blob/main/registry/xiaoyi-health.agent.json",
|
|
2286
|
+
"_indexed_at": "2026-06-16T02:07:37.605Z",
|
|
2287
|
+
"id": "com.openclaw.health",
|
|
2288
|
+
"name": "运动健康助手",
|
|
2289
|
+
"description": "查询运动健康数据并提供分析解读,覆盖心率、睡眠、运动、压力、营养等",
|
|
2290
|
+
"version": "1.0.0",
|
|
2291
|
+
"author": {
|
|
2292
|
+
"name": "OpenClaw Team",
|
|
2293
|
+
"url": "https://github.com/openclaw"
|
|
2294
|
+
},
|
|
2295
|
+
"tags": [
|
|
2296
|
+
"health",
|
|
2297
|
+
"健康",
|
|
2298
|
+
"运动",
|
|
2299
|
+
"心率",
|
|
2300
|
+
"睡眠",
|
|
2301
|
+
"fitness"
|
|
2302
|
+
],
|
|
2303
|
+
"license": "MIT",
|
|
2304
|
+
"capabilities": [
|
|
2305
|
+
{
|
|
2306
|
+
"id": "query_health_data",
|
|
2307
|
+
"name": "查询健康数据",
|
|
2308
|
+
"description": "查询心率、睡眠、运动、压力等健康数据",
|
|
2309
|
+
"intents": [
|
|
2310
|
+
"我的睡眠怎么样",
|
|
2311
|
+
"今天心率多少",
|
|
2312
|
+
"查看运动数据",
|
|
2313
|
+
"健康概览"
|
|
2314
|
+
],
|
|
2315
|
+
"input": {
|
|
2316
|
+
"type": "object",
|
|
2317
|
+
"properties": {}
|
|
2318
|
+
},
|
|
2319
|
+
"latency": "low",
|
|
2320
|
+
"security_level": "low",
|
|
2321
|
+
"cost_per_call": 0
|
|
2322
|
+
},
|
|
2323
|
+
{
|
|
2324
|
+
"id": "analyze_health",
|
|
2325
|
+
"name": "健康分析",
|
|
2326
|
+
"description": "解读健康数据趋势并提供建议",
|
|
2327
|
+
"intents": [
|
|
2328
|
+
"分析我的健康趋势",
|
|
2329
|
+
"这周运动量够吗",
|
|
2330
|
+
"健康建议",
|
|
2331
|
+
"health analysis"
|
|
2332
|
+
],
|
|
2333
|
+
"input": {
|
|
2334
|
+
"type": "object",
|
|
2335
|
+
"properties": {}
|
|
2336
|
+
},
|
|
2337
|
+
"latency": "low",
|
|
2338
|
+
"security_level": "low",
|
|
2339
|
+
"cost_per_call": 0
|
|
2340
|
+
}
|
|
2341
|
+
],
|
|
2342
|
+
"runtime": {
|
|
2343
|
+
"engine": "openclaw",
|
|
2344
|
+
"min_version": "1.0.0",
|
|
2345
|
+
"type": "skill",
|
|
2346
|
+
"engines": [
|
|
2347
|
+
"openclaw"
|
|
2348
|
+
]
|
|
2349
|
+
},
|
|
2350
|
+
"trust": {
|
|
2351
|
+
"permissions": [
|
|
2352
|
+
"read_health_data"
|
|
2353
|
+
],
|
|
2354
|
+
"sandbox_level": "basic",
|
|
2355
|
+
"verified_by": []
|
|
2356
|
+
}
|
|
2357
|
+
},
|
|
2358
|
+
{
|
|
2359
|
+
"_repo": "Polaris899/agent-protocol",
|
|
2360
|
+
"_path": "registry/xiaoyi-image-search.agent.json",
|
|
2361
|
+
"_url": "https://github.com/Polaris899/agent-protocol/blob/main/registry/xiaoyi-image-search.agent.json",
|
|
2362
|
+
"_indexed_at": "2026-06-16T02:07:37.605Z",
|
|
2363
|
+
"id": "com.openclaw.image-search",
|
|
2364
|
+
"name": "图片搜索",
|
|
2365
|
+
"description": "搜索图片并下载到本地,支持为文档、PPT、报告查找配图素材",
|
|
2366
|
+
"version": "1.0.0",
|
|
2367
|
+
"author": {
|
|
2368
|
+
"name": "OpenClaw Team",
|
|
2369
|
+
"url": "https://github.com/openclaw"
|
|
2370
|
+
},
|
|
2371
|
+
"tags": [
|
|
2372
|
+
"image",
|
|
2373
|
+
"图片",
|
|
2374
|
+
"搜索",
|
|
2375
|
+
"素材",
|
|
2376
|
+
"配图"
|
|
2377
|
+
],
|
|
2378
|
+
"license": "MIT",
|
|
2379
|
+
"capabilities": [
|
|
2380
|
+
{
|
|
2381
|
+
"id": "search_images",
|
|
2382
|
+
"name": "搜索图片",
|
|
2383
|
+
"description": "根据关键词搜索图片并下载",
|
|
2384
|
+
"intents": [
|
|
2385
|
+
"找{query}的图片",
|
|
2386
|
+
"搜索{subject}图片",
|
|
2387
|
+
"找素材",
|
|
2388
|
+
"search images of {query}"
|
|
2389
|
+
],
|
|
2390
|
+
"input": {
|
|
2391
|
+
"type": "object",
|
|
2392
|
+
"properties": {}
|
|
2393
|
+
},
|
|
2394
|
+
"latency": "low",
|
|
2395
|
+
"security_level": "low",
|
|
2396
|
+
"cost_per_call": 0
|
|
2397
|
+
}
|
|
2398
|
+
],
|
|
2399
|
+
"runtime": {
|
|
2400
|
+
"engine": "openclaw",
|
|
2401
|
+
"min_version": "1.0.0",
|
|
2402
|
+
"type": "skill",
|
|
2403
|
+
"engines": [
|
|
2404
|
+
"openclaw"
|
|
2405
|
+
]
|
|
2406
|
+
},
|
|
2407
|
+
"trust": {
|
|
2408
|
+
"permissions": [
|
|
2409
|
+
"network"
|
|
2410
|
+
],
|
|
2411
|
+
"sandbox_level": "basic",
|
|
2412
|
+
"verified_by": []
|
|
2413
|
+
}
|
|
2414
|
+
},
|
|
2415
|
+
{
|
|
2416
|
+
"_repo": "Polaris899/agent-protocol",
|
|
2417
|
+
"_path": "registry/xiaoyi-image-understanding.agent.json",
|
|
2418
|
+
"_url": "https://github.com/Polaris899/agent-protocol/blob/main/registry/xiaoyi-image-understanding.agent.json",
|
|
2419
|
+
"_indexed_at": "2026-06-16T02:07:37.605Z",
|
|
2420
|
+
"id": "com.openclaw.image-understanding",
|
|
2421
|
+
"name": "图像理解",
|
|
2422
|
+
"description": "使用AI进行图像内容识别和描述,支持多图对比、OCR文字识别、图表分析",
|
|
2423
|
+
"version": "1.0.0",
|
|
2424
|
+
"author": {
|
|
2425
|
+
"name": "OpenClaw Team",
|
|
2426
|
+
"url": "https://github.com/openclaw"
|
|
2427
|
+
},
|
|
2428
|
+
"tags": [
|
|
2429
|
+
"image",
|
|
2430
|
+
"图片识别",
|
|
2431
|
+
"OCR",
|
|
2432
|
+
"图像分析",
|
|
2433
|
+
"vision"
|
|
2434
|
+
],
|
|
2435
|
+
"license": "MIT",
|
|
2436
|
+
"capabilities": [
|
|
2437
|
+
{
|
|
2438
|
+
"id": "describe_image",
|
|
2439
|
+
"name": "图片描述",
|
|
2440
|
+
"description": "识别图片内容并生成详细文字描述",
|
|
2441
|
+
"intents": [
|
|
2442
|
+
"这张图是什么",
|
|
2443
|
+
"描述这张图片",
|
|
2444
|
+
"图片内容",
|
|
2445
|
+
"describe this image"
|
|
2446
|
+
],
|
|
2447
|
+
"input": {
|
|
2448
|
+
"type": "object",
|
|
2449
|
+
"properties": {}
|
|
2450
|
+
},
|
|
2451
|
+
"latency": "low",
|
|
2452
|
+
"security_level": "low",
|
|
2453
|
+
"cost_per_call": 0
|
|
2454
|
+
},
|
|
2455
|
+
{
|
|
2456
|
+
"id": "ocr",
|
|
2457
|
+
"name": "文字识别",
|
|
2458
|
+
"description": "从图片中提取文字信息",
|
|
2459
|
+
"intents": [
|
|
2460
|
+
"识别这张图的文字",
|
|
2461
|
+
"提取文字",
|
|
2462
|
+
"图片转文字",
|
|
2463
|
+
"OCR"
|
|
2464
|
+
],
|
|
2465
|
+
"input": {
|
|
2466
|
+
"type": "object",
|
|
2467
|
+
"properties": {}
|
|
2468
|
+
},
|
|
2469
|
+
"latency": "low",
|
|
2470
|
+
"security_level": "low",
|
|
2471
|
+
"cost_per_call": 0
|
|
2472
|
+
},
|
|
2473
|
+
{
|
|
2474
|
+
"id": "compare_images",
|
|
2475
|
+
"name": "图片对比",
|
|
2476
|
+
"description": "比较多张图片的异同",
|
|
2477
|
+
"intents": [
|
|
2478
|
+
"对比这些图片",
|
|
2479
|
+
"图片对比",
|
|
2480
|
+
"比较这两张图"
|
|
2481
|
+
],
|
|
2482
|
+
"input": {
|
|
2483
|
+
"type": "object",
|
|
2484
|
+
"properties": {}
|
|
2485
|
+
},
|
|
2486
|
+
"latency": "low",
|
|
2487
|
+
"security_level": "low",
|
|
2488
|
+
"cost_per_call": 0
|
|
2489
|
+
}
|
|
2490
|
+
],
|
|
2491
|
+
"runtime": {
|
|
2492
|
+
"engine": "openclaw",
|
|
2493
|
+
"min_version": "1.0.0",
|
|
2494
|
+
"type": "skill",
|
|
2495
|
+
"engines": [
|
|
2496
|
+
"openclaw"
|
|
2497
|
+
]
|
|
2498
|
+
},
|
|
2499
|
+
"trust": {
|
|
2500
|
+
"permissions": [
|
|
2501
|
+
"network"
|
|
2502
|
+
],
|
|
2503
|
+
"sandbox_level": "basic",
|
|
2504
|
+
"verified_by": []
|
|
2505
|
+
}
|
|
2506
|
+
},
|
|
2507
|
+
{
|
|
2508
|
+
"_repo": "Polaris899/agent-protocol",
|
|
2509
|
+
"_path": "registry/xiaoyi-pdf.agent.json",
|
|
2510
|
+
"_url": "https://github.com/Polaris899/agent-protocol/blob/main/registry/xiaoyi-pdf.agent.json",
|
|
2511
|
+
"_indexed_at": "2026-06-16T02:07:37.605Z",
|
|
2512
|
+
"id": "com.openclaw.pdf-toolkit",
|
|
2513
|
+
"name": "PDF 工具箱",
|
|
2514
|
+
"description": "完整PDF处理能力——生成、设计、填表、合并、拆分、加密、加水印、提取内容",
|
|
2515
|
+
"version": "1.0.0",
|
|
2516
|
+
"author": {
|
|
2517
|
+
"name": "OpenClaw Team",
|
|
2518
|
+
"url": "https://github.com/openclaw"
|
|
2519
|
+
},
|
|
2520
|
+
"tags": [
|
|
2521
|
+
"pdf",
|
|
2522
|
+
"document",
|
|
2523
|
+
"文档处理",
|
|
2524
|
+
"PDF编辑"
|
|
2525
|
+
],
|
|
2526
|
+
"license": "MIT",
|
|
2527
|
+
"capabilities": [
|
|
2528
|
+
{
|
|
2529
|
+
"id": "generate_pdf",
|
|
2530
|
+
"name": "生成PDF",
|
|
2531
|
+
"description": "从内容生成格式精美的PDF文档",
|
|
2532
|
+
"intents": [
|
|
2533
|
+
"生成PDF",
|
|
2534
|
+
"创建PDF",
|
|
2535
|
+
"make a pdf",
|
|
2536
|
+
"导出PDF"
|
|
2537
|
+
],
|
|
2538
|
+
"input": {
|
|
2539
|
+
"type": "object",
|
|
2540
|
+
"properties": {}
|
|
2541
|
+
},
|
|
2542
|
+
"latency": "low",
|
|
2543
|
+
"security_level": "low",
|
|
2544
|
+
"cost_per_call": 0
|
|
2545
|
+
},
|
|
2546
|
+
{
|
|
2547
|
+
"id": "merge_pdf",
|
|
2548
|
+
"name": "合并PDF",
|
|
2549
|
+
"description": "将多个PDF文件合并为一个",
|
|
2550
|
+
"intents": [
|
|
2551
|
+
"合并PDF",
|
|
2552
|
+
"合并文件",
|
|
2553
|
+
"merge pdfs"
|
|
2554
|
+
],
|
|
2555
|
+
"input": {
|
|
2556
|
+
"type": "object",
|
|
2557
|
+
"properties": {}
|
|
2558
|
+
},
|
|
2559
|
+
"latency": "low",
|
|
2560
|
+
"security_level": "low",
|
|
2561
|
+
"cost_per_call": 0
|
|
2562
|
+
},
|
|
2563
|
+
{
|
|
2564
|
+
"id": "split_pdf",
|
|
2565
|
+
"name": "拆分PDF",
|
|
2566
|
+
"description": "将PDF按页拆分",
|
|
2567
|
+
"intents": [
|
|
2568
|
+
"拆分PDF",
|
|
2569
|
+
"提取页",
|
|
2570
|
+
"split pdf"
|
|
2571
|
+
],
|
|
2572
|
+
"input": {
|
|
2573
|
+
"type": "object",
|
|
2574
|
+
"properties": {}
|
|
2575
|
+
},
|
|
2576
|
+
"latency": "low",
|
|
2577
|
+
"security_level": "low",
|
|
2578
|
+
"cost_per_call": 0
|
|
2579
|
+
},
|
|
2580
|
+
{
|
|
2581
|
+
"id": "watermark_pdf",
|
|
2582
|
+
"name": "加/去水印",
|
|
2583
|
+
"description": "给PDF添加或去除水印",
|
|
2584
|
+
"intents": [
|
|
2585
|
+
"加水印",
|
|
2586
|
+
"去除水印",
|
|
2587
|
+
"watermark pdf"
|
|
2588
|
+
],
|
|
2589
|
+
"input": {
|
|
2590
|
+
"type": "object",
|
|
2591
|
+
"properties": {}
|
|
2592
|
+
},
|
|
2593
|
+
"latency": "low",
|
|
2594
|
+
"security_level": "low",
|
|
2595
|
+
"cost_per_call": 0
|
|
2596
|
+
},
|
|
2597
|
+
{
|
|
2598
|
+
"id": "extract_pdf",
|
|
2599
|
+
"name": "提取内容",
|
|
2600
|
+
"description": "从PDF提取文字和表格",
|
|
2601
|
+
"intents": [
|
|
2602
|
+
"提取PDF文字",
|
|
2603
|
+
"PDF转文字",
|
|
2604
|
+
"extract text from pdf"
|
|
2605
|
+
],
|
|
2606
|
+
"input": {
|
|
2607
|
+
"type": "object",
|
|
2608
|
+
"properties": {}
|
|
2609
|
+
},
|
|
2610
|
+
"latency": "low",
|
|
2611
|
+
"security_level": "low",
|
|
2612
|
+
"cost_per_call": 0
|
|
2613
|
+
}
|
|
2614
|
+
],
|
|
2615
|
+
"runtime": {
|
|
2616
|
+
"engine": "openclaw",
|
|
2617
|
+
"min_version": "1.0.0",
|
|
2618
|
+
"type": "skill",
|
|
2619
|
+
"engines": [
|
|
2620
|
+
"openclaw"
|
|
2621
|
+
]
|
|
2622
|
+
},
|
|
2623
|
+
"trust": {
|
|
2624
|
+
"permissions": [
|
|
2625
|
+
"network",
|
|
2626
|
+
"read_file",
|
|
2627
|
+
"write_file"
|
|
2628
|
+
],
|
|
2629
|
+
"sandbox_level": "isolated",
|
|
2630
|
+
"verified_by": [
|
|
2631
|
+
"openclaw_team"
|
|
2632
|
+
]
|
|
2633
|
+
}
|
|
2634
|
+
},
|
|
2635
|
+
{
|
|
2636
|
+
"_repo": "Polaris899/agent-protocol",
|
|
2637
|
+
"_path": "registry/xiaoyi-ppt.agent.json",
|
|
2638
|
+
"_url": "https://github.com/Polaris899/agent-protocol/blob/main/registry/xiaoyi-ppt.agent.json",
|
|
2639
|
+
"_indexed_at": "2026-06-16T02:07:37.605Z",
|
|
2640
|
+
"id": "com.openclaw.ppt-generator",
|
|
2641
|
+
"name": "PPT 生成器",
|
|
2642
|
+
"description": "自动生成和编辑专业演示文稿,支持多种模板风格,三步流程:采集信息→生成大纲→生成PPT",
|
|
2643
|
+
"version": "1.0.0",
|
|
2644
|
+
"author": {
|
|
2645
|
+
"name": "OpenClaw Team",
|
|
2646
|
+
"url": "https://github.com/openclaw"
|
|
2647
|
+
},
|
|
2648
|
+
"tags": [
|
|
2649
|
+
"ppt",
|
|
2650
|
+
"presentation",
|
|
2651
|
+
"演示文稿",
|
|
2652
|
+
"幻灯片",
|
|
2653
|
+
"办公"
|
|
2654
|
+
],
|
|
2655
|
+
"license": "MIT",
|
|
2656
|
+
"capabilities": [
|
|
2657
|
+
{
|
|
2658
|
+
"id": "generate_ppt",
|
|
2659
|
+
"name": "生成PPT",
|
|
2660
|
+
"description": "根据内容提纲或文档生成完整演示文稿",
|
|
2661
|
+
"intents": [
|
|
2662
|
+
"帮我做个PPT",
|
|
2663
|
+
"生成演示文稿",
|
|
2664
|
+
"创建幻灯片",
|
|
2665
|
+
"create presentation"
|
|
2666
|
+
],
|
|
2667
|
+
"input": {
|
|
2668
|
+
"type": "object",
|
|
2669
|
+
"properties": {}
|
|
2670
|
+
},
|
|
2671
|
+
"latency": "low",
|
|
2672
|
+
"security_level": "low",
|
|
2673
|
+
"cost_per_call": 0
|
|
2674
|
+
},
|
|
2675
|
+
{
|
|
2676
|
+
"id": "edit_ppt",
|
|
2677
|
+
"name": "编辑PPT",
|
|
2678
|
+
"description": "修改现有PPT的内容和样式",
|
|
2679
|
+
"intents": [
|
|
2680
|
+
"修改这个PPT",
|
|
2681
|
+
"换模板",
|
|
2682
|
+
"编辑幻灯片"
|
|
2683
|
+
],
|
|
2684
|
+
"input": {
|
|
2685
|
+
"type": "object",
|
|
2686
|
+
"properties": {}
|
|
2687
|
+
},
|
|
2688
|
+
"latency": "low",
|
|
2689
|
+
"security_level": "low",
|
|
2690
|
+
"cost_per_call": 0
|
|
2691
|
+
}
|
|
2692
|
+
],
|
|
2693
|
+
"runtime": {
|
|
2694
|
+
"engine": "openclaw",
|
|
2695
|
+
"min_version": "1.0.0",
|
|
2696
|
+
"type": "skill",
|
|
2697
|
+
"engines": [
|
|
2698
|
+
"openclaw"
|
|
2699
|
+
]
|
|
2700
|
+
},
|
|
2701
|
+
"trust": {
|
|
2702
|
+
"permissions": [
|
|
2703
|
+
"network",
|
|
2704
|
+
"read_file",
|
|
2705
|
+
"write_file"
|
|
2706
|
+
],
|
|
2707
|
+
"sandbox_level": "isolated",
|
|
2708
|
+
"verified_by": [
|
|
2709
|
+
"openclaw_team"
|
|
2710
|
+
]
|
|
2711
|
+
}
|
|
2712
|
+
},
|
|
2713
|
+
{
|
|
2714
|
+
"_repo": "Polaris899/agent-protocol",
|
|
2715
|
+
"_path": "registry/xiaoyi-report.agent.json",
|
|
2716
|
+
"_url": "https://github.com/Polaris899/agent-protocol/blob/main/registry/xiaoyi-report.agent.json",
|
|
2717
|
+
"_indexed_at": "2026-06-16T02:07:37.605Z",
|
|
2718
|
+
"id": "com.openclaw.report-gen",
|
|
2719
|
+
"name": "深度研究报告",
|
|
2720
|
+
"description": "从多源信息生成带引用的专业分析报告,支持学术研究、市场调研、竞品分析",
|
|
2721
|
+
"version": "1.0.0",
|
|
2722
|
+
"author": {
|
|
2723
|
+
"name": "OpenClaw Team",
|
|
2724
|
+
"url": "https://github.com/openclaw"
|
|
2725
|
+
},
|
|
2726
|
+
"tags": [
|
|
2727
|
+
"report",
|
|
2728
|
+
"报告",
|
|
2729
|
+
"研究",
|
|
2730
|
+
"调研",
|
|
2731
|
+
"分析"
|
|
2732
|
+
],
|
|
2733
|
+
"license": "MIT",
|
|
2734
|
+
"capabilities": [
|
|
2735
|
+
{
|
|
2736
|
+
"id": "generate_report",
|
|
2737
|
+
"name": "生成报告",
|
|
2738
|
+
"description": "基于搜索信息生成带引用的研究报告",
|
|
2739
|
+
"intents": [
|
|
2740
|
+
"调研{topic}",
|
|
2741
|
+
"分析{industry}行业",
|
|
2742
|
+
"写一份关于{topic}的研究报告",
|
|
2743
|
+
"research {topic}"
|
|
2744
|
+
],
|
|
2745
|
+
"input": {
|
|
2746
|
+
"type": "object",
|
|
2747
|
+
"properties": {}
|
|
2748
|
+
},
|
|
2749
|
+
"latency": "low",
|
|
2750
|
+
"security_level": "low",
|
|
2751
|
+
"cost_per_call": 0
|
|
2752
|
+
}
|
|
2753
|
+
],
|
|
2754
|
+
"runtime": {
|
|
2755
|
+
"engine": "openclaw",
|
|
2756
|
+
"min_version": "1.0.0",
|
|
2757
|
+
"type": "skill",
|
|
2758
|
+
"engines": [
|
|
2759
|
+
"openclaw"
|
|
2760
|
+
]
|
|
2761
|
+
},
|
|
2762
|
+
"trust": {
|
|
2763
|
+
"permissions": [
|
|
2764
|
+
"network"
|
|
2765
|
+
],
|
|
2766
|
+
"sandbox_level": "basic",
|
|
2767
|
+
"verified_by": [
|
|
2768
|
+
"openclaw_team"
|
|
2769
|
+
]
|
|
2770
|
+
}
|
|
2771
|
+
},
|
|
2772
|
+
{
|
|
2773
|
+
"_repo": "Polaris899/agent-protocol",
|
|
2774
|
+
"_path": "registry/xiaoyi-vlog-gen.agent.json",
|
|
2775
|
+
"_url": "https://github.com/Polaris899/agent-protocol/blob/main/registry/xiaoyi-vlog-gen.agent.json",
|
|
2776
|
+
"_indexed_at": "2026-06-16T02:07:37.605Z",
|
|
2777
|
+
"id": "com.openclaw.vlog-gen",
|
|
2778
|
+
"name": "一键成片",
|
|
2779
|
+
"description": "多图自动生成vlog短片,智能编排画面、匹配BGM、添加转场特效",
|
|
2780
|
+
"version": "1.0.0",
|
|
2781
|
+
"author": {
|
|
2782
|
+
"name": "OpenClaw Team",
|
|
2783
|
+
"url": "https://github.com/openclaw"
|
|
2784
|
+
},
|
|
2785
|
+
"tags": [
|
|
2786
|
+
"video",
|
|
2787
|
+
"vlog",
|
|
2788
|
+
"视频",
|
|
2789
|
+
"剪辑",
|
|
2790
|
+
"成片"
|
|
2791
|
+
],
|
|
2792
|
+
"license": "MIT",
|
|
2793
|
+
"capabilities": [
|
|
2794
|
+
{
|
|
2795
|
+
"id": "generate_vlog",
|
|
2796
|
+
"name": "生成视频",
|
|
2797
|
+
"description": "从图片批量生成短片",
|
|
2798
|
+
"intents": [
|
|
2799
|
+
"把这几张图做成视频",
|
|
2800
|
+
"一键成片",
|
|
2801
|
+
"生成vlog",
|
|
2802
|
+
"create video from photos"
|
|
2803
|
+
],
|
|
2804
|
+
"input": {
|
|
2805
|
+
"type": "object",
|
|
2806
|
+
"properties": {}
|
|
2807
|
+
},
|
|
2808
|
+
"latency": "low",
|
|
2809
|
+
"security_level": "low",
|
|
2810
|
+
"cost_per_call": 0
|
|
2811
|
+
}
|
|
2812
|
+
],
|
|
2813
|
+
"runtime": {
|
|
2814
|
+
"engine": "openclaw",
|
|
2815
|
+
"min_version": "1.0.0",
|
|
2816
|
+
"type": "skill",
|
|
2817
|
+
"engines": [
|
|
2818
|
+
"openclaw"
|
|
2819
|
+
]
|
|
2820
|
+
},
|
|
2821
|
+
"trust": {
|
|
2822
|
+
"permissions": [
|
|
2823
|
+
"network",
|
|
2824
|
+
"read_file"
|
|
2825
|
+
],
|
|
2826
|
+
"sandbox_level": "basic",
|
|
2827
|
+
"verified_by": []
|
|
2828
|
+
}
|
|
2829
|
+
},
|
|
2830
|
+
{
|
|
2831
|
+
"_repo": "Polaris899/agent-protocol",
|
|
2832
|
+
"_path": "registry/xiaoyi-web-search.agent.json",
|
|
2833
|
+
"_url": "https://github.com/Polaris899/agent-protocol/blob/main/registry/xiaoyi-web-search.agent.json",
|
|
2834
|
+
"_indexed_at": "2026-06-16T02:07:37.605Z",
|
|
2835
|
+
"id": "com.openclaw.web-search",
|
|
2836
|
+
"name": "联网搜索",
|
|
2837
|
+
"description": "使用华为云AI联网搜索API进行网页内容检索,获取实时网络信息",
|
|
2838
|
+
"version": "1.0.0",
|
|
2839
|
+
"author": {
|
|
2840
|
+
"name": "OpenClaw Team",
|
|
2841
|
+
"url": "https://github.com/openclaw"
|
|
2842
|
+
},
|
|
2843
|
+
"tags": [
|
|
2844
|
+
"search",
|
|
2845
|
+
"搜索",
|
|
2846
|
+
"网络搜索",
|
|
2847
|
+
"web",
|
|
2848
|
+
"资讯",
|
|
2849
|
+
"联网"
|
|
2850
|
+
],
|
|
2851
|
+
"license": "MIT",
|
|
2852
|
+
"capabilities": [
|
|
2853
|
+
{
|
|
2854
|
+
"id": "web_search",
|
|
2855
|
+
"name": "网页搜索",
|
|
2856
|
+
"description": "搜索互联网获取最新信息",
|
|
2857
|
+
"intents": [
|
|
2858
|
+
"搜索{query}",
|
|
2859
|
+
"查一下{query}",
|
|
2860
|
+
"最新{topic}资讯",
|
|
2861
|
+
"search for {query}"
|
|
2862
|
+
],
|
|
2863
|
+
"input": {
|
|
2864
|
+
"type": "object",
|
|
2865
|
+
"properties": {}
|
|
2866
|
+
},
|
|
2867
|
+
"latency": "low",
|
|
2868
|
+
"security_level": "low",
|
|
2869
|
+
"cost_per_call": 0
|
|
2870
|
+
}
|
|
2871
|
+
],
|
|
2872
|
+
"runtime": {
|
|
2873
|
+
"engine": "huawei-api",
|
|
2874
|
+
"min_version": "1.0.0",
|
|
2875
|
+
"type": "skill",
|
|
2876
|
+
"engines": [
|
|
2877
|
+
"openclaw"
|
|
2878
|
+
]
|
|
2879
|
+
},
|
|
2880
|
+
"trust": {
|
|
2881
|
+
"permissions": [
|
|
2882
|
+
"network"
|
|
2883
|
+
],
|
|
2884
|
+
"sandbox_level": "basic",
|
|
2885
|
+
"verified_by": []
|
|
2886
|
+
}
|
|
2887
|
+
},
|
|
2888
|
+
{
|
|
2889
|
+
"_repo": "Polaris899/agent-protocol",
|
|
2890
|
+
"_path": "registry/xiaoyi-xlsx.agent.json",
|
|
2891
|
+
"_url": "https://github.com/Polaris899/agent-protocol/blob/main/registry/xiaoyi-xlsx.agent.json",
|
|
2892
|
+
"_indexed_at": "2026-06-16T02:07:37.605Z",
|
|
2893
|
+
"id": "com.openclaw.spreadsheet",
|
|
2894
|
+
"name": "电子表格工具",
|
|
2895
|
+
"description": "创建、编辑和分析电子表格,支持公式、图表、透视表、条件格式",
|
|
2896
|
+
"version": "1.0.0",
|
|
2897
|
+
"author": {
|
|
2898
|
+
"name": "OpenClaw Team",
|
|
2899
|
+
"url": "https://github.com/openclaw"
|
|
2900
|
+
},
|
|
2901
|
+
"tags": [
|
|
2902
|
+
"excel",
|
|
2903
|
+
"spreadsheet",
|
|
2904
|
+
"表格",
|
|
2905
|
+
"数据分析",
|
|
2906
|
+
"xlsx"
|
|
2907
|
+
],
|
|
2908
|
+
"license": "MIT",
|
|
2909
|
+
"capabilities": [
|
|
2910
|
+
{
|
|
2911
|
+
"id": "create_spreadsheet",
|
|
2912
|
+
"name": "创建表格",
|
|
2913
|
+
"description": "从数据创建电子表格",
|
|
2914
|
+
"intents": [
|
|
2915
|
+
"帮我做个表",
|
|
2916
|
+
"创建表格",
|
|
2917
|
+
"创建Excel",
|
|
2918
|
+
"create spreadsheet"
|
|
2919
|
+
],
|
|
2920
|
+
"input": {
|
|
2921
|
+
"type": "object",
|
|
2922
|
+
"properties": {}
|
|
2923
|
+
},
|
|
2924
|
+
"latency": "low",
|
|
2925
|
+
"security_level": "low",
|
|
2926
|
+
"cost_per_call": 0
|
|
2927
|
+
},
|
|
2928
|
+
{
|
|
2929
|
+
"id": "analyze_data",
|
|
2930
|
+
"name": "数据分析",
|
|
2931
|
+
"description": "排序、筛选、汇总、透视表分析",
|
|
2932
|
+
"intents": [
|
|
2933
|
+
"分析这份数据",
|
|
2934
|
+
"做数据透视",
|
|
2935
|
+
"汇总数据",
|
|
2936
|
+
"analyze data"
|
|
2937
|
+
],
|
|
2938
|
+
"input": {
|
|
2939
|
+
"type": "object",
|
|
2940
|
+
"properties": {}
|
|
2941
|
+
},
|
|
2942
|
+
"latency": "low",
|
|
2943
|
+
"security_level": "low",
|
|
2944
|
+
"cost_per_call": 0
|
|
2945
|
+
},
|
|
2946
|
+
{
|
|
2947
|
+
"id": "create_chart",
|
|
2948
|
+
"name": "生成图表",
|
|
2949
|
+
"description": "根据数据生成各类图表",
|
|
2950
|
+
"intents": [
|
|
2951
|
+
"生成图表",
|
|
2952
|
+
"画个图",
|
|
2953
|
+
"可视化数据",
|
|
2954
|
+
"create chart"
|
|
2955
|
+
],
|
|
2956
|
+
"input": {
|
|
2957
|
+
"type": "object",
|
|
2958
|
+
"properties": {}
|
|
2959
|
+
},
|
|
2960
|
+
"latency": "low",
|
|
2961
|
+
"security_level": "low",
|
|
2962
|
+
"cost_per_call": 0
|
|
2963
|
+
}
|
|
2964
|
+
],
|
|
2965
|
+
"runtime": {
|
|
2966
|
+
"engine": "openclaw",
|
|
2967
|
+
"min_version": "1.0.0",
|
|
2968
|
+
"type": "skill",
|
|
2969
|
+
"engines": [
|
|
2970
|
+
"openclaw"
|
|
2971
|
+
]
|
|
2972
|
+
},
|
|
2973
|
+
"trust": {
|
|
2974
|
+
"permissions": [
|
|
2975
|
+
"network",
|
|
2976
|
+
"read_file",
|
|
2977
|
+
"write_file"
|
|
2978
|
+
],
|
|
2979
|
+
"sandbox_level": "isolated",
|
|
2980
|
+
"verified_by": [
|
|
2981
|
+
"openclaw_team"
|
|
2982
|
+
]
|
|
2983
|
+
}
|
|
2984
|
+
},
|
|
2985
|
+
{
|
|
2986
|
+
"_repo": "Polaris899/agent-protocol",
|
|
2987
|
+
"_path": "registry/amper.agent.json",
|
|
2988
|
+
"_url": "https://github.com/Polaris899/agent-protocol/blob/main/registry/amper.agent.json",
|
|
2989
|
+
"_indexed_at": "2026-06-16T04:39:10.026Z",
|
|
2990
|
+
"id": "com.openclaw.amper",
|
|
2991
|
+
"name": "AMP 桥梁",
|
|
2992
|
+
"description": "Bridges Agent Manifest Protocol with OpenClaw Runtime. Resolves agent.json manifests, searches the protocol registry, and routes intents to installed skills.",
|
|
2993
|
+
"version": "1.0.0",
|
|
2994
|
+
"author": {
|
|
2995
|
+
"name": "OpenClaw Team",
|
|
2996
|
+
"url": "https://github.com/openclaw"
|
|
2997
|
+
},
|
|
2998
|
+
"tags": [
|
|
2999
|
+
"amp",
|
|
3000
|
+
"bridge",
|
|
3001
|
+
"runtime",
|
|
3002
|
+
"protocol",
|
|
3003
|
+
"discovery",
|
|
3004
|
+
"routing"
|
|
3005
|
+
],
|
|
3006
|
+
"license": "MIT",
|
|
3007
|
+
"capabilities": [
|
|
3008
|
+
{
|
|
3009
|
+
"id": "resolve_manifest",
|
|
3010
|
+
"name": "本地 Manifest 解析",
|
|
3011
|
+
"description": "扫描 skills 目录中的 agent.json 文件,构建本地能力索引",
|
|
3012
|
+
"intents": [
|
|
3013
|
+
"列出所有已安装 Skill 的能力",
|
|
3014
|
+
"看看本地有哪些可用 Skill",
|
|
3015
|
+
"analyze my installed skills",
|
|
3016
|
+
"scan for available capabilities"
|
|
3017
|
+
],
|
|
3018
|
+
"latency": "low",
|
|
3019
|
+
"security_level": "low",
|
|
3020
|
+
"cost_per_call": 0
|
|
3021
|
+
},
|
|
3022
|
+
{
|
|
3023
|
+
"id": "search_registry",
|
|
3024
|
+
"name": "搜索路由中心",
|
|
3025
|
+
"description": "查询 AMP 搜索 API,按自然语言意图匹配 Skill",
|
|
3026
|
+
"intents": [
|
|
3027
|
+
"帮我搜一个能{query}的skill",
|
|
3028
|
+
"search for {query}",
|
|
3029
|
+
"找能做{task}的工具",
|
|
3030
|
+
"推荐可用的{category} skill",
|
|
3031
|
+
"find a skill that can {task}"
|
|
3032
|
+
],
|
|
3033
|
+
"input": {
|
|
3034
|
+
"type": "object",
|
|
3035
|
+
"properties": {
|
|
3036
|
+
"query": {
|
|
3037
|
+
"type": "string",
|
|
3038
|
+
"description": "自然语言搜索关键词"
|
|
3039
|
+
}
|
|
3040
|
+
},
|
|
3041
|
+
"required": [
|
|
3042
|
+
"query"
|
|
3043
|
+
]
|
|
3044
|
+
},
|
|
3045
|
+
"latency": "low",
|
|
3046
|
+
"security_level": "low",
|
|
3047
|
+
"cost_per_call": 0
|
|
3048
|
+
},
|
|
3049
|
+
{
|
|
3050
|
+
"id": "intent_match",
|
|
3051
|
+
"name": "意图路由",
|
|
3052
|
+
"description": "将用户意图匹配到最合适的已安装 Skill",
|
|
3053
|
+
"intents": [
|
|
3054
|
+
"这个请求该用哪个 Skill",
|
|
3055
|
+
"帮我路由到合适的处理工具",
|
|
3056
|
+
"match this intent to a capability",
|
|
3057
|
+
"which skill should handle this"
|
|
3058
|
+
],
|
|
3059
|
+
"latency": "low",
|
|
3060
|
+
"security_level": "low",
|
|
3061
|
+
"cost_per_call": 0
|
|
3062
|
+
},
|
|
3063
|
+
{
|
|
3064
|
+
"id": "skill_info",
|
|
3065
|
+
"name": "Skill 详情",
|
|
3066
|
+
"description": "查看本地或远程 SKill 的能力详情、权限要求和运行时信息",
|
|
3067
|
+
"intents": [
|
|
3068
|
+
"查看{skill}的能力详情",
|
|
3069
|
+
"tell me about {skill}",
|
|
3070
|
+
"这个 Skill 有哪些功能",
|
|
3071
|
+
"show details for {skill}"
|
|
3072
|
+
],
|
|
3073
|
+
"latency": "low",
|
|
3074
|
+
"security_level": "low",
|
|
3075
|
+
"cost_per_call": 0
|
|
3076
|
+
}
|
|
3077
|
+
],
|
|
3078
|
+
"runtime": {
|
|
3079
|
+
"engine": "openclaw",
|
|
3080
|
+
"min_version": "1.0.0",
|
|
3081
|
+
"type": "skill",
|
|
3082
|
+
"engines": [
|
|
3083
|
+
"openclaw"
|
|
3084
|
+
]
|
|
3085
|
+
},
|
|
3086
|
+
"trust": {
|
|
3087
|
+
"permissions": [
|
|
3088
|
+
"network"
|
|
3089
|
+
],
|
|
3090
|
+
"sandbox_level": "basic",
|
|
3091
|
+
"verified_by": [
|
|
3092
|
+
"openclaw_team"
|
|
3093
|
+
]
|
|
3094
|
+
}
|
|
3095
|
+
}
|
|
3096
|
+
]
|