@zenalexa/unicli 0.219.0 → 0.220.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 (430) hide show
  1. package/AGENTS.md +9 -9
  2. package/README.md +55 -249
  3. package/README.zh-CN.md +55 -249
  4. package/dist/adapters/1point3acres/forum.d.ts +58 -0
  5. package/dist/adapters/1point3acres/forum.d.ts.map +1 -0
  6. package/dist/adapters/1point3acres/forum.js +708 -0
  7. package/dist/adapters/1point3acres/forum.js.map +1 -0
  8. package/dist/adapters/aibase/news.d.ts +21 -0
  9. package/dist/adapters/aibase/news.d.ts.map +1 -0
  10. package/dist/adapters/aibase/news.js +96 -0
  11. package/dist/adapters/aibase/news.js.map +1 -0
  12. package/dist/adapters/arxiv/papers.d.ts +27 -0
  13. package/dist/adapters/arxiv/papers.d.ts.map +1 -0
  14. package/dist/adapters/arxiv/papers.js +193 -0
  15. package/dist/adapters/arxiv/papers.js.map +1 -0
  16. package/dist/adapters/bbc/topic.d.ts +24 -0
  17. package/dist/adapters/bbc/topic.d.ts.map +1 -0
  18. package/dist/adapters/bbc/topic.js +122 -0
  19. package/dist/adapters/bbc/topic.js.map +1 -0
  20. package/dist/adapters/chatgpt/web.d.ts +24 -0
  21. package/dist/adapters/chatgpt/web.d.ts.map +1 -0
  22. package/dist/adapters/chatgpt/web.js +242 -0
  23. package/dist/adapters/chatgpt/web.js.map +1 -0
  24. package/dist/adapters/claude/web.d.ts +24 -0
  25. package/dist/adapters/claude/web.d.ts.map +1 -0
  26. package/dist/adapters/claude/web.js +575 -0
  27. package/dist/adapters/claude/web.js.map +1 -0
  28. package/dist/adapters/codex/projects.d.ts +27 -0
  29. package/dist/adapters/codex/projects.d.ts.map +1 -0
  30. package/dist/adapters/codex/projects.js +147 -0
  31. package/dist/adapters/codex/projects.js.map +1 -0
  32. package/dist/adapters/coingecko/markets.d.ts +19 -0
  33. package/dist/adapters/coingecko/markets.d.ts.map +1 -0
  34. package/dist/adapters/coingecko/markets.js +474 -0
  35. package/dist/adapters/coingecko/markets.js.map +1 -0
  36. package/dist/adapters/coupang/product.d.ts +27 -0
  37. package/dist/adapters/coupang/product.d.ts.map +1 -0
  38. package/dist/adapters/coupang/product.js +211 -0
  39. package/dist/adapters/coupang/product.js.map +1 -0
  40. package/dist/adapters/crates/registry.d.ts +44 -0
  41. package/dist/adapters/crates/registry.d.ts.map +1 -0
  42. package/dist/adapters/crates/registry.js +186 -0
  43. package/dist/adapters/crates/registry.js.map +1 -0
  44. package/dist/adapters/ctrip/travel.d.ts +83 -0
  45. package/dist/adapters/ctrip/travel.d.ts.map +1 -0
  46. package/dist/adapters/ctrip/travel.js +630 -0
  47. package/dist/adapters/ctrip/travel.js.map +1 -0
  48. package/dist/adapters/dblp/publications.d.ts +41 -0
  49. package/dist/adapters/dblp/publications.d.ts.map +1 -0
  50. package/dist/adapters/dblp/publications.js +409 -0
  51. package/dist/adapters/dblp/publications.js.map +1 -0
  52. package/dist/adapters/deepseek/web.d.ts +1 -1
  53. package/dist/adapters/deepseek/web.d.ts.map +1 -1
  54. package/dist/adapters/deepseek/web.js +66 -1
  55. package/dist/adapters/deepseek/web.js.map +1 -1
  56. package/dist/adapters/defillama/protocols.d.ts +13 -0
  57. package/dist/adapters/defillama/protocols.d.ts.map +1 -0
  58. package/dist/adapters/defillama/protocols.js +218 -0
  59. package/dist/adapters/defillama/protocols.js.map +1 -0
  60. package/dist/adapters/devto/read.d.ts +26 -0
  61. package/dist/adapters/devto/read.d.ts.map +1 -0
  62. package/dist/adapters/devto/read.js +110 -0
  63. package/dist/adapters/devto/read.js.map +1 -0
  64. package/dist/adapters/dianping/shop.d.ts +38 -0
  65. package/dist/adapters/dianping/shop.d.ts.map +1 -0
  66. package/dist/adapters/dianping/shop.js +194 -0
  67. package/dist/adapters/dianping/shop.js.map +1 -0
  68. package/dist/adapters/dockerhub/registry.d.ts +36 -0
  69. package/dist/adapters/dockerhub/registry.d.ts.map +1 -0
  70. package/dist/adapters/dockerhub/registry.js +172 -0
  71. package/dist/adapters/dockerhub/registry.js.map +1 -0
  72. package/dist/adapters/endoflife/product.d.ts +11 -0
  73. package/dist/adapters/endoflife/product.d.ts.map +1 -0
  74. package/dist/adapters/endoflife/product.js +113 -0
  75. package/dist/adapters/endoflife/product.js.map +1 -0
  76. package/dist/adapters/facebook/marketplace-extra.d.ts +9 -0
  77. package/dist/adapters/facebook/marketplace-extra.d.ts.map +1 -0
  78. package/dist/adapters/facebook/marketplace-extra.js +170 -0
  79. package/dist/adapters/facebook/marketplace-extra.js.map +1 -0
  80. package/dist/adapters/flathub/apps.d.ts +17 -0
  81. package/dist/adapters/flathub/apps.d.ts.map +1 -0
  82. package/dist/adapters/flathub/apps.js +220 -0
  83. package/dist/adapters/flathub/apps.js.map +1 -0
  84. package/dist/adapters/goproxy/module.d.ts +24 -0
  85. package/dist/adapters/goproxy/module.d.ts.map +1 -0
  86. package/dist/adapters/goproxy/module.js +221 -0
  87. package/dist/adapters/goproxy/module.js.map +1 -0
  88. package/dist/adapters/grok/web.d.ts +29 -0
  89. package/dist/adapters/grok/web.d.ts.map +1 -0
  90. package/dist/adapters/grok/web.js +553 -0
  91. package/dist/adapters/grok/web.js.map +1 -0
  92. package/dist/adapters/hackernews/read.d.ts +31 -0
  93. package/dist/adapters/hackernews/read.d.ts.map +1 -0
  94. package/dist/adapters/hackernews/read.js +201 -0
  95. package/dist/adapters/hackernews/read.js.map +1 -0
  96. package/dist/adapters/hf/paper.d.ts +22 -0
  97. package/dist/adapters/hf/paper.d.ts.map +1 -0
  98. package/dist/adapters/hf/paper.js +112 -0
  99. package/dist/adapters/hf/paper.js.map +1 -0
  100. package/dist/adapters/homebrew/packages.d.ts +52 -0
  101. package/dist/adapters/homebrew/packages.d.ts.map +1 -0
  102. package/dist/adapters/homebrew/packages.js +240 -0
  103. package/dist/adapters/homebrew/packages.js.map +1 -0
  104. package/dist/adapters/indeed/jobs.d.ts +38 -0
  105. package/dist/adapters/indeed/jobs.d.ts.map +1 -0
  106. package/dist/adapters/indeed/jobs.js +300 -0
  107. package/dist/adapters/indeed/jobs.js.map +1 -0
  108. package/dist/adapters/instagram/collections.d.ts +9 -0
  109. package/dist/adapters/instagram/collections.d.ts.map +1 -0
  110. package/dist/adapters/instagram/collections.js +174 -0
  111. package/dist/adapters/instagram/collections.js.map +1 -0
  112. package/dist/adapters/lichess/players.d.ts +46 -0
  113. package/dist/adapters/lichess/players.d.ts.map +1 -0
  114. package/dist/adapters/lichess/players.js +221 -0
  115. package/dist/adapters/lichess/players.js.map +1 -0
  116. package/dist/adapters/lobsters/read-domain.d.ts +35 -0
  117. package/dist/adapters/lobsters/read-domain.d.ts.map +1 -0
  118. package/dist/adapters/lobsters/read-domain.js +306 -0
  119. package/dist/adapters/lobsters/read-domain.js.map +1 -0
  120. package/dist/adapters/maven/artifact.d.ts +30 -0
  121. package/dist/adapters/maven/artifact.d.ts.map +1 -0
  122. package/dist/adapters/maven/artifact.js +121 -0
  123. package/dist/adapters/maven/artifact.js.map +1 -0
  124. package/dist/adapters/mdn/search.d.ts +11 -0
  125. package/dist/adapters/mdn/search.d.ts.map +1 -0
  126. package/dist/adapters/mdn/search.js +115 -0
  127. package/dist/adapters/mdn/search.js.map +1 -0
  128. package/dist/adapters/medium/tag.d.ts +15 -0
  129. package/dist/adapters/medium/tag.d.ts.map +1 -0
  130. package/dist/adapters/medium/tag.js +148 -0
  131. package/dist/adapters/medium/tag.js.map +1 -0
  132. package/dist/adapters/npm/package.d.ts +32 -0
  133. package/dist/adapters/npm/package.d.ts.map +1 -0
  134. package/dist/adapters/npm/package.js +141 -0
  135. package/dist/adapters/npm/package.js.map +1 -0
  136. package/dist/adapters/nuget/package.d.ts +34 -0
  137. package/dist/adapters/nuget/package.d.ts.map +1 -0
  138. package/dist/adapters/nuget/package.js +135 -0
  139. package/dist/adapters/nuget/package.js.map +1 -0
  140. package/dist/adapters/nvd/cve.d.ts +42 -0
  141. package/dist/adapters/nvd/cve.d.ts.map +1 -0
  142. package/dist/adapters/nvd/cve.js +132 -0
  143. package/dist/adapters/nvd/cve.js.map +1 -0
  144. package/dist/adapters/oeis/sequences.d.ts +14 -0
  145. package/dist/adapters/oeis/sequences.d.ts.map +1 -0
  146. package/dist/adapters/oeis/sequences.js +219 -0
  147. package/dist/adapters/oeis/sequences.js.map +1 -0
  148. package/dist/adapters/openalex/works.d.ts +43 -0
  149. package/dist/adapters/openalex/works.d.ts.map +1 -0
  150. package/dist/adapters/openalex/works.js +267 -0
  151. package/dist/adapters/openalex/works.js.map +1 -0
  152. package/dist/adapters/openfda/records.d.ts +18 -0
  153. package/dist/adapters/openfda/records.d.ts.map +1 -0
  154. package/dist/adapters/openfda/records.js +209 -0
  155. package/dist/adapters/openfda/records.js.map +1 -0
  156. package/dist/adapters/openreview/papers.d.ts +34 -0
  157. package/dist/adapters/openreview/papers.d.ts.map +1 -0
  158. package/dist/adapters/openreview/papers.js +463 -0
  159. package/dist/adapters/openreview/papers.js.map +1 -0
  160. package/dist/adapters/osv/security.d.ts +36 -0
  161. package/dist/adapters/osv/security.d.ts.map +1 -0
  162. package/dist/adapters/osv/security.js +247 -0
  163. package/dist/adapters/osv/security.js.map +1 -0
  164. package/dist/adapters/packagist/package.d.ts +31 -0
  165. package/dist/adapters/packagist/package.d.ts.map +1 -0
  166. package/dist/adapters/packagist/package.js +108 -0
  167. package/dist/adapters/packagist/package.js.map +1 -0
  168. package/dist/adapters/pubmed/articles.d.ts +31 -0
  169. package/dist/adapters/pubmed/articles.d.ts.map +1 -0
  170. package/dist/adapters/pubmed/articles.js +385 -0
  171. package/dist/adapters/pubmed/articles.js.map +1 -0
  172. package/dist/adapters/pypi/package.d.ts +38 -0
  173. package/dist/adapters/pypi/package.d.ts.map +1 -0
  174. package/dist/adapters/pypi/package.js +235 -0
  175. package/dist/adapters/pypi/package.js.map +1 -0
  176. package/dist/adapters/qwen/web.d.ts +26 -0
  177. package/dist/adapters/qwen/web.d.ts.map +1 -0
  178. package/dist/adapters/qwen/web.js +672 -0
  179. package/dist/adapters/qwen/web.js.map +1 -0
  180. package/dist/adapters/reddit/account.d.ts +12 -0
  181. package/dist/adapters/reddit/account.d.ts.map +1 -0
  182. package/dist/adapters/reddit/account.js +409 -0
  183. package/dist/adapters/reddit/account.js.map +1 -0
  184. package/dist/adapters/rednote/web.d.ts +30 -0
  185. package/dist/adapters/rednote/web.d.ts.map +1 -0
  186. package/dist/adapters/rednote/web.js +858 -0
  187. package/dist/adapters/rednote/web.js.map +1 -0
  188. package/dist/adapters/rest-countries/countries.d.ts +14 -0
  189. package/dist/adapters/rest-countries/countries.d.ts.map +1 -0
  190. package/dist/adapters/rest-countries/countries.js +231 -0
  191. package/dist/adapters/rest-countries/countries.js.map +1 -0
  192. package/dist/adapters/reuters/article-detail.d.ts +37 -0
  193. package/dist/adapters/reuters/article-detail.d.ts.map +1 -0
  194. package/dist/adapters/reuters/article-detail.js +139 -0
  195. package/dist/adapters/reuters/article-detail.js.map +1 -0
  196. package/dist/adapters/rfc/rfc.d.ts +11 -0
  197. package/dist/adapters/rfc/rfc.d.ts.map +1 -0
  198. package/dist/adapters/rfc/rfc.js +121 -0
  199. package/dist/adapters/rfc/rfc.js.map +1 -0
  200. package/dist/adapters/rubygems/gem.d.ts +26 -0
  201. package/dist/adapters/rubygems/gem.d.ts.map +1 -0
  202. package/dist/adapters/rubygems/gem.js +96 -0
  203. package/dist/adapters/rubygems/gem.js.map +1 -0
  204. package/dist/adapters/stackoverflow/questions.d.ts +79 -0
  205. package/dist/adapters/stackoverflow/questions.d.ts.map +1 -0
  206. package/dist/adapters/stackoverflow/questions.js +504 -0
  207. package/dist/adapters/stackoverflow/questions.js.map +1 -0
  208. package/dist/adapters/steam/app.d.ts +39 -0
  209. package/dist/adapters/steam/app.d.ts.map +1 -0
  210. package/dist/adapters/steam/app.js +165 -0
  211. package/dist/adapters/steam/app.js.map +1 -0
  212. package/dist/adapters/tiktok/creator-videos.d.ts +52 -0
  213. package/dist/adapters/tiktok/creator-videos.d.ts.map +1 -0
  214. package/dist/adapters/tiktok/creator-videos.js +267 -0
  215. package/dist/adapters/tiktok/creator-videos.js.map +1 -0
  216. package/dist/adapters/tvmaze/shows.d.ts +13 -0
  217. package/dist/adapters/tvmaze/shows.d.ts.map +1 -0
  218. package/dist/adapters/tvmaze/shows.js +240 -0
  219. package/dist/adapters/tvmaze/shows.js.map +1 -0
  220. package/dist/adapters/twitter/bookmark-folders.d.ts +33 -0
  221. package/dist/adapters/twitter/bookmark-folders.d.ts.map +1 -0
  222. package/dist/adapters/twitter/bookmark-folders.js +290 -0
  223. package/dist/adapters/twitter/bookmark-folders.js.map +1 -0
  224. package/dist/adapters/twitter/quote.d.ts +18 -0
  225. package/dist/adapters/twitter/quote.d.ts.map +1 -0
  226. package/dist/adapters/twitter/quote.js +285 -0
  227. package/dist/adapters/twitter/quote.js.map +1 -0
  228. package/dist/adapters/twitter/tweet-actions.d.ts +12 -0
  229. package/dist/adapters/twitter/tweet-actions.d.ts.map +1 -0
  230. package/dist/adapters/twitter/tweet-actions.js +145 -0
  231. package/dist/adapters/twitter/tweet-actions.js.map +1 -0
  232. package/dist/adapters/twitter/tweet-url.d.ts +15 -0
  233. package/dist/adapters/twitter/tweet-url.d.ts.map +1 -0
  234. package/dist/adapters/twitter/tweet-url.js +57 -0
  235. package/dist/adapters/twitter/tweet-url.js.map +1 -0
  236. package/dist/adapters/uisdc/news.d.ts +22 -0
  237. package/dist/adapters/uisdc/news.d.ts.map +1 -0
  238. package/dist/adapters/uisdc/news.js +91 -0
  239. package/dist/adapters/uisdc/news.js.map +1 -0
  240. package/dist/adapters/weibo/favorites-publish.d.ts +28 -0
  241. package/dist/adapters/weibo/favorites-publish.d.ts.map +1 -0
  242. package/dist/adapters/weibo/favorites-publish.js +356 -0
  243. package/dist/adapters/weibo/favorites-publish.js.map +1 -0
  244. package/dist/adapters/wikidata/entities.d.ts +15 -0
  245. package/dist/adapters/wikidata/entities.d.ts.map +1 -0
  246. package/dist/adapters/wikidata/entities.js +219 -0
  247. package/dist/adapters/wikidata/entities.js.map +1 -0
  248. package/dist/adapters/wikipedia/page.d.ts +21 -0
  249. package/dist/adapters/wikipedia/page.d.ts.map +1 -0
  250. package/dist/adapters/wikipedia/page.js +116 -0
  251. package/dist/adapters/wikipedia/page.js.map +1 -0
  252. package/dist/adapters/wttr/weather.d.ts +12 -0
  253. package/dist/adapters/wttr/weather.d.ts.map +1 -0
  254. package/dist/adapters/wttr/weather.js +207 -0
  255. package/dist/adapters/wttr/weather.js.map +1 -0
  256. package/dist/adapters/xianyu/publish.d.ts +31 -0
  257. package/dist/adapters/xianyu/publish.d.ts.map +1 -0
  258. package/dist/adapters/xianyu/publish.js +349 -0
  259. package/dist/adapters/xianyu/publish.js.map +1 -0
  260. package/dist/adapters/xiaohongshu/user-helpers.d.ts +2 -2
  261. package/dist/adapters/xiaohongshu/user-helpers.d.ts.map +1 -1
  262. package/dist/adapters/xiaohongshu/user-helpers.js +5 -4
  263. package/dist/adapters/xiaohongshu/user-helpers.js.map +1 -1
  264. package/dist/adapters/yuanbao/web.d.ts +27 -0
  265. package/dist/adapters/yuanbao/web.d.ts.map +1 -0
  266. package/dist/adapters/yuanbao/web.js +365 -0
  267. package/dist/adapters/yuanbao/web.js.map +1 -0
  268. package/dist/adapters/zhihu/collection.d.ts +33 -0
  269. package/dist/adapters/zhihu/collection.d.ts.map +1 -0
  270. package/dist/adapters/zhihu/collection.js +185 -0
  271. package/dist/adapters/zhihu/collection.js.map +1 -0
  272. package/dist/adapters/zlibrary/web.d.ts +19 -0
  273. package/dist/adapters/zlibrary/web.d.ts.map +1 -0
  274. package/dist/adapters/zlibrary/web.js +153 -0
  275. package/dist/adapters/zlibrary/web.js.map +1 -0
  276. package/dist/browser/daemon-client.js +2 -2
  277. package/dist/browser/daemon-client.js.map +1 -1
  278. package/dist/discovery/macos-dynamic.d.ts.map +1 -1
  279. package/dist/discovery/macos-dynamic.js +17 -3
  280. package/dist/discovery/macos-dynamic.js.map +1 -1
  281. package/dist/manifest-compact.txt +10 -10
  282. package/dist/manifest-search.json +1 -1
  283. package/dist/manifest.json +5130 -112
  284. package/dist/transport/refs.d.ts +5 -3
  285. package/dist/transport/refs.d.ts.map +1 -1
  286. package/dist/transport/refs.js +8 -1
  287. package/dist/transport/refs.js.map +1 -1
  288. package/dist/transport/sidecar-binary.d.ts +7 -0
  289. package/dist/transport/sidecar-binary.d.ts.map +1 -1
  290. package/dist/transport/sidecar-binary.js +28 -8
  291. package/dist/transport/sidecar-binary.js.map +1 -1
  292. package/package.json +4 -3
  293. package/server.json +3 -3
  294. package/skills/unicli/SKILL.md +1 -1
  295. package/skills/unicli-claude-code/SKILL.md +1 -1
  296. package/skills/unicli-hermes/SKILL.md +1 -1
  297. package/src/adapters/1point3acres/forum.test.ts +300 -0
  298. package/src/adapters/1point3acres/forum.ts +852 -0
  299. package/src/adapters/aibase/news.test.ts +42 -0
  300. package/src/adapters/aibase/news.ts +118 -0
  301. package/src/adapters/arxiv/papers.test.ts +59 -0
  302. package/src/adapters/arxiv/papers.ts +226 -0
  303. package/src/adapters/bbc/topic.test.ts +52 -0
  304. package/src/adapters/bbc/topic.ts +149 -0
  305. package/src/adapters/chatgpt/web.test.ts +121 -0
  306. package/src/adapters/chatgpt/web.ts +286 -0
  307. package/src/adapters/claude/web.test.ts +206 -0
  308. package/src/adapters/claude/web.ts +684 -0
  309. package/src/adapters/codex/projects.test.ts +77 -0
  310. package/src/adapters/codex/projects.ts +178 -0
  311. package/src/adapters/coingecko/markets.test.ts +156 -0
  312. package/src/adapters/coingecko/markets.ts +574 -0
  313. package/src/adapters/coupang/product.test.ts +111 -0
  314. package/src/adapters/coupang/product.ts +256 -0
  315. package/src/adapters/crates/registry.test.ts +89 -0
  316. package/src/adapters/crates/registry.ts +247 -0
  317. package/src/adapters/ctrip/travel.test.ts +359 -0
  318. package/src/adapters/ctrip/travel.ts +792 -0
  319. package/src/adapters/dblp/publications.test.ts +123 -0
  320. package/src/adapters/dblp/publications.ts +494 -0
  321. package/src/adapters/deepseek/web.test.ts +69 -0
  322. package/src/adapters/deepseek/web.ts +78 -1
  323. package/src/adapters/defillama/protocols.test.ts +75 -0
  324. package/src/adapters/defillama/protocols.ts +253 -0
  325. package/src/adapters/devto/read.test.ts +49 -0
  326. package/src/adapters/devto/read.ts +145 -0
  327. package/src/adapters/dianping/shop.test.ts +134 -0
  328. package/src/adapters/dianping/shop.ts +261 -0
  329. package/src/adapters/dockerhub/registry.test.ts +97 -0
  330. package/src/adapters/dockerhub/registry.ts +223 -0
  331. package/src/adapters/endoflife/product.test.ts +50 -0
  332. package/src/adapters/endoflife/product.ts +128 -0
  333. package/src/adapters/facebook/marketplace-extra.test.ts +132 -0
  334. package/src/adapters/facebook/marketplace-extra.ts +213 -0
  335. package/src/adapters/flathub/apps.test.ts +85 -0
  336. package/src/adapters/flathub/apps.ts +254 -0
  337. package/src/adapters/goproxy/module.test.ts +72 -0
  338. package/src/adapters/goproxy/module.ts +258 -0
  339. package/src/adapters/grok/web.test.ts +181 -0
  340. package/src/adapters/grok/web.ts +640 -0
  341. package/src/adapters/hackernews/read.test.ts +68 -0
  342. package/src/adapters/hackernews/read.ts +265 -0
  343. package/src/adapters/hf/paper.test.ts +48 -0
  344. package/src/adapters/hf/paper.ts +138 -0
  345. package/src/adapters/homebrew/packages.test.ts +109 -0
  346. package/src/adapters/homebrew/packages.ts +304 -0
  347. package/src/adapters/indeed/jobs.test.ts +230 -0
  348. package/src/adapters/indeed/jobs.ts +375 -0
  349. package/src/adapters/instagram/collections.test.ts +94 -0
  350. package/src/adapters/instagram/collections.ts +206 -0
  351. package/src/adapters/lichess/players.test.ts +99 -0
  352. package/src/adapters/lichess/players.ts +277 -0
  353. package/src/adapters/lobsters/read-domain.test.ts +121 -0
  354. package/src/adapters/lobsters/read-domain.ts +400 -0
  355. package/src/adapters/maven/artifact.test.ts +67 -0
  356. package/src/adapters/maven/artifact.ts +155 -0
  357. package/src/adapters/mdn/search.test.ts +39 -0
  358. package/src/adapters/mdn/search.ts +133 -0
  359. package/src/adapters/medium/tag.test.ts +64 -0
  360. package/src/adapters/medium/tag.ts +164 -0
  361. package/src/adapters/npm/package.test.ts +53 -0
  362. package/src/adapters/npm/package.ts +177 -0
  363. package/src/adapters/nuget/package.test.ts +102 -0
  364. package/src/adapters/nuget/package.ts +193 -0
  365. package/src/adapters/nvd/cve.test.ts +66 -0
  366. package/src/adapters/nvd/cve.ts +182 -0
  367. package/src/adapters/oeis/sequences.test.ts +71 -0
  368. package/src/adapters/oeis/sequences.ts +234 -0
  369. package/src/adapters/openalex/works.test.ts +99 -0
  370. package/src/adapters/openalex/works.ts +319 -0
  371. package/src/adapters/openfda/records.test.ts +90 -0
  372. package/src/adapters/openfda/records.ts +239 -0
  373. package/src/adapters/openreview/papers.test.ts +139 -0
  374. package/src/adapters/openreview/papers.ts +560 -0
  375. package/src/adapters/osv/security.test.ts +91 -0
  376. package/src/adapters/osv/security.ts +298 -0
  377. package/src/adapters/packagist/package.test.ts +62 -0
  378. package/src/adapters/packagist/package.ts +146 -0
  379. package/src/adapters/pubmed/articles.test.ts +96 -0
  380. package/src/adapters/pubmed/articles.ts +497 -0
  381. package/src/adapters/pypi/package.test.ts +131 -0
  382. package/src/adapters/pypi/package.ts +297 -0
  383. package/src/adapters/qwen/web.test.ts +176 -0
  384. package/src/adapters/qwen/web.ts +758 -0
  385. package/src/adapters/reddit/account.test.ts +56 -0
  386. package/src/adapters/reddit/account.ts +493 -0
  387. package/src/adapters/rednote/web.test.ts +354 -0
  388. package/src/adapters/rednote/web.ts +968 -0
  389. package/src/adapters/rest-countries/countries.test.ts +80 -0
  390. package/src/adapters/rest-countries/countries.ts +271 -0
  391. package/src/adapters/reuters/article-detail.test.ts +65 -0
  392. package/src/adapters/reuters/article-detail.ts +186 -0
  393. package/src/adapters/rfc/rfc.test.ts +37 -0
  394. package/src/adapters/rfc/rfc.ts +133 -0
  395. package/src/adapters/rubygems/gem.test.ts +43 -0
  396. package/src/adapters/rubygems/gem.ts +126 -0
  397. package/src/adapters/stackoverflow/questions.test.ts +207 -0
  398. package/src/adapters/stackoverflow/questions.ts +765 -0
  399. package/src/adapters/steam/app.test.ts +68 -0
  400. package/src/adapters/steam/app.ts +218 -0
  401. package/src/adapters/tiktok/creator-videos.test.ts +158 -0
  402. package/src/adapters/tiktok/creator-videos.ts +370 -0
  403. package/src/adapters/tvmaze/shows.test.ts +93 -0
  404. package/src/adapters/tvmaze/shows.ts +271 -0
  405. package/src/adapters/twitter/bookmark-folders.test.ts +164 -0
  406. package/src/adapters/twitter/bookmark-folders.ts +366 -0
  407. package/src/adapters/twitter/quote.test.ts +157 -0
  408. package/src/adapters/twitter/quote.ts +332 -0
  409. package/src/adapters/twitter/tweet-actions.test.ts +51 -0
  410. package/src/adapters/twitter/tweet-actions.ts +187 -0
  411. package/src/adapters/twitter/tweet-url.ts +65 -0
  412. package/src/adapters/uisdc/news.test.ts +46 -0
  413. package/src/adapters/uisdc/news.ts +111 -0
  414. package/src/adapters/weibo/favorites-publish.test.ts +177 -0
  415. package/src/adapters/weibo/favorites-publish.ts +426 -0
  416. package/src/adapters/wikidata/entities.test.ts +103 -0
  417. package/src/adapters/wikidata/entities.ts +253 -0
  418. package/src/adapters/wikipedia/page.test.ts +49 -0
  419. package/src/adapters/wikipedia/page.ts +158 -0
  420. package/src/adapters/wttr/weather.test.ts +99 -0
  421. package/src/adapters/wttr/weather.ts +239 -0
  422. package/src/adapters/xianyu/publish.test.ts +210 -0
  423. package/src/adapters/xianyu/publish.ts +420 -0
  424. package/src/adapters/xiaohongshu/user-helpers.ts +5 -2
  425. package/src/adapters/yuanbao/web.test.ts +144 -0
  426. package/src/adapters/yuanbao/web.ts +435 -0
  427. package/src/adapters/zhihu/collection.test.ts +96 -0
  428. package/src/adapters/zhihu/collection.ts +239 -0
  429. package/src/adapters/zlibrary/web.test.ts +104 -0
  430. package/src/adapters/zlibrary/web.ts +192 -0
