@duckmind/dm-darwin-x64 0.49.9 → 0.50.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dm +0 -0
  2. package/extensions/.dm-extensions.json +4 -185
  3. package/extensions/dm-cliproxy/index.js +2 -2
  4. package/extensions/dm-cliproxy/scripts/check-config-migration.js +8 -10
  5. package/extensions/dm-cliproxy/src/apply.js +1 -1
  6. package/extensions/dm-cliproxy/src/cache.js +1 -1
  7. package/extensions/dm-cliproxy/src/commands.js +2 -2
  8. package/extensions/dm-cliproxy/src/config.js +2 -2
  9. package/extensions/dm-cliproxy/src/fetch-models.js +1 -1
  10. package/extensions/dm-cliproxy/src/fetch-usage.js +1 -1
  11. package/extensions/dm-cliproxy/src/ui-hub/hub.js +2 -2
  12. package/extensions/dm-cliproxy/src/ui-hub/index.js +2 -2
  13. package/extensions/dm-cliproxy/src/ui-hub/view-diagnostics.js +1 -1
  14. package/extensions/dm-cliproxy/src/ui-hub/view-usage.js +1 -1
  15. package/extensions/dm-cliproxy/src/ui-setup.js +2 -2
  16. package/extensions/dm-cliproxy/src/usage-shared-cache.js +1 -1
  17. package/extensions/dm-image2/index.js +7 -7
  18. package/extensions/dm-image2/src/image-lib.mjs +1 -1
  19. package/package.json +1 -1
  20. package/CHANGELOG.md +0 -4796
  21. package/extensions/dm-ask-user/index.js +0 -10
  22. package/extensions/dm-ask-user/package.json +0 -18
  23. package/extensions/dm-cli-anything/index.js +0 -5
  24. package/extensions/dm-cli-anything/package.json +0 -22
  25. package/extensions/dm-cli-anything/skills/cli-anything/SKILL.md +0 -21
  26. package/extensions/dm-cli-anything/vendor/public_registry.json +0 -367
  27. package/extensions/dm-cli-anything/vendor/registry.json +0 -1232
  28. package/extensions/dm-grill-me/index.js +0 -174
  29. package/extensions/dm-grill-me/package.json +0 -23
  30. package/extensions/dm-tasks/package.json +0 -20
  31. package/extensions/dm-tasks/src/auto-clear.js +0 -1
  32. package/extensions/dm-tasks/src/index.js +0 -212
  33. package/extensions/dm-tasks/src/process-tracker.js +0 -1
  34. package/extensions/dm-tasks/src/task-store.js +0 -1
  35. package/extensions/dm-tasks/src/tasks-config.js +0 -1
  36. package/extensions/dm-tasks/src/types.js +0 -0
  37. package/extensions/dm-tasks/src/ui/settings-menu.js +0 -1
  38. package/extensions/dm-tasks/src/ui/task-widget.js +0 -1
