@zenalexa/unicli 0.213.3 → 0.215.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.
Files changed (188) hide show
  1. package/AGENTS.md +10 -10
  2. package/README.md +40 -27
  3. package/README.zh-CN.md +36 -36
  4. package/dist/adapters/_electron/desktop-shared.d.ts +12 -0
  5. package/dist/adapters/_electron/desktop-shared.d.ts.map +1 -0
  6. package/dist/adapters/_electron/desktop-shared.js +312 -0
  7. package/dist/adapters/_electron/desktop-shared.js.map +1 -0
  8. package/dist/adapters/electron-desktop/electron-desktop.d.ts +9 -0
  9. package/dist/adapters/electron-desktop/electron-desktop.d.ts.map +1 -0
  10. package/dist/adapters/electron-desktop/electron-desktop.js +56 -0
  11. package/dist/adapters/electron-desktop/electron-desktop.js.map +1 -0
  12. package/dist/browser/adapter-authoring.d.ts +20 -0
  13. package/dist/browser/adapter-authoring.d.ts.map +1 -0
  14. package/dist/browser/adapter-authoring.js +68 -0
  15. package/dist/browser/adapter-authoring.js.map +1 -0
  16. package/dist/browser/analyze.d.ts +54 -0
  17. package/dist/browser/analyze.d.ts.map +1 -0
  18. package/dist/browser/analyze.js +205 -0
  19. package/dist/browser/analyze.js.map +1 -0
  20. package/dist/browser/bridge.d.ts +1 -1
  21. package/dist/browser/bridge.d.ts.map +1 -1
  22. package/dist/browser/bridge.js +2 -0
  23. package/dist/browser/bridge.js.map +1 -1
  24. package/dist/browser/daemon-client.d.ts.map +1 -1
  25. package/dist/browser/daemon-client.js +12 -1
  26. package/dist/browser/daemon-client.js.map +1 -1
  27. package/dist/browser/network-cache.d.ts +58 -0
  28. package/dist/browser/network-cache.d.ts.map +1 -0
  29. package/dist/browser/network-cache.js +146 -0
  30. package/dist/browser/network-cache.js.map +1 -0
  31. package/dist/browser/page.d.ts +1 -1
  32. package/dist/browser/page.d.ts.map +1 -1
  33. package/dist/browser/page.js +2 -1
  34. package/dist/browser/page.js.map +1 -1
  35. package/dist/browser/protocol.d.ts +6 -2
  36. package/dist/browser/protocol.d.ts.map +1 -1
  37. package/dist/browser/site-memory.d.ts +57 -0
  38. package/dist/browser/site-memory.d.ts.map +1 -0
  39. package/dist/browser/site-memory.js +127 -0
  40. package/dist/browser/site-memory.js.map +1 -0
  41. package/dist/browser/verify-fixture.d.ts +30 -0
  42. package/dist/browser/verify-fixture.d.ts.map +1 -0
  43. package/dist/browser/verify-fixture.js +168 -0
  44. package/dist/browser/verify-fixture.js.map +1 -0
  45. package/dist/browser/workspace.d.ts +8 -0
  46. package/dist/browser/workspace.d.ts.map +1 -0
  47. package/dist/browser/workspace.js +15 -0
  48. package/dist/browser/workspace.js.map +1 -0
  49. package/dist/commands/browser-adapter-authoring.d.ts +3 -0
  50. package/dist/commands/browser-adapter-authoring.d.ts.map +1 -0
  51. package/dist/commands/browser-adapter-authoring.js +206 -0
  52. package/dist/commands/browser-adapter-authoring.js.map +1 -0
  53. package/dist/commands/browser-authoring-operator.d.ts +3 -0
  54. package/dist/commands/browser-authoring-operator.d.ts.map +1 -0
  55. package/dist/commands/browser-authoring-operator.js +110 -0
  56. package/dist/commands/browser-authoring-operator.js.map +1 -0
  57. package/dist/commands/browser-operator-runtime.d.ts +38 -0
  58. package/dist/commands/browser-operator-runtime.d.ts.map +1 -0
  59. package/dist/commands/browser-operator-runtime.js +281 -0
  60. package/dist/commands/browser-operator-runtime.js.map +1 -0
  61. package/dist/commands/browser-operator.d.ts +6 -0
  62. package/dist/commands/browser-operator.d.ts.map +1 -0
  63. package/dist/commands/browser-operator.js +374 -0
  64. package/dist/commands/browser-operator.js.map +1 -0
  65. package/dist/commands/browser.d.ts.map +1 -1
  66. package/dist/commands/browser.js +72 -1
  67. package/dist/commands/browser.js.map +1 -1
  68. package/dist/commands/daemon.d.ts.map +1 -1
  69. package/dist/commands/daemon.js +40 -4
  70. package/dist/commands/daemon.js.map +1 -1
  71. package/dist/commands/explore.d.ts.map +1 -1
  72. package/dist/commands/explore.js +4 -1
  73. package/dist/commands/explore.js.map +1 -1
  74. package/dist/commands/generate.d.ts.map +1 -1
  75. package/dist/commands/generate.js +4 -1
  76. package/dist/commands/generate.js.map +1 -1
  77. package/dist/commands/mcp.d.ts.map +1 -1
  78. package/dist/commands/mcp.js +14 -14
  79. package/dist/commands/mcp.js.map +1 -1
  80. package/dist/commands/migrate-schema.d.ts.map +1 -1
  81. package/dist/commands/migrate-schema.js +10 -0
  82. package/dist/commands/migrate-schema.js.map +1 -1
  83. package/dist/commands/operate.d.ts +4 -3
  84. package/dist/commands/operate.d.ts.map +1 -1
  85. package/dist/commands/operate.js +8 -483
  86. package/dist/commands/operate.js.map +1 -1
  87. package/dist/commands/record.d.ts.map +1 -1
  88. package/dist/commands/record.js +2 -1
  89. package/dist/commands/record.js.map +1 -1
  90. package/dist/commands/search.js +1 -1
  91. package/dist/commands/search.js.map +1 -1
  92. package/dist/commands/skills.js +1 -1
  93. package/dist/commands/skills.js.map +1 -1
  94. package/dist/commands/synthesize.d.ts.map +1 -1
  95. package/dist/commands/synthesize.js +33 -3
  96. package/dist/commands/synthesize.js.map +1 -1
  97. package/dist/discovery/aliases.d.ts.map +1 -1
  98. package/dist/discovery/aliases.js +76 -1
  99. package/dist/discovery/aliases.js.map +1 -1
  100. package/dist/discovery/loader.d.ts.map +1 -1
  101. package/dist/discovery/loader.js +3 -1
  102. package/dist/discovery/loader.js.map +1 -1
  103. package/dist/electron-apps.d.ts +22 -0
  104. package/dist/electron-apps.d.ts.map +1 -1
  105. package/dist/electron-apps.js +324 -0
  106. package/dist/electron-apps.js.map +1 -1
  107. package/dist/engine/download.d.ts.map +1 -1
  108. package/dist/engine/download.js +12 -5
  109. package/dist/engine/download.js.map +1 -1
  110. package/dist/engine/repair/engine.js +2 -2
  111. package/dist/engine/repair/engine.js.map +1 -1
  112. package/dist/engine/steps/desktop-ax.d.ts +10 -0
  113. package/dist/engine/steps/desktop-ax.d.ts.map +1 -1
  114. package/dist/engine/steps/desktop-ax.js +20 -0
  115. package/dist/engine/steps/desktop-ax.js.map +1 -1
  116. package/dist/engine/steps/exec.d.ts +1 -1
  117. package/dist/engine/steps/exec.d.ts.map +1 -1
  118. package/dist/engine/steps/exec.js +20 -1
  119. package/dist/engine/steps/exec.js.map +1 -1
  120. package/dist/engine/steps/write-temp.js +1 -1
  121. package/dist/engine/steps/write-temp.js.map +1 -1
  122. package/dist/engine/template.d.ts.map +1 -1
  123. package/dist/engine/template.js +10 -2
  124. package/dist/engine/template.js.map +1 -1
  125. package/dist/manifest-compact.txt +8 -7
  126. package/dist/manifest-search.json +1 -1
  127. package/dist/manifest.json +2161 -171
  128. package/dist/mcp/http-transport.d.ts.map +1 -1
  129. package/dist/mcp/http-transport.js +3 -6
  130. package/dist/mcp/http-transport.js.map +1 -1
  131. package/dist/mcp/streamable-http/handle-post.js +1 -1
  132. package/dist/mcp/tools.d.ts +2 -1
  133. package/dist/mcp/tools.d.ts.map +1 -1
  134. package/dist/mcp/tools.js +8 -4
  135. package/dist/mcp/tools.js.map +1 -1
  136. package/dist/output/envelope.d.ts +1 -5
  137. package/dist/output/envelope.d.ts.map +1 -1
  138. package/dist/output/envelope.js +1 -5
  139. package/dist/output/envelope.js.map +1 -1
  140. package/dist/output/formatter.d.ts +2 -2
  141. package/dist/output/formatter.js +3 -3
  142. package/dist/output/formatter.js.map +1 -1
  143. package/dist/transport/adapters/cua.d.ts +9 -10
  144. package/dist/transport/adapters/cua.d.ts.map +1 -1
  145. package/dist/transport/adapters/cua.js +22 -24
  146. package/dist/transport/adapters/cua.js.map +1 -1
  147. package/dist/transport/adapters/desktop-atspi.d.ts +1 -1
  148. package/dist/transport/adapters/desktop-atspi.js +2 -2
  149. package/dist/transport/adapters/desktop-atspi.js.map +1 -1
  150. package/dist/transport/adapters/desktop-ax-background-click-swift.d.ts +11 -0
  151. package/dist/transport/adapters/desktop-ax-background-click-swift.d.ts.map +1 -0
  152. package/dist/transport/adapters/desktop-ax-background-click-swift.js +136 -0
  153. package/dist/transport/adapters/desktop-ax-background-click-swift.js.map +1 -0
  154. package/dist/transport/adapters/desktop-ax-background-click.d.ts +4 -0
  155. package/dist/transport/adapters/desktop-ax-background-click.d.ts.map +1 -0
  156. package/dist/transport/adapters/desktop-ax-background-click.js +70 -0
  157. package/dist/transport/adapters/desktop-ax-background-click.js.map +1 -0
  158. package/dist/transport/adapters/desktop-ax-swift.d.ts +56 -0
  159. package/dist/transport/adapters/desktop-ax-swift.d.ts.map +1 -0
  160. package/dist/transport/adapters/desktop-ax-swift.js +458 -0
  161. package/dist/transport/adapters/desktop-ax-swift.js.map +1 -0
  162. package/dist/transport/adapters/desktop-ax.d.ts +14 -0
  163. package/dist/transport/adapters/desktop-ax.d.ts.map +1 -1
  164. package/dist/transport/adapters/desktop-ax.js +262 -32
  165. package/dist/transport/adapters/desktop-ax.js.map +1 -1
  166. package/dist/transport/adapters/desktop-uia.d.ts +1 -1
  167. package/dist/transport/adapters/desktop-uia.js +2 -2
  168. package/dist/transport/adapters/desktop-uia.js.map +1 -1
  169. package/dist/transport/adapters/http.js +1 -1
  170. package/dist/transport/adapters/http.js.map +1 -1
  171. package/dist/transport/capability.d.ts +1 -1
  172. package/dist/transport/capability.d.ts.map +1 -1
  173. package/dist/transport/capability.js +6 -1
  174. package/dist/transport/capability.js.map +1 -1
  175. package/package.json +2 -2
  176. package/src/adapters/_electron/desktop-shared.ts +383 -0
  177. package/src/adapters/docker/build.yaml +1 -1
  178. package/src/adapters/docker/images.yaml +1 -1
  179. package/src/adapters/docker/logs.yaml +1 -1
  180. package/src/adapters/docker/networks.yaml +1 -1
  181. package/src/adapters/docker/ps.yaml +1 -1
  182. package/src/adapters/docker/run.yaml +1 -1
  183. package/src/adapters/docker/volumes.yaml +1 -1
  184. package/src/adapters/electron-desktop/electron-desktop.ts +57 -0
  185. package/src/adapters/macos/caffeinate.yaml +2 -2
  186. package/src/adapters/macos/processes.yaml +3 -3
  187. package/src/adapters/macos/screen-recording.yaml +2 -2
  188. package/src/adapters/substack/trending.yaml +2 -1
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.213.3",
2
+ "version": "0.215.0",
3
3
  "sites": {
4
4
  "1688": {
5
5
  "commands": [
@@ -147,6 +147,95 @@
147
147
  ],
148
148
  "category": "shopping"
149
149
  },
150
+ "antigravity": {
151
+ "commands": [
152
+ {
153
+ "name": "ask",
154
+ "description": "Send a prompt and wait for response in desktop AI chat app Antigravity",
155
+ "strategy": "public",
156
+ "type": "web-api"
157
+ },
158
+ {
159
+ "name": "click-text",
160
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Antigravity",
161
+ "strategy": "public",
162
+ "type": "web-api"
163
+ },
164
+ {
165
+ "name": "dump",
166
+ "description": "Dump visible text from desktop AI chat app Antigravity",
167
+ "strategy": "public",
168
+ "type": "web-api"
169
+ },
170
+ {
171
+ "name": "model",
172
+ "description": "Switch or inspect the model in desktop AI chat app Antigravity",
173
+ "strategy": "public",
174
+ "type": "web-api"
175
+ },
176
+ {
177
+ "name": "new",
178
+ "description": "Start a new desktop AI chat Antigravity",
179
+ "strategy": "public",
180
+ "type": "web-api"
181
+ },
182
+ {
183
+ "name": "open-app",
184
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Antigravity",
185
+ "strategy": "public",
186
+ "type": "web-api"
187
+ },
188
+ {
189
+ "name": "press",
190
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Antigravity",
191
+ "strategy": "public",
192
+ "type": "web-api"
193
+ },
194
+ {
195
+ "name": "read",
196
+ "description": "Read the latest response from desktop AI chat app Antigravity",
197
+ "strategy": "public",
198
+ "type": "web-api"
199
+ },
200
+ {
201
+ "name": "screenshot",
202
+ "description": "Capture a screenshot from desktop AI chat app Antigravity",
203
+ "strategy": "public",
204
+ "type": "web-api"
205
+ },
206
+ {
207
+ "name": "send",
208
+ "description": "Send text without waiting in desktop AI chat app Antigravity",
209
+ "strategy": "public",
210
+ "type": "web-api"
211
+ },
212
+ {
213
+ "name": "snapshot-app",
214
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Antigravity",
215
+ "strategy": "public",
216
+ "type": "web-api"
217
+ },
218
+ {
219
+ "name": "status",
220
+ "description": "Inspect desktop AI chat app status Antigravity",
221
+ "strategy": "public",
222
+ "type": "web-api"
223
+ },
224
+ {
225
+ "name": "status-app",
226
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Antigravity",
227
+ "strategy": "public",
228
+ "type": "web-api"
229
+ },
230
+ {
231
+ "name": "type-text",
232
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Antigravity",
233
+ "strategy": "public",
234
+ "type": "web-api"
235
+ }
236
+ ],
237
+ "category": "ai"
238
+ },
150
239
  "apple-music": {
151
240
  "commands": [
152
241
  {
@@ -179,7 +268,7 @@
179
268
  "type": "desktop"
180
269
  }
181
270
  ],
182
- "category": "other"
271
+ "category": "productivity"
183
272
  },
184
273
  "apple-podcasts": {
185
274
  "commands": [
@@ -878,6 +967,184 @@
878
967
  ],
879
968
  "category": "reference"
880
969
  },
970
+ "chatgpt": {
971
+ "commands": [
972
+ {
973
+ "name": "ask",
974
+ "description": "Send a prompt and wait for response in desktop AI chat app ChatGPT",
975
+ "strategy": "public",
976
+ "type": "web-api"
977
+ },
978
+ {
979
+ "name": "click-text",
980
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 ChatGPT",
981
+ "strategy": "public",
982
+ "type": "web-api"
983
+ },
984
+ {
985
+ "name": "dump",
986
+ "description": "Dump visible text from desktop AI chat app ChatGPT",
987
+ "strategy": "public",
988
+ "type": "web-api"
989
+ },
990
+ {
991
+ "name": "model",
992
+ "description": "Switch or inspect the model in desktop AI chat app ChatGPT",
993
+ "strategy": "public",
994
+ "type": "web-api"
995
+ },
996
+ {
997
+ "name": "new",
998
+ "description": "Start a new desktop AI chat ChatGPT",
999
+ "strategy": "public",
1000
+ "type": "web-api"
1001
+ },
1002
+ {
1003
+ "name": "open-app",
1004
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 ChatGPT",
1005
+ "strategy": "public",
1006
+ "type": "web-api"
1007
+ },
1008
+ {
1009
+ "name": "press",
1010
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 ChatGPT",
1011
+ "strategy": "public",
1012
+ "type": "web-api"
1013
+ },
1014
+ {
1015
+ "name": "read",
1016
+ "description": "Read the latest response from desktop AI chat app ChatGPT",
1017
+ "strategy": "public",
1018
+ "type": "web-api"
1019
+ },
1020
+ {
1021
+ "name": "screenshot",
1022
+ "description": "Capture a screenshot from desktop AI chat app ChatGPT",
1023
+ "strategy": "public",
1024
+ "type": "web-api"
1025
+ },
1026
+ {
1027
+ "name": "send",
1028
+ "description": "Send text without waiting in desktop AI chat app ChatGPT",
1029
+ "strategy": "public",
1030
+ "type": "web-api"
1031
+ },
1032
+ {
1033
+ "name": "snapshot-app",
1034
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 ChatGPT",
1035
+ "strategy": "public",
1036
+ "type": "web-api"
1037
+ },
1038
+ {
1039
+ "name": "status",
1040
+ "description": "Inspect desktop AI chat app status ChatGPT",
1041
+ "strategy": "public",
1042
+ "type": "web-api"
1043
+ },
1044
+ {
1045
+ "name": "status-app",
1046
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 ChatGPT",
1047
+ "strategy": "public",
1048
+ "type": "web-api"
1049
+ },
1050
+ {
1051
+ "name": "type-text",
1052
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 ChatGPT",
1053
+ "strategy": "public",
1054
+ "type": "web-api"
1055
+ }
1056
+ ],
1057
+ "category": "ai"
1058
+ },
1059
+ "chatwise": {
1060
+ "commands": [
1061
+ {
1062
+ "name": "ask",
1063
+ "description": "Send a prompt and wait for response in desktop AI chat app ChatWise",
1064
+ "strategy": "public",
1065
+ "type": "web-api"
1066
+ },
1067
+ {
1068
+ "name": "click-text",
1069
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 ChatWise",
1070
+ "strategy": "public",
1071
+ "type": "web-api"
1072
+ },
1073
+ {
1074
+ "name": "dump",
1075
+ "description": "Dump visible text from desktop AI chat app ChatWise",
1076
+ "strategy": "public",
1077
+ "type": "web-api"
1078
+ },
1079
+ {
1080
+ "name": "model",
1081
+ "description": "Switch or inspect the model in desktop AI chat app ChatWise",
1082
+ "strategy": "public",
1083
+ "type": "web-api"
1084
+ },
1085
+ {
1086
+ "name": "new",
1087
+ "description": "Start a new desktop AI chat ChatWise",
1088
+ "strategy": "public",
1089
+ "type": "web-api"
1090
+ },
1091
+ {
1092
+ "name": "open-app",
1093
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 ChatWise",
1094
+ "strategy": "public",
1095
+ "type": "web-api"
1096
+ },
1097
+ {
1098
+ "name": "press",
1099
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 ChatWise",
1100
+ "strategy": "public",
1101
+ "type": "web-api"
1102
+ },
1103
+ {
1104
+ "name": "read",
1105
+ "description": "Read the latest response from desktop AI chat app ChatWise",
1106
+ "strategy": "public",
1107
+ "type": "web-api"
1108
+ },
1109
+ {
1110
+ "name": "screenshot",
1111
+ "description": "Capture a screenshot from desktop AI chat app ChatWise",
1112
+ "strategy": "public",
1113
+ "type": "web-api"
1114
+ },
1115
+ {
1116
+ "name": "send",
1117
+ "description": "Send text without waiting in desktop AI chat app ChatWise",
1118
+ "strategy": "public",
1119
+ "type": "web-api"
1120
+ },
1121
+ {
1122
+ "name": "snapshot-app",
1123
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 ChatWise",
1124
+ "strategy": "public",
1125
+ "type": "web-api"
1126
+ },
1127
+ {
1128
+ "name": "status",
1129
+ "description": "Inspect desktop AI chat app status ChatWise",
1130
+ "strategy": "public",
1131
+ "type": "web-api"
1132
+ },
1133
+ {
1134
+ "name": "status-app",
1135
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 ChatWise",
1136
+ "strategy": "public",
1137
+ "type": "web-api"
1138
+ },
1139
+ {
1140
+ "name": "type-text",
1141
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 ChatWise",
1142
+ "strategy": "public",
1143
+ "type": "web-api"
1144
+ }
1145
+ ],
1146
+ "category": "ai"
1147
+ },
881
1148
  "chrome": {
882
1149
  "commands": [
883
1150
  {
@@ -904,7 +1171,7 @@
904
1171
  "type": "bridge"
905
1172
  }
906
1173
  ],
907
- "category": "other"
1174
+ "category": "dev"
908
1175
  },
909
1176
  "cloudcompare": {
910
1177
  "commands": [
@@ -983,68 +1250,152 @@
983
1250
  "codex": {
984
1251
  "commands": [
985
1252
  {
986
- "name": "extract-diff",
987
- "description": "Extract diff patches from the last Codex response",
1253
+ "name": "ask",
1254
+ "description": "Send a prompt and wait for response in desktop AI chat app Codex",
988
1255
  "strategy": "public",
989
1256
  "type": "web-api"
990
- }
991
- ],
992
- "category": "other"
993
- },
994
- "codex-cli": {
995
- "commands": [
1257
+ },
996
1258
  {
997
- "name": "version",
998
- "description": "Check OpenAI Codex CLI version",
1259
+ "name": "click-text",
1260
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Codex",
999
1261
  "strategy": "public",
1000
- "type": "bridge"
1001
- }
1002
- ],
1003
- "category": "other"
1004
- },
1005
- "coinbase": {
1006
- "commands": [
1262
+ "type": "web-api"
1263
+ },
1007
1264
  {
1008
- "name": "prices",
1009
- "description": "Get cryptocurrency spot prices from Coinbase",
1265
+ "name": "dump",
1266
+ "description": "Dump visible text from desktop AI chat app Codex",
1010
1267
  "strategy": "public",
1011
1268
  "type": "web-api"
1012
1269
  },
1013
1270
  {
1014
- "name": "rates",
1015
- "description": "Get cryptocurrency exchange rates from Coinbase",
1271
+ "name": "extract-diff",
1272
+ "description": "Extract diff patches from the last Codex response",
1016
1273
  "strategy": "public",
1017
1274
  "type": "web-api"
1018
- }
1019
- ],
1020
- "category": "finance"
1021
- },
1022
- "comfyui": {
1023
- "commands": [
1275
+ },
1024
1276
  {
1025
- "name": "generate",
1026
- "description": "Queue a ComfyUI workflow prompt for generation",
1277
+ "name": "model",
1278
+ "description": "Switch or inspect the model in desktop AI chat app Codex",
1027
1279
  "strategy": "public",
1028
- "type": "service"
1280
+ "type": "web-api"
1029
1281
  },
1030
1282
  {
1031
- "name": "history",
1032
- "description": "Get ComfyUI execution history (returns raw JSON object keyed by prompt ID)",
1283
+ "name": "new",
1284
+ "description": "Start a new desktop AI chat Codex",
1033
1285
  "strategy": "public",
1034
- "type": "service"
1286
+ "type": "web-api"
1035
1287
  },
1036
1288
  {
1037
- "name": "nodes",
1038
- "description": "List available ComfyUI node types (returns raw JSON object keyed by node name)",
1289
+ "name": "open-app",
1290
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Codex",
1039
1291
  "strategy": "public",
1040
- "type": "service"
1292
+ "type": "web-api"
1041
1293
  },
1042
1294
  {
1043
- "name": "status",
1044
- "description": "Get ComfyUI system stats (device, memory, Python version, torch version)",
1295
+ "name": "press",
1296
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Codex",
1045
1297
  "strategy": "public",
1046
- "type": "service"
1047
- }
1298
+ "type": "web-api"
1299
+ },
1300
+ {
1301
+ "name": "read",
1302
+ "description": "Read the latest response from desktop AI chat app Codex",
1303
+ "strategy": "public",
1304
+ "type": "web-api"
1305
+ },
1306
+ {
1307
+ "name": "screenshot",
1308
+ "description": "Capture a screenshot from desktop AI chat app Codex",
1309
+ "strategy": "public",
1310
+ "type": "web-api"
1311
+ },
1312
+ {
1313
+ "name": "send",
1314
+ "description": "Send text without waiting in desktop AI chat app Codex",
1315
+ "strategy": "public",
1316
+ "type": "web-api"
1317
+ },
1318
+ {
1319
+ "name": "snapshot-app",
1320
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Codex",
1321
+ "strategy": "public",
1322
+ "type": "web-api"
1323
+ },
1324
+ {
1325
+ "name": "status",
1326
+ "description": "Inspect desktop AI chat app status Codex",
1327
+ "strategy": "public",
1328
+ "type": "web-api"
1329
+ },
1330
+ {
1331
+ "name": "status-app",
1332
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Codex",
1333
+ "strategy": "public",
1334
+ "type": "web-api"
1335
+ },
1336
+ {
1337
+ "name": "type-text",
1338
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Codex",
1339
+ "strategy": "public",
1340
+ "type": "web-api"
1341
+ }
1342
+ ],
1343
+ "category": "dev"
1344
+ },
1345
+ "codex-cli": {
1346
+ "commands": [
1347
+ {
1348
+ "name": "version",
1349
+ "description": "Check OpenAI Codex CLI version",
1350
+ "strategy": "public",
1351
+ "type": "bridge"
1352
+ }
1353
+ ],
1354
+ "category": "dev"
1355
+ },
1356
+ "coinbase": {
1357
+ "commands": [
1358
+ {
1359
+ "name": "prices",
1360
+ "description": "Get cryptocurrency spot prices from Coinbase",
1361
+ "strategy": "public",
1362
+ "type": "web-api"
1363
+ },
1364
+ {
1365
+ "name": "rates",
1366
+ "description": "Get cryptocurrency exchange rates from Coinbase",
1367
+ "strategy": "public",
1368
+ "type": "web-api"
1369
+ }
1370
+ ],
1371
+ "category": "finance"
1372
+ },
1373
+ "comfyui": {
1374
+ "commands": [
1375
+ {
1376
+ "name": "generate",
1377
+ "description": "Queue a ComfyUI workflow prompt for generation",
1378
+ "strategy": "public",
1379
+ "type": "service"
1380
+ },
1381
+ {
1382
+ "name": "history",
1383
+ "description": "Get ComfyUI execution history (returns raw JSON object keyed by prompt ID)",
1384
+ "strategy": "public",
1385
+ "type": "service"
1386
+ },
1387
+ {
1388
+ "name": "nodes",
1389
+ "description": "List available ComfyUI node types (returns raw JSON object keyed by node name)",
1390
+ "strategy": "public",
1391
+ "type": "service"
1392
+ },
1393
+ {
1394
+ "name": "status",
1395
+ "description": "Get ComfyUI system stats (device, memory, Python version, torch version)",
1396
+ "strategy": "public",
1397
+ "type": "service"
1398
+ }
1048
1399
  ],
1049
1400
  "category": "desktop"
1050
1401
  },