package/README.zh-CN.md CHANGED
@@ -28,97 +28,26 @@
28
28
  </p>
29
29
 
30
30
  <p align="center">
31
- <sub><!-- STATS:site_count -->238<!-- /STATS --> 个站点 · <!-- STATS:command_count -->1458<!-- /STATS --> 条命令 · <!-- STATS:pipeline_step_count -->101<!-- /STATS --> 个 pipeline step · <!-- STATS:test_count -->7918<!-- /STATS --> 个测试</sub>
31
+ <sub><!-- STATS:site_count -->268<!-- /STATS --> 个站点 · <!-- STATS:command_count -->1616<!-- /STATS --> 条命令 · <!-- STATS:pipeline_step_count -->101<!-- /STATS --> 个 pipeline step · <!-- STATS:test_count -->8185<!-- /STATS --> 个测试</sub>
32
32
  </p>
33
33
 
34
- <p align="center">
35
- <strong>Web / Social / Knowledge</strong><br>
36
- <img src="https://img.shields.io/badge/X-000000?style=flat-square&logo=x&logoColor=white" alt="X">
37
- <img src="https://img.shields.io/badge/Reddit-FF4500?style=flat-square&logo=reddit&logoColor=white" alt="Reddit">
38
- <img src="https://img.shields.io/badge/Instagram-E4405F?style=flat-square&logo=instagram&logoColor=white" alt="Instagram">
39
- <img src="https://img.shields.io/badge/TikTok-000000?style=flat-square&logo=tiktok&logoColor=white" alt="TikTok">
40
- <img src="https://img.shields.io/badge/YouTube-FF0000?style=flat-square&logo=youtube&logoColor=white" alt="YouTube">
41
- <img src="https://img.shields.io/badge/Bilibili-00A1D6?style=flat-square&logo=bilibili&logoColor=white" alt="Bilibili">
42
- <img src="https://img.shields.io/badge/Zhihu-0084FF?style=flat-square&logo=zhihu&logoColor=white" alt="Zhihu">
43
- <img src="https://img.shields.io/badge/Weibo-E6162D?style=flat-square&logo=sinaweibo&logoColor=white" alt="Weibo">
44
- <img src="https://img.shields.io/badge/Xiaohongshu-FF2442?style=flat-square&logoColor=white" alt="Xiaohongshu">
45
- <img src="https://img.shields.io/badge/Douyin-000000?style=flat-square&logo=tiktok&logoColor=white" alt="Douyin">
46
- <img src="https://img.shields.io/badge/Hacker%20News-FF6600?style=flat-square&logo=ycombinator&logoColor=white" alt="Hacker News">
47
- <img src="https://img.shields.io/badge/GitHub-181717?style=flat-square&logo=github&logoColor=white" alt="GitHub">
48
- <img src="https://img.shields.io/badge/Stack%20Overflow-F58025?style=flat-square&logo=stackoverflow&logoColor=white" alt="Stack Overflow">
49
- <img src="https://img.shields.io/badge/Product%20Hunt-DA552F?style=flat-square&logo=producthunt&logoColor=white" alt="Product Hunt">
50
- <img src="https://img.shields.io/badge/npm-CB3837?style=flat-square&logo=npm&logoColor=white" alt="npm">
51
- <img src="https://img.shields.io/badge/PyPI-3775A9?style=flat-square&logo=pypi&logoColor=white" alt="PyPI">
52
- <img src="https://img.shields.io/badge/Wikipedia-000000?style=flat-square&logo=wikipedia&logoColor=white" alt="Wikipedia">
53
- <img src="https://img.shields.io/badge/Spotify-1DB954?style=flat-square&logo=spotify&logoColor=white" alt="Spotify">
54
- <img src="https://img.shields.io/badge/IMDb-F5C518?style=flat-square&logo=imdb&logoColor=black" alt="IMDb">
55
- <img src="https://img.shields.io/badge/Bloomberg-000000?style=flat-square&logoColor=white" alt="Bloomberg">
56
- <img src="https://img.shields.io/badge/Reuters-FF8000?style=flat-square&logo=reuters&logoColor=white" alt="Reuters">
57
- <img src="https://img.shields.io/badge/BBC-B80000?style=flat-square&logo=bbc&logoColor=white" alt="BBC">
58
- <img src="https://img.shields.io/badge/Binance-F0B90B?style=flat-square&logo=binance&logoColor=black" alt="Binance">
59
- <img src="https://img.shields.io/badge/Coinbase-0052FF?style=flat-square&logo=coinbase&logoColor=white" alt="Coinbase">
60
- <img src="https://img.shields.io/badge/Yahoo%20Finance-6001D2?style=flat-square&logo=yahoo&logoColor=white" alt="Yahoo Finance">
61
- </p>
62
-
63
- <p align="center">
64
- <strong>Agent / IDE / Coding Surfaces</strong><br>
65
- <img src="https://img.shields.io/badge/Claude%20Code-D97757?style=flat-square&logo=anthropic&logoColor=white" alt="Claude Code">
66
- <img src="https://img.shields.io/badge/Codex-111111?style=flat-square&logo=openai&logoColor=white" alt="Codex">
67
- <img src="https://img.shields.io/badge/OpenCode-101010?style=flat-square&logoColor=white" alt="OpenCode">
68
- <img src="https://img.shields.io/badge/Cursor-000000?style=flat-square&logoColor=white" alt="Cursor">
69
- <img src="https://img.shields.io/badge/Kiro-FF9900?style=flat-square&logo=amazon&logoColor=black" alt="Kiro">
70
- <img src="https://img.shields.io/badge/Gemini-4285F4?style=flat-square&logo=googlegemini&logoColor=white" alt="Gemini">
71
- <img src="https://img.shields.io/badge/Qwen-1E88E5?style=flat-square&logoColor=white" alt="Qwen">
72
- <img src="https://img.shields.io/badge/Kimi-6C5CE7?style=flat-square&logoColor=white" alt="Kimi">
73
- <img src="https://img.shields.io/badge/MiniMax-00A6FB?style=flat-square&logoColor=white" alt="MiniMax">
74
- <img src="https://img.shields.io/badge/Cline-6E56CF?style=flat-square&logoColor=white" alt="Cline">
75
- <img src="https://img.shields.io/badge/Roo%20Code-2E7D32?style=flat-square&logoColor=white" alt="Roo Code">
76
- <img src="https://img.shields.io/badge/Windsurf-00C2FF?style=flat-square&logoColor=white" alt="Windsurf">
77
- <img src="https://img.shields.io/badge/Aider-6F42C1?style=flat-square&logo=python&logoColor=white" alt="Aider">
78
- <img src="https://img.shields.io/badge/Goose-111827?style=flat-square&logoColor=white" alt="Goose">
79
- <img src="https://img.shields.io/badge/OpenHands-FF6B00?style=flat-square&logoColor=white" alt="OpenHands">
80
- <img src="https://img.shields.io/badge/SWE--agent-0F172A?style=flat-square&logoColor=white" alt="SWE-agent">
81
- <img src="https://img.shields.io/badge/GitHub%20Copilot-181717?style=flat-square&logo=githubcopilot&logoColor=white" alt="GitHub Copilot">
82
- <img src="https://img.shields.io/badge/AgentAPI-334155?style=flat-square&logoColor=white" alt="AgentAPI">
83
- <img src="https://img.shields.io/badge/acpx-475569?style=flat-square&logoColor=white" alt="acpx">
84
- </p>
85
-
86
- <p align="center">
87
- <strong>Desktop / Media / DevOps / Cloud</strong><br>
88
- <img src="https://img.shields.io/badge/macOS-000000?style=flat-square&logo=apple&logoColor=white" alt="macOS">
89
- <img src="https://img.shields.io/badge/Chrome-4285F4?style=flat-square&logo=googlechrome&logoColor=white" alt="Chrome">
90
- <img src="https://img.shields.io/badge/Blender-F5792A?style=flat-square&logo=blender&logoColor=white" alt="Blender">
91
- <img src="https://img.shields.io/badge/FFmpeg-007808?style=flat-square&logo=ffmpeg&logoColor=white" alt="FFmpeg">
92
- <img src="https://img.shields.io/badge/ImageMagick-0074C1?style=flat-square&logoColor=white" alt="ImageMagick">
93
- <img src="https://img.shields.io/badge/GIMP-5C5543?style=flat-square&logo=gimp&logoColor=white" alt="GIMP">
94
- <img src="https://img.shields.io/badge/FreeCAD-729FCF?style=flat-square&logo=freecad&logoColor=white" alt="FreeCAD">
95
- <img src="https://img.shields.io/badge/Audacity-0000CC?style=flat-square&logo=audacity&logoColor=white" alt="Audacity">
96
- <img src="https://img.shields.io/badge/Docker-2496ED?style=flat-square&logo=docker&logoColor=white" alt="Docker">
97
- <img src="https://img.shields.io/badge/GitHub%20CLI-181717?style=flat-square&logo=github&logoColor=white" alt="GitHub CLI">
98
- <img src="https://img.shields.io/badge/jq-C7254E?style=flat-square&logo=json&logoColor=white" alt="jq">
99
- <img src="https://img.shields.io/badge/yt--dlp-4A5568?style=flat-square&logo=youtube&logoColor=white" alt="yt-dlp">
100
- <img src="https://img.shields.io/badge/AWS-232F3E?style=flat-square&logo=amazonaws&logoColor=white" alt="AWS">
101
- <img src="https://img.shields.io/badge/Vercel-000000?style=flat-square&logo=vercel&logoColor=white" alt="Vercel">
102
- <img src="https://img.shields.io/badge/Supabase-3ECF8E?style=flat-square&logo=supabase&logoColor=black" alt="Supabase">
103
- <img src="https://img.shields.io/badge/Cloudflare-F38020?style=flat-square&logo=cloudflare&logoColor=white" alt="Cloudflare">
104
- <img src="https://img.shields.io/badge/Stripe-635BFF?style=flat-square&logo=stripe&logoColor=white" alt="Stripe">
105
- <img src="https://img.shields.io/badge/Firebase-FFCA28?style=flat-square&logo=firebase&logoColor=black" alt="Firebase">
106
- <img src="https://img.shields.io/badge/Netlify-00C7B7?style=flat-square&logo=netlify&logoColor=white" alt="Netlify">
107
- <img src="https://img.shields.io/badge/Railway-0B0D0E?style=flat-square&logo=railway&logoColor=white" alt="Railway">
108
- <img src="https://img.shields.io/badge/Azure-0078D4?style=flat-square&logo=microsoftazure&logoColor=white" alt="Azure">
109
- <img src="https://img.shields.io/badge/Google%20Cloud-4285F4?style=flat-square&logo=googlecloud&logoColor=white" alt="Google Cloud">
110
- <img src="https://img.shields.io/badge/Slack-4A154B?style=flat-square&logo=slack&logoColor=white" alt="Slack">
111
- <img src="https://img.shields.io/badge/Notion-000000?style=flat-square&logo=notion&logoColor=white" alt="Notion">
112
- <img src="https://img.shields.io/badge/Linear-5E6AD2?style=flat-square&logo=linear&logoColor=white" alt="Linear">
113
- <img src="https://img.shields.io/badge/Figma-F24E1E?style=flat-square&logo=figma&logoColor=white" alt="Figma">
114
- </p>
34
+ ## 30 秒开始
115
35
 