@@ -1,1232 +0,0 @@
1
- {
2
- "meta": {
3
- "repo": "https://github.com/HKUDS/CLI-Anything",
4
- "description": "CLI-Hub — Agent-native stateful CLI interfaces for softwares, codebases, and Web Services",
5
- "updated": "2026-04-16"
6
- },
7
- "clis": [
8
- {
9
- "name": "wiremock",
10
- "display_name": "WireMock",
11
- "version": "0.1.0",
12
- "description": "HTTP mock server management — create stubs, inspect requests, record traffic, and manage scenarios via WireMock REST API",
13
- "requires": "WireMock server running (java -jar wiremock-standalone.jar)",
14
- "homepage": "https://wiremock.org",
15
- "source_url": null,
16
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=wiremock/agent-harness",
17
- "entry_point": "cli-anything-wiremock",
18
- "skill_md": "skills/cli-anything-wiremock/SKILL.md",
19
- "category": "testing",
20
- "contributors": [
21
- {
22
- "name": "fabiomantel",
23
- "url": "https://github.com/fabiomantel"
24
- }
25
- ]
26
- },
27
- {
28
- "name": "nslogger",
29
- "display_name": "NSLogger",
30
- "version": "0.1.0",
31
- "description": "Capture, parse, filter, export, and mirror NSLogger iOS/macOS logs from the CLI",
32
- "requires": "macOS for native Bonjour live capture; Python 3.10+",
33
- "homepage": "https://github.com/fpillet/NSLogger",
34
- "source_url": null,
35
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=nslogger/agent-harness",
36
- "entry_point": "cli-anything-nslogger",
37
- "skill_md": "skills/cli-anything-nslogger/SKILL.md",
38
- "category": "devops",
39
- "contributors": [
40
- {
41
- "name": "bazinga8023",
42
- "url": "https://github.com/bazinga8023"
43
- }
44
- ]
45
- },
46
- {
47
- "name": "anygen",
48
- "display_name": "AnyGen",
49
- "version": "1.0.0",
50
- "description": "Generate docs, slides, websites and more via AnyGen cloud API",
51
- "requires": "ANYGEN_API_KEY",
52
- "homepage": "https://anygen.com",
53
- "source_url": null,
54
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=anygen/agent-harness",
55
- "entry_point": "cli-anything-anygen",
56
- "skill_md": "skills/cli-anything-anygen/SKILL.md",
57
- "category": "generation",
58
- "contributors": [
59
- {
60
- "name": "koltyu-anygen",
61
- "url": "https://github.com/koltyu-anygen"
62
- }
63
- ]
64
- },
65
- {
66
- "name": "adguardhome",
67
- "display_name": "AdGuardHome",
68
- "version": "1.0.0",
69
- "description": "DNS ad-blocking and network infrastructure management via AdGuardHome REST API",
70
- "requires": "AdGuardHome instance running",
71
- "homepage": "https://adguard.com/adguard-home/overview.html",
72
- "source_url": null,
73
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=adguardhome/agent-harness",
74
- "entry_point": "cli-anything-adguardhome",
75
- "skill_md": null,
76
- "category": "network",
77
- "contributors": [
78
- {
79
- "name": "pyxl-dev",
80
- "url": "https://github.com/pyxl-dev"
81
- }
82
- ]
83
- },
84
- {
85
- "name": "audacity",
86
- "display_name": "Audacity",
87
- "version": "1.0.0",
88
- "description": "Audio editing and processing via sox",
89
- "requires": "sox (apt install sox)",
90
- "homepage": "https://www.audacityteam.org",
91
- "source_url": null,
92
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=audacity/agent-harness",
93
- "entry_point": "cli-anything-audacity",
94
- "skill_md": "skills/cli-anything-audacity/SKILL.md",
95
- "category": "audio",
96
- "contributors": [
97
- {
98
- "name": "CLI-Anything-Team",
99
- "url": "https://github.com/HKUDS/CLI-Anything"
100
- }
101
- ]
102
- },
103
- {
104
- "name": "blender",
105
- "display_name": "Blender",
106
- "version": "1.0.0",
107
- "description": "3D modeling, animation, and rendering via blender --background --python",
108
- "requires": "blender >= 4.2",
109
- "homepage": "https://www.blender.org",
110
- "source_url": null,
111
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=blender/agent-harness",
112
- "entry_point": "cli-anything-blender",
113
- "skill_md": "skills/cli-anything-blender/SKILL.md",
114
- "category": "3d",
115
- "contributors": [
116
- {
117
- "name": "CLI-Anything-Team",
118
- "url": "https://github.com/HKUDS/CLI-Anything"
119
- }
120
- ]
121
- },
122
- {
123
- "name": "browser",
124
- "display_name": "Browser",
125
- "version": "1.0.0",
126
- "description": "Browser automation via DOMShell MCP server. Maps Chrome's Accessibility Tree to a virtual filesystem for agent-native navigation.",
127
- "requires": "Node.js, npx, Chrome + DOMShell extension",
128
- "homepage": "https://github.com/apireno/DOMShell",
129
- "source_url": null,
130
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=browser/agent-harness",
131
- "entry_point": "cli-anything-browser",
132
- "skill_md": "skills/cli-anything-browser/SKILL.md",
133
- "category": "web",
134
- "contributors": [
135
- {
136
- "name": "furkankoykiran",
137
- "url": "https://github.com/furkankoykiran"
138
- }
139
- ]
140
- },
141
- {
142
- "name": "comfyui",
143
- "display_name": "ComfyUI",
144
- "version": "1.0.0",
145
- "description": "AI image generation workflow management via ComfyUI REST API",
146
- "requires": "ComfyUI running at http://localhost:8188",
147
- "homepage": "https://github.com/comfyanonymous/ComfyUI",
148
- "source_url": null,
149
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=comfyui/agent-harness",
150
- "entry_point": "cli-anything-comfyui",
151
- "skill_md": null,
152
- "category": "ai",
153
- "contributors": [
154
- {
155
- "name": "Bortlesboat",
156
- "url": "https://github.com/Bortlesboat"
157
- }
158
- ]
159
- },
160
- {
161
- "name": "drawio",
162
- "display_name": "Draw.io",
163
- "version": "1.0.0",
164
- "description": "Diagram creation and export via draw.io CLI",
165
- "requires": "draw.io desktop app",
166
- "homepage": "https://www.drawio.com",
167
- "source_url": null,
168
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=drawio/agent-harness",
169
- "entry_point": "cli-anything-drawio",
170
- "skill_md": "skills/cli-anything-drawio/SKILL.md",
171
- "category": "diagrams",
172
- "contributors": [
173
- {
174
- "name": "zhangxilong-43",
175
- "url": "https://github.com/zhangxilong-43"
176
- }
177
- ]
178
- },
179
- {
180
- "name": "eth2-quickstart",
181
- "display_name": "ETH2 QuickStart",
182
- "version": "1.0.0",
183
- "description": "Hardened Ethereum node deployment and operations via the eth2-quickstart automation scripts",
184
- "requires": "local eth2-quickstart checkout with scripts/eth2qs.sh; Linux host required for real install workflows",
185
- "homepage": "https://github.com/chimera-defi/eth2-quickstart",
186
- "source_url": null,
187
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=eth2-quickstart/agent-harness",
188
- "entry_point": "cli-anything-eth2-quickstart",
189
- "skill_md": "skills/cli-anything-eth2-quickstart/SKILL.md",
190
- "category": "devops",
191
- "contributors": [
192
- {
193
- "name": "chimera-defi",
194
- "url": "https://github.com/chimera-defi"
195
- }
196
- ]
197
- },
198
- {
199
- "name": "firefly-iii",
200
- "display_name": "Firefly III",
201
- "version": "1.0.0",
202
- "description": "Personal finance management via the Firefly III REST API",
203
- "requires": "Firefly III instance and personal access token",
204
- "homepage": "https://www.firefly-iii.org",
205
- "source_url": null,
206
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=firefly-iii/agent-harness",
207
- "entry_point": "cli-anything-firefly-iii",
208
- "skill_md": "skills/cli-anything-firefly-iii/SKILL.md",
209
- "category": "finance",
210
- "contributors": [
211
- {
212
- "name": "joyous-coder",
213
- "url": "https://github.com/joyous-coder"
214
- }
215
- ]
216
- },
217
- {
218
- "name": "gimp",
219
- "display_name": "GIMP",
220
- "version": "1.0.0",
221
- "description": "Raster image processing via gimp -i -b (batch mode)",
222
- "requires": "gimp (apt install gimp)",
223
- "homepage": "https://www.gimp.org",
224
- "source_url": null,
225
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=gimp/agent-harness",
226
- "entry_point": "cli-anything-gimp",
227
- "skill_md": "skills/cli-anything-gimp/SKILL.md",
228
- "category": "image",
229
- "contributors": [
230
- {
231
- "name": "CLI-Anything-Team",
232
- "url": "https://github.com/HKUDS/CLI-Anything"
233
- }
234
- ]
235
- },
236
- {
237
- "name": "inkscape",
238
- "display_name": "Inkscape",
239
- "version": "1.0.0",
240
- "description": "SVG vector graphics with export via inkscape --export-filename",
241
- "requires": "inkscape (apt install inkscape)",
242
- "homepage": "https://inkscape.org",
243
- "source_url": null,
244
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=inkscape/agent-harness",
245
- "entry_point": "cli-anything-inkscape",
246
- "skill_md": "skills/cli-anything-inkscape/SKILL.md",
247
- "category": "image",
248
- "contributors": [
249
- {
250
- "name": "CLI-Anything-Team",
251
- "url": "https://github.com/HKUDS/CLI-Anything"
252
- }
253
- ]
254
- },
255
- {
256
- "name": "kdenlive",
257
- "display_name": "Kdenlive",
258
- "version": "1.0.0",
259
- "description": "Video editing and rendering via melt",
260
- "requires": "melt (apt install melt)",
261
- "homepage": "https://kdenlive.org",
262
- "source_url": null,
263
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=kdenlive/agent-harness",
264
- "entry_point": "cli-anything-kdenlive",
265
- "skill_md": "skills/cli-anything-kdenlive/SKILL.md",
266
- "category": "video",
267
- "contributors": [
268
- {
269
- "name": "CLI-Anything-Team",
270
- "url": "https://github.com/HKUDS/CLI-Anything"
271
- }
272
- ]
273
- },
274
- {
275
- "name": "krita",
276
- "display_name": "Krita",
277
- "version": "1.0.0",
278
- "description": "Digital painting and raster image editing via Krita CLI export pipeline",
279
- "requires": "krita (krita.org)",
280
- "homepage": "https://krita.org",
281
- "source_url": null,
282
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=krita/agent-harness",
283
- "entry_point": "cli-anything-krita",
284
- "skill_md": "skills/cli-anything-krita/SKILL.md",
285
- "category": "image",
286
- "contributors": [
287
- {
288
- "name": "AlexGabbia",
289
- "url": "https://github.com/AlexGabbia"
290
- }
291
- ]
292
- },
293
- {
294
- "name": "calibre",
295
- "display_name": "Calibre",
296
- "version": "1.0.0",
297
- "description": "E-book library management — list, search, metadata editing, format conversion via calibredb, ebook-convert, ebook-meta",
298
- "requires": "Calibre (apt install calibre, brew install --cask calibre)",
299
- "homepage": "https://calibre-ebook.com",
300
- "source_url": null,
301
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=calibre/agent-harness",
302
- "entry_point": "cli-anything-calibre",
303
- "skill_md": "calibre/agent-harness/cli_anything/calibre/skills/SKILL.md",
304
- "category": "office",
305
- "contributors": [
306
- {
307
- "name": "OGRLEAF",
308
- "url": "https://github.com/OGRLEAF"
309
- }
310
- ]
311
- },
312
- {
313
- "name": "libreoffice",
314
- "display_name": "LibreOffice",
315
- "version": "1.0.1",
316
- "description": "Create and manipulate ODF documents, export to PDF/DOCX/XLSX/PPTX via headless mode",
317
- "requires": "libreoffice",
318
- "homepage": "https://www.libreoffice.org",
319
- "source_url": null,
320
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=libreoffice/agent-harness",
321
- "entry_point": "cli-anything-libreoffice",
322
- "skill_md": "skills/cli-anything-libreoffice/SKILL.md",
323
- "category": "office",
324
- "contributors": [
325
- {
326
- "name": "CLI-Anything-Team",
327
- "url": "https://github.com/HKUDS/CLI-Anything"
328
- },
329
- {
330
- "name": "Mubashirrrr",
331
- "url": "https://github.com/Mubashirrrr"
332
- }
333
- ]
334
- },
335
- {
336
- "name": "lldb",
337
- "display_name": "LLDB",
338
- "version": "1.0.0",
339
- "description": "Stateful native debugging via LLDB with JSON CLI workflows and a stdio Debug Adapter Protocol server",
340
- "requires": "LLDB installation with Python bindings available (for example LLVM.LLVM on Windows)",
341
- "homepage": "https://lldb.llvm.org",
342
- "source_url": null,
343
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=lldb/agent-harness",
344
- "entry_point": "cli-anything-lldb",
345
- "skill_md": "lldb/agent-harness/cli_anything/lldb/skills/SKILL.md",
346
- "category": "debugging",
347
- "contributors": [
348
- {
349
- "name": "AiMiDi",
350
- "url": "https://github.com/AiMiDi"
351
- }
352
- ]
353
- },
354
- {
355
- "name": "zotero",
356
- "display_name": "Zotero",
357
- "version": "0.4.1",
358
- "description": "CLI & MCP server for Zotero 7/8 — 52 MCP tools + 70+ CLI commands for search, import, PDF, BibTeX, notes, and more",
359
- "requires": "Zotero 7/8 desktop app (running), Python 3.10+",
360
- "homepage": "https://www.zotero.org",
361
- "source_url": "https://github.com/PiaoyangGuohai1/cli-anything-zotero",
362
- "install_cmd": "pip install cli-anything-zotero",
363
- "entry_point": "cli-anything-zotero",
364
- "skill_md": "https://github.com/PiaoyangGuohai1/cli-anything-zotero/blob/main/cli_anything/zotero/skills/SKILL.md",
365
- "category": "office",
366
- "contributors": [
367
- {
368
- "name": "zhiwuyazhe_fjr",
369
- "url": "https://github.com/zhiwuyazhe-fjr"
370
- },
371
- {
372
- "name": "PiaoyangGuohai1",
373
- "url": "https://github.com/PiaoyangGuohai1"
374
- }
375
- ]
376
- },
377
- {
378
- "name": "mubu",
379
- "display_name": "Mubu",
380
- "version": "0.1.1",
381
- "description": "Knowledge management and outlining via local Mubu desktop data",
382
- "requires": "Mubu desktop app",
383
- "homepage": "https://mubu.com",
384
- "source_url": null,
385
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=mubu/agent-harness",
386
- "entry_point": "cli-anything-mubu",
387
- "skill_md": "skills/cli-anything-mubu/SKILL.md",
388
- "category": "office",
389
- "contributors": [
390
- {
391
- "name": "cnfjlhj",
392
- "url": "https://github.com/cnfjlhj"
393
- }
394
- ]
395
- },
396
- {
397
- "name": "mermaid",
398
- "display_name": "Mermaid",
399
- "version": "1.0.0",
400
- "description": "Mermaid Live Editor state files and renderer URLs",
401
- "requires": null,
402
- "homepage": "https://mermaid.js.org",
403
- "source_url": null,
404
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=mermaid/agent-harness",
405
- "entry_point": "cli-anything-mermaid",
406
- "skill_md": null,
407
- "category": "diagrams",
408
- "contributors": [
409
- {
410
- "name": "getmored-create",
411
- "url": "https://github.com/getmored-create"
412
- }
413
- ]
414
- },
415
- {
416
- "name": "notebooklm",
417
- "display_name": "NotebookLM",
418
- "version": "0.1.0",
419
- "description": "Experimental NotebookLM harness scaffold wrapping the installed notebooklm CLI for notebook, source, chat, artifact, download, and sharing workflows",
420
- "requires": "notebooklm CLI from notebooklm-py + valid local NotebookLM login session",
421
- "homepage": "https://notebooklm.google.com",
422
- "source_url": null,
423
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=notebooklm/agent-harness",
424
- "entry_point": "cli-anything-notebooklm",
425
- "skill_md": "skills/cli-anything-notebooklm/SKILL.md",
426
- "category": "ai",
427
- "contributors": [
428
- {
429
- "name": "Haimbeau1o",
430
- "url": "https://github.com/Haimbeau1o"
431
- }
432
- ]
433
- },
434
- {
435
- "name": "ollama",
436
- "display_name": "Ollama",
437
- "version": "1.0.1",
438
- "description": "Local LLM inference and model management via Ollama REST API",
439
- "requires": "Ollama running at http://localhost:11434",
440
- "homepage": "https://ollama.com",
441
- "source_url": null,
442
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=ollama/agent-harness",
443
- "entry_point": "cli-anything-ollama",
444
- "skill_md": "skills/cli-anything-ollama/SKILL.md",
445
- "category": "ai",
446
- "contributors": [
447
- {
448
- "name": "CLI-Anything-Team",
449
- "url": "https://github.com/HKUDS/CLI-Anything"
450
- }
451
- ]
452
- },
453
- {
454
- "name": "obs-studio",
455
- "display_name": "OBS Studio",
456
- "version": "1.0.0",
457
- "description": "Create and manage streaming/recording scenes via command line",
458
- "requires": "obs-studio",
459
- "homepage": "https://obsproject.com",
460
- "source_url": null,
461
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=obs-studio/agent-harness",
462
- "entry_point": "cli-anything-obs-studio",
463
- "skill_md": "skills/cli-anything-obs-studio/SKILL.md",
464
- "category": "streaming",
465
- "contributors": [
466
- {
467
- "name": "CLI-Anything-Team",
468
- "url": "https://github.com/HKUDS/CLI-Anything"
469
- }
470
- ]
471
- },
472
- {
473
- "name": "shotcut",
474
- "display_name": "Shotcut",
475
- "version": "1.0.0",
476
- "description": "Video editing and rendering via melt/ffmpeg",
477
- "requires": "melt (apt install melt), ffmpeg (apt install ffmpeg)",
478
- "homepage": "https://shotcut.org",
479
- "source_url": null,
480
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=shotcut/agent-harness",
481
- "entry_point": "cli-anything-shotcut",
482
- "skill_md": "skills/cli-anything-shotcut/SKILL.md",
483
- "category": "video",
484
- "contributors": [
485
- {
486
- "name": "CLI-Anything-Team",
487
- "url": "https://github.com/HKUDS/CLI-Anything"
488
- }
489
- ]
490
- },
491
- {
492
- "name": "openscreen",
493
- "display_name": "Openscreen",
494
- "version": "1.0.0",
495
- "description": "Screen recording editor — zoom, speed ramps, trim, crop, annotations, backgrounds, and polished exports via ffmpeg",
496
- "requires": "ffmpeg (apt install ffmpeg)",
497
- "homepage": "https://github.com/siddharthvaddem/openscreen",
498
- "source_url": null,
499
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=openscreen/agent-harness",
500
- "entry_point": "cli-anything-openscreen",
501
- "skill_md": "skills/cli-anything-openscreen/SKILL.md",
502
- "category": "video",
503
- "contributors": [
504
- {
505
- "name": "ndpvt-web",
506
- "url": "https://github.com/ndpvt-web"
507
- }
508
- ]
509
- },
510
- {
511
- "name": "zoom",
512
- "display_name": "Zoom",
513
- "version": "1.0.1",
514
- "description": "Meeting management via Zoom REST API (OAuth2)",
515
- "requires": "Zoom account + OAuth app credentials",
516
- "homepage": "https://zoom.us",
517
- "source_url": null,
518
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=zoom/agent-harness",
519
- "entry_point": "cli-anything-zoom",
520
- "skill_md": "skills/cli-anything-zoom/SKILL.md",
521
- "category": "communication",
522
- "contributors": [
523
- {
524
- "name": "zhangxilong-43",
525
- "url": "https://github.com/zhangxilong-43"
526
- }
527
- ]
528
- },
529
- {
530
- "name": "novita",
531
- "display_name": "Novita",
532
- "version": "1.0.0",
533
- "description": "Access AI models via Novita's OpenAI-compatible API (DeepSeek, GLM, MiniMax)",
534
- "requires": "NOVITA_API_KEY",
535
- "homepage": "https://novita.ai",
536
- "source_url": null,
537
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=novita/agent-harness",
538
- "entry_point": "cli-anything-novita",
539
- "skill_md": "skills/cli-anything-novita/SKILL.md",
540
- "category": "ai",
541
- "contributors": [
542
- {
543
- "name": "Alex-wuhu",
544
- "url": "https://github.com/Alex-wuhu"
545
- }
546
- ]
547
- },
548
- {
549
- "name": "seaclip",
550
- "display_name": "SeaClip",
551
- "version": "1.0.0",
552
- "description": "Kanban board, 6-agent AI pipeline, and issue management via SeaClip-Lite FastAPI + SQLite",
553
- "requires": "SeaClip-Lite running at localhost:5200",
554
- "homepage": "https://github.com/t4tarzan/cli-anything-seaclip",
555
- "source_url": null,
556
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=seaclip/agent-harness",
557
- "entry_point": "cli-anything-seaclip",
558
- "skill_md": "skills/cli-anything-seaclip/SKILL.md",
559
- "category": "project-management",
560
- "contributors": [
561
- {
562
- "name": "t4tarzan",
563
- "url": "https://github.com/t4tarzan"
564
- }
565
- ]
566
- },
567
- {
568
- "name": "pm2",
569
- "display_name": "PM2",
570
- "version": "1.0.0",
571
- "description": "Node.js process management — list, start, stop, restart, logs, and metrics via PM2 CLI",
572
- "requires": "PM2 (npm install -g pm2)",
573
- "homepage": "https://pm2.keymetrics.io",
574
- "source_url": null,
575
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=pm2/agent-harness",
576
- "entry_point": "cli-anything-pm2",
577
- "skill_md": "skills/cli-anything-pm2/SKILL.md",
578
- "category": "devops",
579
- "contributors": [
580
- {
581
- "name": "t4tarzan",
582
- "url": "https://github.com/t4tarzan"
583
- }
584
- ]
585
- },
586
- {
587
- "name": "qgis",
588
- "display_name": "QGIS",
589
- "version": "1.0.0",
590
- "description": "Geospatial project authoring, layout export, and processing via PyQGIS and qgis_process",
591
- "requires": "QGIS with qgis_process on PATH, PyQGIS importable",
592
- "homepage": "https://qgis.org",
593
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=QGIS/agent-harness",
594
- "entry_point": "cli-anything-qgis",
595
- "skill_md": "QGIS/agent-harness/cli_anything/qgis/skills/SKILL.md",
596
- "category": "scientific",
597
- "contributor": "scially",
598
- "contributor_url": "https://github.com/scially"
599
- },
600
- {
601
- "name": "chromadb",
602
- "display_name": "ChromaDB",
603
- "version": "1.0.0",
604
- "description": "Vector database operations — collections, documents, semantic search via ChromaDB HTTP API",
605
- "requires": "ChromaDB server running at localhost:8000",
606
- "homepage": "https://www.trychroma.com",
607
- "source_url": null,
608
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=chromadb/agent-harness",
609
- "entry_point": "cli-anything-chromadb",
610
- "skill_md": "skills/cli-anything-chromadb/SKILL.md",
611
- "category": "database",
612
- "contributors": [
613
- {
614
- "name": "t4tarzan",
615
- "url": "https://github.com/t4tarzan"
616
- }
617
- ]
618
- },
619
- {
620
- "name": "musescore",
621
- "display_name": "MuseScore",
622
- "version": "1.0.0",
623
- "description": "CLI for music notation — transpose, export PDF/audio/MIDI, extract parts, manage instruments",
624
- "requires": "MuseScore 4 (musescore.org)",
625
- "homepage": "https://musescore.org",
626
- "source_url": null,
627
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=musescore/agent-harness",
628
- "entry_point": "cli-anything-musescore",
629
- "skill_md": "skills/cli-anything-musescore/SKILL.md",
630
- "category": "music",
631
- "contributors": [
632
- {
633
- "name": "tamvicky",
634
- "url": "https://github.com/tamvicky"
635
- }
636
- ]
637
- },
638
- {
639
- "name": "sketch",
640
- "display_name": "Sketch",
641
- "version": "1.0.0",
642
- "description": "Generate Sketch design files (.sketch) from JSON design specifications via sketch-constructor",
643
- "requires": "Node.js >= 16.0.0",
644
- "homepage": "https://www.sketch.com",
645
- "source_url": null,
646
- "install_cmd": "cd sketch/agent-harness && npm install && npm link",
647
- "entry_point": "sketch-cli",
648
- "skill_md": null,
649
- "category": "design",
650
- "contributors": [
651
- {
652
- "name": "zhangxilong-43",
653
- "url": "https://github.com/zhangxilong-43"
654
- }
655
- ]
656
- },
657
- {
658
- "name": "freecad",
659
- "display_name": "FreeCAD",
660
- "version": "1.1.0",
661
- "description": "Parametric 3D CAD modeling via FreeCAD CLI (258 commands: Part, Sketcher, PartDesign, Assembly, Mesh, TechDraw, Draft, FEM, CAM, and more)",
662
- "requires": "FreeCAD >= 1.1 (freecad.org)",
663
- "homepage": "https://www.freecad.org",
664
- "source_url": null,
665
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=freecad/agent-harness",
666
- "entry_point": "cli-anything-freecad",
667
- "skill_md": "skills/cli-anything-freecad/SKILL.md",
668
- "category": "3d",
669
- "contributors": [
670
- {
671
- "name": "AlexGabbia",
672
- "url": "https://github.com/AlexGabbia"
673
- }
674
- ]
675
- },
676
- {
677
- "name": "iterm2",
678
- "display_name": "iTerm2",
679
- "version": "1.0.0",
680
- "description": "Control a running iTerm2 instance — manage windows, tabs, split panes, send text, read output, run tmux -CC, broadcast keystrokes, and configure preferences.",
681
- "requires": "iTerm2.app (macOS only)",
682
- "homepage": "https://iterm2.com",
683
- "source_url": null,
684
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=iterm2/agent-harness",
685
- "entry_point": "cli-anything-iterm2",
686
- "skill_md": "skills/cli-anything-iterm2/SKILL.md",
687
- "category": "devops",
688
- "contributors": [
689
- {
690
- "name": "voidfreud",
691
- "url": "https://github.com/voidfreud"
692
- }
693
- ]
694
- },
695
- {
696
- "name": "slay_the_spire_ii",
697
- "display_name": "Slay the Spire 2",
698
- "version": "1.0.0",
699
- "description": "Control the real Slay the Spire 2 game via local STS2_Bridge HTTP API",
700
- "requires": "Slay the Spire 2 (Steam) with STS2_Bridge mod enabled",
701
- "homepage": "https://github.com/HKUDS/CLI-Anything/tree/main/slay_the_spire_ii",
702
- "source_url": null,
703
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=slay_the_spire_ii/agent-harness",
704
- "entry_point": "cli-anything-sts2",
705
- "skill_md": "skills/cli-anything-slay-the-spire-ii/SKILL.md",
706
- "category": "game",
707
- "contributors": [
708
- {
709
- "name": "TianyuFan0504",
710
- "url": "https://github.com/TianyuFan0504"
711
- }
712
- ]
713
- },
714
- {
715
- "name": "rms",
716
- "display_name": "Teltonika RMS",
717
- "version": "1.0.0",
718
- "description": "Device management and monitoring via Teltonika RMS REST API",
719
- "requires": "RMS_API_TOKEN",
720
- "homepage": "https://rms.teltonika-networks.com",
721
- "source_url": null,
722
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=rms/agent-harness",
723
- "entry_point": "cli-anything-rms",
724
- "skill_md": "skills/cli-anything-rms/SKILL.md",
725
- "category": "network",
726
- "contributors": [
727
- {
728
- "name": "galke",
729
- "url": "https://github.com/galke7"
730
- }
731
- ]
732
- },
733
- {
734
- "name": "renderdoc",
735
- "display_name": "RenderDoc",
736
- "version": "0.1.0",
737
- "description": "GPU frame capture analysis: pipeline state, shader export, texture inspection, draw call browsing",
738
- "requires": "renderdoc (Python bindings from RenderDoc installation)",
739
- "homepage": "https://renderdoc.org",
740
- "source_url": null,
741
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=renderdoc/agent-harness",
742
- "entry_point": "cli-anything-renderdoc",
743
- "skill_md": "skills/cli-anything-renderdoc/SKILL.md",
744
- "category": "graphics",
745
- "contributors": [
746
- {
747
- "name": "levishilf",
748
- "url": "https://github.com/levishilf"
749
- }
750
- ]
751
- },
752
- {
753
- "name": "unrealinsights",
754
- "display_name": "Unreal Insights",
755
- "version": "0.1.0",
756
- "description": "Windows-first Unreal trace capture, background session control, engine-matched UnrealInsights builds, and headless Timing Insights export workflows",
757
- "requires": "Windows + Unreal Engine source or installed build with UnrealEditor and Unreal trace support",
758
- "homepage": "https://dev.epicgames.com/documentation/en-us/unreal-engine/unreal-insights-in-unreal-engine",
759
- "source_url": null,
760
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=unrealinsights/agent-harness",
761
- "entry_point": "cli-anything-unrealinsights",
762
- "skill_md": "unrealinsights/agent-harness/cli_anything/unrealinsights/skills/SKILL.md",
763
- "category": "debugging",
764
- "contributors": [
765
- {
766
- "name": "AiMiDi",
767
- "url": "https://github.com/AiMiDi"
768
- }
769
- ]
770
- },
771
- {
772
- "name": "ueatelier",
773
- "display_name": "UEAtelier",
774
- "version": "0.23.1",
775
- "description": "Unreal Editor 5.6/5.7 MCP self-extension workbench - editor automation, build diagnostics, Task Atlas workflows, PIE smoke verification, scaffold pipeline",
776
- "requires": "Unreal Engine 5.6 or 5.7 with the UEAtelier plugin extracted into <YourProject>/",
777
- "homepage": "https://github.com/edwinmeng163-oss/UEAtelier",
778
- "source_url": "https://github.com/edwinmeng163-oss/UEAtelier",
779
- "install_cmd": "pip install git+https://github.com/edwinmeng163-oss/UEAtelier.git#subdirectory=Tools/UEAtelierCli",
780
- "entry_point": "cli-anything-ueatelier",
781
- "skill_md": "https://github.com/edwinmeng163-oss/UEAtelier/blob/main/Tools/UEAtelierCli/SKILL.md",
782
- "category": "gamedev",
783
- "contributors": [
784
- {
785
- "name": "edwinmeng163-oss",
786
- "url": "https://github.com/edwinmeng163-oss"
787
- }
788
- ]
789
- },
790
- {
791
- "name": "nsight-graphics",
792
- "display_name": "Nsight Graphics CLI",
793
- "version": "0.2.0",
794
- "description": "Windows-first Nsight Graphics CLI for Graphics/OpenGL capture, GPU Trace summary, Generate C++ Capture, and ngfx-replay analysis",
795
- "requires": "NVIDIA Nsight Graphics installation with ngfx.exe plus optional split capture/replay tools",
796
- "homepage": "https://developer.nvidia.com/nsight-graphics",
797
- "source_url": null,
798
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=nsight-graphics/agent-harness",
799
- "entry_point": "cli-anything-nsight-graphics",
800
- "skill_md": "skills/cli-anything-nsight-graphics/SKILL.md",
801
- "category": "graphics",
802
- "contributors": [
803
- {
804
- "name": "AiMiDi",
805
- "url": "https://github.com/AiMiDi"
806
- }
807
- ]
808
- },
809
- {
810
- "name": "videocaptioner",
811
- "display_name": "VideoCaptioner",
812
- "version": "1.0.0",
813
- "description": "AI-powered video captioning — transcribe speech, optimize/translate subtitles, burn styled subtitles into video",
814
- "requires": "videocaptioner (pip install videocaptioner), ffmpeg",
815
- "homepage": "https://github.com/WEIFENG2333/VideoCaptioner",
816
- "source_url": null,
817
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=videocaptioner/agent-harness",
818
- "entry_point": "cli-anything-videocaptioner",
819
- "skill_md": "skills/cli-anything-videocaptioner/SKILL.md",
820
- "category": "video",
821
- "contributors": [
822
- {
823
- "name": "WEIFENG2333",
824
- "url": "https://github.com/WEIFENG2333"
825
- }
826
- ]
827
- },
828
- {
829
- "name": "intelwatch",
830
- "display_name": "Intelwatch",
831
- "version": "1.0.0",
832
- "description": "Competitive intelligence, M&A due diligence, and OSINT directly from your terminal.",
833
- "requires": "Node.js >=18",
834
- "homepage": "https://github.com/ashroth/intelwatch",
835
- "source_url": null,
836
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=intelwatch/agent-harness",
837
- "entry_point": "cli-anything-intelwatch",
838
- "skill_md": "skills/cli-anything-intelwatch/SKILL.md",
839
- "category": "osint",
840
- "contributors": [
841
- {
842
- "name": "ashroth",
843
- "url": "https://github.com/ashroth"
844
- }
845
- ]
846
- },
847
- {
848
- "name": "clibrowser",
849
- "display_name": "clibrowser",
850
- "version": "0.1.0",
851
- "description": "Zero-dependency CLI browser for AI agents with search, extraction, forms, RSS, crawling, auth, and WebMCP support",
852
- "requires": "Rust toolchain (cargo) for source install, or manual binary download from GitHub Releases",
853
- "homepage": "https://github.com/allthingssecurity/clibrowser",
854
- "source_url": null,
855
- "install_cmd": "cargo install --git https://github.com/allthingssecurity/clibrowser.git --tag v0.1.0 --locked",
856
- "entry_point": "clibrowser",
857
- "skill_md": null,
858
- "category": "web",
859
- "contributors": [
860
- {
861
- "name": "allthingssecurity",
862
- "url": "https://github.com/allthingssecurity"
863
- }
864
- ]
865
- },
866
- {
867
- "name": "cloudcompare",
868
- "display_name": "CloudCompare",
869
- "version": "1.0.0",
870
- "description": "3D point cloud and mesh processing: load/save, color ops, normal estimation, Delaunay meshing, noise filtering, ICP registration, connected component segmentation",
871
- "requires": "cloudcompare (CloudCompare application installed, e.g. via Flatpak or package manager)",
872
- "homepage": "https://cloudcompare.org",
873
- "source_url": null,
874
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=cloudcompare/agent-harness",
875
- "entry_point": "cli-anything-cloudcompare",
876
- "skill_md": "skills/cli-anything-cloudcompare/SKILL.md",
877
- "category": "graphics",
878
- "contributors": [
879
- {
880
- "name": "Taeyoung96",
881
- "url": "https://github.com/Taeyoung96"
882
- }
883
- ]
884
- },
885
- {
886
- "name": "exa",
887
- "display_name": "Exa",
888
- "version": "1.0.0",
889
- "description": "AI-powered web search and content extraction via the Exa API",
890
- "requires": "EXA_API_KEY (free tier at exa.ai)",
891
- "homepage": "https://exa.ai",
892
- "source_url": null,
893
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=exa/agent-harness",
894
- "entry_point": "cli-anything-exa",
895
- "skill_md": "skills/cli-anything-exa/SKILL.md",
896
- "category": "search",
897
- "contributors": [
898
- {
899
- "name": "tgonzalezc5",
900
- "url": "https://github.com/tgonzalezc5"
901
- }
902
- ]
903
- },
904
- {
905
- "name": "godot",
906
- "display_name": "Godot Engine",
907
- "version": "1.0.0",
908
- "description": "Game engine project management, scene editing, export and GDScript execution via Godot 4 headless mode",
909
- "requires": "Godot 4.x (godotengine.org)",
910
- "homepage": "https://godotengine.org",
911
- "source_url": null,
912
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=godot/agent-harness",
913
- "entry_point": "cli-anything-godot",
914
- "skill_md": "skills/cli-anything-godot/SKILL.md",
915
- "category": "gamedev",
916
- "contributors": [
917
- {
918
- "name": "omerarslan0",
919
- "url": "https://github.com/omerarslan0"
920
- }
921
- ]
922
- },
923
- {
924
- "name": "sbox",
925
- "display_name": "s&box",
926
- "version": "1.0.0",
927
- "description": "Game engine project management for s&box (Source 2): scenes, prefabs, materials, sounds, codegen, asset graph, project validation",
928
- "requires": "s&box installed via Steam (sbox.game)",
929
- "homepage": "https://sbox.game",
930
- "source_url": null,
931
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=sbox/agent-harness",
932
- "entry_point": "cli-anything-sbox",
933
- "skill_md": "skills/cli-anything-sbox/SKILL.md",
934
- "category": "gamedev",
935
- "contributors": [
936
- {
937
- "name": "KarandeepSWranch",
938
- "url": "https://github.com/KarandeepSWranch"
939
- }
940
- ]
941
- },
942
- {
943
- "name": "dify-workflow",
944
- "display_name": "Dify Workflow",
945
- "version": "0.1.0",
946
- "description": "CLI-Anything wrapper for the Dify workflow DSL editor covering create, inspect, validate, edit, export, and layout operations",
947
- "requires": "Upstream dify-workflow CLI installed from https://github.com/Akabane71/dify-workflow-cli",
948
- "homepage": "https://github.com/Akabane71/dify-workflow-cli",
949
- "source_url": null,
950
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=dify-workflow/agent-harness",
951
- "entry_point": "cli-anything-dify-workflow",
952
- "skill_md": "skills/cli-anything-dify-workflow/SKILL.md",
953
- "category": "ai",
954
- "contributors": [
955
- {
956
- "name": "Akabane71",
957
- "url": "https://github.com/Akabane71"
958
- }
959
- ]
960
- },
961
- {
962
- "name": "n8n",
963
- "display_name": "n8n",
964
- "version": "2.4.7",
965
- "description": "Workflow automation via n8n REST API — 55+ commands",
966
- "requires": "n8n >= 1.0.0",
967
- "homepage": "https://n8n.io",
968
- "source_url": null,
969
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=n8n/agent-harness",
970
- "entry_point": "cli-anything-n8n",
971
- "skill_md": "skills/cli-anything-n8n/SKILL.md",
972
- "category": "automation",
973
- "contributors": [
974
- {
975
- "name": "webcomunicasolutions",
976
- "url": "https://github.com/webcomunicasolutions"
977
- }
978
- ]
979
- },
980
- {
981
- "name": "cloudanalyzer",
982
- "display_name": "CloudAnalyzer",
983
- "version": "1.0.0",
984
- "description": "Point cloud and trajectory QA: Chamfer/AUC/F1, ATE/RPE/drift, ground segmentation metrics, config-driven quality gates, baseline evolution — harness wraps the CloudAnalyzer Python API",
985
- "requires": "Python 3.10+; cloudanalyzer (`pip install cloudanalyzer`), Open3D for full IO/viewer paths",
986
- "homepage": "https://github.com/rsasaki0109/CloudAnalyzer",
987
- "source_url": null,
988
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=cloudanalyzer/agent-harness",
989
- "entry_point": "cli-anything-cloudanalyzer",
990
- "skill_md": "skills/cli-anything-cloudanalyzer/SKILL.md",
991
- "category": "graphics",
992
- "contributors": [
993
- {
994
- "name": "rsasaki0109",
995
- "url": "https://github.com/rsasaki0109"
996
- }
997
- ]
998
- },
999
- {
1000
- "name": "obsidian",
1001
- "display_name": "Obsidian",
1002
- "version": "1.1.0",
1003
- "description": "Knowledge management and note-taking — manage notes, search vault, execute commands via Obsidian Local REST API",
1004
- "requires": "Obsidian desktop app with Local REST API plugin enabled",
1005
- "homepage": "https://obsidian.md",
1006
- "source_url": null,
1007
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=obsidian/agent-harness",
1008
- "entry_point": "cli-anything-obsidian",
1009
- "skill_md": "skills/cli-anything-obsidian/SKILL.md",
1010
- "category": "knowledge",
1011
- "contributors": [
1012
- {
1013
- "name": "dorukozgen",
1014
- "url": "https://github.com/dorukozgen"
1015
- },
1016
- {
1017
- "name": "Mubashirrrr",
1018
- "url": "https://github.com/Mubashirrrr"
1019
- }
1020
- ]
1021
- },
1022
- {
1023
- "name": "unimol_tools",
1024
- "display_name": "Uni-Mol Tools",
1025
- "version": "1.0.0",
1026
- "description": "Molecular property prediction — train and predict with 5 task types (classification, regression, multiclass, multilabel) for drug discovery",
1027
- "requires": "PyTorch 1.12+, Uni-Mol Tools backend",
1028
- "homepage": "https://github.com/dptech-corp/Uni-Mol/tree/main/unimol_tools",
1029
- "source_url": null,
1030
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=unimol_tools/agent-harness",
1031
- "entry_point": "cli-anything-unimol-tools",
1032
- "skill_md": "skills/cli-anything-unimol-tools/SKILL.md",
1033
- "category": "science",
1034
- "contributors": [
1035
- {
1036
- "name": "545487677",
1037
- "url": "https://github.com/545487677"
1038
- }
1039
- ]
1040
- },
1041
- {
1042
- "name": "safari",
1043
- "display_name": "Safari",
1044
- "version": "1.0.0",
1045
- "description": "Native macOS Safari browser automation via safari-mcp — 84 tools for navigation, DOM, forms, network capture, and screenshots",
1046
- "requires": "macOS, Safari, safari-mcp (npm install -g safari-mcp)",
1047
- "homepage": "https://github.com/achiya-automation/safari-mcp",
1048
- "source_url": null,
1049
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=safari/agent-harness",
1050
- "entry_point": "cli-anything-safari",
1051
- "skill_md": "skills/cli-anything-safari/SKILL.md",
1052
- "category": "web",
1053
- "contributors": [
1054
- {
1055
- "name": "achiya-automation",
1056
- "url": "https://github.com/achiya-automation"
1057
- }
1058
- ]
1059
- },
1060
- {
1061
- "name": "macrocli",
1062
- "display_name": "MacroCLI",
1063
- "version": "1.0.0",
1064
- "description": "Layered macro runtime that converts GUI workflows into parameterized, agent-callable macros — record once, run anywhere via CLI with backend routing across native APIs, file transforms, accessibility controls, and visual template matching",
1065
- "requires": null,
1066
- "homepage": "https://github.com/HKUDS/CLI-Anything/tree/main/macrocli",
1067
- "source_url": null,
1068
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=macrocli/agent-harness",
1069
- "entry_point": "cli-anything-macrocli",
1070
- "skill_md": "macrocli/agent-harness/cli_anything/macrocli/skills/SKILL.md",
1071
- "category": "automation",
1072
- "contributors": [
1073
- {
1074
- "name": "haorui-harry",
1075
- "url": "https://github.com/haorui-harry"
1076
- }
1077
- ]
1078
- },
1079
- {
1080
- "name": "ve-twini",
1081
- "display_name": "VE Twini",
1082
- "version": "1.0.0",
1083
- "description": "Unified Twitter/X CLI bridging bird (GraphQL API) and opencli (browser automation)",
1084
- "requires": "Python 3.10+, bird (Twitter API), opencli",
1085
- "homepage": "https://x.com",
1086
- "source_url": "https://github.com/collectivewinca/ve-twini",
1087
- "install_cmd": "pip install git+https://github.com/collectivewinca/ve-twini.git#subdirectory=agent-harness",
1088
- "entry_point": "cli-anything-ve-twini",
1089
- "skill_md": "https://github.com/collectivewinca/ve-twini/blob/master/agent-harness/cli_anything/ve_twini/skills/SKILL.md",
1090
- "category": "communication",
1091
- "contributors": [
1092
- {
1093
- "name": "collectivewinca",
1094
- "url": "https://github.com/collectivewinca"
1095
- }
1096
- ]
1097
- },
1098
- {
1099
- "name": "quietshrink",
1100
- "display_name": "QuietShrink",
1101
- "version": "1.0.0",
1102
- "description": "Compress macOS screen recordings on Apple Silicon — 70-90% smaller files at visually lossless quality, hardware-encoded, computer stays silent",
1103
- "requires": "ffmpeg with hevc_videotoolbox + the quietshrink bash CLI (curl -fsSL https://raw.githubusercontent.com/achiya-automation/quietshrink/main/install.sh | bash)",
1104
- "homepage": "https://github.com/achiya-automation/quietshrink",
1105
- "source_url": null,
1106
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=quietshrink/agent-harness",
1107
- "entry_point": "cli-anything-quietshrink",
1108
- "skill_md": "skills/cli-anything-quietshrink/SKILL.md",
1109
- "category": "video",
1110
- "contributors": [
1111
- {
1112
- "name": "achiya-automation",
1113
- "url": "https://github.com/achiya-automation"
1114
- }
1115
- ]
1116
- },
1117
- {
1118
- "name": "stata",
1119
- "display_name": "Stata",
1120
- "version": "0.1.0",
1121
- "description": "Run Stata do-files, batch jobs, and reproducible econometric projects from the terminal with JSON output, log parsing, project scaffolding, and security guard",
1122
- "requires": "Licensed Stata installation (StataMP/SE/BE 15+), Python 3.10+",
1123
- "homepage": "https://www.stata.com",
1124
- "source_url": "https://github.com/LI-Meng420/stata-cli",
1125
- "install_cmd": "pip install git+https://github.com/LI-Meng420/stata-cli.git",
1126
- "entry_point": "cli-anything-stata",
1127
- "skill_md": "https://raw.githubusercontent.com/LI-Meng420/stata-cli/main/cli_anything/stata/skills/SKILL.md",
1128
- "category": "science",
1129
- "contributors": [
1130
- {
1131
- "name": "LI-Meng420",
1132
- "url": "https://github.com/LI-Meng420"
1133
- }
1134
- ]
1135
- },
1136
- {
1137
- "name": "inkstitch",
1138
- "display_name": "Ink/Stitch",
1139
- "version": "0.1.1",
1140
- "description": "Machine-embroidery digitization — set stitch params, validate, preview, and export to DST/PES/JEF/VP3 via Ink/Stitch",
1141
- "requires": "Ink/Stitch extension installed (https://inkstitch.org/docs/install/)",
1142
- "homepage": "https://inkstitch.org",
1143
- "source_url": "https://github.com/bobbymarko/cli-anything-inkstitch",
1144
- "install_cmd": "pip install cli-anything-inkstitch",
1145
- "entry_point": "cli-anything-inkstitch",
1146
- "skill_md": "https://github.com/bobbymarko/cli-anything-inkstitch/blob/main/skills/cli-anything-inkstitch/SKILL.md",
1147
- "category": "design",
1148
- "contributors": [
1149
- {
1150
- "name": "bobbymarko",
1151
- "url": "https://github.com/bobbymarko"
1152
- }
1153
- ]
1154
- },
1155
- {
1156
- "name": "hacker-feeds-cli",
1157
- "display_name": "Hacker Feeds CLI",
1158
- "version": "1.0.0",
1159
- "description": "CLI for GitHub Trending, Hacker News, Reddit, Product Hunt, DEV.to, Lobsters, EchoJS, and V2EX feeds",
1160
- "requires": "Python 3.10+, Node.js (hf CLI)",
1161
- "homepage": "https://github.com/collectivewinca/hacker-feeds-cli",
1162
- "source_url": "https://github.com/collectivewinca/hacker-feeds-cli",
1163
- "install_cmd": "pip install git+https://github.com/collectivewinca/hacker-feeds-cli.git",
1164
- "entry_point": "cli-anything-hacker-feeds-cli",
1165
- "skill_md": "https://github.com/collectivewinca/hacker-feeds-cli/blob/main/cli_anything/hacker_feeds_cli/skills/SKILL.md",
1166
- "category": "search",
1167
- "contributors": [
1168
- {
1169
- "name": "collectivewinca",
1170
- "url": "https://github.com/collectivewinca"
1171
- }
1172
- ]
1173
- },
1174
- {
1175
- "name": "mailchimp",
1176
- "display_name": "Mailchimp",
1177
- "version": "0.1.0",
1178
- "description": "Mailchimp Marketing API v3.0 — manage audiences, campaigns, reports, automations, ecommerce, templates, and more from an agent-native CLI",
1179
- "requires": "MAILCHIMP_API_KEY",
1180
- "homepage": "https://mailchimp.com/developer/marketing/",
1181
- "source_url": null,
1182
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=mailchimp/agent-harness",
1183
- "entry_point": "cli-anything-mailchimp",
1184
- "skill_md": "skills/cli-anything-mailchimp/SKILL.md",
1185
- "category": "web",
1186
- "contributors": [
1187
- {
1188
- "name": "iGodly",
1189
- "url": "https://github.com/iGodly"
1190
- }
1191
- ]
1192
- },
1193
- {
1194
- "name": "3mf",
1195
- "display_name": "3MF",
1196
- "version": "1.0.0",
1197
- "description": "Mesh geometry editor for 3D printing files — detect and resize cylindrical holes, repair meshes, compare 3MF files",
1198
- "requires": "Python 3.10+; numpy, scipy, trimesh",
1199
- "homepage": "https://3mf.io",
1200
- "source_url": null,
1201
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=3MF/agent-harness",
1202
- "entry_point": "cli-anything-3mf",
1203
- "skill_md": "3MF/agent-harness/cli_anything/threemf/skills/SKILL.md",
1204
- "category": "graphics",
1205
- "contributors": [
1206
- {
1207
- "name": "Gituheart",
1208
- "url": "https://github.com/Gituheart"
1209
- }
1210
- ]
1211
- },
1212
- {
1213
- "name": "minimax",
1214
- "display_name": "MiniMax",
1215
- "version": "1.0.0",
1216
- "description": "Chat and TTS via MiniMax AI API — MiniMax-M2.7 chat models and speech-2.8-hd TTS",
1217
- "requires": "MINIMAX_API_KEY",
1218
- "homepage": "https://platform.minimax.io",
1219
- "source_url": null,
1220
- "install_cmd": "pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=minimax/agent-harness",
1221
- "entry_point": "cli-anything-minimax",
1222
- "skill_md": "minimax/agent-harness/cli_anything/minimax/skills/SKILL.md",
1223
- "category": "ai",
1224
- "contributors": [
1225
- {
1226
- "name": "octo-patch",
1227
- "url": "https://github.com/octo-patch"
1228
- }
1229
- ]
1230
- }
1231
- ]
1232
- }