@@ -1130,14 +1481,116 @@
1130
1481
  },
1131
1482
  "cursor": {
1132
1483
  "commands": [
1484
+ {
1485
+ "name": "ask",
1486
+ "description": "Send a prompt and wait for response in desktop AI chat app Cursor",
1487
+ "strategy": "public",
1488
+ "type": "web-api"
1489
+ },
1490
+ {
1491
+ "name": "click-text",
1492
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Cursor",
1493
+ "strategy": "public",
1494
+ "type": "web-api"
1495
+ },
1133
1496
  {
1134
1497
  "name": "composer",
1135
1498
  "description": "Open Cursor Composer mode with a prompt",
1136
1499
  "strategy": "public",
1137
1500
  "type": "web-api"
1501
+ },
1502
+ {
1503
+ "name": "dump",
1504
+ "description": "Dump visible text from desktop AI chat app Cursor",
1505
+ "strategy": "public",
1506
+ "type": "web-api"
1507
+ },
1508
+ {
1509
+ "name": "export",
1510
+ "description": "Export the current Cursor conversation to a Markdown file",
1511
+ "strategy": "public",
1512
+ "type": "web-api"
1513
+ },
1514
+ {
1515
+ "name": "extract-code",
1516
+ "description": "Extract code blocks from the last Cursor response",
1517
+ "strategy": "public",
1518
+ "type": "web-api"
1519
+ },
1520
+ {
1521
+ "name": "history",
1522
+ "description": "List recent chat sessions from the Cursor sidebar",
1523
+ "strategy": "public",
1524
+ "type": "web-api"
1525
+ },
1526
+ {
1527
+ "name": "model",
1528
+ "description": "Switch or inspect the model in desktop AI chat app Cursor",
1529
+ "strategy": "public",
1530
+ "type": "web-api"
1531
+ },
1532
+ {
1533
+ "name": "new",
1534
+ "description": "Start a new desktop AI chat Cursor",
1535
+ "strategy": "public",
1536
+ "type": "web-api"
1537
+ },
1538
+ {
1539
+ "name": "open-app",
1540
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Cursor",
1541
+ "strategy": "public",
1542
+ "type": "web-api"
1543
+ },
1544
+ {
1545
+ "name": "press",
1546
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Cursor",
1547
+ "strategy": "public",
1548
+ "type": "web-api"
1549
+ },
1550
+ {
1551
+ "name": "read",
1552
+ "description": "Read the latest response from desktop AI chat app Cursor",
1553
+ "strategy": "public",
1554
+ "type": "web-api"
1555
+ },
1556
+ {
1557
+ "name": "screenshot",
1558
+ "description": "Capture a screenshot from desktop AI chat app Cursor",
1559
+ "strategy": "public",
1560
+ "type": "web-api"
1561
+ },
1562
+ {
1563
+ "name": "send",
1564
+ "description": "Send text without waiting in desktop AI chat app Cursor",
1565
+ "strategy": "public",
1566
+ "type": "web-api"
1567
+ },
1568
+ {
1569
+ "name": "snapshot-app",
1570
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Cursor",
1571
+ "strategy": "public",
1572
+ "type": "web-api"
1573
+ },
1574
+ {
1575
+ "name": "status",
1576
+ "description": "Inspect desktop AI chat app status Cursor",
1577
+ "strategy": "public",
1578
+ "type": "web-api"
1579
+ },
1580
+ {
1581
+ "name": "status-app",
1582
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Cursor",
1583
+ "strategy": "public",
1584
+ "type": "web-api"
1585
+ },
1586
+ {
1587
+ "name": "type-text",
1588
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Cursor",
1589
+ "strategy": "public",
1590
+ "type": "web-api"
1138
1591
  }
1139
1592
  ],
1140
- "category": "other"
1593
+ "category": "dev"
1141
1594
  },