116
36
  ```bash
117
37
  npm install -g @zenalexa/unicli
118
38
  unicli search "微博热搜"
119
- unicli hackernews top -f json
39
+ unicli hackernews top --limit 5 -f json
40
+ npx @zenalexa/unicli mcp serve
120
41
  ```
121
42
 
43
+ | 目标 | 命令 |
44
+ | ----------------- | ------------------------------------------- |
45
+ | 按意图找能力 | `unicli search "总结 reddit 讨论"` |
46
+ | 查看已安装覆盖 | `unicli list`, `unicli list --site macos` |
47
+ | 用机器契约执行 | `unicli <site> <command> -f json` |
48
+ | 本地修复 adapter | `unicli repair <site> <command>` |
49
+ | 给 Agent 暴露工具 | `npx @zenalexa/unicli mcp serve --expanded` |
50
+
122
51
  <!-- IF YOU ARE AN AI AGENT: Start here.
123
52
  Install: npm install -g @zenalexa/unicli
124
53
  Discover: unicli search "your intent"
@@ -189,7 +118,7 @@ ACP 作为编辑器和桥接兼容层保留。真正跑任务时,优先 native
189
118
 
190
119
  每条命令都能搜索、可声明、可验证、可修。
191
120
 
192
- 下面的网格由 active manifest 站点生成,徽章命令数不包含 quarantined 命令。
121
+ 下面的网格由 active manifest 中带真实 logo 的站点生成,徽章命令数不包含 quarantined 命令。完整目录始终以 `unicli list` 和文档站为准。
193
122
 