1142
1595
  "dangdang": {
1143
1596
  "commands": [
@@ -1251,118 +1704,244 @@
1251
1704
  "dingtalk": {
1252
1705
  "commands": [
1253
1706
  {
1254
- "name": "version",
1255
- "description": "Check DingTalk CLI version",
1256
- "strategy": "public",
1257
- "type": "bridge"
1258
- }
1259
- ],
1260
- "category": "other"
1261
- },
1262
- "discord-app": {
1263
- "commands": [
1264
- {
1265
- "name": "servers",
1266
- "description": "List Discord servers",
1707
+ "name": "click-text",
1708
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 DingTalk",
1267
1709
  "strategy": "public",
1268
1710
  "type": "web-api"
1269
- }
1270
- ],
1271
- "category": "other"
1272
- },
1273
- "docker": {
1274
- "commands": [
1711
+ },
1275
1712
  {
1276
- "name": "build",
1277
- "description": "Build a Docker image from a Dockerfile",
1713
+ "name": "dump",
1714
+ "description": "Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 DingTalk",
1278
1715
  "strategy": "public",
1279
- "type": "bridge"
1716
+ "type": "web-api"
1280
1717
  },
1281
1718
  {
1282
- "name": "images",
1283
- "description": "List local Docker images",
1719
+ "name": "open-app",
1720
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 DingTalk",
1284
1721
  "strategy": "public",
1285
- "type": "bridge"
1722
+ "type": "web-api"
1286
1723
  },
1287
1724
  {
1288
- "name": "logs",
1289
- "description": "Fetch logs from a Docker container",
1725
+ "name": "press",
1726
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 DingTalk",
1290
1727
  "strategy": "public",
1291
- "type": "bridge"
1728
+ "type": "web-api"
1292
1729
  },
1293
1730
  {
1294
- "name": "networks",
1295
- "description": "List Docker networks",
1731
+ "name": "snapshot-app",
1732
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 DingTalk",
1296
1733
  "strategy": "public",
1297
- "type": "desktop"
1734
+ "type": "web-api"
1298
1735
  },
1299
1736
  {
1300
- "name": "ps",
1301
- "description": "List running Docker containers",
1737
+ "name": "status-app",
1738
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 DingTalk",
1302
1739
  "strategy": "public",
1303
- "type": "bridge"
1740
+ "type": "web-api"
1304
1741
  },
1305
1742
  {
1306
- "name": "run",
1307
- "description": "Run a command in a Docker container",
1743
+ "name": "type-text",
1744
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 DingTalk",
1308
1745
  "strategy": "public",
1309
- "type": "bridge"
1746
+ "type": "web-api"
1310
1747
  },
1311
1748
  {
1312
- "name": "volumes",
1313
- "description": "List Docker volumes",
1749
+ "name": "version",
1750
+ "description": "Check DingTalk CLI version",
1314
1751
  "strategy": "public",
1315
- "type": "desktop"
1752
+ "type": "bridge"
1316
1753
  }
1317
1754
  ],
1318
- "category": "desktop"
1755
+ "category": "social"
1319
1756
  },
1320
- "docker-hub": {
1757
+ "discord-app": {
1321
1758
  "commands": [
1322
1759
  {
1323
- "name": "info",
1324
- "description": "Get Docker Hub image details",
1760
+ "name": "channels",
1761
+ "description": "List channels in current server",
1325
1762
  "strategy": "public",
1326
1763
  "type": "web-api"
1327
1764
  },
1328
1765
  {
1329
- "name": "search",
1330
- "description": "Search Docker Hub images",
1766
+ "name": "click-text",
1767
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Discord",
1331
1768
  "strategy": "public",
1332
1769
  "type": "web-api"
1333
1770
  },
1334
1771
  {
1335
- "name": "tags",
1336
- "description": "List Docker Hub image tags",
1772
+ "name": "delete",
1773
+ "description": "Delete a message by its ID in the active Discord channel",
1337
1774
  "strategy": "public",
1338
1775
  "type": "web-api"
1339
- }
1340
- ],
1341
- "category": "dev"
1342
- },
1343
- "doctl": {
1344
- "commands": [
1776
+ },
1345
1777
  {
1346
- "name": "droplets",
1347
- "description": "List DigitalOcean droplets",
1778
+ "name": "dump",
1779
+ "description": "Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Discord",
1348
1780
  "strategy": "public",
1349
- "type": "bridge"
1350
- }
1351
- ],
1352
- "category": "other"
1353
- },
1354
- "douban": {
1355
- "commands": [
1781
+ "type": "web-api"
1782
+ },
1356
1783
  {
1357
- "name": "book-hot",
1358
- "description": "Douban hot books",
1784
+ "name": "members",
1785
+ "description": "List server members",
1359
1786
  "strategy": "public",
1360
1787
  "type": "web-api"
1361
1788
  },
1362
1789
  {
1363
- "name": "download",
1364
- "description": "List Douban movie photo download URLs",
1365
- "strategy": "cookie",
1790
+ "name": "open-app",
1791
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Discord",
1792
+ "strategy": "public",
1793
+ "type": "web-api"
1794
+ },
1795
+ {
1796
+ "name": "press",
1797
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Discord",
1798
+ "strategy": "public",
1799
+ "type": "web-api"
1800
+ },
1801
+ {
1802
+ "name": "read",
1803
+ "description": "Read recent messages",
1804
+ "strategy": "public",
1805
+ "type": "web-api"
1806
+ },
1807
+ {
1808
+ "name": "search",
1809
+ "description": "Search Discord messages",
1810
+ "strategy": "public",
1811
+ "type": "web-api"
1812
+ },
1813
+ {
1814
+ "name": "send",
1815
+ "description": "Send message in current channel",
1816
+ "strategy": "public",
1817
+ "type": "web-api"
1818
+ },
1819
+ {
1820
+ "name": "servers",
1821
+ "description": "List Discord servers",
1822
+ "strategy": "public",
1823
+ "type": "web-api"
1824
+ },
1825
+ {
1826
+ "name": "snapshot-app",
1827
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Discord",
1828
+ "strategy": "public",
1829
+ "type": "web-api"
1830
+ },
1831
+ {
1832
+ "name": "status",
1833
+ "description": "Discord app status",
1834
+ "strategy": "public",
1835
+ "type": "web-api"
1836
+ },
1837
+ {
1838
+ "name": "status-app",
1839
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Discord",
1840
+ "strategy": "public",
1841
+ "type": "web-api"
1842
+ },
1843
+ {
1844
+ "name": "type-text",
1845
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Discord",
1846
+ "strategy": "public",
1847
+ "type": "web-api"
1848
+ }
1849
+ ],
1850
+ "category": "social"
1851
+ },
1852
+ "docker": {
1853
+ "commands": [
1854
+ {
1855
+ "name": "build",
1856
+ "description": "Build a Docker image from a Dockerfile",
1857
+ "strategy": "public",
1858
+ "type": "bridge"
1859
+ },
1860
+ {
1861
+ "name": "images",
1862
+ "description": "List local Docker images",
1863
+ "strategy": "public",
1864
+ "type": "bridge"
1865
+ },
1866
+ {
1867
+ "name": "logs",
1868
+ "description": "Fetch logs from a Docker container",
1869
+ "strategy": "public",
1870
+ "type": "bridge"
1871
+ },
1872
+ {
1873
+ "name": "networks",
1874
+ "description": "List Docker networks",
1875
+ "strategy": "public",
1876
+ "type": "desktop"
1877
+ },
1878
+ {
1879
+ "name": "ps",
1880
+ "description": "List running Docker containers",
1881
+ "strategy": "public",
1882
+ "type": "bridge"
1883
+ },
1884
+ {
1885
+ "name": "run",
1886
+ "description": "Run a command in a Docker container",
1887
+ "strategy": "public",
1888
+ "type": "bridge"
1889
+ },
1890
+ {
1891
+ "name": "volumes",
1892
+ "description": "List Docker volumes",
1893
+ "strategy": "public",
1894
+ "type": "desktop"
1895
+ }
1896
+ ],
1897
+ "category": "desktop"
1898
+ },
1899
+ "docker-hub": {
1900
+ "commands": [
1901
+ {
1902
+ "name": "info",
1903
+ "description": "Get Docker Hub image details",
1904
+ "strategy": "public",
1905
+ "type": "web-api"
1906
+ },
1907
+ {
1908
+ "name": "search",
1909
+ "description": "Search Docker Hub images",
1910
+ "strategy": "public",
1911
+ "type": "web-api"
1912
+ },
1913
+ {
1914
+ "name": "tags",
1915
+ "description": "List Docker Hub image tags",
1916
+ "strategy": "public",
1917
+ "type": "web-api"
1918
+ }
1919
+ ],
1920
+ "category": "dev"
1921
+ },
1922
+ "doctl": {
1923
+ "commands": [
1924
+ {
1925
+ "name": "droplets",
1926
+ "description": "List DigitalOcean droplets",
1927
+ "strategy": "public",
1928
+ "type": "bridge"
1929
+ }
1930
+ ],
1931
+ "category": "other"
1932
+ },
1933
+ "douban": {
1934
+ "commands": [
1935
+ {
1936
+ "name": "book-hot",
1937
+ "description": "Douban hot books",
1938
+ "strategy": "public",
1939
+ "type": "web-api"
1940
+ },
1941
+ {
1942
+ "name": "download",
1943
+ "description": "List Douban movie photo download URLs",
1944
+ "strategy": "cookie",
1366
1945
  "type": "browser"
1367
1946
  },
1368
1947
  {
@@ -1451,6 +2030,89 @@
1451
2030
  ],
1452
2031
  "category": "ai"
1453
2032
  },
2033
+ "doubao-app": {
2034
+ "commands": [
2035
+ {
2036
+ "name": "ask",
2037
+ "description": "Send a prompt and wait for response in desktop AI chat app Doubao",
2038
+ "strategy": "public",
2039
+ "type": "web-api"
2040
+ },
2041
+ {
2042
+ "name": "click-text",
2043
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Doubao",
2044
+ "strategy": "public",
2045
+ "type": "web-api"
2046
+ },
2047
+ {
2048
+ "name": "dump",
2049
+ "description": "Dump visible text from desktop AI chat app Doubao",
2050
+ "strategy": "public",
2051
+ "type": "web-api"
2052
+ },
2053
+ {
2054
+ "name": "new",
2055
+ "description": "Start a new desktop AI chat Doubao",
2056
+ "strategy": "public",
2057
+ "type": "web-api"
2058
+ },
2059
+ {
2060
+ "name": "open-app",
2061
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Doubao",
2062
+ "strategy": "public",
2063
+ "type": "web-api"
2064
+ },
2065
+ {
2066
+ "name": "press",
2067
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Doubao",
2068
+ "strategy": "public",
2069
+ "type": "web-api"
2070
+ },
2071
+ {
2072
+ "name": "read",
2073
+ "description": "Read the latest response from desktop AI chat app Doubao",
2074
+ "strategy": "public",
2075
+ "type": "web-api"
2076
+ },
2077
+ {
2078
+ "name": "screenshot",
2079
+ "description": "Capture a screenshot from desktop AI chat app Doubao",
2080
+ "strategy": "public",
2081
+ "type": "web-api"
2082
+ },
2083
+ {
2084
+ "name": "send",
2085
+ "description": "Send text without waiting in desktop AI chat app Doubao",
2086
+ "strategy": "public",
2087
+ "type": "web-api"
2088
+ },
2089
+ {
2090
+ "name": "snapshot-app",
2091
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Doubao",
2092
+ "strategy": "public",
2093
+ "type": "web-api"
2094
+ },
2095
+ {
2096
+ "name": "status",
2097
+ "description": "Inspect desktop AI chat app status Doubao",
2098
+ "strategy": "public",
2099
+ "type": "web-api"
2100
+ },
2101
+ {
2102
+ "name": "status-app",
2103
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Doubao",
2104
+ "strategy": "public",
2105
+ "type": "web-api"
2106
+ },
2107
+ {
2108
+ "name": "type-text",
2109
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Doubao",
2110
+ "strategy": "public",
2111
+ "type": "web-api"
2112
+ }
2113
+ ],
2114
+ "category": "ai"
2115
+ },
1454
2116
  "doubao-web": {
1455
2117
  "commands": [
1456
2118
  {
@@ -1580,7 +2242,7 @@
1580
2242
  },
1581
2243
  {
1582
2244
  "name": "user-videos",
1583
- "description": "Get a user",
2245
+ "description": "Get a user's video list with download URLs and top comments",
1584
2246
  "strategy": "cookie",
1585
2247
  "type": "web-api"
1586
2248
  },
@@ -1863,14 +2525,56 @@
1863
2525
  },
1864
2526
  "figma": {
1865
2527
  "commands": [
2528
+ {
2529
+ "name": "click-text",
2530
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Figma",
2531
+ "strategy": "public",
2532
+ "type": "web-api"
2533
+ },
2534
+ {
2535
+ "name": "dump",
2536
+ "description": "Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Figma",
2537
+ "strategy": "public",
2538
+ "type": "web-api"
2539
+ },
1866
2540
  {
1867
2541
  "name": "export-selected",
1868
2542
  "description": "Export the currently-selected Figma frame via CUA + macOS AX",
1869
2543
  "strategy": "ui",
1870
2544
  "type": "browser"
2545
+ },
2546
+ {
2547
+ "name": "open-app",
2548
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Figma",
2549
+ "strategy": "public",
2550
+ "type": "web-api"
2551
+ },
2552
+ {
2553
+ "name": "press",
2554
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Figma",
2555
+ "strategy": "public",
2556
+ "type": "web-api"
2557
+ },
2558
+ {
2559
+ "name": "snapshot-app",
2560
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Figma",
2561
+ "strategy": "public",
2562
+ "type": "web-api"
2563
+ },
2564
+ {
2565
+ "name": "status-app",
2566
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Figma",
2567
+ "strategy": "public",
2568
+ "type": "web-api"
2569
+ },
2570
+ {
2571
+ "name": "type-text",
2572
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Figma",
2573
+ "strategy": "public",
2574
+ "type": "web-api"
1871
2575
  }
1872
2576
  ],
1873
- "category": "other"
2577
+ "category": "desktop"
1874
2578
  },
1875
2579
  "flyctl": {
1876
2580
  "commands": [
@@ -3068,37 +3772,79 @@
3068
3772
  "lark": {
3069
3773
  "commands": [
3070
3774
  {
3071
- "name": "version",
3072
- "description": "Check Lark CLI version and status",
3775
+ "name": "click-text",
3776
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Lark",
3073
3777
  "strategy": "public",
3074
- "type": "bridge"
3075
- }
3076
- ],
3077
- "category": "other"
3078
- },
3079
- "lesswrong": {
3080
- "commands": [
3778
+ "type": "web-api"
3779
+ },
3081
3780
  {
3082
- "name": "comments",
3083
- "description": "Top comments on a post",
3781
+ "name": "dump",
3782
+ "description": "Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Lark",
3084
3783
  "strategy": "public",
3085
3784
  "type": "web-api"
3086
3785
  },
3087
3786
  {
3088
- "name": "curated",
3089
- "description": "Curated editor's picks",
3787
+ "name": "open-app",
3788
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Lark",
3090
3789
  "strategy": "public",
3091
3790
  "type": "web-api"
3092
3791
  },
3093
3792
  {
3094
- "name": "frontpage",
3095
- "description": "Algorithmic frontpage posts",
3793
+ "name": "press",
3794
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Lark",
3096
3795
  "strategy": "public",
3097
3796
  "type": "web-api"
3098
3797
  },
3099
3798
  {
3100
- "name": "new",
3101
- "description": "Latest posts",
3799
+ "name": "snapshot-app",
3800
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Lark",
3801
+ "strategy": "public",
3802
+ "type": "web-api"
3803
+ },
3804
+ {
3805
+ "name": "status-app",
3806
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Lark",
3807
+ "strategy": "public",
3808
+ "type": "web-api"
3809
+ },
3810
+ {
3811
+ "name": "type-text",
3812
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Lark",
3813
+ "strategy": "public",
3814
+ "type": "web-api"
3815
+ },
3816
+ {
3817
+ "name": "version",
3818
+ "description": "Check Lark CLI version and status",
3819
+ "strategy": "public",
3820
+ "type": "bridge"
3821
+ }
3822
+ ],
3823
+ "category": "social"
3824
+ },
3825
+ "lesswrong": {
3826
+ "commands": [
3827
+ {
3828
+ "name": "comments",
3829
+ "description": "Top comments on a post",
3830
+ "strategy": "public",
3831
+ "type": "web-api"
3832
+ },
3833
+ {
3834
+ "name": "curated",
3835
+ "description": "Curated editor's picks",
3836
+ "strategy": "public",
3837
+ "type": "web-api"
3838
+ },
3839
+ {
3840
+ "name": "frontpage",
3841
+ "description": "Algorithmic frontpage posts",
3842
+ "strategy": "public",
3843
+ "type": "web-api"
3844
+ },
3845
+ {
3846
+ "name": "new",
3847
+ "description": "Latest posts",
3102
3848
  "strategy": "public",
3103
3849
  "type": "web-api"
3104
3850
  },
@@ -3190,6 +3936,18 @@
3190
3936
  },
3191
3937
  "linear": {
3192
3938
  "commands": [
3939
+ {
3940
+ "name": "click-text",
3941
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Linear",
3942
+ "strategy": "public",
3943
+ "type": "web-api"
3944
+ },
3945
+ {
3946
+ "name": "dump",
3947
+ "description": "Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Linear",
3948
+ "strategy": "public",
3949
+ "type": "web-api"
3950
+ },
3193
3951
  {
3194
3952
  "name": "issue-create",
3195
3953
  "description": "Create a new Linear issue",
@@ -3207,9 +3965,39 @@
3207
3965
  "description": "Update a Linear issue's workflow state",
3208
3966
  "strategy": "public",
3209
3967
  "type": "web-api"
3968
+ },
3969
+ {
3970
+ "name": "open-app",
3971
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Linear",
3972
+ "strategy": "public",
3973
+ "type": "web-api"
3974
+ },
3975
+ {
3976
+ "name": "press",
3977
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Linear",
3978
+ "strategy": "public",
3979
+ "type": "web-api"
3980
+ },
3981
+ {
3982
+ "name": "snapshot-app",
3983
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Linear",
3984
+ "strategy": "public",
3985
+ "type": "web-api"
3986
+ },
3987
+ {
3988
+ "name": "status-app",
3989
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Linear",
3990
+ "strategy": "public",
3991
+ "type": "web-api"
3992
+ },
3993
+ {
3994
+ "name": "type-text",
3995
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Linear",
3996
+ "strategy": "public",
3997
+ "type": "web-api"
3210
3998
  }
3211
3999
  ],
3212
- "category": "other"
4000
+ "category": "utility"
3213
4001
  },
3214
4002
  "linkedin": {
3215
4003
  "commands": [
@@ -3862,7 +4650,7 @@
3862
4650
  "type": "web-api"
3863
4651
  }
3864
4652
  ],
3865
- "category": "other"
4653
+ "category": "productivity"
3866
4654
  },
3867
4655
  "musescore": {
3868
4656
  "commands": [
@@ -3912,29 +4700,107 @@
3912
4700
  },
3913
4701
  "netease-music": {
3914
4702
  "commands": [
4703
+ {
4704
+ "name": "click-text",
4705
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 NetEase Cloud Music",
4706
+ "strategy": "public",
4707
+ "type": "web-api"
4708
+ },
4709
+ {
4710
+ "name": "dump",
4711
+ "description": "Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 NetEase Cloud Music",
4712
+ "strategy": "public",
4713
+ "type": "web-api"
4714
+ },
3915
4715
  {
3916
4716
  "name": "hot",
3917
4717
  "description": "NetEase Cloud Music hot/trending songs",
3918
4718
  "strategy": "public",
3919
4719
  "type": "web-api"
3920
4720
  },
4721
+ {
4722
+ "name": "next",
4723
+ "description": "Skip to next track in desktop Electron music app. 下一首 NetEase Cloud Music",
4724
+ "strategy": "public",
4725
+ "type": "web-api"
4726
+ },
4727
+ {
4728
+ "name": "open-app",
4729
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 NetEase Cloud Music",
4730
+ "strategy": "public",
4731
+ "type": "web-api"
4732
+ },
4733
+ {
4734
+ "name": "pause",
4735
+ "description": "Pause playback in desktop Electron music app. 暂停音乐 NetEase Cloud Music",
4736
+ "strategy": "public",
4737
+ "type": "web-api"
4738
+ },
4739
+ {
4740
+ "name": "play",
4741
+ "description": "Start playback in desktop Electron music app. 播放音乐 NetEase Cloud Music",
4742
+ "strategy": "public",
4743
+ "type": "web-api"
4744
+ },
4745
+ {
4746
+ "name": "play-liked",
4747
+ "description": "Open liked songs and play the liked playlist in desktop Electron music app. 打开我喜欢的音乐并播放 NetEase Cloud Music",
4748
+ "strategy": "public",
4749
+ "type": "web-api"
4750
+ },
3921
4751
  {
3922
4752
  "name": "playlist",
3923
4753
  "description": "Get NetEase Cloud Music playlist tracks",
3924
4754
  "strategy": "public",
3925
4755
  "type": "web-api"
3926
4756
  },
4757
+ {
4758
+ "name": "press",
4759
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 NetEase Cloud Music",
4760
+ "strategy": "public",
4761
+ "type": "web-api"
4762
+ },
4763
+ {
4764
+ "name": "prev",
4765
+ "description": "Skip to previous track in desktop Electron music app. 上一首 NetEase Cloud Music",
4766
+ "strategy": "public",
4767
+ "type": "web-api"
4768
+ },
3927
4769
  {
3928
4770
  "name": "search",
3929
4771
  "description": "Search songs on NetEase Cloud Music",
3930
4772
  "strategy": "public",
3931
4773
  "type": "web-api"
3932
4774
  },
4775
+ {
4776
+ "name": "snapshot-app",
4777
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 NetEase Cloud Music",
4778
+ "strategy": "public",
4779
+ "type": "web-api"
4780
+ },
4781
+ {
4782
+ "name": "status-app",
4783
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 NetEase Cloud Music",
4784
+ "strategy": "public",
4785
+ "type": "web-api"
4786
+ },
4787
+ {
4788
+ "name": "toggle",
4789
+ "description": "Toggle playback in desktop Electron music app. 切换播放暂停 NetEase Cloud Music",
4790
+ "strategy": "public",
4791
+ "type": "web-api"
4792
+ },
3933
4793
  {
3934
4794
  "name": "top",
3935
4795
  "description": "NetEase Cloud Music top charts",
3936
4796
  "strategy": "public",
3937
4797
  "type": "web-api"
4798
+ },
4799
+ {
4800
+ "name": "type-text",
4801
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 NetEase Cloud Music",
4802
+ "strategy": "public",
4803
+ "type": "web-api"
3938
4804
  }
3939
4805
  ],
3940
4806
  "category": "audio"
@@ -4047,37 +4913,116 @@
4047
4913
  },
4048
4914
  "notion": {
4049
4915
  "commands": [
4916
+ {
4917
+ "name": "click-text",
4918
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Notion",
4919
+ "strategy": "public",
4920
+ "type": "web-api"
4921
+ },
4050
4922
  {
4051
4923
  "name": "databases",
4052
4924
  "description": "List Notion databases",
4053
4925
  "strategy": "cookie",
4054
4926
  "type": "web-api"
4055
4927
  },
4928
+ {
4929
+ "name": "dump",
4930
+ "description": "Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Notion",
4931
+ "strategy": "public",
4932
+ "type": "web-api"
4933
+ },
4934
+ {
4935
+ "name": "export",
4936
+ "description": "Export current Notion page as markdown",
4937
+ "strategy": "public",
4938
+ "type": "web-api"
4939
+ },
4940
+ {
4941
+ "name": "favorites",
4942
+ "description": "List Notion favorites",
4943
+ "strategy": "public",
4944
+ "type": "web-api"
4945
+ },
4946
+ {
4947
+ "name": "new",
4948
+ "description": "Create new Notion page",
4949
+ "strategy": "public",
4950
+ "type": "web-api"
4951
+ },
4952
+ {
4953
+ "name": "open-app",
4954
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Notion",
4955
+ "strategy": "public",
4956
+ "type": "web-api"
4957
+ },
4056
4958
  {
4057
4959
  "name": "pages",
4058
4960
  "description": "List recent Notion pages",
4059
4961
  "strategy": "cookie",
4060
4962
  "type": "web-api"
4061
4963
  },
4964
+ {
4965
+ "name": "press",
4966
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Notion",
4967
+ "strategy": "public",
4968
+ "type": "web-api"
4969
+ },
4970
+ {
4971
+ "name": "read",
4972
+ "description": "Read current Notion page content",
4973
+ "strategy": "public",
4974
+ "type": "web-api"
4975
+ },
4976
+ {
4977
+ "name": "screenshot",
4978
+ "description": "Screenshot current Notion page",
4979
+ "strategy": "public",
4980
+ "type": "web-api"
4981
+ },
4062
4982
  {
4063
4983
  "name": "search",
4064
4984
  "description": "Search Notion pages via web API",
4065
4985
  "strategy": "cookie",
4066
4986
  "type": "web-api"
4067
- }
4068
- ],
4069
- "category": "other"
4070
- },
4071
- "notion-app": {
4072
- "commands": [
4987
+ },
4073
4988
  {
4074
- "name": "search",
4075
- "description": "Search in Notion (Cmd+K)",
4989
+ "name": "sidebar",
4990
+ "description": "Read Notion sidebar navigation",
4991
+ "strategy": "public",
4992
+ "type": "web-api"
4993
+ },
4994
+ {
4995
+ "name": "snapshot-app",
4996
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Notion",
4997
+ "strategy": "public",
4998
+ "type": "web-api"
4999
+ },
5000
+ {
5001
+ "name": "status",
5002
+ "description": "Notion workspace status",
5003
+ "strategy": "public",
5004
+ "type": "web-api"
5005
+ },
5006
+ {
5007
+ "name": "status-app",
5008
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Notion",
5009
+ "strategy": "public",
5010
+ "type": "web-api"
5011
+ },
5012
+ {
5013
+ "name": "type-text",
5014
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Notion",
5015
+ "strategy": "public",
5016
+ "type": "web-api"
5017
+ },
5018
+ {
5019
+ "name": "write",
5020
+ "description": "Append text to current Notion page",
4076
5021
  "strategy": "public",
4077
5022
  "type": "web-api"
4078
5023
  }
4079
5024
  ],
4080
- "category": "other"
5025
+ "category": "productivity"
4081
5026
  },
4082
5027
  "novita": {
4083
5028
  "commands": [
@@ -4220,26 +5165,68 @@
4220
5165
  },
4221
5166
  "obsidian": {
4222
5167
  "commands": [
5168
+ {
5169
+ "name": "click-text",
5170
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Obsidian",
5171
+ "strategy": "public",
5172
+ "type": "web-api"
5173
+ },
4223
5174
  {
4224
5175
  "name": "daily",
4225
5176
  "description": "Open today's daily note in an Obsidian vault",
4226
5177
  "strategy": "public",
4227
5178
  "type": "desktop"
4228
5179
  },
5180
+ {
5181
+ "name": "dump",
5182
+ "description": "Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Obsidian",
5183
+ "strategy": "public",
5184
+ "type": "web-api"
5185
+ },
4229
5186
  {
4230
5187
  "name": "open",
4231
5188
  "description": "Open an Obsidian vault or specific note",
4232
5189
  "strategy": "public",
4233
5190
  "type": "desktop"
4234
5191
  },
5192
+ {
5193
+ "name": "open-app",
5194
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Obsidian",
5195
+ "strategy": "public",
5196
+ "type": "web-api"
5197
+ },
5198
+ {
5199
+ "name": "press",
5200
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Obsidian",
5201
+ "strategy": "public",
5202
+ "type": "web-api"
5203
+ },
4235
5204
  {
4236
5205
  "name": "search",
4237
5206
  "description": "Search for text within an Obsidian vault",
4238
5207
  "strategy": "public",
4239
5208
  "type": "desktop"
5209
+ },
5210
+ {
5211
+ "name": "snapshot-app",
5212
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Obsidian",
5213
+ "strategy": "public",
5214
+ "type": "web-api"
5215
+ },
5216
+ {
5217
+ "name": "status-app",
5218
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Obsidian",
5219
+ "strategy": "public",
5220
+ "type": "web-api"
5221
+ },
5222
+ {
5223
+ "name": "type-text",
5224
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Obsidian",
5225
+ "strategy": "public",
5226
+ "type": "web-api"
4240
5227
  }
4241
5228
  ],
4242
- "category": "other"
5229
+ "category": "productivity"
4243
5230
  },
4244
5231
  "ollama": {
4245
5232
  "commands": [
@@ -4350,7 +5337,7 @@
4350
5337
  "type": "bridge"
4351
5338
  }
4352
5339
  ],
4353
- "category": "other"
5340
+ "category": "dev"
4354
5341
  },
4355
5342
  "openharness": {
4356
5343
  "commands": [
@@ -4427,33 +5414,75 @@
4427
5414
  "description": "Ask Perplexity AI a question via API",
4428
5415
  "strategy": "header",
4429
5416
  "type": "web-api"
4430
- }
4431
- ],
4432
- "category": "ai"
4433
- },
4434
- "pexels": {
4435
- "commands": [
5417
+ },
4436
5418
  {
4437
- "name": "curated",
4438
- "description": "Get Pexels curated photos",
5419
+ "name": "click-text",
5420
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Perplexity",
4439
5421
  "strategy": "public",
4440
5422
  "type": "web-api"
4441
5423
  },
4442
5424
  {
4443
- "name": "search",
4444
- "description": "Search free stock photos on Pexels",
4445
- "strategy": "header",
4446
- "type": "web-api"
4447
- }
4448
- ],
4449
- "category": "other"
4450
- },
4451
- "pinduoduo": {
4452
- "commands": [
4453
- {
4454
- "name": "hot",
4455
- "description": "Pinduoduo hot/trending products",
4456
- "strategy": "cookie",
5425
+ "name": "dump",
5426
+ "description": "Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Perplexity",
5427
+ "strategy": "public",
5428
+ "type": "web-api"
5429
+ },
5430
+ {
5431
+ "name": "open-app",
5432
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Perplexity",
5433
+ "strategy": "public",
5434
+ "type": "web-api"
5435
+ },
5436
+ {
5437
+ "name": "press",
5438
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Perplexity",
5439
+ "strategy": "public",
5440
+ "type": "web-api"
5441
+ },
5442
+ {
5443
+ "name": "snapshot-app",
5444
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Perplexity",
5445
+ "strategy": "public",
5446
+ "type": "web-api"
5447
+ },
5448
+ {
5449
+ "name": "status-app",
5450
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Perplexity",
5451
+ "strategy": "public",
5452
+ "type": "web-api"
5453
+ },
5454
+ {
5455
+ "name": "type-text",
5456
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Perplexity",
5457
+ "strategy": "public",
5458
+ "type": "web-api"
5459
+ }
5460
+ ],
5461
+ "category": "ai"
5462
+ },
5463
+ "pexels": {
5464
+ "commands": [
5465
+ {
5466
+ "name": "curated",
5467
+ "description": "Get Pexels curated photos",
5468
+ "strategy": "public",
5469
+ "type": "web-api"
5470
+ },
5471
+ {
5472
+ "name": "search",
5473
+ "description": "Search free stock photos on Pexels",
5474
+ "strategy": "header",
5475
+ "type": "web-api"
5476
+ }
5477
+ ],
5478
+ "category": "other"
5479
+ },
5480
+ "pinduoduo": {
5481
+ "commands": [
5482
+ {
5483
+ "name": "hot",
5484
+ "description": "Pinduoduo hot/trending products",
5485
+ "strategy": "cookie",
4457
5486
  "type": "web-api"
4458
5487
  },
4459
5488
  {
@@ -4932,18 +5961,42 @@
4932
5961
  "strategy": "public",
4933
5962
  "type": "bridge"
4934
5963
  },
5964
+ {
5965
+ "name": "click-text",
5966
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Slack",
5967
+ "strategy": "public",
5968
+ "type": "web-api"
5969
+ },
5970
+ {
5971
+ "name": "dump",
5972
+ "description": "Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Slack",
5973
+ "strategy": "public",
5974
+ "type": "web-api"
5975
+ },
4935
5976
  {
4936
5977
  "name": "messages",
4937
5978
  "description": "Read Slack channel messages",
4938
5979
  "strategy": "cookie",
4939
5980
  "type": "web-api"
4940
5981
  },
5982
+ {
5983
+ "name": "open-app",
5984
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Slack",
5985
+ "strategy": "public",
5986
+ "type": "web-api"
5987
+ },
4941
5988
  {
4942
5989
  "name": "post",
4943
5990
  "description": "Post a message to a Slack channel",
4944
5991
  "strategy": "cookie",
4945
5992
  "type": "web-api"
4946
5993
  },
5994
+ {
5995
+ "name": "press",
5996
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Slack",
5997
+ "strategy": "public",
5998
+ "type": "web-api"
5999
+ },
4947
6000
  {
4948
6001
  "name": "search",
4949
6002
  "description": "Search Slack messages",
@@ -4956,12 +6009,30 @@
4956
6009
  "strategy": "public",
4957
6010
  "type": "bridge"
4958
6011
  },
6012
+ {
6013
+ "name": "snapshot-app",
6014
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Slack",
6015
+ "strategy": "public",
6016
+ "type": "web-api"
6017
+ },
4959
6018
  {
4960
6019
  "name": "status",
4961
6020
  "description": "Check Slack CLI auth and workspace status",
4962
6021
  "strategy": "public",
4963
6022
  "type": "bridge"
4964
6023
  },
6024
+ {
6025
+ "name": "status-app",
6026
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Slack",
6027
+ "strategy": "public",
6028
+ "type": "web-api"
6029
+ },
6030
+ {
6031
+ "name": "type-text",
6032
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Slack",
6033
+ "strategy": "public",
6034
+ "type": "web-api"
6035
+ },
4965
6036
  {
4966
6037
  "name": "users",
4967
6038
  "description": "List Slack workspace users",
@@ -4969,7 +6040,7 @@
4969
6040
  "type": "web-api"
4970
6041
  }
4971
6042
  ],
4972
- "category": "other"
6043
+ "category": "social"
4973
6044
  },
4974
6045
  "slay-the-spire-ii": {
4975
6046
  "commands": [
@@ -5048,29 +6119,107 @@
5048
6119
  },
5049
6120
  "spotify": {
5050
6121
  "commands": [
6122
+ {
6123
+ "name": "click-text",
6124
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Spotify",
6125
+ "strategy": "public",
6126
+ "type": "web-api"
6127
+ },
6128
+ {
6129
+ "name": "dump",
6130
+ "description": "Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Spotify",
6131
+ "strategy": "public",
6132
+ "type": "web-api"
6133
+ },
6134
+ {
6135
+ "name": "next",
6136
+ "description": "Skip to next track in desktop Electron music app. 下一首 Spotify",
6137
+ "strategy": "public",
6138
+ "type": "web-api"
6139
+ },
5051
6140
  {
5052
6141
  "name": "now-playing",
5053
6142
  "description": "Get currently playing track on Spotify",
5054
6143
  "strategy": "cookie",
5055
6144
  "type": "web-api"
5056
6145
  },
6146
+ {
6147
+ "name": "open-app",
6148
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Spotify",
6149
+ "strategy": "public",
6150
+ "type": "web-api"
6151
+ },
6152
+ {
6153
+ "name": "pause",
6154
+ "description": "Pause playback in desktop Electron music app. 暂停音乐 Spotify",
6155
+ "strategy": "public",
6156
+ "type": "web-api"
6157
+ },
6158
+ {
6159
+ "name": "play",
6160
+ "description": "Start playback in desktop Electron music app. 播放音乐 Spotify",
6161
+ "strategy": "public",
6162
+ "type": "web-api"
6163
+ },
6164
+ {
6165
+ "name": "play-liked",
6166
+ "description": "Open liked songs and play the liked playlist in desktop Electron music app. 打开我喜欢的音乐并播放 Spotify",
6167
+ "strategy": "public",
6168
+ "type": "web-api"
6169
+ },
5057
6170
  {
5058
6171
  "name": "playlists",
5059
6172
  "description": "Get user's playlists on Spotify",
5060
6173
  "strategy": "cookie",
5061
6174
  "type": "web-api"
5062
6175
  },
6176
+ {
6177
+ "name": "press",
6178
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Spotify",
6179
+ "strategy": "public",
6180
+ "type": "web-api"
6181
+ },
6182
+ {
6183
+ "name": "prev",
6184
+ "description": "Skip to previous track in desktop Electron music app. 上一首 Spotify",
6185
+ "strategy": "public",
6186
+ "type": "web-api"
6187
+ },
5063
6188
  {
5064
6189
  "name": "search",
5065
6190
  "description": "Search Spotify catalog",
5066
6191
  "strategy": "public",
5067
6192
  "type": "web-api"
5068
6193
  },
6194
+ {
6195
+ "name": "snapshot-app",
6196
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Spotify",
6197
+ "strategy": "public",
6198
+ "type": "web-api"
6199
+ },
6200
+ {
6201
+ "name": "status-app",
6202
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Spotify",
6203
+ "strategy": "public",
6204
+ "type": "web-api"
6205
+ },
6206
+ {
6207
+ "name": "toggle",
6208
+ "description": "Toggle playback in desktop Electron music app. 切换播放暂停 Spotify",
6209
+ "strategy": "public",
6210
+ "type": "web-api"
6211
+ },
5069
6212
  {
5070
6213
  "name": "top-tracks",
5071
6214
  "description": "Get user's top tracks on Spotify",
5072
6215
  "strategy": "cookie",
5073
6216
  "type": "web-api"
6217
+ },
6218
+ {
6219
+ "name": "type-text",
6220
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Spotify",
6221
+ "strategy": "public",
6222
+ "type": "web-api"
5074
6223
  }
5075
6224
  ],
5076
6225
  "category": "audio"
@@ -5521,7 +6670,7 @@
5521
6670
  },
5522
6671
  {
5523
6672
  "name": "followers",
5524
- "description": "Get a user",
6673
+ "description": "Get a user's followers",
5525
6674
  "strategy": "cookie",
5526
6675
  "type": "web-api"
5527
6676
  },
@@ -5545,7 +6694,7 @@
5545
6694
  },
5546
6695
  {
5547
6696
  "name": "likes",
5548
- "description": "Get a user",
6697
+ "description": "Get a user's liked tweets",
5549
6698
  "strategy": "cookie",
5550
6699
  "type": "web-api"
5551
6700
  },
@@ -5785,6 +6934,18 @@
5785
6934
  },
5786
6935
  "vscode": {
5787
6936
  "commands": [
6937
+ {
6938
+ "name": "click-text",
6939
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Visual Studio Code",
6940
+ "strategy": "public",
6941
+ "type": "web-api"
6942
+ },
6943
+ {
6944
+ "name": "dump",
6945
+ "description": "Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Visual Studio Code",
6946
+ "strategy": "public",
6947
+ "type": "web-api"
6948
+ },
5788
6949
  {
5789
6950
  "name": "extensions",
5790
6951
  "description": "List installed VS Code extensions with versions",
@@ -5802,9 +6963,39 @@
5802
6963
  "description": "Open a file or folder in VS Code",
5803
6964
  "strategy": "public",
5804
6965
  "type": "desktop"
6966
+ },
6967
+ {
6968
+ "name": "open-app",
6969
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Visual Studio Code",
6970
+ "strategy": "public",
6971
+ "type": "web-api"
6972
+ },
6973
+ {
6974
+ "name": "press",
6975
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Visual Studio Code",
6976
+ "strategy": "public",
6977
+ "type": "web-api"
6978
+ },
6979
+ {
6980
+ "name": "snapshot-app",
6981
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Visual Studio Code",
6982
+ "strategy": "public",
6983
+ "type": "web-api"
6984
+ },
6985
+ {
6986
+ "name": "status-app",
6987
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Visual Studio Code",
6988
+ "strategy": "public",
6989
+ "type": "web-api"
6990
+ },
6991
+ {
6992
+ "name": "type-text",
6993
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Visual Studio Code",
6994
+ "strategy": "public",
6995
+ "type": "web-api"
5805
6996
  }
5806
6997
  ],
5807
- "category": "other"
6998
+ "category": "dev"
5808
6999
  },