194
123
  <!-- BEGIN README_SITE_GRID -->
195
124
  <div align="center">
@@ -198,267 +127,144 @@ ACP 作为编辑器和桥接兼容层保留。真正跑任务时,优先 native
198
127
  <a data-site="bluesky" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="bluesky: 12 commands"><img alt="bluesky" src="https://img.shields.io/static/v1?label=bluesky&message=12+cmds&color=2563eb&style=flat-square&logo=bluesky&logoColor=white"></a>
199
128
  <a data-site="dingtalk" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="dingtalk: 8 commands"><img alt="dingtalk" src="https://img.shields.io/static/v1?label=dingtalk&message=8+cmds&color=2563eb&style=flat-square&logo=dingtalk&logoColor=white"></a>
200
129
  <a data-site="discord-app" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="discord-app: 15 commands"><img alt="discord-app" src="https://img.shields.io/static/v1?label=discord-app&message=15+cmds&color=2563eb&style=flat-square&logo=discord&logoColor=white"></a>
201
- <a data-site="douban" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="douban: 9 commands"><img alt="douban" src="https://img.shields.io/static/v1?label=douban&message=9+cmds&color=2563eb&style=flat-square"></a>
202
- <a data-site="facebook" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="facebook: 12 commands"><img alt="facebook" src="https://img.shields.io/static/v1?label=facebook&message=12+cmds&color=2563eb&style=flat-square"></a>
203
- <a data-site="hupu" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="hupu: 7 commands"><img alt="hupu" src="https://img.shields.io/static/v1?label=hupu&message=7+cmds&color=2563eb&style=flat-square"></a>
204
- <a data-site="instagram" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="instagram: 26 commands"><img alt="instagram" src="https://img.shields.io/static/v1?label=instagram&message=26+cmds&color=2563eb&style=flat-square&logo=instagram&logoColor=white"></a>
205
- <a data-site="jike" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="jike: 10 commands"><img alt="jike" src="https://img.shields.io/static/v1?label=jike&message=10+cmds&color=2563eb&style=flat-square"></a>
130
+ <a data-site="douban" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="douban: 9 commands"><img alt="douban" src="https://img.shields.io/static/v1?label=douban&message=9+cmds&color=2563eb&style=flat-square&logo=douban&logoColor=white"></a>
131
+ <a data-site="instagram" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="instagram: 28 commands"><img alt="instagram" src="https://img.shields.io/static/v1?label=instagram&message=28+cmds&color=2563eb&style=flat-square&logo=instagram&logoColor=white"></a>
206
132
  <a data-site="lark" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="lark: 8 commands"><img alt="lark" src="https://img.shields.io/static/v1?label=lark&message=8+cmds&color=2563eb&style=flat-square&logo=lark&logoColor=white"></a>
207
- <a data-site="linux-do" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="linux-do: 11 commands"><img alt="linux-do" src="https://img.shields.io/static/v1?label=linux-do&message=11+cmds&color=2563eb&style=flat-square"></a>
208
- <a data-site="lobsters" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="lobsters: 5 commands"><img alt="lobsters" src="https://img.shields.io/static/v1?label=lobsters&message=5+cmds&color=2563eb&style=flat-square"></a>
209
133
  <a data-site="mastodon" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="mastodon: 3 commands"><img alt="mastodon" src="https://img.shields.io/static/v1?label=mastodon&message=3+cmds&color=2563eb&style=flat-square&logo=mastodon&logoColor=white"></a>
210
- <a data-site="reddit" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="reddit: 20 commands"><img alt="reddit" src="https://img.shields.io/static/v1?label=reddit&message=20+cmds&color=2563eb&style=flat-square&logo=reddit&logoColor=white"></a>
134
+ <a data-site="reddit" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="reddit: 24 commands"><img alt="reddit" src="https://img.shields.io/static/v1?label=reddit&message=24+cmds&color=2563eb&style=flat-square&logo=reddit&logoColor=white"></a>
211
135
  <a data-site="signal" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="signal: 7 commands"><img alt="signal" src="https://img.shields.io/static/v1?label=signal&message=7+cmds&color=2563eb&style=flat-square&logo=signal&logoColor=white"></a>
212
136
  <a data-site="slack" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="slack: 14 commands"><img alt="slack" src="https://img.shields.io/static/v1?label=slack&message=14+cmds&color=2563eb&style=flat-square&logo=slack&logoColor=white"></a>
213
137
  <a data-site="teams" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="teams: 7 commands"><img alt="teams" src="https://img.shields.io/static/v1?label=teams&message=7+cmds&color=2563eb&style=flat-square&logo=microsoftteams&logoColor=white"></a>
214
- <a data-site="tieba" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="tieba: 3 commands"><img alt="tieba" src="https://img.shields.io/static/v1?label=tieba&message=3+cmds&color=2563eb&style=flat-square"></a>
215
- <a data-site="twitter" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="twitter: 38 commands"><img alt="twitter" src="https://img.shields.io/static/v1?label=twitter&message=38+cmds&color=2563eb&style=flat-square&logo=x&logoColor=white"></a>
216
- <a data-site="v2ex" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="v2ex: 12 commands"><img alt="v2ex" src="https://img.shields.io/static/v1?label=v2ex&message=12+cmds&color=2563eb&style=flat-square"></a>
138
+ <a data-site="twitter" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="twitter: 44 commands"><img alt="twitter" src="https://img.shields.io/static/v1?label=twitter&message=44+cmds&color=2563eb&style=flat-square&logo=x&logoColor=white"></a>
217
139
  <a data-site="wechat-work" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="wechat-work: 7 commands"><img alt="wechat-work" src="https://img.shields.io/static/v1?label=wechat-work&message=7+cmds&color=2563eb&style=flat-square&logo=wechat&logoColor=white"></a>
218
- <a data-site="weibo" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="weibo: 10 commands"><img alt="weibo" src="https://img.shields.io/static/v1?label=weibo&message=10+cmds&color=2563eb&style=flat-square&logo=sinaweibo&logoColor=white"></a>
219
- <a data-site="whatsapp" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="whatsapp: 7 commands"><img alt="whatsapp" src="https://img.shields.io/static/v1?label=whatsapp&message=7+cmds&color=2563eb&style=flat-square"></a>
220
- <a data-site="xiaohongshu" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="xiaohongshu: 22 commands"><img alt="xiaohongshu" src="https://img.shields.io/static/v1?label=xiaohongshu&message=22+cmds&color=2563eb&style=flat-square"></a>
221
- <a data-site="zhihu" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="zhihu: 24 commands"><img alt="zhihu" src="https://img.shields.io/static/v1?label=zhihu&message=24+cmds&color=2563eb&style=flat-square&logo=zhihu&logoColor=white"></a>
140
+ <a data-site="weibo" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="weibo: 12 commands"><img alt="weibo" src="https://img.shields.io/static/v1?label=weibo&message=12+cmds&color=2563eb&style=flat-square&logo=sinaweibo&logoColor=white"></a>
141
+ <a data-site="whatsapp" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="whatsapp: 7 commands"><img alt="whatsapp" src="https://img.shields.io/static/v1?label=whatsapp&message=7+cmds&color=2563eb&style=flat-square&logo=whatsapp&logoColor=white"></a>
142
+ <a data-site="xiaohongshu" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="xiaohongshu: 22 commands"><img alt="xiaohongshu" src="https://img.shields.io/static/v1?label=xiaohongshu&message=22+cmds&color=2563eb&style=flat-square&logo=xiaohongshu&logoColor=white"></a>
143
+ <a data-site="zhihu" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="zhihu: 25 commands"><img alt="zhihu" src="https://img.shields.io/static/v1?label=zhihu&message=25+cmds&color=2563eb&style=flat-square&logo=zhihu&logoColor=white"></a>
222
144
  <a data-site="zoom-app" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="zoom-app: 7 commands"><img alt="zoom-app" src="https://img.shields.io/static/v1?label=zoom-app&message=7+cmds&color=2563eb&style=flat-square&logo=zoom&logoColor=white"></a>
223
145
  </p>
224
146
  <p><strong>视频</strong><br>
225
- <a data-site="bilibili" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="bilibili: 14 commands"><img alt="bilibili" src="https://img.shields.io/static/v1?label=bilibili&message=14+cmds&color=dc2626&style=flat-square"></a>
226
- <a data-site="douyin" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="douyin: 13 commands"><img alt="douyin" src="https://img.shields.io/static/v1?label=douyin&message=13+cmds&color=dc2626&style=flat-square"></a>
227
- <a data-site="douyu" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="douyu: 2 commands"><img alt="douyu" src="https://img.shields.io/static/v1?label=douyu&message=2+cmds&color=dc2626&style=flat-square"></a>
228
- <a data-site="kuaishou" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="kuaishou: 2 commands"><img alt="kuaishou" src="https://img.shields.io/static/v1?label=kuaishou&message=2+cmds&color=dc2626&style=flat-square"></a>
229
- <a data-site="tiktok" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="tiktok: 16 commands"><img alt="tiktok" src="https://img.shields.io/static/v1?label=tiktok&message=16+cmds&color=dc2626&style=flat-square&logo=tiktok&logoColor=white"></a>
147
+ <a data-site="bilibili" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="bilibili: 14 commands"><img alt="bilibili" src="https://img.shields.io/static/v1?label=bilibili&message=14+cmds&color=dc2626&style=flat-square&logo=bilibili&logoColor=white"></a>
148
+ <a data-site="douyin" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="douyin: 13 commands"><img alt="douyin" src="https://img.shields.io/static/v1?label=douyin&message=13+cmds&color=dc2626&style=flat-square&logo=tiktok&logoColor=white"></a>
149
+ <a data-site="tiktok" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="tiktok: 17 commands"><img alt="tiktok" src="https://img.shields.io/static/v1?label=tiktok&message=17+cmds&color=dc2626&style=flat-square&logo=tiktok&logoColor=white"></a>
230
150
  <a data-site="twitch" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="twitch: 4 commands"><img alt="twitch" src="https://img.shields.io/static/v1?label=twitch&message=4+cmds&color=dc2626&style=flat-square&logo=twitch&logoColor=white"></a>
231
151
  <a data-site="youtube" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="youtube: 16 commands"><img alt="youtube" src="https://img.shields.io/static/v1?label=youtube&message=16+cmds&color=dc2626&style=flat-square&logo=youtube&logoColor=white"></a>
232
152
  </p>
233
153
  <p><strong>新闻</strong><br>
234
- <a data-site="36kr" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="36kr: 4 commands"><img alt="36kr" src="https://img.shields.io/static/v1?label=36kr&message=4+cmds&color=b45309&style=flat-square"></a>
235
- <a data-site="bbc" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="bbc: 4 commands"><img alt="bbc" src="https://img.shields.io/static/v1?label=bbc&message=4+cmds&color=b45309&style=flat-square&logo=bbc&logoColor=white"></a>
236
- <a data-site="bloomberg" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="bloomberg: 10 commands"><img alt="bloomberg" src="https://img.shields.io/static/v1?label=bloomberg&message=10+cmds&color=b45309&style=flat-square"></a>
237
- <a data-site="cnn" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="cnn: 2 commands"><img alt="cnn" src="https://img.shields.io/static/v1?label=cnn&message=2+cmds&color=b45309&style=flat-square"></a>
238
- <a data-site="hackernews" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="hackernews: 10 commands"><img alt="hackernews" src="https://img.shields.io/static/v1?label=hackernews&message=10+cmds&color=b45309&style=flat-square&logo=ycombinator&logoColor=white"></a>
239
- <a data-site="infoq" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="infoq: 2 commands"><img alt="infoq" src="https://img.shields.io/static/v1?label=infoq&message=2+cmds&color=b45309&style=flat-square"></a>
240
- <a data-site="ithome" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="ithome: 2 commands"><img alt="ithome" src="https://img.shields.io/static/v1?label=ithome&message=2+cmds&color=b45309&style=flat-square"></a>
241
- <a data-site="nytimes" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="nytimes: 2 commands"><img alt="nytimes" src="https://img.shields.io/static/v1?label=nytimes&message=2+cmds&color=b45309&style=flat-square"></a>
242
- <a data-site="reuters" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="reuters: 2 commands"><img alt="reuters" src="https://img.shields.io/static/v1?label=reuters&message=2+cmds&color=b45309&style=flat-square&logo=reuters&logoColor=white"></a>
243
- <a data-site="techcrunch" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="techcrunch: 2 commands"><img alt="techcrunch" src="https://img.shields.io/static/v1?label=techcrunch&message=2+cmds&color=b45309&style=flat-square"></a>
244
- <a data-site="theverge" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="theverge: 2 commands"><img alt="theverge" src="https://img.shields.io/static/v1?label=theverge&message=2+cmds&color=b45309&style=flat-square"></a>
154
+ <a data-site="bbc" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="bbc: 5 commands"><img alt="bbc" src="https://img.shields.io/static/v1?label=bbc&message=5+cmds&color=b45309&style=flat-square&logo=bbc&logoColor=white"></a>
155
+ <a data-site="bloomberg" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="bloomberg: 10 commands"><img alt="bloomberg" src="https://img.shields.io/static/v1?label=bloomberg&message=10+cmds&color=b45309&style=flat-square&logo=bloomberg&logoColor=white"></a>
156
+ <a data-site="cnn" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="cnn: 2 commands"><img alt="cnn" src="https://img.shields.io/static/v1?label=cnn&message=2+cmds&color=b45309&style=flat-square&logo=cnn&logoColor=white"></a>
157
+ <a data-site="hackernews" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="hackernews: 11 commands"><img alt="hackernews" src="https://img.shields.io/static/v1?label=hackernews&message=11+cmds&color=b45309&style=flat-square&logo=ycombinator&logoColor=white"></a>
158
+ <a data-site="nytimes" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="nytimes: 2 commands"><img alt="nytimes" src="https://img.shields.io/static/v1?label=nytimes&message=2+cmds&color=b45309&style=flat-square&logo=newyorktimes&logoColor=white"></a>
159
+ <a data-site="reuters" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="reuters: 3 commands"><img alt="reuters" src="https://img.shields.io/static/v1?label=reuters&message=3+cmds&color=b45309&style=flat-square&logo=reuters&logoColor=white"></a>
245
160
  </p>
246
161
  <p><strong>财经</strong><br>
247
162
  <a data-site="barchart" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="barchart: 4 commands"><img alt="barchart" src="https://img.shields.io/static/v1?label=barchart&message=4+cmds&color=047857&style=flat-square&logo=chartdotjs&logoColor=white"></a>
248
163
  <a data-site="binance" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="binance: 13 commands"><img alt="binance" src="https://img.shields.io/static/v1?label=binance&message=13+cmds&color=047857&style=flat-square&logo=binance&logoColor=white"></a>
249
164
  <a data-site="coinbase" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="coinbase: 2 commands"><img alt="coinbase" src="https://img.shields.io/static/v1?label=coinbase&message=2+cmds&color=047857&style=flat-square&logo=coinbase&logoColor=white"></a>
250
- <a data-site="eastmoney" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="eastmoney: 16 commands"><img alt="eastmoney" src="https://img.shields.io/static/v1?label=eastmoney&message=16+cmds&color=047857&style=flat-square"></a>
251
- <a data-site="futu" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="futu: 2 commands"><img alt="futu" src="https://img.shields.io/static/v1?label=futu&message=2+cmds&color=047857&style=flat-square"></a>
252
- <a data-site="sinafinance" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="sinafinance: 5 commands"><img alt="sinafinance" src="https://img.shields.io/static/v1?label=sinafinance&message=5+cmds&color=047857&style=flat-square"></a>
253
- <a data-site="xueqiu" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="xueqiu: 14 commands"><img alt="xueqiu" src="https://img.shields.io/static/v1?label=xueqiu&message=14+cmds&color=047857&style=flat-square"></a>
254
165
  <a data-site="yahoo-finance" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="yahoo-finance: 2 commands"><img alt="yahoo-finance" src="https://img.shields.io/static/v1?label=yahoo-finance&message=2+cmds&color=047857&style=flat-square&logo=yahoo&logoColor=white"></a>
255
166
  </p>
256
167
  <p><strong>购物</strong><br>
257
- <a data-site="1688" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="1688: 5 commands"><img alt="1688" src="https://img.shields.io/static/v1?label=1688&message=5+cmds&color=be185d&style=flat-square"></a>
168
+ <a data-site="1688" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="1688: 5 commands"><img alt="1688" src="https://img.shields.io/static/v1?label=1688&message=5+cmds&color=be185d&style=flat-square&logo=alibabadotcom&logoColor=white"></a>
258
169
  <a data-site="amazon" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="amazon: 8 commands"><img alt="amazon" src="https://img.shields.io/static/v1?label=amazon&message=8+cmds&color=be185d&style=flat-square&logo=amazon&logoColor=white"></a>
259
- <a data-site="coupang" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="coupang: 2 commands"><img alt="coupang" src="https://img.shields.io/static/v1?label=coupang&message=2+cmds&color=be185d&style=flat-square"></a>
260
- <a data-site="dangdang" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="dangdang: 2 commands"><img alt="dangdang" src="https://img.shields.io/static/v1?label=dangdang&message=2+cmds&color=be185d&style=flat-square"></a>
261
- <a data-site="dianping" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="dianping: 2 commands"><img alt="dianping" src="https://img.shields.io/static/v1?label=dianping&message=2+cmds&color=be185d&style=flat-square"></a>
262
- <a data-site="ele" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="ele: 2 commands"><img alt="ele" src="https://img.shields.io/static/v1?label=ele&message=2+cmds&color=be185d&style=flat-square"></a>
263
- <a data-site="jd" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="jd: 6 commands"><img alt="jd" src="https://img.shields.io/static/v1?label=jd&message=6+cmds&color=be185d&style=flat-square"></a>
264
- <a data-site="maoyan" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="maoyan: 2 commands"><img alt="maoyan" src="https://img.shields.io/static/v1?label=maoyan&message=2+cmds&color=be185d&style=flat-square"></a>
265
- <a data-site="meituan" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="meituan: 1 command"><img alt="meituan" src="https://img.shields.io/static/v1?label=meituan&message=1+cmds&color=be185d&style=flat-square"></a>
266
- <a data-site="pinduoduo" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="pinduoduo: 2 commands"><img alt="pinduoduo" src="https://img.shields.io/static/v1?label=pinduoduo&message=2+cmds&color=be185d&style=flat-square"></a>
267
- <a data-site="smzdm" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="smzdm: 3 commands"><img alt="smzdm" src="https://img.shields.io/static/v1?label=smzdm&message=3+cmds&color=be185d&style=flat-square"></a>
268
- <a data-site="taobao" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="taobao: 6 commands"><img alt="taobao" src="https://img.shields.io/static/v1?label=taobao&message=6+cmds&color=be185d&style=flat-square"></a>
269
- <a data-site="xianyu" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="xianyu: 3 commands"><img alt="xianyu" src="https://img.shields.io/static/v1?label=xianyu&message=3+cmds&color=be185d&style=flat-square"></a>
170
+ <a data-site="coupang" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="coupang: 3 commands"><img alt="coupang" src="https://img.shields.io/static/v1?label=coupang&message=3+cmds&color=be185d&style=flat-square&logo=coupang&logoColor=white"></a>
270
171
  </p>
271
172
  <p><strong>开发</strong><br>
272
173
  <a data-site="claude-code" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="claude-code: 1 command"><img alt="claude-code" src="https://img.shields.io/static/v1?label=claude-code&message=1+cmds&color=4f46e5&style=flat-square&logo=anthropic&logoColor=white"></a>
273
174
  <a data-site="cocoapods" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="cocoapods: 2 commands"><img alt="cocoapods" src="https://img.shields.io/static/v1?label=cocoapods&message=2+cmds&color=4f46e5&style=flat-square&logo=cocoapods&logoColor=white"></a>
274
- <a data-site="codex" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="codex: 17 commands"><img alt="codex" src="https://img.shields.io/static/v1?label=codex&message=17+cmds&color=4f46e5&style=flat-square&logo=openai&logoColor=white"></a>
175
+ <a data-site="codex" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="codex: 18 commands"><img alt="codex" src="https://img.shields.io/static/v1?label=codex&message=18+cmds&color=4f46e5&style=flat-square&logo=openai&logoColor=white"></a>
275
176
  <a data-site="codex-cli" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="codex-cli: 1 command"><img alt="codex-cli" src="https://img.shields.io/static/v1?label=codex-cli&message=1+cmds&color=4f46e5&style=flat-square&logo=openai&logoColor=white"></a>
276
177
  <a data-site="crates-io" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="crates-io: 3 commands"><img alt="crates-io" src="https://img.shields.io/static/v1?label=crates-io&message=3+cmds&color=4f46e5&style=flat-square&logo=rust&logoColor=white"></a>
277
178
  <a data-site="cursor" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="cursor: 18 commands"><img alt="cursor" src="https://img.shields.io/static/v1?label=cursor&message=18+cmds&color=4f46e5&style=flat-square&logo=cursor&logoColor=white"></a>
278
- <a data-site="devto" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="devto: 5 commands"><img alt="devto" src="https://img.shields.io/static/v1?label=devto&message=5+cmds&color=4f46e5&style=flat-square"></a>
279
179
  <a data-site="docker-desktop" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="docker-desktop: 7 commands"><img alt="docker-desktop" src="https://img.shields.io/static/v1?label=docker-desktop&message=7+cmds&color=4f46e5&style=flat-square&logo=docker&logoColor=white"></a>
280
180
  <a data-site="docker-hub" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="docker-hub: 3 commands"><img alt="docker-hub" src="https://img.shields.io/static/v1?label=docker-hub&message=3+cmds&color=4f46e5&style=flat-square&logo=docker&logoColor=white"></a>
281
- <a data-site="gitee" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="gitee: 3 commands"><img alt="gitee" src="https://img.shields.io/static/v1?label=gitee&message=3+cmds&color=4f46e5&style=flat-square"></a>
282
181
  <a data-site="github-desktop" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="github-desktop: 7 commands"><img alt="github-desktop" src="https://img.shields.io/static/v1?label=github-desktop&message=7+cmds&color=4f46e5&style=flat-square&logo=github&logoColor=white"></a>
283
182
  <a data-site="github-trending" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="github-trending: 1 command"><img alt="github-trending" src="https://img.shields.io/static/v1?label=github-trending&message=1+cmds&color=4f46e5&style=flat-square&logo=github&logoColor=white"></a>
284
183
  <a data-site="gitkraken" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="gitkraken: 7 commands"><img alt="gitkraken" src="https://img.shields.io/static/v1?label=gitkraken&message=7+cmds&color=4f46e5&style=flat-square&logo=gitkraken&logoColor=white"></a>
285
184
  <a data-site="gitlab" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="gitlab: 3 commands"><img alt="gitlab" src="https://img.shields.io/static/v1?label=gitlab&message=3+cmds&color=4f46e5&style=flat-square&logo=gitlab&logoColor=white"></a>