5809
7000
  "web": {
5810
7001
  "commands": [
@@ -6565,7 +7756,7 @@
6565
7756
  "type": "web-api"
6566
7757
  }
6567
7758
  ],
6568
- "category": "other"
7759
+ "category": "ai"
6569
7760
  },
6570
7761
  "zhihu": {
6571
7762
  "commands": [
@@ -6808,6 +7999,805 @@
6808
7999
  }
6809
8000
  ],
6810
8001
  "category": "content"
8002
+ },
8003
+ "logseq": {
8004
+ "commands": [
8005
+ {
8006
+ "name": "click-text",
8007
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Logseq",
8008
+ "strategy": "public",
8009
+ "type": "web-api"
8010
+ },
8011
+ {
8012
+ "name": "dump",
8013
+ "description": "Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Logseq",
8014
+ "strategy": "public",
8015
+ "type": "web-api"
8016
+ },
8017
+ {
8018
+ "name": "open-app",
8019
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Logseq",
8020
+ "strategy": "public",
8021
+ "type": "web-api"
8022
+ },
8023
+ {
8024
+ "name": "press",
8025
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Logseq",
8026
+ "strategy": "public",
8027
+ "type": "web-api"
8028
+ },
8029
+ {
8030
+ "name": "snapshot-app",
8031
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Logseq",
8032
+ "strategy": "public",
8033
+ "type": "web-api"
8034
+ },
8035
+ {
8036
+ "name": "status-app",
8037
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Logseq",
8038
+ "strategy": "public",
8039
+ "type": "web-api"
8040
+ },
8041
+ {
8042
+ "name": "type-text",
8043
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Logseq",
8044
+ "strategy": "public",
8045
+ "type": "web-api"
8046
+ }
8047
+ ],
8048
+ "category": "productivity"
8049
+ },
8050
+ "typora": {
8051
+ "commands": [
8052
+ {
8053
+ "name": "click-text",
8054
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Typora",
8055
+ "strategy": "public",
8056
+ "type": "web-api"
8057
+ },
8058
+ {
8059
+ "name": "dump",
8060
+ "description": "Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Typora",
8061
+ "strategy": "public",
8062
+ "type": "web-api"
8063
+ },
8064
+ {
8065
+ "name": "open-app",
8066
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Typora",
8067
+ "strategy": "public",
8068
+ "type": "web-api"
8069
+ },
8070
+ {
8071
+ "name": "press",
8072
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Typora",
8073
+ "strategy": "public",
8074
+ "type": "web-api"
8075
+ },
8076
+ {
8077
+ "name": "snapshot-app",
8078
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Typora",
8079
+ "strategy": "public",
8080
+ "type": "web-api"
8081
+ },
8082
+ {
8083
+ "name": "status-app",
8084
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Typora",
8085
+ "strategy": "public",
8086
+ "type": "web-api"
8087
+ },
8088
+ {
8089
+ "name": "type-text",
8090
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Typora",
8091
+ "strategy": "public",
8092
+ "type": "web-api"
8093
+ }
8094
+ ],
8095
+ "category": "productivity"
8096
+ },
8097
+ "postman": {
8098
+ "commands": [
8099
+ {
8100
+ "name": "click-text",
8101
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Postman",
8102
+ "strategy": "public",
8103
+ "type": "web-api"
8104
+ },
8105
+ {
8106
+ "name": "dump",
8107
+ "description": "Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Postman",
8108
+ "strategy": "public",
8109
+ "type": "web-api"
8110
+ },
8111
+ {
8112
+ "name": "open-app",
8113
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Postman",
8114
+ "strategy": "public",
8115
+ "type": "web-api"
8116
+ },
8117
+ {
8118
+ "name": "press",
8119
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Postman",
8120
+ "strategy": "public",
8121
+ "type": "web-api"
8122
+ },
8123
+ {
8124
+ "name": "snapshot-app",
8125
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Postman",
8126
+ "strategy": "public",
8127
+ "type": "web-api"
8128
+ },
8129
+ {
8130
+ "name": "status-app",
8131
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Postman",
8132
+ "strategy": "public",
8133
+ "type": "web-api"
8134
+ },
8135
+ {
8136
+ "name": "type-text",
8137
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Postman",
8138
+ "strategy": "public",
8139
+ "type": "web-api"
8140
+ }
8141
+ ],
8142
+ "category": "dev"
8143
+ },
8144
+ "insomnia": {
8145
+ "commands": [
8146
+ {
8147
+ "name": "click-text",
8148
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Insomnia",
8149
+ "strategy": "public",
8150
+ "type": "web-api"
8151
+ },
8152
+ {
8153
+ "name": "dump",
8154
+ "description": "Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Insomnia",
8155
+ "strategy": "public",
8156
+ "type": "web-api"
8157
+ },
8158
+ {
8159
+ "name": "open-app",
8160
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Insomnia",
8161
+ "strategy": "public",
8162
+ "type": "web-api"
8163
+ },
8164
+ {
8165
+ "name": "press",
8166
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Insomnia",
8167
+ "strategy": "public",
8168
+ "type": "web-api"
8169
+ },
8170
+ {
8171
+ "name": "snapshot-app",
8172
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Insomnia",
8173
+ "strategy": "public",
8174
+ "type": "web-api"
8175
+ },
8176
+ {
8177
+ "name": "status-app",
8178
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Insomnia",
8179
+ "strategy": "public",
8180
+ "type": "web-api"
8181
+ },
8182
+ {
8183
+ "name": "type-text",
8184
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Insomnia",
8185
+ "strategy": "public",
8186
+ "type": "web-api"
8187
+ }
8188
+ ],
8189
+ "category": "dev"
8190
+ },
8191
+ "bitwarden": {
8192
+ "commands": [
8193
+ {
8194
+ "name": "click-text",
8195
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Bitwarden",
8196
+ "strategy": "public",
8197
+ "type": "web-api"
8198
+ },
8199
+ {
8200
+ "name": "dump",
8201
+ "description": "Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Bitwarden",
8202
+ "strategy": "public",
8203
+ "type": "web-api"
8204
+ },
8205
+ {
8206
+ "name": "open-app",
8207
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Bitwarden",
8208
+ "strategy": "public",
8209
+ "type": "web-api"
8210
+ },
8211
+ {
8212
+ "name": "press",
8213
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Bitwarden",
8214
+ "strategy": "public",
8215
+ "type": "web-api"
8216
+ },
8217
+ {
8218
+ "name": "snapshot-app",
8219
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Bitwarden",
8220
+ "strategy": "public",
8221
+ "type": "web-api"
8222
+ },
8223
+ {
8224
+ "name": "status-app",
8225
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Bitwarden",
8226
+ "strategy": "public",
8227
+ "type": "web-api"
8228
+ },
8229
+ {
8230
+ "name": "type-text",
8231
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Bitwarden",
8232
+ "strategy": "public",
8233
+ "type": "web-api"
8234
+ }
8235
+ ],
8236
+ "category": "utility"
8237
+ },
8238
+ "signal": {
8239
+ "commands": [
8240
+ {
8241
+ "name": "click-text",
8242
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Signal",
8243
+ "strategy": "public",
8244
+ "type": "web-api"
8245
+ },
8246
+ {
8247
+ "name": "dump",
8248
+ "description": "Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Signal",
8249
+ "strategy": "public",
8250
+ "type": "web-api"
8251
+ },
8252
+ {
8253
+ "name": "open-app",
8254
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Signal",
8255
+ "strategy": "public",
8256
+ "type": "web-api"
8257
+ },
8258
+ {
8259
+ "name": "press",
8260
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Signal",
8261
+ "strategy": "public",
8262
+ "type": "web-api"
8263
+ },
8264
+ {
8265
+ "name": "snapshot-app",
8266
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Signal",
8267
+ "strategy": "public",
8268
+ "type": "web-api"
8269
+ },
8270
+ {
8271
+ "name": "status-app",
8272
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Signal",
8273
+ "strategy": "public",
8274
+ "type": "web-api"
8275
+ },
8276
+ {
8277
+ "name": "type-text",
8278
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Signal",
8279
+ "strategy": "public",
8280
+ "type": "web-api"
8281
+ }
8282
+ ],
8283
+ "category": "social"
8284
+ },
8285
+ "whatsapp": {
8286
+ "commands": [
8287
+ {
8288
+ "name": "click-text",
8289
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 WhatsApp",
8290
+ "strategy": "public",
8291
+ "type": "web-api"
8292
+ },
8293
+ {
8294
+ "name": "dump",
8295
+ "description": "Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 WhatsApp",
8296
+ "strategy": "public",
8297
+ "type": "web-api"
8298
+ },
8299
+ {
8300
+ "name": "open-app",
8301
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 WhatsApp",
8302
+ "strategy": "public",
8303
+ "type": "web-api"
8304
+ },
8305
+ {
8306
+ "name": "press",
8307
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 WhatsApp",
8308
+ "strategy": "public",
8309
+ "type": "web-api"
8310
+ },
8311
+ {
8312
+ "name": "snapshot-app",
8313
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 WhatsApp",
8314
+ "strategy": "public",
8315
+ "type": "web-api"
8316
+ },
8317
+ {
8318
+ "name": "status-app",
8319
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 WhatsApp",
8320
+ "strategy": "public",
8321
+ "type": "web-api"
8322
+ },
8323
+ {
8324
+ "name": "type-text",
8325
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 WhatsApp",
8326
+ "strategy": "public",
8327
+ "type": "web-api"
8328
+ }
8329
+ ],
8330
+ "category": "social"
8331
+ },
8332
+ "teams": {
8333
+ "commands": [
8334
+ {
8335
+ "name": "click-text",
8336
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Microsoft Teams",
8337
+ "strategy": "public",
8338
+ "type": "web-api"
8339
+ },
8340
+ {
8341
+ "name": "dump",
8342
+ "description": "Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Microsoft Teams",
8343
+ "strategy": "public",
8344
+ "type": "web-api"
8345
+ },
8346
+ {
8347
+ "name": "open-app",
8348
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Microsoft Teams",
8349
+ "strategy": "public",
8350
+ "type": "web-api"
8351
+ },
8352
+ {
8353
+ "name": "press",
8354
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Microsoft Teams",
8355
+ "strategy": "public",
8356
+ "type": "web-api"
8357
+ },
8358
+ {
8359
+ "name": "snapshot-app",
8360
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Microsoft Teams",
8361
+ "strategy": "public",
8362
+ "type": "web-api"
8363
+ },
8364
+ {
8365
+ "name": "status-app",
8366
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Microsoft Teams",
8367
+ "strategy": "public",
8368
+ "type": "web-api"
8369
+ },
8370
+ {
8371
+ "name": "type-text",
8372
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Microsoft Teams",
8373
+ "strategy": "public",
8374
+ "type": "web-api"
8375
+ }
8376
+ ],
8377
+ "category": "social"
8378
+ },
8379
+ "todoist": {
8380
+ "commands": [
8381
+ {
8382
+ "name": "click-text",
8383
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Todoist",
8384
+ "strategy": "public",
8385
+ "type": "web-api"
8386
+ },
8387
+ {
8388
+ "name": "dump",
8389
+ "description": "Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Todoist",
8390
+ "strategy": "public",
8391
+ "type": "web-api"
8392
+ },
8393
+ {
8394
+ "name": "open-app",
8395
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Todoist",
8396
+ "strategy": "public",
8397
+ "type": "web-api"
8398
+ },
8399
+ {
8400
+ "name": "press",
8401
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Todoist",
8402
+ "strategy": "public",
8403
+ "type": "web-api"
8404
+ },
8405
+ {
8406
+ "name": "snapshot-app",
8407
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Todoist",
8408
+ "strategy": "public",
8409
+ "type": "web-api"
8410
+ },
8411
+ {
8412
+ "name": "status-app",
8413
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Todoist",
8414
+ "strategy": "public",
8415
+ "type": "web-api"
8416
+ },
8417
+ {
8418
+ "name": "type-text",
8419
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Todoist",
8420
+ "strategy": "public",
8421
+ "type": "web-api"
8422
+ }
8423
+ ],
8424
+ "category": "utility"
8425
+ },
8426
+ "github-desktop": {
8427
+ "commands": [
8428
+ {
8429
+ "name": "click-text",
8430
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 GitHub Desktop",
8431
+ "strategy": "public",
8432
+ "type": "web-api"
8433
+ },
8434
+ {
8435
+ "name": "dump",
8436
+ "description": "Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 GitHub Desktop",
8437
+ "strategy": "public",
8438
+ "type": "web-api"
8439
+ },
8440
+ {
8441
+ "name": "open-app",
8442
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 GitHub Desktop",
8443
+ "strategy": "public",
8444
+ "type": "web-api"
8445
+ },
8446
+ {
8447
+ "name": "press",
8448
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 GitHub Desktop",
8449
+ "strategy": "public",
8450
+ "type": "web-api"
8451
+ },
8452
+ {
8453
+ "name": "snapshot-app",
8454
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 GitHub Desktop",
8455
+ "strategy": "public",
8456
+ "type": "web-api"
8457
+ },
8458
+ {
8459
+ "name": "status-app",
8460
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 GitHub Desktop",
8461
+ "strategy": "public",
8462
+ "type": "web-api"
8463
+ },
8464
+ {
8465
+ "name": "type-text",
8466
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 GitHub Desktop",
8467
+ "strategy": "public",
8468
+ "type": "web-api"
8469
+ }
8470
+ ],
8471
+ "category": "dev"
8472
+ },
8473
+ "gitkraken": {
8474
+ "commands": [
8475
+ {
8476
+ "name": "click-text",
8477
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 GitKraken",
8478
+ "strategy": "public",
8479
+ "type": "web-api"
8480
+ },
8481
+ {
8482
+ "name": "dump",
8483
+ "description": "Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 GitKraken",
8484
+ "strategy": "public",
8485
+ "type": "web-api"
8486
+ },
8487
+ {
8488
+ "name": "open-app",
8489
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 GitKraken",
8490
+ "strategy": "public",
8491
+ "type": "web-api"
8492
+ },
8493
+ {
8494
+ "name": "press",
8495
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 GitKraken",
8496
+ "strategy": "public",
8497
+ "type": "web-api"
8498
+ },
8499
+ {
8500
+ "name": "snapshot-app",
8501
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 GitKraken",
8502
+ "strategy": "public",
8503
+ "type": "web-api"
8504
+ },
8505
+ {
8506
+ "name": "status-app",
8507
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 GitKraken",
8508
+ "strategy": "public",
8509
+ "type": "web-api"
8510
+ },
8511
+ {
8512
+ "name": "type-text",
8513
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 GitKraken",
8514
+ "strategy": "public",
8515
+ "type": "web-api"
8516
+ }
8517
+ ],
8518
+ "category": "dev"
8519
+ },
8520
+ "docker-desktop": {
8521
+ "commands": [
8522
+ {
8523
+ "name": "click-text",
8524
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Docker Desktop",
8525
+ "strategy": "public",
8526
+ "type": "web-api"
8527
+ },
8528
+ {
8529
+ "name": "dump",
8530
+ "description": "Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Docker Desktop",
8531
+ "strategy": "public",
8532
+ "type": "web-api"
8533
+ },
8534
+ {
8535
+ "name": "open-app",
8536
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Docker Desktop",
8537
+ "strategy": "public",
8538
+ "type": "web-api"
8539
+ },
8540
+ {
8541
+ "name": "press",
8542
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Docker Desktop",
8543
+ "strategy": "public",
8544
+ "type": "web-api"
8545
+ },
8546
+ {
8547
+ "name": "snapshot-app",
8548
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Docker Desktop",
8549
+ "strategy": "public",
8550
+ "type": "web-api"
8551
+ },
8552
+ {
8553
+ "name": "status-app",
8554
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Docker Desktop",
8555
+ "strategy": "public",
8556
+ "type": "web-api"
8557
+ },
8558
+ {
8559
+ "name": "type-text",
8560
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Docker Desktop",
8561
+ "strategy": "public",
8562
+ "type": "web-api"
8563
+ }
8564
+ ],
8565
+ "category": "dev"
8566
+ },
8567
+ "lm-studio": {
8568
+ "commands": [
8569
+ {
8570
+ "name": "click-text",
8571
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 LM Studio",
8572
+ "strategy": "public",
8573
+ "type": "web-api"
8574
+ },
8575
+ {
8576
+ "name": "dump",
8577
+ "description": "Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 LM Studio",
8578
+ "strategy": "public",
8579
+ "type": "web-api"
8580
+ },
8581
+ {
8582
+ "name": "open-app",
8583
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 LM Studio",
8584
+ "strategy": "public",
8585
+ "type": "web-api"
8586
+ },
8587
+ {
8588
+ "name": "press",
8589
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 LM Studio",
8590
+ "strategy": "public",
8591
+ "type": "web-api"
8592
+ },
8593
+ {
8594
+ "name": "snapshot-app",
8595
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 LM Studio",
8596
+ "strategy": "public",
8597
+ "type": "web-api"
8598
+ },
8599
+ {
8600
+ "name": "status-app",
8601
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 LM Studio",
8602
+ "strategy": "public",
8603
+ "type": "web-api"
8604
+ },
8605
+ {
8606
+ "name": "type-text",
8607
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 LM Studio",
8608
+ "strategy": "public",
8609
+ "type": "web-api"
8610
+ }
8611
+ ],
8612
+ "category": "ai"
8613
+ },
8614
+ "claude": {
8615
+ "commands": [
8616
+ {
8617
+ "name": "click-text",
8618
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Claude",
8619
+ "strategy": "public",
8620
+ "type": "web-api"
8621
+ },
8622
+ {
8623
+ "name": "dump",
8624
+ "description": "Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Claude",
8625
+ "strategy": "public",
8626
+ "type": "web-api"
8627
+ },
8628
+ {
8629
+ "name": "open-app",
8630
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Claude",
8631
+ "strategy": "public",
8632
+ "type": "web-api"
8633
+ },
8634
+ {
8635
+ "name": "press",
8636
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Claude",
8637
+ "strategy": "public",
8638
+ "type": "web-api"
8639
+ },
8640
+ {
8641
+ "name": "snapshot-app",
8642
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Claude",
8643
+ "strategy": "public",
8644
+ "type": "web-api"
8645
+ },
8646
+ {
8647
+ "name": "status-app",
8648
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Claude",
8649
+ "strategy": "public",
8650
+ "type": "web-api"
8651
+ },
8652
+ {
8653
+ "name": "type-text",
8654
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Claude",
8655
+ "strategy": "public",
8656
+ "type": "web-api"
8657
+ }
8658
+ ],
8659
+ "category": "ai"
8660
+ },
8661
+ "wechat-work": {
8662
+ "commands": [
8663
+ {
8664
+ "name": "click-text",
8665
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 WeCom",
8666
+ "strategy": "public",
8667
+ "type": "web-api"
8668
+ },
8669
+ {
8670
+ "name": "dump",
8671
+ "description": "Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 WeCom",
8672
+ "strategy": "public",
8673
+ "type": "web-api"
8674
+ },
8675
+ {
8676
+ "name": "open-app",
8677
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 WeCom",
8678
+ "strategy": "public",
8679
+ "type": "web-api"
8680
+ },
8681
+ {
8682
+ "name": "press",
8683
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 WeCom",
8684
+ "strategy": "public",
8685
+ "type": "web-api"
8686
+ },
8687
+ {
8688
+ "name": "snapshot-app",
8689
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 WeCom",
8690
+ "strategy": "public",
8691
+ "type": "web-api"
8692
+ },
8693
+ {
8694
+ "name": "status-app",
8695
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 WeCom",
8696
+ "strategy": "public",
8697
+ "type": "web-api"
8698
+ },
8699
+ {
8700
+ "name": "type-text",
8701
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 WeCom",
8702
+ "strategy": "public",
8703
+ "type": "web-api"
8704
+ }
8705
+ ],
8706
+ "category": "social"
8707
+ },
8708
+ "zoom-app": {
8709
+ "commands": [
8710
+ {
8711
+ "name": "click-text",
8712
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Zoom",
8713
+ "strategy": "public",
8714
+ "type": "web-api"
8715
+ },
8716
+ {
8717
+ "name": "dump",
8718
+ "description": "Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Zoom",
8719
+ "strategy": "public",
8720
+ "type": "web-api"
8721
+ },
8722
+ {
8723
+ "name": "open-app",
8724
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Zoom",
8725
+ "strategy": "public",
8726
+ "type": "web-api"
8727
+ },
8728
+ {
8729
+ "name": "press",
8730
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Zoom",
8731
+ "strategy": "public",
8732
+ "type": "web-api"
8733
+ },
8734
+ {
8735
+ "name": "snapshot-app",
8736
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Zoom",
8737
+ "strategy": "public",
8738
+ "type": "web-api"
8739
+ },
8740
+ {
8741
+ "name": "status-app",
8742
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Zoom",
8743
+ "strategy": "public",
8744
+ "type": "web-api"
8745
+ },
8746
+ {
8747
+ "name": "type-text",
8748
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Zoom",
8749
+ "strategy": "public",
8750
+ "type": "web-api"
8751
+ }
8752
+ ],
8753
+ "category": "social"
8754
+ },
8755
+ "evernote-app": {
8756
+ "commands": [
8757
+ {
8758
+ "name": "click-text",
8759
+ "description": "Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Evernote",
8760
+ "strategy": "public",
8761
+ "type": "web-api"
8762
+ },
8763
+ {
8764
+ "name": "dump",
8765
+ "description": "Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Evernote",
8766
+ "strategy": "public",
8767
+ "type": "web-api"
8768
+ },
8769
+ {
8770
+ "name": "open-app",
8771
+ "description": "Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Evernote",
8772
+ "strategy": "public",
8773
+ "type": "web-api"
8774
+ },
8775
+ {
8776
+ "name": "press",
8777
+ "description": "Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Evernote",
8778
+ "strategy": "public",
8779
+ "type": "web-api"
8780
+ },
8781
+ {
8782
+ "name": "snapshot-app",
8783
+ "description": "List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Evernote",
8784
+ "strategy": "public",
8785
+ "type": "web-api"
8786
+ },
8787
+ {
8788
+ "name": "status-app",
8789
+ "description": "Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Evernote",
8790
+ "strategy": "public",
8791
+ "type": "web-api"
8792
+ },
8793
+ {
8794
+ "name": "type-text",
8795
+ "description": "Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Evernote",
8796
+ "strategy": "public",
8797
+ "type": "web-api"
8798
+ }
8799
+ ],
8800
+ "category": "productivity"
6811
8801
  }
6812
8802
  }
6813
8803
  }