286
- <a data-site="homebrew" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="homebrew: 2 commands"><img alt="homebrew" src="https://img.shields.io/static/v1?label=homebrew&message=2+cmds&color=4f46e5&style=flat-square&logo=homebrew&logoColor=white"></a>
287
- <a data-site="insomnia" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="insomnia: 7 commands"><img alt="insomnia" src="https://img.shields.io/static/v1?label=insomnia&message=7+cmds&color=4f46e5&style=flat-square"></a>
288
- <a data-site="maven" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="maven: 2 commands"><img alt="maven" src="https://img.shields.io/static/v1?label=maven&message=2+cmds&color=4f46e5&style=flat-square&logo=apachemaven&logoColor=white"></a>
289
- <a data-site="npm" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="npm: 4 commands"><img alt="npm" src="https://img.shields.io/static/v1?label=npm&message=4+cmds&color=4f46e5&style=flat-square&logo=npm&logoColor=white"></a>
185
+ <a data-site="homebrew" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="homebrew: 5 commands"><img alt="homebrew" src="https://img.shields.io/static/v1?label=homebrew&message=5+cmds&color=4f46e5&style=flat-square&logo=homebrew&logoColor=white"></a>
186
+ <a data-site="insomnia" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="insomnia: 7 commands"><img alt="insomnia" src="https://img.shields.io/static/v1?label=insomnia&message=7+cmds&color=4f46e5&style=flat-square&logo=insomnia&logoColor=white"></a>
187
+ <a data-site="maven" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="maven: 3 commands"><img alt="maven" src="https://img.shields.io/static/v1?label=maven&message=3+cmds&color=4f46e5&style=flat-square&logo=apachemaven&logoColor=white"></a>
188
+ <a data-site="npm" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="npm: 5 commands"><img alt="npm" src="https://img.shields.io/static/v1?label=npm&message=5+cmds&color=4f46e5&style=flat-square&logo=npm&logoColor=white"></a>
290
189
  <a data-site="npm-trends" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="npm-trends: 2 commands"><img alt="npm-trends" src="https://img.shields.io/static/v1?label=npm-trends&message=2+cmds&color=4f46e5&style=flat-square&logo=npm&logoColor=white"></a>
291
- <a data-site="nuget" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="nuget: 2 commands"><img alt="nuget" src="https://img.shields.io/static/v1?label=nuget&message=2+cmds&color=4f46e5&style=flat-square&logo=nuget&logoColor=white"></a>
292
- <a data-site="opencode" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="opencode: 1 command"><img alt="opencode" src="https://img.shields.io/static/v1?label=opencode&message=1+cmds&color=4f46e5&style=flat-square"></a>
293
- <a data-site="packagist" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="packagist: 2 commands"><img alt="packagist" src="https://img.shields.io/static/v1?label=packagist&message=2+cmds&color=4f46e5&style=flat-square&logo=packagist&logoColor=white"></a>
190
+ <a data-site="nuget" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="nuget: 3 commands"><img alt="nuget" src="https://img.shields.io/static/v1?label=nuget&message=3+cmds&color=4f46e5&style=flat-square&logo=nuget&logoColor=white"></a>
191
+ <a data-site="packagist" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="packagist: 3 commands"><img alt="packagist" src="https://img.shields.io/static/v1?label=packagist&message=3+cmds&color=4f46e5&style=flat-square&logo=packagist&logoColor=white"></a>
294
192
  <a data-site="postman" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="postman: 7 commands"><img alt="postman" src="https://img.shields.io/static/v1?label=postman&message=7+cmds&color=4f46e5&style=flat-square&logo=postman&logoColor=white"></a>
295
193
  <a data-site="producthunt" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="producthunt: 5 commands"><img alt="producthunt" src="https://img.shields.io/static/v1?label=producthunt&message=5+cmds&color=4f46e5&style=flat-square&logo=producthunt&logoColor=white"></a>
296
194
  <a data-site="pub-dev" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="pub-dev: 2 commands"><img alt="pub-dev" src="https://img.shields.io/static/v1?label=pub-dev&message=2+cmds&color=4f46e5&style=flat-square&logo=dart&logoColor=white"></a>
297
- <a data-site="pypi" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="pypi: 2 commands"><img alt="pypi" src="https://img.shields.io/static/v1?label=pypi&message=2+cmds&color=4f46e5&style=flat-square&logo=pypi&logoColor=white"></a>
298
- <a data-site="rubygems" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="rubygems: 2 commands"><img alt="rubygems" src="https://img.shields.io/static/v1?label=rubygems&message=2+cmds&color=4f46e5&style=flat-square&logo=rubygems&logoColor=white"></a>
299
- <a data-site="stackoverflow" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="stackoverflow: 6 commands"><img alt="stackoverflow" src="https://img.shields.io/static/v1?label=stackoverflow&message=6+cmds&color=4f46e5&style=flat-square&logo=stackoverflow&logoColor=white"></a>
195
+ <a data-site="pypi" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="pypi: 4 commands"><img alt="pypi" src="https://img.shields.io/static/v1?label=pypi&message=4+cmds&color=4f46e5&style=flat-square&logo=pypi&logoColor=white"></a>
196
+ <a data-site="rubygems" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="rubygems: 3 commands"><img alt="rubygems" src="https://img.shields.io/static/v1?label=rubygems&message=3+cmds&color=4f46e5&style=flat-square&logo=rubygems&logoColor=white"></a>
197
+ <a data-site="stackoverflow" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="stackoverflow: 10 commands"><img alt="stackoverflow" src="https://img.shields.io/static/v1?label=stackoverflow&message=10+cmds&color=4f46e5&style=flat-square&logo=stackoverflow&logoColor=white"></a>
300
198
  <a data-site="vscode" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="vscode: 10 commands"><img alt="vscode" src="https://img.shields.io/static/v1?label=vscode&message=10+cmds&color=4f46e5&style=flat-square&logo=visualstudiocode&logoColor=white"></a>
301
199
  </p>
302
200
  <p><strong>AI</strong><br>
303
201
  <a data-site="antigravity" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="antigravity: 16 commands"><img alt="antigravity" src="https://img.shields.io/static/v1?label=antigravity&message=16+cmds&color=7c3aed&style=flat-square&logo=google&logoColor=white"></a>
304
- <a data-site="chatgpt" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="chatgpt: 15 commands"><img alt="chatgpt" src="https://img.shields.io/static/v1?label=chatgpt&message=15+cmds&color=7c3aed&style=flat-square&logo=openai&logoColor=white"></a>
305
- <a data-site="chatwise" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="chatwise: 16 commands"><img alt="chatwise" src="https://img.shields.io/static/v1?label=chatwise&message=16+cmds&color=7c3aed&style=flat-square"></a>
306
- <a data-site="claude" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="claude: 7 commands"><img alt="claude" src="https://img.shields.io/static/v1?label=claude&message=7+cmds&color=7c3aed&style=flat-square&logo=anthropic&logoColor=white"></a>
307
- <a data-site="deepseek" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="deepseek: 7 commands"><img alt="deepseek" src="https://img.shields.io/static/v1?label=deepseek&message=7+cmds&color=7c3aed&style=flat-square&logo=deepseek&logoColor=white"></a>
308
- <a data-site="doubao" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="doubao: 9 commands"><img alt="doubao" src="https://img.shields.io/static/v1?label=doubao&message=9+cmds&color=7c3aed&style=flat-square"></a>
309
- <a data-site="doubao-app" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="doubao-app: 13 commands"><img alt="doubao-app" src="https://img.shields.io/static/v1?label=doubao-app&message=13+cmds&color=7c3aed&style=flat-square"></a>
310
- <a data-site="doubao-web" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="doubao-web: 9 commands"><img alt="doubao-web" src="https://img.shields.io/static/v1?label=doubao-web&message=9+cmds&color=7c3aed&style=flat-square"></a>
202
+ <a data-site="chatgpt" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="chatgpt: 17 commands"><img alt="chatgpt" src="https://img.shields.io/static/v1?label=chatgpt&message=17+cmds&color=7c3aed&style=flat-square&logo=openai&logoColor=white"></a>
203
+ <a data-site="claude" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="claude: 14 commands"><img alt="claude" src="https://img.shields.io/static/v1?label=claude&message=14+cmds&color=7c3aed&style=flat-square&logo=anthropic&logoColor=white"></a>
204
+ <a data-site="deepseek" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="deepseek: 9 commands"><img alt="deepseek" src="https://img.shields.io/static/v1?label=deepseek&message=9+cmds&color=7c3aed&style=flat-square&logo=deepseek&logoColor=white"></a>
311
205
  <a data-site="gemini" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="gemini: 5 commands"><img alt="gemini" src="https://img.shields.io/static/v1?label=gemini&message=5+cmds&color=7c3aed&style=flat-square&logo=googlegemini&logoColor=white"></a>
312
- <a data-site="grok" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="grok: 1 command"><img alt="grok" src="https://img.shields.io/static/v1?label=grok&message=1+cmds&color=7c3aed&style=flat-square"></a>
313
- <a data-site="hf" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="hf: 4 commands"><img alt="hf" src="https://img.shields.io/static/v1?label=hf&message=4+cmds&color=7c3aed&style=flat-square&logo=huggingface&logoColor=white"></a>
206
+ <a data-site="hf" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="hf: 5 commands"><img alt="hf" src="https://img.shields.io/static/v1?label=hf&message=5+cmds&color=7c3aed&style=flat-square&logo=huggingface&logoColor=white"></a>
314
207
  <a data-site="huggingface-papers" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="huggingface-papers: 2 commands"><img alt="huggingface-papers" src="https://img.shields.io/static/v1?label=huggingface-papers&message=2+cmds&color=7c3aed&style=flat-square&logo=huggingface&logoColor=white"></a>
315
208
  <a data-site="lm-studio" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="lm-studio: 7 commands"><img alt="lm-studio" src="https://img.shields.io/static/v1?label=lm-studio&message=7+cmds&color=7c3aed&style=flat-square&logo=lmstudio&logoColor=white"></a>
316
- <a data-site="minimax" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="minimax: 3 commands"><img alt="minimax" src="https://img.shields.io/static/v1?label=minimax&message=3+cmds&color=7c3aed&style=flat-square"></a>
317
- <a data-site="notebooklm" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="notebooklm: 15 commands"><img alt="notebooklm" src="https://img.shields.io/static/v1?label=notebooklm&message=15+cmds&color=7c3aed&style=flat-square"></a>
318
- <a data-site="novita" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="novita: 3 commands"><img alt="novita" src="https://img.shields.io/static/v1?label=novita&message=3+cmds&color=7c3aed&style=flat-square"></a>
319
- <a data-site="ollama" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="ollama: 3 commands"><img alt="ollama" src="https://img.shields.io/static/v1?label=ollama&message=3+cmds&color=7c3aed&style=flat-square"></a>
320
209
  <a data-site="openrouter" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="openrouter: 2 commands"><img alt="openrouter" src="https://img.shields.io/static/v1?label=openrouter&message=2+cmds&color=7c3aed&style=flat-square&logo=openai&logoColor=white"></a>
321
- <a data-site="perplexity" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="perplexity: 8 commands"><img alt="perplexity" src="https://img.shields.io/static/v1?label=perplexity&message=8+cmds&color=7c3aed&style=flat-square"></a>
322
- <a data-site="replicate" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="replicate: 2 commands"><img alt="replicate" src="https://img.shields.io/static/v1?label=replicate&message=2+cmds&color=7c3aed&style=flat-square"></a>
323
- <a data-site="yuanbao" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="yuanbao: 3 commands"><img alt="yuanbao" src="https://img.shields.io/static/v1?label=yuanbao&message=3+cmds&color=7c3aed&style=flat-square"></a>
210
+ <a data-site="replicate" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="replicate: 2 commands"><img alt="replicate" src="https://img.shields.io/static/v1?label=replicate&message=2+cmds&color=7c3aed&style=flat-square&logo=replicate&logoColor=white"></a>
324
211
  </p>
325
212
  <p><strong>知识</strong><br>
326
- <a data-site="arxiv" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="arxiv: 2 commands"><img alt="arxiv" src="https://img.shields.io/static/v1?label=arxiv&message=2+cmds&color=0f766e&style=flat-square&logo=arxiv&logoColor=white"></a>
327
- <a data-site="chaoxing" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="chaoxing: 2 commands"><img alt="chaoxing" src="https://img.shields.io/static/v1?label=chaoxing&message=2+cmds&color=0f766e&style=flat-square"></a>
328
- <a data-site="cnki" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="cnki: 1 command"><img alt="cnki" src="https://img.shields.io/static/v1?label=cnki&message=1+cmds&color=0f766e&style=flat-square"></a>
329
- <a data-site="dictionary" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="dictionary: 3 commands"><img alt="dictionary" src="https://img.shields.io/static/v1?label=dictionary&message=3+cmds&color=0f766e&style=flat-square"></a>
213
+ <a data-site="arxiv" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="arxiv: 4 commands"><img alt="arxiv" src="https://img.shields.io/static/v1?label=arxiv&message=4+cmds&color=0f766e&style=flat-square&logo=arxiv&logoColor=white"></a>
330
214
  <a data-site="google" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="google: 4 commands"><img alt="google" src="https://img.shields.io/static/v1?label=google&message=4+cmds&color=0f766e&style=flat-square&logo=google&logoColor=white"></a>
331
- <a data-site="imdb" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="imdb: 6 commands"><img alt="imdb" src="https://img.shields.io/static/v1?label=imdb&message=6+cmds&color=0f766e&style=flat-square"></a>
332
- <a data-site="paperreview" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="paperreview: 3 commands"><img alt="paperreview" src="https://img.shields.io/static/v1?label=paperreview&message=3+cmds&color=0f766e&style=flat-square"></a>
333
- <a data-site="wikipedia" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="wikipedia: 4 commands"><img alt="wikipedia" src="https://img.shields.io/static/v1?label=wikipedia&message=4+cmds&color=0f766e&style=flat-square&logo=wikipedia&logoColor=white"></a>
215
+ <a data-site="wikipedia" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="wikipedia: 5 commands"><img alt="wikipedia" src="https://img.shields.io/static/v1?label=wikipedia&message=5+cmds&color=0f766e&style=flat-square&logo=wikipedia&logoColor=white"></a>
334
216
  </p>
335
217
  <p><strong>音频</strong><br>
336
218
  <a data-site="apple-podcasts" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="apple-podcasts: 2 commands"><img alt="apple-podcasts" src="https://img.shields.io/static/v1?label=apple-podcasts&message=2+cmds&color=16a34a&style=flat-square&logo=applepodcasts&logoColor=white"></a>
337
219
  <a data-site="netease-music" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="netease-music: 15 commands"><img alt="netease-music" src="https://img.shields.io/static/v1?label=netease-music&message=15+cmds&color=16a34a&style=flat-square&logo=neteasecloudmusic&logoColor=white"></a>
338
220
  <a data-site="spotify" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="spotify: 23 commands"><img alt="spotify" src="https://img.shields.io/static/v1?label=spotify&message=23+cmds&color=16a34a&style=flat-square&logo=spotify&logoColor=white"></a>
339
- <a data-site="xiaoyuzhou" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="xiaoyuzhou: 5 commands"><img alt="xiaoyuzhou" src="https://img.shields.io/static/v1?label=xiaoyuzhou&message=5+cmds&color=16a34a&style=flat-square"></a>
340
221
  </p>
341
222
  <p><strong>内容</strong><br>
342
- <a data-site="medium" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="medium: 5 commands"><img alt="medium" src="https://img.shields.io/static/v1?label=medium&message=5+cmds&color=c2410c&style=flat-square"></a>
343
223
  <a data-site="pixiv" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="pixiv: 6 commands"><img alt="pixiv" src="https://img.shields.io/static/v1?label=pixiv&message=6+cmds&color=c2410c&style=flat-square&logo=pixiv&logoColor=white"></a>
344
- <a data-site="sspai" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="sspai: 2 commands"><img alt="sspai" src="https://img.shields.io/static/v1?label=sspai&message=2+cmds&color=c2410c&style=flat-square"></a>
345
- <a data-site="substack" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="substack: 3 commands"><img alt="substack" src="https://img.shields.io/static/v1?label=substack&message=3+cmds&color=c2410c&style=flat-square"></a>
346
- <a data-site="weread" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="weread: 8 commands"><img alt="weread" src="https://img.shields.io/static/v1?label=weread&message=8+cmds&color=c2410c&style=flat-square"></a>
347
- <a data-site="zsxq" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="zsxq: 5 commands"><img alt="zsxq" src="https://img.shields.io/static/v1?label=zsxq&message=5+cmds&color=c2410c&style=flat-square"></a>
348
224
  </p>
349
225
  <p><strong>效率</strong><br>
350
226
  <a data-site="apple-notes" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="apple-notes: 3 commands"><img alt="apple-notes" src="https://img.shields.io/static/v1?label=apple-notes&message=3+cmds&color=475569&style=flat-square&logo=apple&logoColor=white"></a>
351
- <a data-site="evernote-app" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="evernote-app: 7 commands"><img alt="evernote-app" src="https://img.shields.io/static/v1?label=evernote-app&message=7+cmds&color=475569&style=flat-square"></a>
352
- <a data-site="logseq" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="logseq: 7 commands"><img alt="logseq" src="https://img.shields.io/static/v1?label=logseq&message=7+cmds&color=475569&style=flat-square"></a>
353
- <a data-site="mubu" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="mubu: 6 commands"><img alt="mubu" src="https://img.shields.io/static/v1?label=mubu&message=6+cmds&color=475569&style=flat-square"></a>
354
227
  <a data-site="notion" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="notion: 18 commands"><img alt="notion" src="https://img.shields.io/static/v1?label=notion&message=18+cmds&color=475569&style=flat-square&logo=notion&logoColor=white"></a>
355
228
  <a data-site="obsidian" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="obsidian: 10 commands"><img alt="obsidian" src="https://img.shields.io/static/v1?label=obsidian&message=10+cmds&color=475569&style=flat-square&logo=obsidian&logoColor=white"></a>
356
229
  <a data-site="typora" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="typora: 7 commands"><img alt="typora" src="https://img.shields.io/static/v1?label=typora&message=7+cmds&color=475569&style=flat-square&logo=typora&logoColor=white"></a>
357
230
  </p>
358
- <p><strong>招聘</strong><br>
359
- <a data-site="boss" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="boss: 14 commands"><img alt="boss" src="https://img.shields.io/static/v1?label=boss&message=14+cmds&color=0891b2&style=flat-square"></a>
360
- <a data-site="linkedin" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="linkedin: 4 commands"><img alt="linkedin" src="https://img.shields.io/static/v1?label=linkedin&message=4+cmds&color=0891b2&style=flat-square"></a>
361
- </p>
362
231
  <p><strong>桌面</strong><br>
363
232
  <a data-site="blender" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="blender: 13 commands"><img alt="blender" src="https://img.shields.io/static/v1?label=blender&message=13+cmds&color=334155&style=flat-square&logo=blender&logoColor=white"></a>
364
- <a data-site="comfyui" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="comfyui: 4 commands"><img alt="comfyui" src="https://img.shields.io/static/v1?label=comfyui&message=4+cmds&color=334155&style=flat-square"></a>
365
233
  <a data-site="docker" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="docker: 7 commands"><img alt="docker" src="https://img.shields.io/static/v1?label=docker&message=7+cmds&color=334155&style=flat-square&logo=docker&logoColor=white"></a>
366
- <a data-site="drawio" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="drawio: 1 command"><img alt="drawio" src="https://img.shields.io/static/v1?label=drawio&message=1+cmds&color=334155&style=flat-square"></a>
367
- <a data-site="excel" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="excel: 7 commands"><img alt="excel" src="https://img.shields.io/static/v1?label=excel&message=7+cmds&color=334155&style=flat-square"></a>
368
234
  <a data-site="ffmpeg" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="ffmpeg: 11 commands"><img alt="ffmpeg" src="https://img.shields.io/static/v1?label=ffmpeg&message=11+cmds&color=334155&style=flat-square&logo=ffmpeg&logoColor=white"></a>
369
235
  <a data-site="figma" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="figma: 7 commands"><img alt="figma" src="https://img.shields.io/static/v1?label=figma&message=7+cmds&color=334155&style=flat-square&logo=figma&logoColor=white"></a>
370
236
  <a data-site="freecad" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="freecad: 15 commands"><img alt="freecad" src="https://img.shields.io/static/v1?label=freecad&message=15+cmds&color=334155&style=flat-square&logo=freecad&logoColor=white"></a>
371
237
  <a data-site="gimp" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="gimp: 12 commands"><img alt="gimp" src="https://img.shields.io/static/v1?label=gimp&message=12+cmds&color=334155&style=flat-square&logo=gimp&logoColor=white"></a>
372
238
  <a data-site="imagemagick" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="imagemagick: 6 commands"><img alt="imagemagick" src="https://img.shields.io/static/v1?label=imagemagick&message=6+cmds&color=334155&style=flat-square&logo=imagemagick&logoColor=white"></a>
373
- <a data-site="inkscape" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="inkscape: 3 commands"><img alt="inkscape" src="https://img.shields.io/static/v1?label=inkscape&message=3+cmds&color=334155&style=flat-square"></a>
374
- <a data-site="libreoffice" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="libreoffice: 2 commands"><img alt="libreoffice" src="https://img.shields.io/static/v1?label=libreoffice&message=2+cmds&color=334155&style=flat-square"></a>
375
239
  <a data-site="macos" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="macos: 60 commands"><img alt="macos" src="https://img.shields.io/static/v1?label=macos&message=60+cmds&color=334155&style=flat-square&logo=apple&logoColor=white"></a>
376
240
  <a data-site="mermaid" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="mermaid: 1 command"><img alt="mermaid" src="https://img.shields.io/static/v1?label=mermaid&message=1+cmds&color=334155&style=flat-square&logo=mermaid&logoColor=white"></a>
377
- <a data-site="musescore" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="musescore: 5 commands"><img alt="musescore" src="https://img.shields.io/static/v1?label=musescore&message=5+cmds&color=334155&style=flat-square"></a>
378
241
  <a data-site="pandoc" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="pandoc: 1 command"><img alt="pandoc" src="https://img.shields.io/static/v1?label=pandoc&message=1+cmds&color=334155&style=flat-square&logo=pandoc&logoColor=white"></a>
379
242
  <a data-site="powerpoint" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="powerpoint: 7 commands"><img alt="powerpoint" src="https://img.shields.io/static/v1?label=powerpoint&message=7+cmds&color=334155&style=flat-square&logo=microsoftpowerpoint&logoColor=white"></a>
380
243
  <a data-site="word" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="word: 7 commands"><img alt="word" src="https://img.shields.io/static/v1?label=word&message=7+cmds&color=334155&style=flat-square&logo=microsoftword&logoColor=white"></a>
381
244
  </p>
382
245
  <p><strong>游戏</strong><br>
383
- <a data-site="steam" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="steam: 6 commands"><img alt="steam" src="https://img.shields.io/static/v1?label=steam&message=6+cmds&color=9333ea&style=flat-square&logo=steam&logoColor=white"></a>
246
+ <a data-site="steam" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="steam: 7 commands"><img alt="steam" src="https://img.shields.io/static/v1?label=steam&message=7+cmds&color=9333ea&style=flat-square&logo=steam&logoColor=white"></a>
384
247
  </p>
385
248
  <p><strong>工具</strong><br>
386
- <a data-site="bitwarden" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="bitwarden: 7 commands"><img alt="bitwarden" src="https://img.shields.io/static/v1?label=bitwarden&message=7+cmds&color=0d9488&style=flat-square"></a>
387
- <a data-site="exchangerate" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="exchangerate: 1 command"><img alt="exchangerate" src="https://img.shields.io/static/v1?label=exchangerate&message=1+cmds&color=0d9488&style=flat-square"></a>
388
- <a data-site="ip-info" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="ip-info: 1 command"><img alt="ip-info" src="https://img.shields.io/static/v1?label=ip-info&message=1+cmds&color=0d9488&style=flat-square"></a>
389
249
  <a data-site="linear" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="linear: 10 commands"><img alt="linear" src="https://img.shields.io/static/v1?label=linear&message=10+cmds&color=0d9488&style=flat-square&logo=linear&logoColor=white"></a>
390
250
  <a data-site="qweather" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="qweather: 2 commands"><img alt="qweather" src="https://img.shields.io/static/v1?label=qweather&message=2+cmds&color=0d9488&style=flat-square&logo=icloud&logoColor=white"></a>
391
251
  <a data-site="todoist" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="todoist: 7 commands"><img alt="todoist" src="https://img.shields.io/static/v1?label=todoist&message=7+cmds&color=0d9488&style=flat-square&logo=todoist&logoColor=white"></a>
392
- <a data-site="web" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="web: 1 command"><img alt="web" src="https://img.shields.io/static/v1?label=web&message=1+cmds&color=0d9488&style=flat-square"></a>
393
252
  </p>
394
253
  <p><strong>其他</strong><br>
395
- <a data-site="51job" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="51job: 4 commands"><img alt="51job" src="https://img.shields.io/static/v1?label=51job&message=4+cmds&color=64748b&style=flat-square"></a>
396
- <a data-site="adguardhome" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="adguardhome: 2 commands"><img alt="adguardhome" src="https://img.shields.io/static/v1?label=adguardhome&message=2+cmds&color=64748b&style=flat-square"></a>
397
- <a data-site="audacity" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="audacity: 8 commands"><img alt="audacity" src="https://img.shields.io/static/v1?label=audacity&message=8+cmds&color=64748b&style=flat-square"></a>
398
- <a data-site="autoagent" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="autoagent: 1 command"><img alt="autoagent" src="https://img.shields.io/static/v1?label=autoagent&message=1+cmds&color=64748b&style=flat-square"></a>
399
254
  <a data-site="aws" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="aws: 1 command"><img alt="aws" src="https://img.shields.io/static/v1?label=aws&message=1+cmds&color=64748b&style=flat-square&logo=amazonaws&logoColor=white"></a>
400
- <a data-site="baidu" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="baidu: 2 commands"><img alt="baidu" src="https://img.shields.io/static/v1?label=baidu&message=2+cmds&color=64748b&style=flat-square"></a>
401
- <a data-site="baidu-scholar" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="baidu-scholar: 1 command"><img alt="baidu-scholar" src="https://img.shields.io/static/v1?label=baidu-scholar&message=1+cmds&color=64748b&style=flat-square"></a>
402
- <a data-site="chatgpt-app" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="chatgpt-app: 8 commands"><img alt="chatgpt-app" src="https://img.shields.io/static/v1?label=chatgpt-app&message=8+cmds&color=64748b&style=flat-square"></a>
403
255
  <a data-site="chrome" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="chrome: 2 commands"><img alt="chrome" src="https://img.shields.io/static/v1?label=chrome&message=2+cmds&color=64748b&style=flat-square&logo=googlechrome&logoColor=white"></a>
404
256
  <a data-site="cloudcompare" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="cloudcompare: 4 commands"><img alt="cloudcompare" src="https://img.shields.io/static/v1?label=cloudcompare&message=4+cmds&color=64748b&style=flat-square&logo=cloudinary&logoColor=white"></a>
405
- <a data-site="cua" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="cua: 2 commands"><img alt="cua" src="https://img.shields.io/static/v1?label=cua&message=2+cmds&color=64748b&style=flat-square"></a>
406
- <a data-site="doctl" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="doctl: 1 command"><img alt="doctl" src="https://img.shields.io/static/v1?label=doctl&message=1+cmds&color=64748b&style=flat-square"></a>
407
- <a data-site="feishu" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="feishu: 4 commands"><img alt="feishu" src="https://img.shields.io/static/v1?label=feishu&message=4+cmds&color=64748b&style=flat-square"></a>
408
- <a data-site="flyctl" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="flyctl: 1 command"><img alt="flyctl" src="https://img.shields.io/static/v1?label=flyctl&message=1+cmds&color=64748b&style=flat-square"></a>
409
257
  <a data-site="gh" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="gh: 6 commands"><img alt="gh" src="https://img.shields.io/static/v1?label=gh&message=6+cmds&color=64748b&style=flat-square&logo=github&logoColor=white"></a>
410
- <a data-site="godot" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="godot: 2 commands"><img alt="godot" src="https://img.shields.io/static/v1?label=godot&message=2+cmds&color=64748b&style=flat-square"></a>
411
258
  <a data-site="google-scholar" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="google-scholar: 3 commands"><img alt="google-scholar" src="https://img.shields.io/static/v1?label=google-scholar&message=3+cmds&color=64748b&style=flat-square&logo=google&logoColor=white"></a>
412
- <a data-site="gov-law" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="gov-law: 2 commands"><img alt="gov-law" src="https://img.shields.io/static/v1?label=gov-law&message=2+cmds&color=64748b&style=flat-square"></a>
413
- <a data-site="gov-policy" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="gov-policy: 2 commands"><img alt="gov-policy" src="https://img.shields.io/static/v1?label=gov-policy&message=2+cmds&color=64748b&style=flat-square"></a>
414
- <a data-site="hermes" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="hermes: 3 commands"><img alt="hermes" src="https://img.shields.io/static/v1?label=hermes&message=3+cmds&color=64748b&style=flat-square"></a>
415
- <a data-site="imessage" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="imessage: 3 commands"><img alt="imessage" src="https://img.shields.io/static/v1?label=imessage&message=3+cmds&color=64748b&style=flat-square"></a>
416
- <a data-site="itch-io" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="itch-io: 1 command"><img alt="itch-io" src="https://img.shields.io/static/v1?label=itch-io&message=1+cmds&color=64748b&style=flat-square"></a>
417
- <a data-site="jianyu" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="jianyu: 2 commands"><img alt="jianyu" src="https://img.shields.io/static/v1?label=jianyu&message=2+cmds&color=64748b&style=flat-square"></a>
418
- <a data-site="jimeng" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="jimeng: 4 commands"><img alt="jimeng" src="https://img.shields.io/static/v1?label=jimeng&message=4+cmds&color=64748b&style=flat-square"></a>
419
259
  <a data-site="jq" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="jq: 2 commands"><img alt="jq" src="https://img.shields.io/static/v1?label=jq&message=2+cmds&color=64748b&style=flat-square&logo=json&logoColor=white"></a>
420
- <a data-site="juejin" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="juejin: 2 commands"><img alt="juejin" src="https://img.shields.io/static/v1?label=juejin&message=2+cmds&color=64748b&style=flat-square"></a>
421
- <a data-site="kdenlive" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="kdenlive: 3 commands"><img alt="kdenlive" src="https://img.shields.io/static/v1?label=kdenlive&message=3+cmds&color=64748b&style=flat-square"></a>
422
- <a data-site="ke" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="ke: 4 commands"><img alt="ke" src="https://img.shields.io/static/v1?label=ke&message=4+cmds&color=64748b&style=flat-square"></a>
423
- <a data-site="krita" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="krita: 4 commands"><img alt="krita" src="https://img.shields.io/static/v1?label=krita&message=4+cmds&color=64748b&style=flat-square"></a>
424
- <a data-site="leetcode" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="leetcode: 1 command"><img alt="leetcode" src="https://img.shields.io/static/v1?label=leetcode&message=1+cmds&color=64748b&style=flat-square"></a>
425
- <a data-site="lesswrong" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="lesswrong: 15 commands"><img alt="lesswrong" src="https://img.shields.io/static/v1?label=lesswrong&message=15+cmds&color=64748b&style=flat-square"></a>
426
- <a data-site="maimai" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="maimai: 2 commands"><img alt="maimai" src="https://img.shields.io/static/v1?label=maimai&message=2+cmds&color=64748b&style=flat-square"></a>
427
- <a data-site="motion-studio" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="motion-studio: 1 command"><img alt="motion-studio" src="https://img.shields.io/static/v1?label=motion-studio&message=1+cmds&color=64748b&style=flat-square"></a>
428
- <a data-site="neonctl" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="neonctl: 1 command"><img alt="neonctl" src="https://img.shields.io/static/v1?label=neonctl&message=1+cmds&color=64748b&style=flat-square"></a>
429
260
  <a data-site="netlify" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="netlify: 1 command"><img alt="netlify" src="https://img.shields.io/static/v1?label=netlify&message=1+cmds&color=64748b&style=flat-square&logo=netlify&logoColor=white"></a>
430
- <a data-site="nowcoder" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="nowcoder: 16 commands"><img alt="nowcoder" src="https://img.shields.io/static/v1?label=nowcoder&message=16+cmds&color=64748b&style=flat-square"></a>
431
- <a data-site="obs" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="obs: 8 commands"><img alt="obs" src="https://img.shields.io/static/v1?label=obs&message=8+cmds&color=64748b&style=flat-square"></a>
432
- <a data-site="ones" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="ones: 11 commands"><img alt="ones" src="https://img.shields.io/static/v1?label=ones&message=11+cmds&color=64748b&style=flat-square"></a>
433
- <a data-site="openharness" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="openharness: 2 commands"><img alt="openharness" src="https://img.shields.io/static/v1?label=openharness&message=2+cmds&color=64748b&style=flat-square"></a>
434
261
  <a data-site="pexels" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="pexels: 2 commands"><img alt="pexels" src="https://img.shields.io/static/v1?label=pexels&message=2+cmds&color=64748b&style=flat-square&logo=pexels&logoColor=white"></a>
435
- <a data-site="powerchina" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="powerchina: 1 command"><img alt="powerchina" src="https://img.shields.io/static/v1?label=powerchina&message=1+cmds&color=64748b&style=flat-square"></a>
436
- <a data-site="pscale" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="pscale: 1 command"><img alt="pscale" src="https://img.shields.io/static/v1?label=pscale&message=1+cmds&color=64748b&style=flat-square"></a>
437
- <a data-site="quark" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="quark: 8 commands"><img alt="quark" src="https://img.shields.io/static/v1?label=quark&message=8+cmds&color=64748b&style=flat-square"></a>
438
- <a data-site="railway" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="railway: 1 command"><img alt="railway" src="https://img.shields.io/static/v1?label=railway&message=1+cmds&color=64748b&style=flat-square"></a>
439
- <a data-site="renderdoc" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="renderdoc: 2 commands"><img alt="renderdoc" src="https://img.shields.io/static/v1?label=renderdoc&message=2+cmds&color=64748b&style=flat-square"></a>
440
- <a data-site="shotcut" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="shotcut: 3 commands"><img alt="shotcut" src="https://img.shields.io/static/v1?label=shotcut&message=3+cmds&color=64748b&style=flat-square"></a>
441
- <a data-site="sinablog" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="sinablog: 4 commands"><img alt="sinablog" src="https://img.shields.io/static/v1?label=sinablog&message=4+cmds&color=64748b&style=flat-square"></a>
442
- <a data-site="sketch" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="sketch: 3 commands"><img alt="sketch" src="https://img.shields.io/static/v1?label=sketch&message=3+cmds&color=64748b&style=flat-square"></a>
262
+ <a data-site="qwen" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="qwen: 8 commands"><img alt="qwen" src="https://img.shields.io/static/v1?label=qwen&message=8+cmds&color=64748b&style=flat-square&logo=alibabacloud&logoColor=white"></a>
443
263
  <a data-site="slay-the-spire-ii" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="slay-the-spire-ii: 6 commands"><img alt="slay-the-spire-ii" src="https://img.shields.io/static/v1?label=slay-the-spire-ii&message=6+cmds&color=64748b&style=flat-square&logo=steam&logoColor=white"></a>
444
- <a data-site="slock" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="slock: 1 command"><img alt="slock" src="https://img.shields.io/static/v1?label=slock&message=1+cmds&color=64748b&style=flat-square"></a>
445
- <a data-site="stagehand" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="stagehand: 1 command"><img alt="stagehand" src="https://img.shields.io/static/v1?label=stagehand&message=1+cmds&color=64748b&style=flat-square"></a>
446
264
  <a data-site="supabase" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="supabase: 1 command"><img alt="supabase" src="https://img.shields.io/static/v1?label=supabase&message=1+cmds&color=64748b&style=flat-square&logo=supabase&logoColor=white"></a>
447
- <a data-site="tdx" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="tdx: 1 command"><img alt="tdx" src="https://img.shields.io/static/v1?label=tdx&message=1+cmds&color=64748b&style=flat-square"></a>
448
- <a data-site="threads" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="threads: 2 commands"><img alt="threads" src="https://img.shields.io/static/v1?label=threads&message=2+cmds&color=64748b&style=flat-square"></a>
449
- <a data-site="ths" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="ths: 1 command"><img alt="ths" src="https://img.shields.io/static/v1?label=ths&message=1+cmds&color=64748b&style=flat-square"></a>
450
- <a data-site="toutiao" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="toutiao: 3 commands"><img alt="toutiao" src="https://img.shields.io/static/v1?label=toutiao&message=3+cmds&color=64748b&style=flat-square"></a>
451
- <a data-site="uiverse" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="uiverse: 2 commands"><img alt="uiverse" src="https://img.shields.io/static/v1?label=uiverse&message=2+cmds&color=64748b&style=flat-square"></a>
452
265
  <a data-site="unsplash" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="unsplash: 2 commands"><img alt="unsplash" src="https://img.shields.io/static/v1?label=unsplash&message=2+cmds&color=64748b&style=flat-square&logo=unsplash&logoColor=white"></a>
453
266
  <a data-site="vercel" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="vercel: 1 command"><img alt="vercel" src="https://img.shields.io/static/v1?label=vercel&message=1+cmds&color=64748b&style=flat-square&logo=vercel&logoColor=white"></a>
454
- <a data-site="wanfang" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="wanfang: 1 command"><img alt="wanfang" src="https://img.shields.io/static/v1?label=wanfang&message=1+cmds&color=64748b&style=flat-square"></a>
455
267
  <a data-site="wechat-channels" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="wechat-channels: 2 commands"><img alt="wechat-channels" src="https://img.shields.io/static/v1?label=wechat-channels&message=2+cmds&color=64748b&style=flat-square&logo=wechat&logoColor=white"></a>
456
- <a data-site="weixin" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="weixin: 6 commands"><img alt="weixin" src="https://img.shields.io/static/v1?label=weixin&message=6+cmds&color=64748b&style=flat-square"></a>
457
- <a data-site="wiremock" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="wiremock: 5 commands"><img alt="wiremock" src="https://img.shields.io/static/v1?label=wiremock&message=5+cmds&color=64748b&style=flat-square"></a>
458
- <a data-site="wrangler" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="wrangler: 1 command"><img alt="wrangler" src="https://img.shields.io/static/v1?label=wrangler&message=1+cmds&color=64748b&style=flat-square"></a>
459
- <a data-site="xiaoe" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="xiaoe: 5 commands"><img alt="xiaoe" src="https://img.shields.io/static/v1?label=xiaoe&message=5+cmds&color=64748b&style=flat-square"></a>
460
- <a data-site="ycombinator" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="ycombinator: 1 command"><img alt="ycombinator" src="https://img.shields.io/static/v1?label=ycombinator&message=1+cmds&color=64748b&style=flat-square"></a>
461
- <a data-site="yollomi" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="yollomi: 12 commands"><img alt="yollomi" src="https://img.shields.io/static/v1?label=yollomi&message=12+cmds&color=64748b&style=flat-square"></a>
462
268
  <a data-site="yt-dlp" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="yt-dlp: 4 commands"><img alt="yt-dlp" src="https://img.shields.io/static/v1?label=yt-dlp&message=4+cmds&color=64748b&style=flat-square&logo=youtube&logoColor=white"></a>
463
269
  <a data-site="zoom" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="zoom: 2 commands"><img alt="zoom" src="https://img.shields.io/static/v1?label=zoom&message=2+cmds&color=64748b&style=flat-square&logo=zoom&logoColor=white"></a>
464
270
  <a data-site="zotero" href="https://olo-dot-io.github.io/Uni-CLI/reference/sites" title="zotero: 8 commands"><img alt="zotero" src="https://img.shields.io/static/v1?label=zotero&message=8+cmds&color=64748b&style=flat-square&logo=zotero&logoColor=white"></a>
@@ -591,9 +397,9 @@ columns: [title, url]
591
397
  ## 开发
592
398
 
593
399
  ```bash
594
- pnpm install
595
- pnpm typecheck
596
- pnpm lint
400
+ npm install
401
+ npm run typecheck
402
+ npm run lint
597
403
  npm run verify
598
404
  ```
599
405
 
@@ -602,5 +408,5 @@ npm run verify
602
408
  [Apache-2.0](./LICENSE)
603
409
 
604
410
  <p align="center">
605
- <sub>v0.219.0 — Vostok · Gagarin</sub>
411
+ <sub>v0.220.0 — Apollo · Lovell</sub>
606
412
  </p>