@zenalexa/unicli 0.221.1 → 0.222.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 (125) hide show
  1. package/AGENTS.md +2 -2
  2. package/README.md +29 -22
  3. package/README.zh-CN.md +26 -22
  4. package/crates/unicli-atspi/src/errors.rs +2 -2
  5. package/crates/unicli-uia/src/errors.rs +1 -1
  6. package/dist/commands/compute.d.ts.map +1 -1
  7. package/dist/commands/compute.js +1 -1
  8. package/dist/commands/compute.js.map +1 -1
  9. package/dist/commands/doctor-compute.js +11 -7
  10. package/dist/commands/doctor-compute.js.map +1 -1
  11. package/dist/commands/lint.js +3 -3
  12. package/dist/commands/lint.js.map +1 -1
  13. package/dist/commands/migrate-schema.d.ts.map +1 -1
  14. package/dist/commands/migrate-schema.js +26 -22
  15. package/dist/commands/migrate-schema.js.map +1 -1
  16. package/dist/discovery/loader.d.ts.map +1 -1
  17. package/dist/discovery/loader.js +47 -2
  18. package/dist/discovery/loader.js.map +1 -1
  19. package/dist/electron-apps.d.ts +1 -1
  20. package/dist/electron-apps.d.ts.map +1 -1
  21. package/dist/electron-apps.js +2 -2
  22. package/dist/electron-apps.js.map +1 -1
  23. package/dist/engine/executor.d.ts +1 -1
  24. package/dist/engine/executor.js +7 -7
  25. package/dist/engine/executor.js.map +1 -1
  26. package/dist/engine/repair/remedies.js +3 -3
  27. package/dist/engine/repair/remedies.js.map +1 -1
  28. package/dist/engine/steps/desktop-ax.d.ts +4 -0
  29. package/dist/engine/steps/desktop-ax.d.ts.map +1 -1
  30. package/dist/engine/steps/desktop-ax.js +8 -0
  31. package/dist/engine/steps/desktop-ax.js.map +1 -1
  32. package/dist/engine/steps/desktop-sidecar.d.ts +1 -1
  33. package/dist/engine/steps/desktop-sidecar.js +1 -1
  34. package/dist/engine/steps/index.d.ts +1 -1
  35. package/dist/engine/steps/index.d.ts.map +1 -1
  36. package/dist/engine/steps/index.js +1 -1
  37. package/dist/engine/steps/index.js.map +1 -1
  38. package/dist/engine/steps/visual.d.ts +47 -0
  39. package/dist/engine/steps/visual.d.ts.map +1 -0
  40. package/dist/engine/steps/visual.js +66 -0
  41. package/dist/engine/steps/visual.js.map +1 -0
  42. package/dist/engine/transport/mcp-browser.d.ts +1 -1
  43. package/dist/engine/transport/mcp-browser.js +1 -1
  44. package/dist/manifest-compact.txt +2 -2
  45. package/dist/manifest-search.json +1 -1
  46. package/dist/manifest.json +68 -54
  47. package/dist/transport/adapters/desktop-atspi.js +1 -1
  48. package/dist/transport/adapters/desktop-atspi.js.map +1 -1
  49. package/dist/transport/adapters/desktop-ax-background-activation-swift.d.ts +9 -0
  50. package/dist/transport/adapters/desktop-ax-background-activation-swift.d.ts.map +1 -0
  51. package/dist/transport/adapters/desktop-ax-background-activation-swift.js +99 -0
  52. package/dist/transport/adapters/desktop-ax-background-activation-swift.js.map +1 -0
  53. package/dist/transport/adapters/desktop-ax-background-click-swift.d.ts.map +1 -1
  54. package/dist/transport/adapters/desktop-ax-background-click-swift.js +10 -133
  55. package/dist/transport/adapters/desktop-ax-background-click-swift.js.map +1 -1
  56. package/dist/transport/adapters/desktop-ax-background-click.d.ts +1 -3
  57. package/dist/transport/adapters/desktop-ax-background-click.d.ts.map +1 -1
  58. package/dist/transport/adapters/desktop-ax-background-click.js +1 -69
  59. package/dist/transport/adapters/desktop-ax-background-click.js.map +1 -1
  60. package/dist/transport/adapters/desktop-ax-background-dispatch-swift.d.ts +9 -0
  61. package/dist/transport/adapters/desktop-ax-background-dispatch-swift.d.ts.map +1 -0
  62. package/dist/transport/adapters/desktop-ax-background-dispatch-swift.js +169 -0
  63. package/dist/transport/adapters/desktop-ax-background-dispatch-swift.js.map +1 -0
  64. package/dist/transport/adapters/desktop-ax-background-input-swift.d.ts +23 -0
  65. package/dist/transport/adapters/desktop-ax-background-input-swift.d.ts.map +1 -0
  66. package/dist/transport/adapters/desktop-ax-background-input-swift.js +157 -0
  67. package/dist/transport/adapters/desktop-ax-background-input-swift.js.map +1 -0
  68. package/dist/transport/adapters/desktop-ax-background-input.d.ts +13 -0
  69. package/dist/transport/adapters/desktop-ax-background-input.d.ts.map +1 -0
  70. package/dist/transport/adapters/desktop-ax-background-input.js +124 -0
  71. package/dist/transport/adapters/desktop-ax-background-input.js.map +1 -0
  72. package/dist/transport/adapters/desktop-ax-background-window-swift.d.ts +9 -0
  73. package/dist/transport/adapters/desktop-ax-background-window-swift.d.ts.map +1 -0
  74. package/dist/transport/adapters/desktop-ax-background-window-swift.js +110 -0
  75. package/dist/transport/adapters/desktop-ax-background-window-swift.js.map +1 -0
  76. package/dist/transport/adapters/desktop-ax-swift.d.ts +1 -0
  77. package/dist/transport/adapters/desktop-ax-swift.d.ts.map +1 -1
  78. package/dist/transport/adapters/desktop-ax-swift.js +1 -0
  79. package/dist/transport/adapters/desktop-ax-swift.js.map +1 -1
  80. package/dist/transport/adapters/desktop-ax.d.ts +4 -1
  81. package/dist/transport/adapters/desktop-ax.d.ts.map +1 -1
  82. package/dist/transport/adapters/desktop-ax.js +57 -6
  83. package/dist/transport/adapters/desktop-ax.js.map +1 -1
  84. package/dist/transport/adapters/desktop-uia.js +1 -1
  85. package/dist/transport/adapters/desktop-uia.js.map +1 -1
  86. package/dist/transport/adapters/visual.d.ts +114 -0
  87. package/dist/transport/adapters/visual.d.ts.map +1 -0
  88. package/dist/transport/adapters/visual.js +473 -0
  89. package/dist/transport/adapters/visual.js.map +1 -0
  90. package/dist/transport/bus.d.ts +1 -1
  91. package/dist/transport/bus.js +3 -3
  92. package/dist/transport/bus.js.map +1 -1
  93. package/dist/transport/capability.d.ts.map +1 -1
  94. package/dist/transport/capability.js +32 -30
  95. package/dist/transport/capability.js.map +1 -1
  96. package/dist/transport/cascade.js +27 -27
  97. package/dist/transport/cascade.js.map +1 -1
  98. package/dist/transport/types.d.ts +5 -5
  99. package/dist/transport/types.d.ts.map +1 -1
  100. package/dist/transport/types.js +1 -1
  101. package/docs/operate/compute.md +20 -7
  102. package/docs/operate/focus-behavior.md +21 -12
  103. package/docs/operate/troubleshooting.md +17 -12
  104. package/package.json +5 -11
  105. package/server.json +2 -2
  106. package/skills/unicli/SKILL.md +1 -1
  107. package/skills/unicli-claude-code/SKILL.md +1 -1
  108. package/skills/unicli-hermes/SKILL.md +1 -1
  109. package/skills/unicli-repair/references/error-codes.md +7 -7
  110. package/src/adapters/_archived/README.md +6 -6
  111. package/src/adapters/_archived/apple-music/rate-album.yaml +15 -15
  112. package/src/adapters/_archived/archive.json +2 -2
  113. package/src/adapters/figma/export-selected.yaml +16 -16
  114. package/src/adapters/openalex/works.test.ts +40 -32
  115. package/src/adapters/zoom/toggle-mute.yaml +1 -1
  116. package/dist/engine/steps/cua.d.ts +0 -41
  117. package/dist/engine/steps/cua.d.ts.map +0 -1
  118. package/dist/engine/steps/cua.js +0 -59
  119. package/dist/engine/steps/cua.js.map +0 -1
  120. package/dist/transport/adapters/cua.d.ts +0 -239
  121. package/dist/transport/adapters/cua.d.ts.map +0 -1
  122. package/dist/transport/adapters/cua.js +0 -661
  123. package/dist/transport/adapters/cua.js.map +0 -1
  124. package/src/adapters/cua/bench-list.yaml +0 -28
  125. package/src/adapters/cua/bench-run.yaml +0 -40
@@ -1 +1 @@
1
- {"postings":{"16":[688],"90":[600],"180":[600],"250":[420],"264":[536],"270":[600],"1688":[0,1,2,3,4],"2024":[1120],"2025":[1404],"2026":[1404],"assets":[0,1,130,634],"extract":[0,47,119,141,265,315,425,426,531,539,545,721,744,771,789,940,952,1100,1222,1342,1463,1473,1576,1584,1587],"visible":[0,1,45,46,55,57,189,191,192,193,201,203,206,214,215,225,227,235,237,244,246,262,263,271,275,277,311,313,324,326,349,366,367,370,371,375,377,385,387,425,426,428,432,433,440,442,547,548,552,553,763,792,793,796,797,822,823,829,830,956,957,968,969,990,992,1003,1005,1048,1050,1055,1056,1102,1103,1106,1107,1237,1238,1245,1247,1261,1262,1276,1278,1312,1431,1432,1438,1439,1463,1523,1536,1641,1642,1645,1646,1648,1649,1652,1653,1655,1656,1659,1660,1662,1663,1666,1667,1669,1670,1673,1674,1676,1677,1680,1681,1683,1684,1687,1688,1690,1691,1694,1695,1697,1698,1701,1702,1704,1705,1708,1709,1711,1712,1715,1716,1718,1719,1722,1723,1725,1726,1729,1730,1732,1733,1736,1737,1739,1740,1743,1744,1746,1747,1750,1751],"product":[0,1,2,32,35,36,293,295,396,499,737,739,741,742,1131,1133,1134,1135,1308,1310,1312],"media":[0,1,332,537,538,542,546,1320,1365,1376],"from":[0,1,4,6,26,46,47,52,53,63,77,88,119,136,139,141,143,147,170,191,192,198,199,206,209,210,215,217,222,223,229,237,238,263,265,271,272,273,280,281,299,313,315,316,321,322,346,359,367,377,393,397,399,433,437,438,465,472,496,511,531,539,548,561,578,633,676,685,703,721,727,738,771,789,793,823,835,848,865,884,895,921,932,940,951,952,957,980,985,992,1050,1066,1100,1103,1127,1137,1157,1158,1181,1192,1193,1195,1198,1200,1222,1234,1238,1253,1255,1262,1309,1310,1319,1321,1324,1332,1342,1346,1347,1358,1365,1372,1373,1374,1376,1380,1394,1396,1432,1447,1457,1489,1497,1510,1525,1527,1546,1559,1560,1571,1573,1576,1580,1583,1584,1587,1590,1603,1623,1632,1642,1649,1656,1663,1670,1677,1684,1691,1698,1705,1712,1719,1726,1733,1740,1747],"item":[0,1,2,110,642,741,908,1496,1628,1629,1633,1635],"page":[0,1,2,12,37,245,351,493,529,638,940,941,993,995,999,1000,1007,1156,1166,1170,1172,1210,1295,1332,1473,1505,1528,1595,1623],"shopping":[0,1,2,3,4,31,32,33,34,35,36,37,38,293,294,295,296,337,338,360,361,362,497,498,737,738,739,740,741,742,743,918,919,935,1111,1112,1257,1258,1259,1308,1309,1310,1311,1312,1313,1495,1496,1497,1498],"download":[1,67,105,332,411,464,703,783,1027,1032,1114,1144,1193,1216,1365,1459,1510,1526,1530,1550,1583,1584,1605,1623],"com":[2,3,4,740,741,743,773,774,775,776],"detail":[2,14,20,110,174,190,236,295,331,345,352,396,423,445,505,632,655,665,739,741,744,755,782,843,1013,1037,1059,1090,1113,1160,1207,1215,1296,1310,1328,1352,1421,1502,1505,1543,1549,1589,1597,1639],"browser":[2,10,11,231,232,233,254,255,504,505,506,531,555,556,689,695,696,721,737,738,1308,1309,1310,1342,1372,1373,1497,1570,1576,1579,1587],"extraction":[2],"search":[3,11,18,22,24,38,39,40,41,42,43,62,63,64,70,82,83,84,89,90,91,92,118,166,182,185,233,255,256,260,296,298,300,302,304,305,306,307,328,329,333,334,335,336,338,341,342,356,361,364,382,389,390,391,392,393,394,395,405,408,418,458,459,467,469,471,476,489,491,494,495,498,503,507,523,530,556,558,576,589,602,603,609,610,614,615,619,621,624,628,630,646,650,653,654,656,662,664,670,681,687,689,696,698,718,730,732,740,743,745,746,747,748,749,757,765,769,779,780,781,784,785,791,800,802,832,834,841,852,867,886,891,906,914,915,916,917,919,920,927,928,931,935,942,949,967,974,1001,1015,1023,1024,1030,1036,1038,1054,1058,1075,1078,1079,1085,1088,1093,1099,1110,1112,1117,1120,1121,1130,1134,1138,1140,1143,1147,1155,1180,1197,1202,1209,1214,1217,1218,1220,1226,1243,1259,1274,1290,1299,1305,1311,1313,1314,1316,1318,1323,1329,1341,1350,1351,1354,1389,1407,1410,1420,1424,1425,1426,1427,1428,1429,1441,1444,1448,1453,1455,1462,1469,1472,1475,1498,1521,1522,1542,1545,1547,1551,1552,1572,1586,1618,1624,1634,1638],"wholesale":[3],"products":[3,4,38,294,296,740,743,1111,1112,1131,1132,1134,1313],"store":[4,1194,1299,1511],"list":[4,7,26,55,60,63,66,69,81,85,86,88,108,111,114,121,137,142,143,144,146,151,160,161,172,178,186,187,192,201,217,225,229,230,238,244,266,271,275,291,301,305,308,316,324,330,337,339,346,347,370,374,378,384,385,398,400,401,403,406,409,411,424,440,446,453,454,457,458,464,465,493,496,510,516,521,524,525,532,533,535,552,559,560,571,577,584,585,586,588,597,627,629,633,651,661,706,707,708,761,763,770,796,808,811,817,825,829,836,842,855,856,857,864,865,876,878,885,892,895,897,903,908,938,945,946,948,953,955,968,973,978,979,983,987,991,994,997,1003,1009,1031,1042,1044,1055,1061,1062,1063,1068,1071,1072,1074,1081,1082,1086,1087,1106,1115,1125,1127,1136,1148,1149,1153,1161,1167,1179,1187,1199,1205,1221,1233,1235,1236,1245,1249,1250,1256,1276,1289,1291,1307,1320,1334,1348,1362,1372,1373,1374,1417,1423,1433,1438,1457,1460,1465,1466,1467,1483,1488,1492,1495,1501,1506,1507,1529,1558,1575,1590,1594,1598,1600,1601,1602,1609,1610,1611,1615,1630,1632,1633,1635,1645,1652,1659,1666,1673,1680,1687,1694,1701,1708,1715,1722,1729,1736,1743,1750],"1point3acres":[5,6,7,8,9,10,11,12,13],"digest":[5],"read":[5,8,9,10,12,13,52,61,107,110,190,198,209,222,236,242,272,295,321,345,349,355,362,381,423,428,437,450,511,623,632,636,645,652,686,688,738,807,844,851,929,941,944,947,999,1002,1080,1100,1156,1160,1164,1175,1192,1195,1224,1239,1257,1288,1309,1310,1312,1314,1325,1328,1331,1361,1374,1394,1442,1446,1478,1489,1536,1568,1569,1582,1589,1592],"threads":[5,6,8,9,266,1319,1320,1321,1322,1323,1324],"social":[5,6,7,8,9,10,11,12,13,85,86,87,88,159,160,161,162,163,164,165,166,167,168,169,170,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,410,411,412,413,414,415,416,417,418,419,420,421,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,665,666,667,668,669,670,671,685,686,687,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,750,751,752,753,754,755,756,757,758,759,792,793,794,795,796,797,798,799,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,920,921,922,923,924,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1319,1320,1321,1322,1323,1324,1326,1327,1328,1329,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1625,1626,1627,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745],"forum":[6,7,11,836,841,842,1084,1329],"browse":[6,518,723,773,776,1131,1337,1390,1513],"fid":[6,1151,1153],"forums":[7],"ids":[7],"names":[7,869,1069],"hot":[8,15,21,82,113,126,294,337,360,410,412,414,421,458,466,478,479,497,577,666,734,740,768,790,839,849,918,958,1011,1015,1025,1111,1132,1172,1225,1258,1283,1286,1311,1314,1319,1325,1326,1349,1411,1412,1443,1448,1455,1461,1514,1523,1537,1538,1611],"latest":[9,16,52,131,132,155,198,209,222,272,321,354,357,437,625,629,690,691,735,736,806,840,932,1133,1208,1284,1315,1317,1401,1413,1553,1636],"notifications":[10,86,163,527,699,754,1017,1196,1338,1379,1418,1517,1614],"account":[10,184,460,921,1154,1457,1458,1460,1508],"using":[10,11,538,546,572,599,672,692,767,787,880,889,899,901,906,1008],"cookies":[10,11],"posts":[11,88,162,170,334,530,639,647,666,670,700,701,703,704,717,723,727,757,758,759,784,805,806,809,810,812,813,814,815,817,835,845,920,923,1014,1021,1022,1026,1133,1172,1173,1174,1177,1179,1180,1181,1184,1187,1190,1217,1225,1226,1227,1306,1319,1323,1324,1327,1453,1551,1640],"thread":[12,168,264,1327,1328,1391],"with":[12,50,51,97,168,173,175,196,197,220,221,240,241,269,270,312,319,320,344,368,369,379,380,435,436,464,494,531,536,550,551,570,582,634,673,674,686,693,721,755,760,794,795,827,828,856,863,875,885,888,915,932,941,950,960,965,996,998,1052,1053,1060,1064,1072,1104,1105,1162,1169,1207,1240,1242,1265,1270,1287,1288,1291,1342,1383,1433,1436,1437,1506,1555,1557,1565,1576,1587,1604,1616,1635,1643,1644,1650,1651,1657,1658,1664,1665,1671,1672,1678,1679,1685,1686,1692,1693,1699,1700,1706,1707,1713,1714,1720,1721,1727,1728,1734,1735,1741,1742,1748,1749],"floor":[12,1254],"rows":[12],"user":[13,106,111,116,121,160,161,162,165,167,170,359,413,417,464,529,605,649,699,705,706,707,708,712,719,724,727,759,816,817,821,833,845,846,924,934,1067,1115,1118,1179,1187,1188,1189,1190,1191,1198,1227,1269,1280,1294,1302,1324,1333,1339,1344,1347,1359,1366,1367,1368,1371,1372,1373,1375,1376,1377,1378,1380,1382,1394,1395,1397,1399,1414,1418,1422,1449,1451,1456,1470,1512,1518,1524,1525,1598,1600,1602,1608,1609,1610,1613,1615,1622],"profile":[13,116,165,460,529,605,623,649,712,816,821,833,924,934,1082,1118,1188,1198,1222,1227,1322,1324,1339,1382,1394,1414,1415,1422,1449,1451,1456,1508,1518,1525,1528,1613,1622],"36kr":[14,15,16,17,18],"article":[14,355,929,940,941,1139,1141,1142,1206,1207,1224,1257,1358,1457,1458,1459,1460,1473,1474,1476,1477,1599,1605,1606,1612],"id":[14,23,63,67,68,93,122,190,236,283,290,331,345,355,362,376,392,393,396,419,423,557,632,655,682,701,741,782,783,807,856,981,1013,1082,1119,1160,1215,1216,1219,1257,1289,1296,1352,1430,1450,1471,1481,1549,1550,1589,1596,1597,1599,1625],"news":[14,15,16,17,18,30,98,99,100,101,102,149,150,151,152,153,154,155,156,157,158,257,258,519,614,639,640,641,642,643,644,645,646,647,648,649,690,691,734,735,736,1038,1039,1206,1207,1208,1209,1210,1229,1230,1315,1316,1317,1318,1401],"trending":[15,71,82,120,126,169,288,294,360,466,497,604,606,607,608,611,617,663,684,704,714,715,740,790,923,930,933,958,1026,1033,1111,1132,1185,1203,1225,1258,1283,1306,1319,1326,1332,1343,1393,1443,1448,1455,1461,1478,1514,1523,1548,1573,1578,1621],"articles":[15,16,18,354,356,357,358,359,690,691,735,800,930,931,932,933,934,942,1038,1140,1142,1143,1208,1209,1259,1283,1284,1315,1316,1317,1318,1348,1350,1457,1461,1462,1475,1478,1600,1603],"tech":[16,17,158,736],"rss":[17,98,149,150,151,152,153,154,155,156,157,158,258,614,615,736,932,1039,1132,1315,1317],"51job":[19,20,21,22],"company":[19,1553],"公司在招职位":[19],"enccoid":[19],"jobs":[19,20,21,22,171,172,173,174,175,176,177,178,179,180,181,182,183,184,643,688,689,832,833,834,835,914,915,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026],"职位详情":[20],"jobid":[20],"推荐职位列表":[21],"前程无忧关键词职位搜索":[22],"acl-anthology":[23,24],"acl":[23,24],"anthology":[23,24],"paper":[23,67,68,340,622,655,1083,1084,1095,1096,1097,1119,1219],"fetch":[23,104,283,303,340,352,399,407,468,501,557,622,658,659,697,729,739,742,764,777,821,925,943,1059,1076,1092,1119,1206,1211,1212,1219,1352,1408,1471,1539],"scholarly":[23,24,66,67,68,69,70,71,84,256,302,303,328,339,340,341,342,622,623,624,663,664,802,974,1075,1076,1082,1083,1084,1085,1086,1095,1096,1097,1119,1120,1139,1140,1141,1142,1143,1219,1220,1405,1441,1628,1629,1630,1631,1632,1633,1634,1635],"papers":[24,66,70,71,84,256,623,624,657,663,664,1018,1085,1086,1220,1441],"adguardhome":[25,26,27,28,29],"add-rule":[25],"add":[25,293,517,601,737,1122,1272,1308,1340,1372,1628,1629],"rule":[25],"custom":[25,26,1554],"dns":[25,27,29],"filtering":[25,26,29],"rules":[26],"adguard":[26,28,29],"home":[26,28,29,734,735,736,1171,1194,1392,1447,1454,1511,1533],"stats":[27,184,286,292,462,1027,1144,1509],"get":[27,28,32,35,36,68,74,82,93,97,105,122,162,163,165,167,168,170,173,174,180,184,231,251,253,259,280,281,290,292,299,331,363,396,404,416,419,445,447,448,460,462,464,468,472,492,501,505,515,519,520,526,527,529,555,567,575,578,596,620,641,642,660,665,675,695,697,699,712,714,715,717,719,722,727,729,764,777,782,801,854,859,861,866,868,869,870,877,881,884,896,898,907,908,909,910,911,912,913,921,922,924,926,943,964,975,976,977,980,984,985,986,989,1027,1028,1033,1034,1045,1067,1070,1073,1091,1098,1109,1137,1139,1141,1145,1181,1198,1213,1215,1252,1254,1264,1269,1280,1287,1297,1302,1319,1321,1322,1324,1332,1335,1338,1339,1347,1349,1353,1355,1358,1363,1365,1367,1368,1371,1375,1376,1377,1379,1380,1382,1384,1388,1391,1392,1393,1406,1408,1430,1450,1456,1464,1474,1476,1484,1496,1499,1500,1502,1503,1504,1516,1518,1525,1527,1546,1549,1566,1567,1571,1573,1577,1578,1581,1585,1596,1599,1603,1604,1619,1620,1622,1623,1639],"query":[27,334,472,614,616,767,784,1085,1089,1217,1323,1551,1634],"statistics":[27,184,251],"total":[27,94],"queries":[27],"blocked":[27],"top":[27,65,100,125,126,129,134,149,150,152,153,154,156,157,158,258,284,285,287,288,353,358,420,464,623,648,657,673,683,733,803,812,813,814,815,820,892,971,1039,1135,1184,1210,1280,1293,1301,1353,1355,1356,1535,1616,1620],"clients":[27],"status":[28,56,57,202,203,212,226,227,232,245,246,248,254,276,277,292,325,326,351,371,386,387,430,441,442,452,502,506,514,553,638,778,797,799,830,859,860,868,881,910,912,969,988,1004,1005,1010,1045,1056,1107,1128,1166,1246,1247,1254,1277,1278,1409,1439,1491,1595,1615,1646,1653,1660,1667,1674,1681,1688,1695,1702,1709,1716,1723,1730,1737,1744,1751],"protection":[28,29],"version":[28,248,279,292,373,625,626,799,907,925,1035,1077],"info":[28,74,116,141,165,175,251,259,299,404,460,529,567,596,660,712,728,771,789,869,907,913,926,952,975,1028,1034,1067,1073,1091,1137,1145,1182,1213,1222,1304,1339,1404,1451,1479,1508,1566,1581,1585,1623],"toggle":[29,871,883,970,1275,1279,1627],"enable":[29],"disable":[29],"aibase":[30],"daily":[30,606,617,657,663,1049,1411,1509],"ai":[30,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,234,235,236,237,238,239,240,241,242,243,244,245,246,247,261,263,267,268,272,273,274,276,310,313,317,318,321,322,323,325,343,344,345,346,347,348,349,350,351,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,579,580,581,582,583,631,632,633,634,635,636,637,638,653,654,655,656,657,760,761,762,763,937,938,939,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,1008,1009,1010,1060,1061,1062,1063,1087,1088,1095,1096,1097,1101,1102,1103,1104,1105,1106,1107,1108,1159,1160,1161,1162,1163,1164,1165,1166,1201,1202,1203,1256,1401,1463,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1588,1589,1590,1591,1592,1593,1594,1595,1725,1726,1727,1728,1729,1730,1731],"industry":[30],"amazon":[31,32,33,34,35,36,37,38],"bestsellers":[31,37],"best":[31,640,1619],"sellers":[31,1301],"ranking":[31,33,34,117,1015,1116,1231,1232,1314,1325,1468,1538],"discussion":[32,1531],"reviews":[32,417,680,742,1084,1312],"discussions":[32,847,1537],"movers-shakers":[33],"movers":[33,37],"shakers":[33,37],"new-releases":[34,1298],"new":[34,37,49,195,208,219,239,268,318,348,415,427,434,449,566,583,635,644,700,762,806,824,838,863,875,893,995,1039,1163,1173,1298,1381,1452,1480,1591],"releases":[34,37,586,1298,1426],"offer":[35],"pricing":[35],"details":[35,36,68,93,174,259,299,331,362,404,419,445,587,660,665,679,682,833,976,1028,1070,1113,1145,1297,1430,1464,1496,1500,1502,1527,1623],"asin":[36],"url":[36,57,122,203,227,246,277,326,362,371,387,423,442,531,553,581,721,797,807,830,889,898,969,1005,1013,1056,1107,1206,1247,1278,1342,1439,1484,1503,1576,1583,1584,1585,1587,1622,1646,1653,1660,1667,1674,1681,1688,1695,1702,1709,1716,1723,1730,1737,1744,1751],"rankings":[37,117,1116,1468],"generic":[37,1078],"anilist":[39,40,41,42,43],"anime":[39,89,746,780],"japanese":[39,40,41,42,43,89,90,91,92,746,747,748,749,780,781,784,785,917],"title":[39,41,45,57,61,89,90,92,189,203,214,227,235,246,262,277,302,311,326,366,371,375,387,432,442,547,553,680,682,780,781,792,797,822,830,863,886,888,898,917,952,956,969,990,1005,1048,1056,1102,1107,1122,1207,1237,1247,1261,1278,1351,1426,1427,1431,1439,1506,1624,1632,1641,1646,1648,1653,1655,1660,1662,1667,1669,1674,1676,1681,1683,1688,1690,1695,1697,1702,1704,1709,1711,1716,1718,1723,1725,1730,1732,1737,1739,1744,1746,1751],"native":[39,40,41,42,43,509,1486],"romaji":[39,40,41,42,43,89,90,91,92,746,747,748,749,780,781,784,785,916,917],"alias":[39,40,41,42,43,89,90,91,92,746,747,748,749,780,781,917,1427],"keyword":[39,41,118,298,395,408,558,618,757,780,781,800,891,917,928,932,1058,1075,1130,1209,1389,1426,1427,1441,1453,1472,1624],"reference":[39,40,41,42,43,89,90,91,92,93,186,187,363,364,365,614,615,616,617,678,679,680,681,682,683,684,746,747,748,749,780,781,916,917,940,941,942,1473,1474,1475,1476,1477,1478],"characters":[40,91,747,942,1424],"name":[40,42,43,91,291,339,342,390,561,597,652,701,746,747,748,749,785,856,867,906,916,1078,1140,1204,1218,1294,1542,1552,1622],"manga":[41,394,748,781,917],"staff":[42,1428],"studios":[43,942,1425],"antigravity":[44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59],"ask":[44,96,123,188,205,213,234,261,310,343,422,431,444,579,631,639,1101,1159,1588],"send":[44,54,176,183,188,200,205,211,213,224,234,243,261,274,310,323,343,350,383,429,431,439,451,517,534,637,880,882,887,888,1159,1165,1244,1593],"prompt":[44,188,205,213,234,243,261,289,290,310,312,343,350,431,637,1159,1165,1555,1593],"wait":[44,188,205,213,261,310,343,431],"response":[44,52,188,198,205,209,213,222,234,243,261,265,272,310,315,321,343,350,431,437],"desktop":[44,45,46,48,49,50,51,52,53,54,55,56,57,58,72,73,74,75,76,77,78,79,136,137,138,139,140,141,142,143,144,145,146,147,148,188,189,191,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,218,219,220,221,222,223,224,225,226,227,228,235,237,240,241,244,246,247,249,250,251,252,261,262,263,264,266,267,268,269,270,272,273,274,275,276,277,278,289,290,291,292,310,311,313,317,318,319,320,321,322,323,324,325,326,327,366,367,368,369,370,371,372,375,377,379,380,385,387,388,397,398,399,400,401,402,403,431,432,433,434,435,436,437,438,439,440,441,442,443,470,508,509,510,511,512,513,514,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,590,591,592,593,594,595,596,597,598,599,600,601,672,673,674,675,676,677,692,693,694,770,771,772,786,787,788,789,792,793,794,795,796,797,798,818,819,822,823,827,828,829,830,831,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,936,950,951,952,953,954,956,957,959,960,961,962,963,965,966,968,969,970,972,990,992,996,998,1003,1005,1006,1040,1041,1042,1043,1044,1045,1046,1047,1048,1050,1052,1053,1055,1056,1057,1094,1102,1103,1104,1105,1106,1107,1108,1122,1123,1124,1125,1126,1127,1128,1199,1200,1221,1222,1223,1237,1238,1240,1242,1245,1247,1248,1261,1262,1263,1265,1266,1267,1268,1270,1271,1276,1278,1279,1281,1431,1432,1436,1437,1438,1439,1440,1485,1486,1487,1488,1489,1490,1491,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752],"chat":[44,46,48,49,52,53,54,56,172,173,183,188,191,194,195,198,199,200,202,205,206,207,208,209,210,211,212,213,215,218,219,222,223,224,226,261,263,267,268,272,273,274,276,310,313,316,317,318,321,322,323,325,343,344,427,429,431,433,434,437,438,439,441,449,937,977,1495],"app":[44,45,46,48,50,51,52,53,54,55,56,57,58,188,189,191,194,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,218,220,221,222,223,224,225,226,227,228,235,237,240,241,244,246,247,261,262,263,267,269,270,272,273,274,275,276,277,278,310,311,313,317,319,320,321,322,323,324,325,326,327,366,367,368,369,370,371,372,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,431,432,433,434,435,436,437,438,439,440,441,442,443,547,548,550,551,552,553,554,557,792,793,794,795,796,797,798,822,823,827,828,829,830,831,854,855,865,880,881,890,893,894,895,903,904,956,957,959,960,961,962,963,965,966,968,969,970,972,990,992,996,998,1003,1005,1006,1048,1050,1052,1053,1055,1056,1057,1102,1103,1104,1105,1106,1107,1108,1237,1238,1240,1242,1245,1247,1248,1261,1262,1263,1265,1266,1267,1268,1270,1271,1276,1278,1279,1281,1296,1297,1431,1432,1436,1437,1438,1439,1440,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752],"click-text":[45,189,214,235,262,311,366,375,432,547,792,822,956,990,1048,1102,1237,1261,1431,1641,1648,1655,1662,1669,1676,1683,1690,1697,1704,1711,1718,1725,1732,1739,1746],"click":[45,189,214,235,262,311,366,375,432,547,792,822,956,990,1048,1102,1237,1261,1431,1641,1648,1655,1662,1669,1676,1683,1690,1697,1704,1711,1718,1725,1732,1739,1746],"text":[45,46,54,55,57,58,59,62,189,191,200,201,203,204,206,211,214,215,216,224,225,227,228,235,237,244,246,247,262,263,264,274,275,277,278,302,311,313,323,324,326,327,366,367,370,371,372,375,377,385,387,388,426,429,432,433,439,440,442,443,537,547,548,552,553,554,601,687,710,760,769,792,793,796,797,798,822,823,829,830,831,866,899,939,941,944,956,957,968,969,972,984,990,992,1003,1005,1006,1007,1008,1023,1048,1050,1054,1055,1056,1057,1060,1085,1100,1102,1103,1106,1107,1108,1124,1126,1127,1207,1237,1238,1245,1247,1248,1261,1262,1276,1278,1281,1383,1431,1432,1438,1439,1440,1473,1487,1489,1490,1519,1530,1555,1641,1642,1645,1646,1647,1648,1649,1652,1653,1654,1655,1656,1659,1660,1661,1662,1663,1666,1667,1668,1669,1670,1673,1674,1675,1676,1677,1680,1681,1682,1683,1684,1687,1688,1689,1690,1691,1694,1695,1696,1697,1698,1701,1702,1703,1704,1705,1708,1709,1710,1711,1712,1715,1716,1717,1718,1719,1722,1723,1724,1725,1726,1729,1730,1731,1732,1733,1736,1737,1738,1739,1740,1743,1744,1745,1746,1747,1750,1751,1752],"aria":[45,189,214,235,262,311,366,375,432,547,792,822,956,990,1048,1102,1237,1261,1431,1641,1648,1655,1662,1669,1676,1683,1690,1697,1704,1711,1718,1725,1732,1739,1746],"label":[45,189,214,235,262,311,366,375,432,547,792,822,956,990,1048,1069,1078,1102,1237,1261,1431,1641,1648,1655,1662,1669,1676,1683,1690,1697,1704,1711,1718,1725,1732,1739,1746],"button":[45,189,214,235,262,311,366,375,432,547,792,822,956,990,1048,1102,1237,1261,1431,1641,1648,1655,1662,1669,1676,1683,1690,1697,1704,1711,1718,1725,1732,1739,1746],"content":[45,108,189,214,235,262,311,329,330,331,332,333,334,335,336,366,375,389,390,391,392,393,394,395,396,432,491,492,493,494,495,496,547,782,783,784,785,792,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,822,834,844,886,929,930,931,932,933,934,956,990,999,1048,1102,1113,1114,1115,1116,1117,1118,1215,1216,1217,1218,1224,1225,1226,1227,1237,1261,1283,1284,1303,1304,1305,1306,1331,1348,1349,1350,1358,1424,1425,1426,1427,1428,1429,1430,1431,1459,1463,1464,1465,1466,1467,1468,1469,1470,1500,1516,1549,1550,1551,1552,1605,1636,1637,1638,1639,1640,1641,1648,1655,1662,1669,1676,1683,1690,1697,1704,1711,1718,1725,1732,1739,1746],"electron":[45,50,51,55,57,58,189,196,197,201,203,204,214,220,221,225,227,228,235,237,240,241,244,246,247,262,269,270,275,277,278,311,319,320,324,326,327,366,367,368,369,370,371,372,375,377,379,380,385,387,388,432,435,436,440,442,443,547,548,550,551,552,553,554,792,793,794,795,796,797,798,822,823,827,828,829,830,831,956,957,959,960,961,962,963,965,966,968,969,970,972,990,992,996,998,1003,1005,1006,1048,1050,1052,1053,1055,1056,1057,1102,1103,1104,1105,1106,1107,1108,1237,1238,1240,1242,1245,1247,1248,1261,1262,1263,1265,1266,1267,1268,1270,1271,1276,1278,1279,1281,1431,1432,1436,1437,1438,1439,1440,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752],"按文本点击桌面版控件":[45,189,214,235,262,311,366,375,432,547,792,822,956,990,1048,1102,1237,1261,1431,1641,1648,1655,1662,1669,1676,1683,1690,1697,1704,1711,1718,1725,1732,1739,1746],"dump":[46,191,206,215,237,263,313,367,377,433,548,793,823,957,992,1050,1103,1238,1262,1432,1642,1649,1656,1663,1670,1677,1684,1691,1698,1705,1712,1719,1726,1733,1740,1747],"extract-code":[47,315],"code":[47,248,315,936,943,1402,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1542],"blocks":[47,315],"active":[47,130,376,508,511,512,513,737,738,847,854,898,1122,1123,1124,1126,1127,1154,1285,1308,1309,1310,1485,1486,1487,1489,1490,1570,1579,1627],"conversation":[47,59,190,192,216,236,238,239,242,266,314,345,346,348,349,350,423,424,427,428,445,446,449,450,451,583,632,635,636,1160,1163,1164,1386,1391,1589,1591,1592],"model":[48,194,207,218,267,317,572,638,907,1060,1166,1201,1595],"switch":[48,194,207,218,267,317],"inspect":[48,56,57,194,202,203,207,212,218,226,227,246,267,276,277,317,325,326,371,387,441,442,553,797,830,969,1005,1056,1107,1247,1278,1439,1646,1653,1660,1667,1674,1681,1688,1695,1702,1709,1716,1723,1730,1737,1744,1751],"start":[49,79,195,208,219,239,268,318,348,427,434,449,580,583,635,962,1040,1046,1163,1267,1591,1626],"open-app":[50,196,220,240,269,319,368,379,435,550,794,827,890,960,996,1052,1104,1240,1265,1436,1643,1650,1657,1664,1671,1678,1685,1692,1699,1706,1713,1720,1727,1734,1741,1748],"open":[50,190,196,220,230,236,240,269,312,319,368,379,435,503,510,550,563,632,697,698,762,794,827,889,890,897,960,963,981,996,1049,1051,1052,1104,1125,1160,1240,1265,1268,1295,1405,1410,1435,1436,1488,1589,1643,1650,1657,1664,1671,1678,1685,1692,1699,1706,1713,1720,1727,1734,1741,1748],"cdp":[50,196,220,240,269,319,368,379,435,550,794,827,960,996,1052,1104,1240,1265,1436,1643,1650,1657,1664,1671,1678,1685,1692,1699,1706,1713,1720,1727,1734,1741,1748],"enabled":[50,196,220,240,269,319,368,379,435,550,794,827,960,996,1052,1104,1240,1265,1436,1643,1650,1657,1664,1671,1678,1685,1692,1699,1706,1713,1720,1727,1734,1741,1748],"打开桌面版":[50,196,220,240,269,319,368,379,435,550,794,827,960,996,1052,1104,1240,1265,1436,1643,1650,1657,1664,1671,1678,1685,1692,1699,1706,1713,1720,1727,1734,1741,1748],"并启用":[50,196,220,240,269,319,368,379,435,550,794,827,960,996,1052,1104,1240,1265,1436,1643,1650,1657,1664,1671,1678,1685,1692,1699,1706,1713,1720,1727,1734,1741,1748],"控制":[50,196,220,240,269,319,368,379,435,550,794,827,960,996,1052,1104,1240,1265,1436,1643,1650,1657,1664,1671,1678,1685,1692,1699,1706,1713,1720,1727,1734,1741,1748],"press":[51,197,221,241,270,320,369,380,436,551,795,828,965,998,1053,1105,1242,1270,1437,1644,1651,1658,1665,1672,1679,1686,1693,1700,1707,1714,1721,1728,1735,1742,1749],"key":[51,185,197,221,241,270,320,340,369,380,436,471,505,507,515,551,576,621,688,728,795,828,965,998,1053,1105,1242,1270,1437,1507,1545,1644,1651,1658,1665,1672,1679,1686,1693,1700,1707,1714,1721,1728,1735,1742,1749],"optional":[51,197,221,241,270,320,369,380,436,531,551,674,721,795,825,828,888,965,998,1053,1072,1105,1242,1270,1342,1383,1437,1576,1587,1644,1651,1658,1665,1672,1679,1686,1693,1700,1707,1714,1721,1728,1735,1742,1749],"modifiers":[51,197,221,241,270,320,369,380,436,551,795,828,965,998,1053,1105,1242,1270,1437,1644,1651,1658,1665,1672,1679,1686,1693,1700,1707,1714,1721,1728,1735,1742,1749],"向桌面版发送按键":[51,197,221,241,270,320,369,380,436,551,795,828,965,998,1053,1105,1242,1270,1437,1644,1651,1658,1665,1672,1679,1686,1693,1700,1707,1714,1721,1728,1735,1742,1749],"screenshot":[53,147,199,210,223,273,322,438,902,1000,1043,1403],"capture":[53,147,199,210,223,273,322,438,1199,1200,1403],"without":[54,200,211,224,243,274,323,350,439,514,637,652,1128,1165,1491,1585,1593],"waiting":[54,200,211,224,243,274,323,350,439,637,1165,1593],"snapshot-app":[55,201,225,244,275,324,370,385,440,552,796,829,968,1003,1055,1106,1245,1276,1438,1645,1652,1659,1666,1673,1680,1687,1694,1701,1708,1715,1722,1729,1736,1743,1750],"snapshot":[55,201,225,244,275,324,370,385,440,552,796,829,968,1003,1055,1106,1245,1276,1438,1535,1645,1652,1659,1666,1673,1680,1687,1694,1701,1708,1715,1722,1729,1736,1743,1750],"clickable":[55,201,225,244,275,324,370,385,440,552,796,829,968,1003,1055,1106,1245,1276,1438,1645,1652,1659,1666,1673,1680,1687,1694,1701,1708,1715,1722,1729,1736,1743,1750],"buttons":[55,201,225,244,275,324,370,385,440,552,796,829,968,1003,1055,1106,1245,1276,1438,1645,1652,1659,1666,1673,1680,1687,1694,1701,1708,1715,1722,1729,1736,1743,1750],"inputs":[55,201,225,244,275,324,370,385,440,552,796,829,968,1003,1055,1106,1245,1276,1438,1645,1652,1659,1666,1673,1680,1687,1694,1701,1708,1715,1722,1729,1736,1743,1750],"regions":[55,201,225,244,275,324,370,385,440,552,796,829,968,1003,1055,1106,1245,1276,1438,1645,1652,1659,1666,1673,1680,1687,1694,1701,1708,1715,1722,1729,1736,1743,1750],"枚举桌面版可交互控件":[55,201,225,244,275,324,370,385,440,552,796,829,968,1003,1055,1106,1245,1276,1438,1645,1652,1659,1666,1673,1680,1687,1694,1701,1708,1715,1722,1729,1736,1743,1750],"status-app":[57,203,227,246,277,326,371,387,442,553,797,830,969,1005,1056,1107,1247,1278,1439,1646,1653,1660,1667,1674,1681,1688,1695,1702,1709,1716,1723,1730,1737,1744,1751],"controls":[57,203,227,246,277,326,371,387,442,553,797,830,969,1005,1056,1107,1247,1278,1439,1646,1653,1660,1667,1674,1681,1688,1695,1702,1709,1716,1723,1730,1737,1744,1751],"查看桌面版状态和内容":[57,203,227,246,277,326,371,387,442,553,797,830,969,1005,1056,1107,1247,1278,1439,1646,1653,1660,1667,1674,1681,1688,1695,1702,1709,1716,1723,1730,1737,1744,1751],"type-text":[58,204,228,247,278,327,372,388,443,554,798,831,972,1006,1057,1108,1248,1281,1440,1647,1654,1661,1668,1675,1682,1689,1696,1703,1710,1717,1724,1731,1738,1745,1752],"type":[58,142,204,228,247,278,327,372,388,395,443,554,561,798,820,831,972,1006,1057,1108,1248,1281,1440,1632,1647,1654,1661,1668,1675,1682,1689,1696,1703,1710,1717,1724,1731,1738,1745,1752],"into":[58,75,78,140,204,228,247,278,327,372,388,443,509,544,554,566,598,798,831,972,1006,1057,1108,1123,1154,1248,1281,1440,1485,1486,1606,1647,1654,1661,1668,1675,1682,1689,1696,1703,1710,1717,1724,1731,1738,1745,1752],"focused":[58,204,228,247,278,327,372,388,443,554,798,831,972,1006,1057,1108,1248,1281,1440,1647,1654,1661,1668,1675,1682,1689,1696,1703,1710,1717,1724,1731,1738,1745,1752],"field":[58,204,228,247,278,327,372,388,443,554,798,831,972,1006,1057,1064,1071,1108,1248,1281,1440,1486,1647,1654,1661,1668,1675,1682,1689,1696,1703,1710,1717,1724,1731,1738,1745,1752],"matched":[58,204,228,247,278,327,372,388,443,554,798,831,972,1006,1057,1108,1248,1281,1440,1484,1647,1654,1661,1668,1675,1682,1689,1696,1703,1710,1717,1724,1731,1738,1745,1752],"target":[58,76,204,228,247,278,327,372,388,443,554,591,786,798,831,972,1006,1057,1108,1151,1248,1281,1440,1647,1654,1661,1668,1675,1682,1689,1696,1703,1710,1717,1724,1731,1738,1745,1752],"向桌面版输入文本":[58,204,228,247,278,327,372,388,443,554,798,831,972,1006,1057,1108,1248,1281,1440,1647,1654,1661,1668,1675,1682,1689,1696,1703,1710,1717,1724,1731,1738,1745,1752],"watch":[59,112,114,1569,1582],"poll":[59,642],"updates":[59,109,1615],"apple-notes":[60,61,62],"apple":[60,61,62,63,64,65,883,884,885,886,891],"notes":[60,61,62,885,886,947,949,979,980,1197,1198,1466,1467,1506,1507,1513,1514,1521,1523,1525,1633],"note":[60,61,710,979,980,1049,1051,1192,1193,1195,1358,1504,1505,1506,1507,1510,1515,1516,1519,1520,1628],"titles":[60,62,683],"folder":[60,107,873,874,875,885,1150,1151,1152,1361,1435],"default":[60,923],"productivity":[60,61,62,944,945,946,947,948,949,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1149,1150,1151,1152,1153,1154,1155,1156,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1746,1747,1748,1749,1750,1751,1752],"plaintext":[61],"body":[61,355,844,1122,1195,1207],"first":[61,1200],"match":[61],"wins":[61],"full":[62,295,557,687,769,807,984,1023,1035,1083,1473],"across":[62,858,1636],"all":[62,137,139,142,143,144,146,230,516,571,597,598,687,768,812,836,869,895,897,903,978,1031,1042,1044,1087,1148,1170,1233,1235,1250,1417,1482,1483,1630,1635,1636],"matches":[62],"apple-podcasts":[63,64,65],"podcasts":[63,64,65],"episodes":[63,1529],"recent":[63,69,71,135,170,316,359,381,524,527,533,606,627,629,633,686,699,723,727,773,835,876,885,896,921,934,948,997,1161,1227,1324,1347,1377,1379,1394,1507,1590],"podcast":[63,1527,1528,1529],"use":[63,308,309,543,1255],"audio":[63,64,65,72,73,74,75,76,77,78,79,539,541,770,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1503,1526,1527,1528,1529,1530,1584],"chart":[65,683],"arxiv":[66,67,68,69,70,71,655,1219],"author":[66,302,339,390,623,1082,1140,1624],"given":[66,573,1291],"pdf":[67,470,692,693,818,951,1094,1100,1234,1405],"submissions":[69,71,1082],"category":[69,71,494,837,1131,1468,1621],"newest":[71,644,850,1173],"audacity":[72,73,74,75,76,77,78,79],"convert":[72,138,250,515,538,540,564,591,592,674,692,786,787,818,950,1094,1442],"file":[72,74,77,78,79,136,138,139,140,141,143,144,250,314,537,539,542,544,561,564,565,566,567,652,771,772,788,789,819,873,874,878,889,901,902,936,950,951,952,953,1041,1100,1152,1222,1223,1233,1234,1235,1435],"between":[72,249,250,564,787,1094,1556],"formats":[72,250,564,787,818,1094,1623],"wav":[72,951],"mp3":[72,951],"flac":[72],"ogg":[72],"aiff":[72],"effects":[73,770,1221],"apply":[73,513,594,1126,1490],"reverb":[73],"echo":[73],"chorus":[73],"flanger":[73],"pitch":[73],"shift":[73],"duration":[74,79,542,771,862,863],"channels":[74,78,374,1236,1354,1443,1444,1575],"sample":[74],"rate":[74],"encoding":[74,536],"mix":[75],"combine":[75],"multiple":[75,537,676,786],"files":[75,78,537,538,676,786,876,877,906,1080,1149,1151,1153,1155,1199],"one":[75,303,304,673,1098,1219,1487],"normalize":[76,541],"db":[76],"level":[76,1508],"spectrogram":[77],"generate":[77,193,289,561,573,582,634,760,1008,1060,1162,1554,1557,1565],"png":[77,470,572,592,613,693,788,951,1234],"split-channels":[78],"split":[78],"stereo":[78],"separate":[78],"mono":[78],"channel":[78,376,383,1239,1241,1244,1566,1573,1574,1580],"trim":[79,546,950],"specified":[79,139,543,593,599,601,862],"autoagent":[80],"eval-run":[80],"eval":[80],"run":[80,309,402,580,588,612,904,1201,1295],"evaluation":[80],"hill":[80],"climbing":[80],"agent":[80,651],"py":[80,568],"aws":[81],"s3-ls":[81],"s3":[81],"ls":[81,1149],"buckets":[81],"baidu":[82,83,84,1326,1327,1328,1329],"topics":[82,169,412,837,838,839,840,841,846,1025,1326,1349,1393,1411,1412,1413,1416,1420,1448,1455,1611,1620,1621,1638,1640],"web":[83,185,190,192,193,343,348,349,351,424,428,429,444,445,446,447,448,449,450,451,452,471,575,576,615,620,621,928,1001,1442,1545],"results":[83],"baidu-scholar":[84],"scholar":[84,622,623,624,1219,1220],"band":[85,86,87,88],"bands":[85],"groups":[85,521,1536,1636,1637],"mentions":[86,668,1196,1338,1377,1517],"post":[87,164,168,330,331,332,528,665,667,669,671,702,709,711,713,716,720,725,726,750,751,753,755,756,782,783,803,807,808,1013,1168,1169,1175,1178,1186,1215,1216,1241,1257,1303,1320,1321,1381,1445,1450,1452,1549,1550],"create":[87,164,528,676,700,751,824,863,875,893,995,1150,1260,1458,1480],"group":[87,88,412,495,522,758,1536,1638,1640],"bangumi":[89,90,91,92,93],"subjects":[89,90,92],"chinese":[89,90,91,92,690],"book":[90,123,124,337,410,419,1463,1464,1465,1467,1468,1623],"game":[92,391,1254,1297,1429],"subject":[93,419],"barchart":[94,95,96,97],"flow":[94,485],"options":[94,95,96,1071],"unusual":[94],"activity":[94,106,699],"sorted":[94],"value":[94,512],"finance":[94,95,96,97,123,124,125,126,127,128,129,130,131,132,133,134,135,280,281,282,283,284,285,286,287,288,352,353,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,577,578,1228,1229,1230,1231,1232,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1546,1547,1548],"greeks":[95],"delta":[95],"gamma":[95],"theta":[95],"vega":[95],"iv":[95],"symbol":[95,96],"chain":[96],"strike":[96],"bid":[96,124],"volume":[96,97,126,134,284,285,478,561,569,910,1119,1120,1232,1282],"oi":[96],"quote":[97,130,134,487,578,1231,1383,1384,1541,1543,1546],"stock":[97,578,1110,1228,1231,1232,1314,1325,1531,1532,1535,1538,1539,1541,1543,1546],"etf":[97,475],"price":[97,125,129,131,133,1232],"data":[97,127,128,283,698,766,767,1064,1410,1505,1528,1539],"bbc":[98,99,100,101,102],"headlines":[98,100,101,155],"technology":[99,158,257],"topic":[101,758,843,844,930,1080,1419,1421,1513,1619,1620,1639],"specific":[101,345,350,357,359,685,848,980,985,1051,1181,1383,1384,1387,1388,1398,1400,1596],"section":[101,573],"world":[102,146],"bilibili":[103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122],"coin":[103,283],"recently":[103,948],"coined":[103],"videos":[103,107,113,118,121,457,464,465,703,790,791,1193,1331,1332,1341,1347,1443,1444,1510,1568,1571,1572,1578],"video":[103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,531,536,539,540,543,544,545,713,720,721,770,772,790,791,901,1223,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1353,1354,1355,1356,1365,1443,1444,1503,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587],"comments":[104,330,464,641,755,803,1084,1169,1175,1189,1192,1288,1338,1445,1504,1506,1509,1531,1567,1604],"urls":[105,411,464,493,1365],"dynamic":[106,109,110],"dynamics":[106,1636],"feed":[106,109,110,159,519,614,752,768,835,838,930,1020,1171,1194,1229,1230,1303,1392,1447,1454,1511,1533,1568,1607],"favorite":[107,1606],"favorites":[108,994,1340,1346,1446,1602],"following":[109,111,161,707,752,1334,1368,1508,1610],"feed-detail":[110],"followings":[111],"history":[112,192,217,238,266,290,316,346,424,446,633,650,761,896,925,977,1035,1161,1189,1409,1482,1569,1590],"popular":[113,115,159,294,421,611,661,678,683,684,731,811,1174,1225,1292],"later":[114,1582],"live":[115,466,467,1229,1337,1355,1356,1390],"streams":[115,466,467,542,1337,1355,1356],"me":[116,497,498,1067,1414,1449,1613],"current":[116,216,242,264,314,353,374,383,429,450,451,636,638,861,866,868,913,918,975,993,999,1000,1007,1043,1044,1045,1067,1158,1164,1166,1250,1251,1252,1254,1277,1414,1449,1493,1592,1595,1613],"subtitle":[119,888],"subtitles":[119,531,544,721,1342,1576,1577,1587],"searches":[120,617,1523],"user-videos":[121,464],"published":[121,178,503,626],"metadata":[122,141,297,407,463,492,496,542,557,625,658,659,675,771,789,926,941,952,1029,1034,1083,1091,1092,1137,1146,1182,1207,1211,1212,1213,1222,1321,1322,1585,1586],"bv":[122],"binance":[123,124,125,126,127,128,129,130,131,132,133,134,135],"asks":[123],"side":[123,124],"order":[123,124,395],"levels":[123,124,910],"币安卖盘挂单深度":[123],"depth":[124,675],"币安买盘挂单深度":[124],"gainers":[125],"24h":[125,126,129,133,134,284,285],"change":[125,129,463,1232],"percentage":[125,129,677,859],"币安24小时涨幅榜":[125],"coins":[126,287],"trading":[126,127,128,130,131,132,133,134,135,285],"币安热门成交量":[126],"kline":[127,128,481,1539],"candlestick":[127,128,1539],"pair":[127,128,131,133,135],"币安k线蜡烛图":[127,128],"klines":[128],"losers":[129],"币安24小时跌幅榜":[129],"pairs":[130,132,134],"spot":[130,280],"base":[130,516],"币安现货交易对":[130],"币安最新价格":[131],"prices":[132,280],"币安全市场最新价格":[132],"ticker":[133],"币安24小时行情":[133],"币安成交额排行":[134],"trades":[135],"币安最新成交":[135],"blender":[136,137,138,139,140,141,142,143,144,145,146,147,148],"animation":[136],"render":[136,145,147,572,772,936,1223],"range":[136,546,947],"output":[136,910,951,1041,1043],"directory":[136,591,875,878,1156,1199],"camera":[137],"cameras":[137,144],"their":[137,142,143,146],"properties":[137,142,143,146,571],"focal":[137],"length":[137],"sensor":[137],"clipping":[137],"blend":[138],"another":[138,673,692,950],"3d":[138,140,564,566,572],"format":[138,139,542,565,570,591,592,674,675,692,693,766,786,788,950,951,1631],"fbx":[138,140],"obj":[138,140,564,566],"stl":[138,140,564,565,566,570],"gltf":[138,140,613],"export":[139,216,264,314,470,549,565,574,581,613,692,693,788,951,954,993,1200,1234,1402,1631],"objects":[139,141,144,567,1559],"import":[140,566],"scene":[141,145,146,147,613,1044],"meshes":[141,144],"materials":[141,143,561],"frames":[141],"engine":[141],"resolution":[141,596,1564],"lighting":[142],"lights":[142,144],"color":[142,571,596,789],"energy":[142],"shadow":[142],"empties":[144],"image":[145,193,397,404,406,407,493,508,545,572,582,590,592,593,594,595,596,597,599,600,601,634,672,673,674,675,676,677,693,720,760,783,786,787,788,936,1008,1123,1162,1200,1216,1383,1485,1519,1550,1554,1555,1557,1559,1560,1563,1564],"scenes":[146,1042],"settings":[146,910],"viewport":[147],"script":[148],"execute":[148,568],"python":[148,292,568],"headless":[148,612,613,787],"environment":[148],"bloomberg":[149,150,151,152,153,154,155,156,157,158],"businessweek":[149],"stories":[149,150,152,153,154,156,157,158,258,640,644,646,648,719,848,849,850,852,853,1039,1210],"economics":[150],"feeds":[151,159],"available":[151,291,347,770,938,1009,1062,1087,1221,1252,1558,1623],"industries":[152],"main":[153,844],"markets":[154,284],"opinions":[156],"opinion":[156],"politics":[157],"bluesky":[159,160,161,162,163,164,165,166,167,168,169,170],"generators":[159],"followers":[160,706,1338,1367,1508,1509,1609],"accounts":[161,707,881,1334,1443,1444],"likes":[162,1196,1338,1371,1506,1508,1509,1517],"liked":[162,963,1268,1371],"users":[166,718,722,1249,1294,1368,1388,1447,1610],"starter-packs":[167],"starter":[167],"packs":[167],"created":[167,846],"replies":[168,668,843,845,1192,1327,1377,1419,1504],"boss":[171,172,173,174,175,176,177,178,179,180,181,182,183,184],"batchgreet":[171],"batch":[171,591,786,1507],"greet":[171,176],"recommended":[171,180,1020,1258,1568,1607],"candidates":[171,180],"zhipin":[171,172,173,174,175,176,177,178,179,180,181,182,183,184],"chatlist":[172],"conversations":[172,217,271,524,633,1161,1495,1590,1594],"chatmsg":[173],"messages":[173,190,236,381,382,428,450,632,636,685,882,1160,1164,1239,1243,1589,1592],"candidate":[173,175,176,177,179,181],"job":[174,642,643,688,832],"exchange":[175,281,515,516],"contact":[175,676,685,882],"greeting":[176],"invite":[177],"interview":[177,1011,1014,1018],"joblist":[178],"mark":[179,894],"tag":[179,334,357,392,491,494,495,784,785,810,853,932,1069,1217,1218,1291,1427,1551,1629],"recommend":[180,1020,1617],"resume":[181],"view":[181,572,573,587,668,1113,1118,1188,1189,1190,1528],"message":[183,376,383,451,534,687,881,1017,1241,1244],"brave":[185],"public":[185,255,298,396,407,471,491,493,494,495,507,576,605,618,619,621,698,821,916,921,922,1198,1302,1320,1321,1322,1356,1479,1525,1545],"via":[185,255,258,469,471,503,534,549,576,613,615,621,650,679,681,682,683,698,730,736,772,802,818,819,896,1001,1039,1097,1099,1101,1129,1147,1223,1231,1315,1317,1356,1405,1410,1420,1462,1511,1519,1528,1545,1627],"api":[185,233,255,344,471,492,496,515,556,576,621,679,681,682,683,696,698,730,765,858,937,1001,1008,1101,1147,1231,1404,1479,1545],"needed":[185,471,515,1487,1545],"chaoxing":[186,187],"assignments":[186],"xuexitong":[186,187],"exams":[187],"chatgpt":[188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212],"its":[190,236,376,632,851,1160,1175,1321,1391,1589],"sidebar":[192,217,271,316,346,633,1002,1590],"optionally":[193],"save":[193,456,598,634,716,902,1043,1154,1162,1178,1340,1520],"images":[193,398,405,591,634,672,703,760,1114,1162,1193,1365,1510,1556],"chatgpt-app":[205,206,207,208,209,210,211,212],"chatwise":[213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228],"markdown":[216,264,314,844,929,944,993,1094,1224,1442,1459,1605],"chrome":[229,230,575,576,620,621],"bookmarks":[229,1363],"bookmark":[229,716,726,1360,1361,1362,1396],"bar":[229],"macos":[229,230,260,549,686,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913],"tabs":[230,897],"google":[230,579,581,614,615,616,617,618,619,620,621,622,623,624],"cipo":[231,232,233],"retrieve":[231,253,505,555,575,620,695,801,1098],"single":[231,253,283,297,501,505,555,575,598,620,695,720,801,1029,1076,1083,1090,1146,1206,1296,1450,1505,1639],"canadian":[231,232,233],"patent":[231,232,233,253,254,255,468,469,500,501,502,503,504,505,506,507,555,556,575,576,618,619,620,621,695,696,697,698,729,730,764,765,777,778,779,801,802,1098,1099,1129,1130,1408,1409,1410],"document":[231,253,555,566,571,819,944,1485,1486,1487,1489,1490],"legal-status":[232,254,502,506,778,1409],"legal":[232,254,502,506,778,1409],"administrative":[232],"lookup":[232,254,504,506,728,1422],"patents":[233,469,503,507,618,619,620,621,696,698,730,779,1410],"database":[233,556,628,955],"claude":[234,235,236,237,238,239,240,241,242,243,244,245,246,247,248],"return":[234,634,1041,1159,1586],"assistant":[234,1159],"dom":[237,367,377,548,689,793,823,957,992,1050,1103,1238,1262,1432,1642,1649,1656,1663,1670,1677,1684,1691,1698,1705,1712,1719,1726,1733,1740,1747],"读取桌面版可见文本内容":[237,367,377,548,793,823,957,992,1050,1103,1238,1262,1432,1642,1649,1656,1663,1670,1677,1684,1691,1698,1705,1712,1719,1726,1733,1740,1747],"recents":[238],"check":[245,248,279,351,373,430,452,514,563,638,799,860,988,1010,1077,1128,1166,1246,1491,1595],"availability":[245,351,638,1166,1405,1595],"login":[245,351,430,452,638,668,914,988,1065,1166,1256,1595],"state":[245,351,514,629,638,825,826,1128,1166,1254,1491,1595],"claude-code":[248],"cli":[248,279,373,534,799,858,1077,1246],"dev":[248,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,297,298,299,300,301,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,354,355,356,357,358,359,404,405,406,407,408,584,585,586,587,588,589,602,603,604,605,606,607,608,609,610,611,625,626,658,659,660,661,662,768,769,925,926,927,943,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1077,1080,1081,1089,1090,1091,1092,1093,1131,1132,1133,1134,1135,1137,1138,1144,1145,1146,1147,1148,1212,1213,1214,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1480,1481,1482,1483,1484,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724],"cloudcompare":[249,250,251,252],"compare":[249,672,1032],"compute":[249],"cloud":[249,250,251,252,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,1149,1155],"distance":[249,252],"two":[249,562,672,1556],"point":[249,250,251,252],"clouds":[249],"ply":[250],"las":[250],"e57":[250],"pcd":[250],"xyz":[250],"count":[251,908,1353,1484],"bounding":[251,567],"box":[251,567,678,918],"subsample":[252],"reduce":[252],"minimum":[252],"random":[252,1406,1474],"cnipa":[253,254,255],"publication":[253,468,500,501,502,505,697,801,1098,1303,1304],"number":[253,468,501,596,697,729,764,777,801,1059,1098,1211,1408],"prosecution":[254],"timeline":[254,835,922,1392,1454,1531,1533],"公众查询":[255],"interface":[255],"cnki":[256],"academic":[256],"cnn":[257,258],"cocoapods":[259,260],"pod":[259],"ios":[260],"libraries":[260],"codex":[261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279],"extract-diff":[265],"diff":[265,672],"patches":[265],"last":[265,315,876],"projects":[271,609,610,611,955,1307],"codex-cli":[279],"openai":[279,344,937],"coinbase":[280,281],"cryptocurrency":[280,281,283],"rates":[281,515,516],"coingecko":[282,283,284,285,286,287,288],"categories":[282,518,768,836,1016,1019],"crypto":[282,284,285,286],"ranked":[282],"aggregated":[282],"market":[282,283,286,287,484,1228,1540],"cap":[282,287],"derivatives":[284],"derivative":[284],"exchanges":[285],"btc":[285],"global":[286],"aggregate":[286],"cryptocurrencies":[288],"comfyui":[289,290,291,292],"queue":[289,1272,1582],"workflow":[289,588,826],"generation":[289,761,762,939,1010],"execution":[290],"returns":[290,291],"raw":[290,291,982],"json":[290,291,766,767,1530],"object":[290,291,1559],"keyed":[290,291],"nodes":[291,1417],"node":[291,1416],"types":[291,1071],"system":[292,858,907,909,910],"device":[292],"memory":[292,907,1080],"torch":[292],"coupang":[293,294,295,296],"add-to-cart":[293],"to":[293],"cart":[293,737,738,1308,1309],"crates":[297,298,299,300,301],"crate":[297,299,301],"io":[297,298,299,300,301,470,559,731,732,733],"registry":[298,342,1062,1404,1479],"crates-io":[299,300,301],"rust":[299,300,301],"versions":[301,626,1031,1148,1433],"crossref":[302,303],"works":[302,389,390,391,392,393,394,395,465,802,942,1075],"doi":[302,303,1219,1405],"bibliographic":[302,575,620],"work":[303,396,1074,1076,1732,1733,1734,1735,1736,1737,1738],"ctrip":[304,305,306,307],"flight":[304],"way":[304],"flights":[304],"iata":[304],"route":[304],"date":[304,499,863,885,947,1506,1532,1632],"hotel-search":[305],"hotel":[305,306],"city":[305],"stay":[305],"dates":[305,499],"hotel-suggest":[306],"suggest":[306,458,472,616,1024,1522],"context":[306],"suggestions":[306,472,520,616,1024,1335,1522],"destinations":[307],"landmarks":[307],"scenic":[307],"spots":[307],"stations":[307],"cua":[308,309,549],"bench-list":[308],"bench":[308,309],"trycua":[308,309],"computer":[308,309,341],"benchmarks":[308],"bench-run":[309],"benchmark":[309],"cursor":[310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327],"composer":[312,952,1091,1093],"mode":[312,596,612,613,787,868,871,1273,1275],"sessions":[316,650],"cvf":[328],"openaccess":[328],"proceedings":[328,974,1119,1120],"cvpr":[328],"iccv":[328],"eccv":[328],"wacv":[328],"danbooru":[329,330,331,332,333,334,335,336],"artists":[329,916],"artist":[329,491,495,1118],"records":[329,773],"original":[332],"pools":[333],"tags":[335,406,626,723,785,811,842,878,1218,1292,1429,1552,1635],"wiki":[336,942],"pages":[336,493,530,940,997,1001],"dangdang":[337,338],"bestseller":[337],"books":[338,410,418,1466,1469,1470,1624],"dblp":[339,340,341,342],"publications":[339,1305],"pid":[339,856],"record":[340,425,426,468,575,620,695,697,777,801,901,1040,1041,1098],"canonical":[340],"science":[341],"bibliography":[341],"venue":[342,1086,1097],"acronym":[342],"deepseek":[343,344,345,346,347,348,349,350,351],"compatible":[344,937],"models":[347,654,779,938,1009,1061,1062,1063,1087,1088,1202,1203,1558],"defillama":[352,353],"protocol":[352],"slug":[352,810],"protocols":[353],"defi":[353],"tvl":[353],"devto":[354,355,356,357,358,359],"day":[358,462,526,1477,1494],"dianping":[360,361,362],"restaurants":[360,361,497,498,935],"shop":[362],"dictionary":[363,364,365],"examples":[363],"example":[363,943],"sentences":[363],"word":[363,364,365,1485,1486,1487,1488,1489,1490,1491],"look":[364,1204],"definitions":[364],"phonetics":[364],"parts":[364,571,952,953],"speech":[364,899,939],"synonyms":[365],"find":[365,1142,1294,1405],"dingtalk":[366,367,368,369,370,371,372,373],"discord-app":[374,375,376,377,378,379,380,381,382,383,384,385,386,387,388],"discord":[374,375,376,377,378,379,380,381,382,383,384,385,386,387,388],"server":[374,378,1482],"delete":[376,455,701,1153,1364,1481],"members":[378],"servers":[384,1256],"dlsite":[389,390,391,392,393,394,395,396],"cg":[389],"illustration":[389,784,1113,1114,1116,1217,1551],"creator":[390,465,1012,1331,1348,1505,1506,1507,1508,1509,1519],"illustrator":[390],"voice":[390],"actor":[390,679],"adv":[391],"genre":[392],"maker":[393],"circle":[393],"such":[393,495,1217,1218,1425],"rg01012594":[393],"vg02994":[393],"doujin":[395],"sort":[395],"docker":[397,398,399,400,401,402,403,404,405,406,407,408,1718,1719,1720,1721,1722,1723,1724],"build":[397],"dockerfile":[397],"local":[398,508,651,1081,1100,1123,1485],"logs":[399,1074],"container":[399,402],"networks":[400],"ps":[401,692,693,1063],"running":[401,514,856,1063,1128,1491],"containers":[401],"command":[402,889],"volumes":[403,869],"docker-hub":[404,405,406],"hub":[404,405,406,407,408],"dockerhub":[407,408],"repository":[407,584,585,586,587,588],"repositories":[408,589,602,603,604,606,608],"doctl":[409],"droplets":[409],"digitalocean":[409],"douban":[410,411,412,413,414,415,416,417,418,419,420,421],"book-hot":[410],"movie":[411,413,414,416,417,419,420,682],"photo":[411,711,1406],"group-hot":[412],"marks":[413],"ratings":[413],"movie-hot":[414],"movies":[414,415,418,678,681,684,918,919],"new-movies":[415],"theaters":[415],"photos":[416,891,1109,1110,1407,1561],"posters":[416],"stills":[416],"top250":[420],"tv-hot":[421],"tv":[421],"shows":[421,681,1351],"doubao":[422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452],"question":[422,444,579,631,1018,1019,1101,1287,1288,1289,1588,1608,1616],"meeting-summary":[425,447],"meeting":[425,426,447,448,1625,1626,1627],"summary":[425,447,870,989,1017,1476,1507],"meeting-transcript":[426,448],"transcript":[426,448,1530,1577],"doubao-app":[431,432,433,434,435,436,437,438,439,440,441,442,443],"doubao-web":[444,445,446,447,448,449,450,451,452],"feishu":[447,532,533,534,535],"minutes":[447],"integration":[447],"douyin":[453,454,455,456,457,458,459,460,461,462,463,464,465],"activities":[453],"official":[453,492,496,1204,1457,1458,1460],"collections":[454,808,1602,1630],"playlists":[454,1269],"draft":[456,457,1095,1458],"upload":[456,1563],"drafts":[457,1460],"hashtag":[458,723,1513],"hashtags":[458,1343],"location":[459,1493,1494],"poi":[459],"locations":[459],"tagging":[459],"publish":[461,710,711,1452,1497,1519],"scheduled":[461],"2h":[461],"14d":[461],"window":[461],"required":[461,621],"analytics":[462,1509],"metrics":[462,1331,1505,1506,1507,1516],"trend":[462,1509],"update":[463,826],"reschedule":[463],"caption":[463],"center":[465,569,1519],"douyu":[466,467],"dpma":[468,469],"german":[468,469],"subscription":[468,469,1479],"dpmaconnectplus":[469],"rest":[469,779,1204,1205,1479],"drawio":[470],"draw":[470],"diagram":[470,936],"jpg":[470,592],"svg":[470,574,692,693,694],"vsdx":[470],"duckduckgo":[471,472],"autocompletion":[472],"eastmoney":[473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490],"announcement":[473],"东方财富上市公司公告":[473],"convertible":[474],"东方财富可转债行情列表":[474],"东方财富":[475],"列表按成交额":[475],"涨跌幅排行":[475],"fund":[476,1534,1535],"east":[476,484],"money":[476,484,485],"holders":[477],"东方财富十大流通股东":[477],"a股":[477,480,487],"f10":[477],"stocks":[478,489,577,1537,1538,1542],"share":[478,1154,1156],"leaders":[478],"hot-rank":[479,1314,1325],"rank":[479,488,1232,1314,1325],"东方财富热股榜":[479],"按成交额近似排序":[479],"index-board":[480],"index":[480,906,1130],"board":[480],"东方财富主要市场指数行情":[480],"港股":[480,487],"美股":[480,487],"东方财富个股":[481],"线行情":[481],"kuaixun":[482],"东方财富财经快讯":[482],"longhu":[483],"东方财富龙虎榜明细":[483],"indices":[484,1540],"overview":[484,1228,1509,1540],"money-flow":[485],"东方财富主力资金净流入排行":[485],"northbound":[486],"东方财富沪深港通北向":[486],"南向资金分时净流入":[486],"东方财富个股实时行情":[487],"东方财富市场涨跌":[488],"成交排行":[488],"沪深":[488],"北证":[488],"sectors":[490],"东方财富板块排行":[490],"行业":[490],"概念":[490],"地域":[490],"ehentai":[491,492,493,494,495,496],"hentai":[491,492,493,494,495,496],"galleries":[491,494,495],"exact":[491,495,1218],"gallery":[492,493,496],"through":[492,689,746,747,748,749,1130],"thumbnail":[493,545],"sprites":[493],"structured":[494],"filters":[494,915],"namespaced":[495],"parody":[495],"language":[495],"character":[495,688],"torrents":[496],"torrent":[496],"ele":[497,498],"food":[498,1079],"endoflife":[499],"release":[499,586],"cycles":[499],"support":[499],"epo":[500,501,502,503,507],"family":[500,504],"inpadoc":[500,502,506],"simple":[500,504],"docdb":[501,504],"biblio":[501,777],"events":[502,518,532,778,858,864,865],"services":[503],"v3":[503],"cql":[503],"espacenet":[504,505,506,507],"front":[507,1170,1172,1210],"end":[507,1251],"worldwide":[507],"excel":[508,509,510,511,512,513,514],"insert-image":[508,1123,1485],"insert":[508,509,1123,1124,1485,1486,1487],"set":[508,512,513,911,1126,1273,1282,1490],"microsoft":[508,510,511,512,513,514,1122,1123,1124,1125,1126,1127,1128,1485,1486,1487,1488,1489,1490,1491,1690,1691,1692,1693,1694,1695,1696],"worksheet":[508],"background":[508,1554,1560],"insert-link":[509,1124,1486],"link":[509,1124,1486],"hyperlink":[509,1486],"formula":[509,659,660],"cell":[509,511,512,513],"workbooks":[510,514],"workbook":[511,512,513],"set-cell":[512],"set-font":[513,1126,1490],"font":[513,1126,1490],"enumerating":[514,1128,1491],"exchangerate":[515,516],"free":[515,728,869,1085,1110,1158,1407,1560],"utility":[515,516,728,779,822,823,824,825,826,827,828,829,830,831,1157,1158,1442,1669,1670,1671,1672,1673,1674,1675,1697,1698,1699,1700,1701,1702,1703],"currency":[516],"facebook":[517,518,519,520,521,522,523,524,525,526,527,528,529,530,531],"add-friend":[517],"friend":[517,520,1335],"request":[517,1357,1482],"event":[518,863],"your":[519,521,525,526,717,1363,1364,1369,1446,1465,1467,1626],"friends":[520,1335],"join-group":[522],"join":[522,1625],"marketplace":[523,524,525],"listings":[523,525,745,774,775,776],"marketplace-inbox":[524],"inbox":[524],"buyer":[524],"seller":[524,525],"marketplace-listings":[525],"memories":[526],"this":[526,608,813,814,815],"people":[530,749,914],"llm":[531,721,1342,1576],"readable":[531,721,1342,1576],"cookie":[531,721,1342,1576,1587],"reuse":[531,721,1342,1576,1587],"calendar":[532,863,864,865,1532],"upcoming":[532,1390],"lark":[532,533,534,535,792,793,794,795,796,797,798,799],"docs":[533,581,928,945],"documents":[533,629,630,818,945,946,948,1094,1488,1491],"tasks":[535,1064,1068,1072],"ffmpeg":[536,537,538,539,540,541,542,543,544,545,546],"compress":[536],"crf":[536],"lower":[536],"better":[536],"quality":[536,674],"concat":[537],"concatenate":[537],"listed":[537],"extract-audio":[539,1584],"track":[539,884,959,966,1263,1264,1271,1272],"gif":[540],"segment":[540],"animated":[540],"loudness":[541],"ebu":[541],"r128":[541],"standard":[541],"probe":[542,858],"show":[542,605,647,1083,1084,1182,1191,1277,1352],"codec":[542],"resize":[543,599,677],"dimensions":[543,567,569,596,599,675,789],"auto":[543],"aspect":[543],"ratio":[543],"burn":[544],"srt":[544],"hardcoded":[544],"frame":[545,549,1200],"time":[546,812,855,859,863,1231,1455],"stream":[546,1046,1047],"copy":[546,873],"lossless":[546],"figma":[547,548,549,550,551,552,553,554],"export-selected":[549],"selected":[549,877],"currently":[549,854,877,884,1191,1264],"ax":[549,858],"fips":[555,556],"rospatent":[555,556],"only":[555,686,695,696],"russian":[556],"flathub":[557,558],"appstream":[557],"apps":[558,559,855,856,857],"flyctl":[559],"fly":[559],"applications":[559,856,857,1410],"freecad":[560,561,562,563,564,565,566,567,568,569,570,571,572,573,574],"assembly":[560],"structure":[560],"constraints":[560],"part":[560,569],"relationships":[560,1141],"bom":[561],"bill":[561],"material":[561,571],"boolean":[562],"perform":[562],"operations":[562,570],"union":[562],"subtract":[562],"intersect":[562],"shapes":[562,563],"validate":[563],"geometry":[563,574,677],"invalid":[563],"edges":[563],"self":[563],"intersections":[563],"step":[564,566],"iges":[564,566],"dxf":[564,574],"brep":[564],"export-stl":[565],"fcstd":[565,566],"mesh":[565,570],"labels":[567,1069,1078],"macro":[568],"fcmacro":[568],"measure":[569],"area":[569],"mass":[569],"tessellate":[570],"configurable":[570],"deviation":[570],"placement":[571],"cross":[573],"plane":[573],"offset":[573],"sketch":[574,1233,1234,1235],"2d":[574],"freepatentsonline-web":[575,576],"freepatentsonline":[575,576],"keyless":[575,576,620,621],"ssr":[576,1528],"listing":[576,1497],"futu":[577,578],"gemini":[579,580,581,582,583],"deep-research":[580],"deep":[580,581],"research":[580,581],"deep-research-result":[581],"result":[581],"report":[581],"gh":[584,585,586,587,588,589],"issue":[584,824,825,826],"github":[584,585,586,587,588,589,606,607,608,1704,1705,1706,1707,1708,1709,1710],"issues":[584,825],"pr":[585],"pull":[585],"requests":[585,1484],"repo":[587],"actions":[588,855,1079],"runs":[588],"search-repos":[589],"repos":[589,602],"gimp":[590,591,592,593,594,595,596,597,598,599,600,601],"adjust":[590],"brightness":[590,861],"contrast":[590],"different":[592],"bmp":[592],"tiff":[592],"webp":[592],"crop":[593],"region":[593,1205],"filter":[594,767,825,1072],"blur":[594],"sharpen":[594],"edge":[594],"detect":[594],"emboss":[594],"flip":[595],"horizontally":[595],"vertically":[595],"layers":[596,597,598,789],"size":[597],"visibility":[597],"opacity":[597],"merge-layers":[598],"merge":[598],"flatten":[598],"layer":[598],"rotate":[600],"degrees":[600],"overlay":[601,673],"position":[601],"gitee":[602,603,604,605],"information":[605,765,1073,1139,1382],"github-trending":[606,607,608],"stars":[606],"developers":[607],"weekly":[608],"week":[608,814],"gitlab":[609,610,611],"godot":[612,613],"project-run":[612],"project":[612,771,772,825,1065,1066,1222,1223],"scene-export":[613],"dae":[613],"autocomplete":[616,1522],"trends":[617,1032,1033,1505],"google-patents-bq":[618,619],"bq":[618,619],"prior-art":[618,1129],"prior":[618,1129],"art":[618,1129],"arm":[618],"fusion":[618],"against":[618,1295],"bigquery":[618,619],"dataset":[618],"over":[619,687],"datasets":[619,653],"corpus":[619,802],"google-patents-web":[620,621],"xhr":[621],"endpoint":[621,1356],"google-scholar":[622,623,624],"cite":[622],"citation":[622,1141,1631],"goproxy":[625,626],"module":[625,626],"vcs":[625],"origin":[625],"go":[625,626],"gov-law":[627,628],"gov":[627,628,629,630],"law":[627,628],"laws":[627,628],"regulations":[627,628],"national":[628],"gov-policy":[629,630],"policy":[629,630],"council":[629],"cn":[630],"grok":[631,632,633,634,635,636,637,638],"reply":[637,669,1159,1165,1168,1169,1176,1369,1385,1386,1593,1604],"session":[638,650,737,738,1166,1308,1309,1310,1497,1570,1579,1595],"hackernews":[639,640,641,642,643,644,645,646,647,648,649],"hacker":[639,640,641,642,643,644,645,646,647,648,649],"hn":[639,647],"story":[641,642,645,708,720,851],"comment":[642,645,702,750,851,1168,1176,1178,1186,1189,1330,1604],"postings":[643,832],"tree":[645,851,1156],"hermes":[650,651,652],"sessions-search":[650],"sqlite":[650,896],"fts5":[650],"skills-list":[651,1081],"skills":[651,652,1081],"installed":[651,661,855,857,1061,1081,1433],"skills-read":[652],"skill":[652],"md":[652,1080],"extension":[652,951,1434],"hf":[653,654,655,656,657],"hugging":[653,655,656,657,663,664],"face":[653,655,656,657,663,664,1556],"huggingface":[654,663,664],"spaces":[656,1390],"upvoted":[657,1187],"homebrew":[658,659,660,661,662],"cask":[658],"most":[661,684,847,1478],"formulae":[661,662],"casks":[661],"huggingface-papers":[663,664],"hupu":[665,666,667,668,669,670,671],"like":[667,687,709,753,944,1336,1370,1515,1570,1579,1612],"light":[667],"that":[668,1368,1466],"mention":[668],"you":[668,1334,1392],"requires":[668,914,1256,1479],"unlike":[671,725,1345,1398,1579],"unlight":[671],"imagemagick":[672,673,674,675,676,677],"difference":[672],"metric":[672],"produce":[672],"composite":[673],"gravity":[673],"control":[673,674,693,883,950],"identify":[675],"colorspace":[675],"montage":[676],"grid":[676],"sheet":[676],"input":[676,910],"pixels":[677],"dimension":[677],"constraint":[677],"imdb":[678,679,680,681,682,683,684],"box-office":[678],"office":[678,918],"person":[679],"suggestion":[679,681],"omdb":[682],"imessage":[685,686,687,882],"handle":[685],"phone":[685,867],"email":[685,867,880],"imessages":[686],"timestamp":[686],"direction":[686],"bodies":[687],"indeed":[688,689],"posting":[688],"jk":[688],"rendered":[689],"infoq":[690,691],"edition":[690],"inkscape":[692,693,694],"vector":[692],"eps":[692,693],"plain":[692,694,941,1473],"dpi":[693],"optimize":[694],"clean":[694],"vacuuming":[694],"unused":[694],"defs":[694],"producing":[694],"inpi-br":[695,696],"inpi":[695,696,697,698],"br":[695,696],"brasil":[695,696],"upstream":[696],"inpi-fr":[697,698],"fr":[697,698],"french":[697,698],"subset":[697],"instagram":[699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727],"logged":[699,1191,1377,1497],"collection-create":[700],"collection":[700,701,1601,1606],"saved":[700,701,717,1179],"collection-delete":[701],"reels":[703,714,715],"explore":[704,1332],"discover":[704],"follow":[705,722,1333,1334,1357,1366,1512,1608],"highlights":[708,1465,1466],"reel":[713,721],"reels-trending":[715],"suggested":[722],"unfollow":[724,1344,1397,1524],"unsave":[726,1346],"remove":[726,1346,1373,1396,1559,1560,1579],"ip-info":[728],"ip":[728,730],"geolocation":[728],"ipaustralia":[729,730],"australian":[729,730],"application":[729,764,777,778,854,889,890,1408,1409],"australia":[730],"portal":[730,1410],"itch-io":[731,732,733],"itch":[731,732,733],"games":[731,732,733,942,1296,1297,1298,1299,1300,1301,1302,1353],"rated":[733],"ithome":[734,735,736],"it之家":[736],"jd":[737,738,739,740,741,742,743],"add-cart":[737,1308],"items":[738,908,1309,1472,1498,1601,1631,1632],"sku":[739,741,742],"keywords":[740,1311],"jianyu":[744,745],"procurement":[744,1121],"notice":[744],"evidence":[744],"real":[745,855,1231,1455],"estate":[745],"jikan":[746,747,748,749],"myanimelist":[746,747,748,749],"jike":[750,751,752,753,754,755,756,757,758,759],"repost":[756],"jimeng":[760,761,762,763],"workspace":[762,1004,1246,1249],"workspaces":[763],"jpo":[764,765],"retrieval":[765,1129],"jq":[766,767],"pretty":[766],"print":[766,819],"expression":[767],"juejin":[768,769],"掘金全站热门推荐":[768],"掘金全文搜索":[769],"kdenlive":[770,771,772],"mlt":[770,1221,1222,1223],"tracks":[771,964,1222,1280],"clips":[771,1222],"melt":[772,1223],"ke":[773,774,775,776],"chengjiao":[773],"transaction":[773,1409],"ershoufang":[774],"beike":[774,775],"second":[774,1498],"hand":[774,1253,1498],"housing":[774],"xiaoqu":[775],"neighborhood":[775],"community":[775],"zufang":[776],"rental":[776],"kipris":[777,778,779],"right":[778],"trans":[778],"registration":[778],"korean":[778,779],"plus":[779],"kitsu":[780,781],"konachan":[782,783,784,785],"moebooru":[784,1217,1551],"prefix":[785,1218,1552],"krita":[786,787,788,789],"kra":[788,789],"jpeg":[788],"other":[788,818,1631],"space":[789,869],"kuaishou":[790,791],"leetcode":[800],"discuss-search":[800],"discuss":[800],"文章关键词搜索":[800],"lens":[801,802],"org":[801,802],"combined":[802],"dsl":[802],"lesswrong":[803,804,805,806,807,808,809,810,811,812,813,814,815,816,817],"curated":[804,1109],"editor":[804],"picks":[804],"frontpage":[805,1170],"algorithmic":[805],"sequences":[808,1058],"shortform":[809],"quick":[809,947],"takes":[809],"top-month":[813],"month":[813],"top-week":[814],"top-year":[815],"year":[815,974],"user-posts":[817,845,1190],"libreoffice":[818,819],"headlessly":[818,819],"lichess":[820,821],"leaderboard":[820,1012],"perf":[820],"player":[821],"username":[821],"linear":[822,823,824,825,826,827,828,829,830,831],"issue-create":[824],"issue-list":[825],"issue-update":[826],"linkedin":[832,833,834,835],"profiles":[834,915],"connections":[835,1196,1517],"linux-do":[836,837,838,839,840,841,842,843,844,845,846],"linux":[836,837,838,839,840,841,842,843,844,845,846],"do":[836,837,838,839,840,841,842,843,844,845,846,871],"personal":[838,1533,1544,1626],"topic-content":[844],"user-topics":[846],"lobsters":[847,848,849,850,851,852,853],"lobste":[847,848,849,850,851,853],"rs":[847,848,849,850,851,853],"domain":[848],"submitted":[848,1190],"hottest":[849],"active-app":[854],"app-actions":[855],"shortcuts":[855,858,903,904],"intents":[855],"exposed":[855,1320],"bundle":[856],"apps-list":[857],"automation-smoke":[858],"automation":[858,1519],"smoke":[858],"reproducibility":[858],"toolkit":[858],"battery":[859],"charging":[859],"remaining":[859],"bluetooth":[860],"screen":[861,879,900,901],"caffeinate":[862],"keep":[862],"mac":[862],"awake":[862],"prevents":[862],"display":[862,879,1294],"sleep":[862,879,905],"calendar-create":[863],"calendar-list":[864],"next":[864,883,959,1263],"days":[864,876],"calendar-today":[865],"today":[865,1049,1135,1477],"clipboard":[866,902],"contents":[866],"contacts-search":[867],"contacts":[867],"dark-mode":[868],"dark":[868],"disk-info":[869],"disk":[869,870],"capacity":[869],"mounted":[869],"disk-usage":[870],"usage":[870,892],"do-not-disturb":[871],"not":[871],"disturb":[871],"focus":[871],"empty-trash":[872],"empty":[872],"trash":[872,908],"finder-copy":[873],"finder":[873,874,875,876,877,878],"destination":[873],"path":[873,1041,1206],"finder-move":[874],"move":[874,1151],"rename":[874,1152],"finder-new-folder":[875],"intermediate":[875],"directories":[875],"finder-recent":[876],"opened":[876],"finder-selection":[877],"selection":[877],"finder-tags":[878],"lock-screen":[879],"lock":[879,900],"put":[879,905],"mail-send":[880],"mail":[880,881],"mail-status":[881],"unread":[881,1017],"counts":[881,1032,1195,1635],"messages-send":[882],"music-control":[883],"music":[883,884,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,1263,1266,1267,1268,1271,1279],"playback":[883,961,962,970,1266,1267,1272,1277,1279,1282],"play":[883,962,963,1253,1267,1268,1503],"pause":[883,961,1266],"prev":[883,966,1271],"music-now":[884],"now":[884,1158,1264],"playing":[884,1264],"notes-list":[885],"modification":[885],"notes-search":[886],"notification":[887,888],"notify":[888],"photos-search":[891],"library":[891,1623,1624,1630,1632,1634,1635],"processes":[892],"cpu":[892],"reminder-create":[893],"reminder":[893,894],"reminders":[893,894,895],"reminders-complete":[894],"complete":[894,1260],"reminders-list":[895],"safari-history":[896],"safari":[896,897,898],"browsing":[896],"safari-tabs":[897],"safari-url":[898],"tab":[898],"say":[899],"speak":[899],"aloud":[899],"screen-lock":[900],"screen-recording":[901],"recording":[901,1040,1041,1045],"screencapture":[901],"take":[902],"shortcuts-list":[903],"shortcuts-run":[904],"shortcut":[904],"spotlight":[906],"system-info":[907],"hardware":[907],"processor":[907],"os":[907],"uptime":[909],"alert":[910],"mute":[910,1378,1627],"wallpaper":[911],"wifi":[912,913],"wi":[912],"fi":[912],"turn":[912,1251],"off":[912],"wifi-info":[913],"connection":[913],"maimai":[914,915],"talents":[914,915],"search-talents":[915],"talent":[915],"mangadex":[916,917],"authors":[916,1632],"maoyan":[918,919],"mastodon":[920,921,922,923,924],"instance":[920,923],"statuses":[921,1071],"maven":[925,926,927],"artifact":[925,926],"central":[925,926,927],"artifacts":[927],"mdn":[928],"medium":[929,930,931,932,933,934],"tagged":[932,1291],"meituan":[935],"shops":[935],"mermaid":[936],"minimax":[937,938,939],"m2":[937],"completion":[937],"tts":[939],"moegirl":[940,941,942],"links":[940],"internal":[940],"useful":[940],"disambiguation":[940],"acg":[942],"songs":[942,958,963,967,1268],"motion-studio":[943],"motion":[943],"studio":[943,1331,1431,1432,1436,1437,1438,1439,1440,1725,1726,1727,1728,1729,1730,1731],"component-get":[943],"component":[943,1402,1403],"paste":[943],"ready":[943],"mubu":[944,945,946,947,948,949],"doc":[944],"folders":[945,1153,1362],"edited":[948],"musescore":[950,951,952,953,954],"explicit":[950],"midi":[951],"musicxml":[951],"inferred":[951],"measures":[952],"instruments":[953],"transpose":[954],"score":[954],"semitones":[954],"neonctl":[955],"neon":[955],"netease-music":[956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972],"netease":[956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972],"skip":[959,966,1263,1271],"下一首":[959,1263],"暂停音乐":[961,1266],"播放音乐":[962,1267],"play-liked":[963,1268],"playlist":[963,964,1268,1571],"打开我喜欢的音乐并播放":[963,1268],"previous":[966,1271],"上一首":[966,1271],"切换播放暂停":[970,1279],"charts":[971],"netlify":[973],"sites":[973],"neurips":[974],"notebooklm":[975,976,977,978,979,980,981,982,983,984,985,986,987,988,989],"notebook":[975,976,977,979,981,987,989],"notebooks":[978,983,1466],"note-list":[979],"notes-get":[980],"rpc":[982],"make":[982],"call":[982],"backend":[982,1457],"shared":[983,1594],"source-fulltext":[984],"source":[984,985,986,987],"fulltext":[984],"source-get":[985],"source-guide":[986],"guide":[986],"study":[986],"source-list":[987],"sources":[987,1044],"notion":[990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007],"databases":[991,1136],"navigation":[1002],"write":[1007],"append":[1007,1122,1487],"novita":[1008,1009,1010],"platform":[1009],"task":[1010,1070,1071],"nowcoder":[1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026],"companies":[1011,1425,1547],"牛客面试题热门公司":[1011],"prep":[1011],"creators":[1012,1428],"牛客创作者榜":[1012],"牛客帖子详情":[1013],"uuid":[1013],"experience":[1014],"牛客面经帖子":[1014],"牛客热搜榜":[1015],"牛客职业方向列表":[1016],"career":[1016],"牛客未读消息摘要":[1017],"牛客公司真题试卷":[1018],"practice":[1019],"牛客专项练习题库":[1019],"牛客推荐流":[1020],"referral":[1021],"牛客内推帖子":[1021],"salary":[1022],"牛客薪资爆料帖子":[1022],"disclosure":[1022],"牛客全文搜索":[1023],"牛客搜索建议":[1024],"牛客热门讨论话题":[1025],"牛客热门帖子":[1026],"npm":[1027,1028,1029,1030,1031,1032,1033],"downloads":[1027,1144],"package":[1027,1028,1029,1031,1032,1034,1035,1089,1091,1092,1137,1144,1145,1146,1148,1213],"packages":[1030,1033,1036,1093,1138,1147,1214],"npm-trends":[1032,1033],"nuget":[1034,1035,1036],"nvd":[1037],"cve":[1037],"nist":[1037],"nytimes":[1038,1039],"york":[1039],"times":[1039],"obs":[1040,1041,1042,1043,1044,1045,1046,1047],"record-start":[1040],"record-stop":[1041],"stop":[1041,1047],"streaming":[1045,1046,1047],"stream-start":[1046],"stream-stop":[1047],"obsidian":[1048,1049,1050,1051,1052,1053,1054,1055,1056,1057],"vault":[1049,1051,1054],"within":[1054,1638],"oeis":[1058,1059],"numeric":[1058],"pattern":[1058,1484],"sequence":[1059],"ollama":[1060,1061,1062,1063],"locally":[1061,1162],"ones":[1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074],"enrich-tasks":[1064],"enrich":[1064],"additional":[1064],"logout":[1066],"my-tasks":[1068],"my":[1068],"resolve-labels":[1069],"resolve":[1069],"uuids":[1069],"task-helpers":[1071],"helpers":[1071],"priorities":[1071],"token-info":[1073],"token":[1073],"auth":[1073,1246,1260],"worklog":[1074],"openalex":[1075,1076],"opencode":[1077],"openfda":[1078,1079],"drug-label":[1078],"drug":[1078],"fda":[1078,1079],"brand":[1078],"food-recall":[1079],"recall":[1079],"enforcement":[1079],"openharness":[1080,1081],"memory-read":[1080],"per":[1080,1506,1507],"openreview":[1082,1083,1084,1085,1086],"decisions":[1084],"invitation":[1086],"openrouter":[1087,1088],"osv":[1089,1090],"vulnerabilities":[1089],"affecting":[1089],"vulnerability":[1090],"packagist":[1091,1092,1093],"pandoc":[1094],"html":[1094,1402],"docx":[1094],"more":[1094],"paperreview":[1095,1096,1097],"feedback":[1095],"submit":[1095,1096,1097],"review":[1096],"patsnap":[1098,1099],"eureka":[1099],"oauth2":[1099],"client":[1099],"credentials":[1099],"perplexity":[1101,1102,1103,1104,1105,1106,1107,1108],"pexels":[1109,1110],"pinduoduo":[1111,1112],"pixiv":[1113,1114,1115,1116,1117,1118],"illusts":[1115],"illustrations":[1115,1117],"pmlr":[1119,1120],"inside":[1119,1361],"v235":[1120],"icml":[1120],"powerchina":[1121],"notices":[1121],"powerpoint":[1122,1123,1124,1125,1126,1127,1128],"add-slide":[1122],"slide":[1122,1123,1124,1126,1127],"presentation":[1122,1127],"linked":[1124],"presentations":[1125,1128],"slides":[1127],"snippets":[1127],"pqai":[1129,1130],"semantic":[1129,1130,1219,1220],"embedding":[1129],"based":[1129],"ranker":[1129],"hybrid":[1130],"producthunt":[1131,1132,1133,1134,1135],"hunt":[1131,1133,1134,1135],"launches":[1133,1135,1553],"pscale":[1136],"planetscale":[1136],"pub-dev":[1137,1138],"pub":[1137,1138],"dart":[1137,1138],"flutter":[1137,1138],"pubmed":[1139,1140,1141,1142,1143],"detailed":[1139],"pmid":[1139],"citations":[1141],"related":[1142,1289],"pypi":[1144,1145,1146,1147,1148],"warehouse":[1147],"quark":[1149,1150,1151,1152,1153,1154,1155,1156],"drive":[1149,1150,1151,1152,1153,1154,1155],"mkdir":[1150],"mv":[1151],"rm":[1153],"share-tree":[1156],"qweather":[1157,1158],"forecast":[1157,1494],"weather":[1157,1158,1493,1494],"和风天气":[1158],"tier":[1158],"qwen":[1159,1160,1161,1162,1163,1164,1165,1166],"them":[1162],"railway":[1167],"deploy":[1167],"deployments":[1167,1423],"reddit":[1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191],"nested":[1169,1192,1504,1604],"hierarchy":[1169,1604],"personalized":[1171],"rising":[1177],"subreddit":[1181,1182,1183],"subreddit-info":[1182],"subscribe":[1183,1574],"subreddits":[1185],"upvote":[1186],"user-comments":[1189],"whoami":[1191],"rednote":[1192,1193,1194,1195,1196,1197,1198],"supports":[1192,1504],"reads":[1194],"hydrated":[1194],"pinia":[1194,1511],"engagement":[1195,1516],"renderdoc":[1199,1200],"capture-list":[1199],"rdc":[1199,1200],"frame-export":[1200],"replicate":[1201,1202,1203],"rest-countries":[1204,1205],"countries":[1204,1205],"country":[1204],"common":[1204],"reuters":[1206,1207,1208,1209,1210],"article-detail":[1207],"rfc":[1211],"ietf":[1211],"rubygems":[1212,1213,1214],"gem":[1212],"safebooru":[1215,1216,1217,1218],"blue":[1217,1218],"archive":[1217,1218],"rating":[1217],"safe":[1217],"ascii":[1218],"semantic-scholar":[1219,1220],"paperid":[1219],"shotcut":[1221,1222,1223],"transitions":[1221],"sinablog":[1224,1225,1226,1227],"sina":[1224,1225,1226,1227,1228,1229,1230,1231,1232],"blog":[1224,1225,1226,1227],"sinafinance":[1228,1229,1230,1231,1232],"7x24":[1229],"rolling-news":[1230],"rolling":[1230],"stock-rank":[1232],"artboards":[1233,1234],"symbols":[1235],"slack":[1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249],"slay-the-spire-ii":[1250,1251,1252,1253,1254,1255],"slay":[1250,1251,1252,1253,1254,1255],"the":[1250,1251,1252,1253,1254,1255],"spire":[1250,1251,1252,1253,1254,1255],"ii":[1250,1251,1252,1253,1254,1255],"deck":[1250],"cards":[1250],"end-turn":[1251],"combat":[1251,1253],"map":[1252],"layout":[1252],"paths":[1252],"play-card":[1253],"card":[1253],"during":[1253],"health":[1254],"gold":[1254],"act":[1254],"use-potion":[1255],"potion":[1255],"inventory":[1255],"slock":[1256],"smzdm":[1257,1258,1259],"deals":[1258,1259],"spotify":[1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282],"oauth":[1260],"setup":[1260],"now-playing":[1264],"repeat":[1273],"catalog":[1274,1499],"shuffle":[1275],"top-tracks":[1280],"sspai":[1283,1284],"少数派":[1283,1284],"stackoverflow":[1285,1286,1287,1288,1289,1290,1291,1292,1293,1294],"bounties":[1285],"stack":[1285,1286,1288,1289,1290,1291,1293,1294],"overflow":[1285,1286,1288,1289,1290,1291,1293,1294],"questions":[1286,1289,1290,1291,1293,1618],"answers":[1287,1288,1598,1616,1618,1619,1620],"unanswered":[1293],"voted":[1293],"stagehand":[1295],"wrap-observe":[1295],"wrap":[1295],"observe":[1295],"verb":[1295],"subprocess":[1295],"wrapper":[1295],"steam":[1296,1297,1298,1299,1300,1301,1302],"storefront":[1296],"app-details":[1297],"appid":[1297],"specials":[1300],"special":[1300],"sale":[1300],"top-sellers":[1301],"selling":[1301],"wishlist":[1302],"substack":[1303,1304,1305,1306],"supabase":[1307],"taobao":[1308,1309,1310,1311,1312,1313],"tdx":[1314],"techcrunch":[1315,1316],"theverge":[1317,1318],"verge":[1317,1318],"matching":[1323,1490],"ths":[1325],"tonghuashun":[1325],"tieba":[1326,1327,1328,1329],"tiktok":[1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347],"creator-videos":[1331],"sounds":[1343],"toutiao":[1348,1349,1350],"dashboard":[1348],"jinri":[1349],"tvmaze":[1351,1352],"twitch":[1353,1354,1355,1356],"viewer":[1353],"gql":[1356],"twitter":[1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400],"accept":[1357],"pending":[1357],"tweet":[1358,1360,1364,1365,1369,1370,1380,1381,1383,1384,1385,1387,1388,1391,1396,1398,1400],"block":[1359],"bookmark-folder":[1361],"tweets":[1361,1363,1371,1374,1376,1384,1389,1394],"bookmark-folders":[1362],"bookmarked":[1363],"own":[1364],"follows":[1368],"hide-reply":[1369],"hide":[1369],"list-add":[1372],"ui":[1372,1373,1519],"list-remove":[1373],"list-tweets":[1374],"lists":[1375,1536],"pin":[1380],"pinned":[1380],"quotes":[1384],"reply-dm":[1386],"dm":[1386],"retweet":[1387],"retweets":[1388],"who":[1388],"retweeted":[1388],"unblock":[1395],"unbookmark":[1396],"unmute":[1399],"unretweet":[1400],"uisdc":[1401],"design":[1401],"uiverse":[1402,1403],"css":[1402],"preview":[1403],"ukipo":[1404],"uk":[1404],"ipo":[1404],"placeholder":[1404,1479],"ipsum":[1404],"retired":[1404],"01":[1404],"oneipo":[1404],"roadmap":[1404],"unpaywall":[1405],"oa":[1405],"access":[1405],"unsplash":[1406,1407],"uspto":[1408,1409,1410],"odp":[1410],"v2ex":[1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422],"member":[1415],"sov2ex":[1420],"vercel":[1423],"vndb":[1424,1425,1426,1427,1428,1429,1430],"traits":[1424],"producers":[1425],"brands":[1425],"makers":[1425],"circles":[1425],"visual":[1425,1426,1427,1430,1431,1432,1436,1437,1438,1439,1440],"novel":[1425,1426,1430],"publishers":[1425],"yuzusoft":[1425],"novels":[1427],"genres":[1429],"vn":[1430],"vscode":[1431,1432,1433,1434,1435,1436,1437,1438,1439,1440],"extensions":[1433],"vs":[1433,1434,1435],"install-ext":[1434],"install":[1434],"ext":[1434],"identifier":[1434],"wanfang":[1441],"any":[1442,1587],"webpage":[1442],"wechat-channels":[1443,1444],"wechat":[1443,1444,1457,1458,1459,1460,1461,1462,1732,1733,1734,1735,1736,1737,1738],"weibo":[1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456],"followed":[1447,1610],"immediately":[1452],"uid":[1456],"weixin":[1457,1458,1459,1460,1461,1462],"create-draft":[1458],"sogou":[1462],"weread":[1463,1464,1465,1466,1467,1468,1469,1470],"ai-outline":[1463],"outline":[1463],"underlines":[1465],"have":[1466],"thoughts":[1467,1615],"shelf":[1470],"bookshelf":[1470],"wikidata":[1471,1472],"entity":[1471],"wikipedia":[1473,1474,1475,1476,1477,1478],"featured":[1477],"yesterday":[1478],"wipo-patentscope":[1479],"wipo":[1479],"patentscope":[1479],"soap":[1479],"wiremock":[1480,1481,1482,1483,1484],"create-stub":[1480],"stub":[1480,1481,1483],"mapping":[1480,1481],"delete-stub":[1481],"reset":[1482],"clear":[1482],"stubs":[1482,1483],"mappings":[1483],"verify":[1484],"insert-text":[1487],"creating":[1487],"wrangler":[1492],"cloudflare":[1492],"workers":[1492],"wttr":[1493,1494],"conditions":[1493],"multi":[1494],"xianyu":[1495,1496,1497,1498],"goofish":[1497,1498],"xiaoe":[1499,1500,1501,1502,1503],"course":[1499,1500,1502],"chapters":[1499],"lesson":[1500],"courses":[1501],"purchased":[1501],"play-url":[1503],"xiaohongshu":[1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525],"creator-note-detail":[1505],"core":[1505],"audience":[1505],"creator-notes":[1506],"views":[1506,1509],"collects":[1506,1509],"creator-notes-summary":[1507],"creator-profile":[1508],"creator-stats":[1509],"shares":[1509],"action":[1511],"under":[1513],"collect":[1520],"xiaoyuzhou":[1526,1527,1528,1529,1530],"episode":[1526,1527],"podcast-episodes":[1529],"extracted":[1530],"xueqiu":[1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544],"earnings-date":[1532],"earnings":[1532],"fund-holdings":[1534],"holdings":[1534],"positions":[1534],"fund-snapshot":[1535],"shareholders":[1535],"portfolio":[1536],"hot-stock":[1538],"watchlist":[1544],"yahoo":[1545,1546,1547,1548],"yahoo-finance":[1546,1547,1548],"tickers":[1547,1548],"yandere":[1549,1550,1551,1552],"yande":[1549,1550,1551,1552],"re":[1549,1550,1551,1552],"ycombinator":[1553],"yc":[1553],"yollomi":[1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565],"edit":[1555],"face-swap":[1556],"swap":[1556],"faces":[1556],"object-remover":[1559],"remover":[1559],"unwanted":[1559],"remove-bg":[1560],"bg":[1560],"restore":[1561],"old":[1561],"damaged":[1561],"try-on":[1562],"try":[1562],"on":[1562],"virtual":[1562],"clothing":[1562],"processing":[1563],"upscale":[1564],"enhance":[1564],"youtube":[1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1586],"homepage":[1568],"shorts":[1573],"subscriptions":[1575],"subscribed":[1575],"unsubscribe":[1580],"watch-later":[1582],"yt-dlp":[1583,1584,1585,1586,1587],"yt":[1583,1584,1585,1586,1587],"dlp":[1583,1584,1585,1586,1587],"downloading":[1585],"supported":[1587],"yuanbao":[1588,1589,1590,1591,1592,1593,1594,1595],"tencent":[1588,1591,1594],"zhihu":[1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622],"answer":[1596,1597,1605,1606,1612],"answer-detail":[1597],"知乎单个回答完整内容":[1597],"获取":[1597],"zhuanlan":[1599,1603],"columns":[1603],"column":[1603],"normalized":[1604],"existing":[1606,1628,1629],"pins":[1615],"知乎首页推荐":[1617],"zlibrary":[1623,1624],"isbn":[1624],"zoom":[1625,1626,1627,1739,1740,1741,1742,1743,1744,1745],"toggle-mute":[1627],"menu":[1627],"zotero":[1628,1629,1630,1631,1632,1633,1634,1635],"add-note":[1628],"child":[1628,1633],"add-tag":[1629],"bibtex":[1631],"ris":[1631],"attached":[1633],"string":[1634],"zsxq":[1636,1637,1638,1639,1640],"知识星球":[1637,1640],"joined":[1637],"logseq":[1641,1642,1643,1644,1645,1646,1647],"typora":[1648,1649,1650,1651,1652,1653,1654],"postman":[1655,1656,1657,1658,1659,1660,1661],"insomnia":[1662,1663,1664,1665,1666,1667,1668],"bitwarden":[1669,1670,1671,1672,1673,1674,1675],"signal":[1676,1677,1678,1679,1680,1681,1682],"whatsapp":[1683,1684,1685,1686,1687,1688,1689],"teams":[1690,1691,1692,1693,1694,1695,1696],"todoist":[1697,1698,1699,1700,1701,1702,1703],"github-desktop":[1704,1705,1706,1707,1708,1709,1710],"gitkraken":[1711,1712,1713,1714,1715,1716,1717],"docker-desktop":[1718,1719,1720,1721,1722,1723,1724],"lm-studio":[1725,1726,1727,1728,1729,1730,1731],"lm":[1725,1726,1727,1728,1729,1730,1731],"wechat-work":[1732,1733,1734,1735,1736,1737,1738],"wecom":[1732,1733,1734,1735,1736,1737,1738],"zoom-app":[1739,1740,1741,1742,1743,1744,1745],"evernote-app":[1746,1747,1748,1749,1750,1751,1752],"evernote":[1746,1747,1748,1749,1750,1751,1752]},"idf":{"16":7.064189064823964,"90":7.064189064823964,"180":7.064189064823964,"250":7.064189064823964,"264":7.064189064823964,"270":7.064189064823964,"1688":5.764906080693703,"2024":7.064189064823964,"2025":7.064189064823964,"2026":7.064189064823964,"assets":5.965576776155855,"extract":4.230975720767748,"visible":2.4230084413128394,"product":4.401601237798511,"media":5.11827891576865,"from":2.35465886351163,"item":4.943925528623873,"page":4.085263909586354,"shopping":3.5676815033574836,"download":4.270981055381447,"com":5.11827891576865,"detail":3.6741649837599337,"browser":4.019666627100541,"extraction":7.064189064823964,"search":2.012198585045794,"wholesale":7.064189064823964,"products":4.866964487487745,"store":5.965576776155855,"list":1.9994865494574323,"1point3acres":5.2183623743256335,"digest":7.064189064823964,"read":3.1065555481437657,"threads":5.027307137562924,"social":1.541395701727939,"forum":5.329588009435858,"browse":5.2183623743256335,"fid":6.21689120443676,"forums":7.064189064823964,"ids":7.064189064823964,"names":6.21689120443676,"hot":3.4532711521797395,"latest":3.9884140835964366,"notifications":4.866964487487745,"account":5.2183623743256335,"using":4.666293792025593,"cookies":6.553363441057973,"posts":3.3506169981196563,"thread":5.597851996030537,"with":2.669739910151525,"floor":6.553363441057973,"rows":7.064189064823964,"user":2.931692736637487,"profile":3.8453132399557632,"36kr":5.764906080693703,"article":4.230975720767748,"id":3.47145347126293,"news":3.4532711521797395,"trending":3.47145347126293,"articles":3.7683521988196347,"tech":5.965576776155855,"rss":4.401601237798511,"51job":5.965576776155855,"company":6.553363441057973,"公司在招职位":7.064189064823964,"enccoid":7.064189064823964,"jobs":3.69689323483749,"职位详情":7.064189064823964,"jobid":7.064189064823964,"推荐职位列表":7.064189064823964,"前程无忧关键词职位搜索":7.064189064823964,"acl-anthology":6.553363441057973,"acl":6.553363441057973,"anthology":6.553363441057973,"paper":4.866964487487745,"fetch":3.9001214764507584,"scholarly":3.4899725190301676,"papers":4.666293792025593,"adguardhome":5.764906080693703,"add-rule":7.064189064823964,"add":4.943925528623873,"rule":7.064189064823964,"custom":6.21689120443676,"dns":6.21689120443676,"filtering":6.21689120443676,"rules":7.064189064823964,"adguard":6.21689120443676,"home":4.866964487487745,"stats":5.329588009435858,"get":2.1345228332613755,"query":4.866964487487745,"statistics":6.21689120443676,"total":6.553363441057973,"queries":7.064189064823964,"blocked":7.064189064823964,"top":3.528072365262438,"clients":7.064189064823964,"status":3.119376236572827,"protection":6.553363441057973,"version":4.943925528623873,"info":3.6519418469752236,"toggle":5.454751152389863,"enable":7.064189064823964,"disable":7.064189064823964,"aibase":7.064189064823964,"daily":5.329588009435858,"ai":2.0337511434315285,"industry":7.064189064823964,"amazon":5.329588009435858,"bestsellers":6.553363441057973,"best":6.21689120443676,"sellers":6.553363441057973,"ranking":4.943925528623873,"discussion":6.553363441057973,"reviews":5.597851996030537,"discussions":6.21689120443676,"movers-shakers":7.064189064823964,"movers":6.553363441057973,"shakers":6.553363441057973,"new-releases":6.553363441057973,"new":3.9001214764507584,"releases":5.764906080693703,"offer":7.064189064823964,"pricing":7.064189064823964,"details":4.019666627100541,"asin":7.064189064823964,"url":3.435413534779733,"rankings":5.965576776155855,"generic":6.553363441057973,"anilist":5.764906080693703,"anime":5.965576776155855,"japanese":4.551883440847849,"title":2.910527925445444,"native":5.454751152389863,"romaji":4.4992397073624275,"alias":4.60745329200266,"keyword":4.155468168259603,"reference":3.69689323483749,"characters":5.764906080693703,"name":4.085263909586354,"manga":5.764906080693703,"staff":6.553363441057973,"studios":6.21689120443676,"antigravity":4.666293792025593,"ask":4.4992397073624275,"send":3.928694848894814,"prompt":4.4992397073624275,"wait":5.329588009435858,"response":4.449229286787766,"desktop":1.2480704607735114,"chat":3.257526575053644,"app":1.690455058991173,"click-text":3.9001214764507584,"click":3.9001214764507584,"text":2.069231583446938,"aria":3.9001214764507584,"label":3.8453132399557632,"button":3.9001214764507584,"content":2.524446684158328,"electron":1.9422111833923343,"按文本点击桌面版控件":3.9001214764507584,"dump":3.8723419123436824,"extract-code":6.553363441057973,"code":4.60745329200266,"blocks":6.553363441057973,"active":4.0519274893187625,"conversation":3.8453132399557632,"model":4.866964487487745,"switch":5.597851996030537,"inspect":3.588090374988691,"start":4.356138863721754,"open-app":3.8723419123436824,"open":3.3344876161897727,"cdp":3.9001214764507584,"enabled":3.9001214764507584,"打开桌面版":3.9001214764507584,"并启用":3.9001214764507584,"控制":3.9001214764507584,"press":3.9001214764507584,"key":3.6089244618915326,"optional":3.6519418469752236,"modifiers":3.9001214764507584,"向桌面版发送按键":3.9001214764507584,"screenshot":4.943925528623873,"capture":5.027307137562924,"without":4.60745329200266,"waiting":4.943925528623873,"snapshot-app":3.9001214764507584,"snapshot":3.8723419123436824,"clickable":3.9001214764507584,"buttons":3.9001214764507584,"inputs":3.9001214764507584,"regions":3.9001214764507584,"枚举桌面版可交互控件":3.9001214764507584,"status-app":3.9001214764507584,"controls":3.9001214764507584,"查看桌面版状态和内容":3.9001214764507584,"type-text":3.9001214764507584,"type":3.7683521988196347,"into":3.6089244618915326,"focused":3.9001214764507584,"field":3.8189959316383897,"matched":3.8723419123436824,"target":3.7933535010250523,"向桌面版输入文本":3.9001214764507584,"watch":5.764906080693703,"poll":6.553363441057973,"updates":6.21689120443676,"apple-notes":6.21689120443676,"apple":5.027307137562924,"notes":4.401601237798511,"note":4.401601237798511,"titles":6.21689120443676,"folder":5.027307137562924,"default":6.553363441057973,"productivity":3.119376236572827,"plaintext":7.064189064823964,"body":5.597851996030537,"first":6.553363441057973,"match":7.064189064823964,"wins":7.064189064823964,"full":5.027307137562924,"across":6.21689120443676,"all":3.8723419123436824,"matches":7.064189064823964,"apple-podcasts":6.21689120443676,"podcasts":6.21689120443676,"episodes":6.553363441057973,"recent":3.8453132399557632,"podcast":5.965576776155855,"use":5.764906080693703,"audio":3.3506169981196563,"chart":6.553363441057973,"arxiv":5.329588009435858,"author":5.329588009435858,"given":6.21689120443676,"pdf":5.11827891576865,"submissions":6.21689120443676,"category":5.454751152389863,"newest":5.965576776155855,"audacity":5.329588009435858,"convert":4.60745329200266,"file":3.5676815033574836,"between":5.454751152389863,"formats":5.454751152389863,"wav":6.553363441057973,"mp3":6.553363441057973,"flac":7.064189064823964,"ogg":7.064189064823964,"aiff":7.064189064823964,"effects":6.21689120443676,"apply":5.764906080693703,"reverb":7.064189064823964,"echo":7.064189064823964,"chorus":7.064189064823964,"flanger":7.064189064823964,"pitch":7.064189064823964,"shift":7.064189064823964,"duration":5.597851996030537,"channels":5.329588009435858,"sample":7.064189064823964,"rate":7.064189064823964,"encoding":6.553363441057973,"mix":7.064189064823964,"combine":7.064189064823964,"multiple":5.965576776155855,"files":4.7288141490069275,"one":5.454751152389863,"normalize":6.553363441057973,"db":7.064189064823964,"level":6.553363441057973,"spectrogram":7.064189064823964,"generate":4.7955055235056,"png":5.2183623743256335,"split-channels":7.064189064823964,"split":7.064189064823964,"stereo":7.064189064823964,"separate":7.064189064823964,"mono":7.064189064823964,"channel":5.11827891576865,"trim":6.21689120443676,"specified":5.454751152389863,"autoagent":7.064189064823964,"eval-run":7.064189064823964,"eval":7.064189064823964,"run":5.2183623743256335,"evaluation":7.064189064823964,"hill":7.064189064823964,"climbing":7.064189064823964,"agent":6.553363441057973,"py":6.553363441057973,"aws":7.064189064823964,"s3-ls":7.064189064823964,"s3":7.064189064823964,"ls":6.553363441057973,"buckets":7.064189064823964,"baidu":5.454751152389863,"topics":4.230975720767748,"web":4.019666627100541,"results":7.064189064823964,"baidu-scholar":7.064189064823964,"scholar":5.597851996030537,"band":5.965576776155855,"bands":7.064189064823964,"groups":5.764906080693703,"mentions":5.597851996030537,"post":3.588090374988691,"create":4.7288141490069275,"group":5.2183623743256335,"bangumi":5.764906080693703,"subjects":6.21689120443676,"chinese":5.764906080693703,"book":4.943925528623873,"game":5.764906080693703,"subject":6.553363441057973,"barchart":5.965576776155855,"flow":6.553363441057973,"options":5.965576776155855,"unusual":7.064189064823964,"activity":6.21689120443676,"sorted":7.064189064823964,"value":6.553363441057973,"finance":3.2140414631139054,"greeks":7.064189064823964,"delta":7.064189064823964,"gamma":7.064189064823964,"theta":7.064189064823964,"vega":7.064189064823964,"iv":7.064189064823964,"symbol":6.553363441057973,"chain":7.064189064823964,"strike":7.064189064823964,"bid":6.553363441057973,"volume":4.7955055235056,"oi":7.064189064823964,"quote":5.027307137562924,"stock":4.666293792025593,"etf":6.553363441057973,"price":5.597851996030537,"data":4.943925528623873,"bbc":5.764906080693703,"headlines":5.965576776155855,"technology":6.21689120443676,"topic":4.943925528623873,"specific":4.551883440847849,"section":6.553363441057973,"world":6.553363441057973,"bilibili":4.449229286787766,"coin":6.553363441057973,"recently":6.553363441057973,"coined":7.064189064823964,"videos":4.312653751782015,"video":2.859496445432998,"comments":4.449229286787766,"urls":5.764906080693703,"dynamic":6.21689120443676,"dynamics":6.553363441057973,"feed":4.270981055381447,"favorite":6.553363441057973,"favorites":5.597851996030537,"following":5.2183623743256335,"feed-detail":7.064189064823964,"followings":7.064189064823964,"history":4.312653751782015,"popular":4.7288141490069275,"later":6.553363441057973,"live":5.329588009435858,"streams":5.454751152389863,"me":5.454751152389863,"current":3.7439607456954755,"subtitle":6.553363441057973,"subtitles":5.329588009435858,"searches":6.21689120443676,"user-videos":6.553363441057973,"published":5.965576776155855,"metadata":3.9001214764507584,"bv":7.064189064823964,"binance":4.866964487487745,"asks":7.064189064823964,"side":6.553363441057973,"order":6.21689120443676,"levels":6.21689120443676,"币安卖盘挂单深度":7.064189064823964,"depth":6.553363441057973,"币安买盘挂单深度":7.064189064823964,"gainers":7.064189064823964,"24h":5.454751152389863,"change":5.965576776155855,"percentage":5.965576776155855,"币安24小时涨幅榜":7.064189064823964,"coins":6.553363441057973,"trading":5.11827891576865,"币安热门成交量":7.064189064823964,"kline":5.965576776155855,"candlestick":6.21689120443676,"pair":5.764906080693703,"币安k线蜡烛图":6.553363441057973,"klines":7.064189064823964,"losers":7.064189064823964,"币安24小时跌幅榜":7.064189064823964,"pairs":6.21689120443676,"spot":6.553363441057973,"base":6.553363441057973,"币安现货交易对":7.064189064823964,"币安最新价格":7.064189064823964,"prices":6.553363441057973,"币安全市场最新价格":7.064189064823964,"ticker":7.064189064823964,"币安24小时行情":7.064189064823964,"币安成交额排行":7.064189064823964,"trades":7.064189064823964,"币安最新成交":7.064189064823964,"blender":4.866964487487745,"animation":7.064189064823964,"render":5.454751152389863,"range":6.21689120443676,"output":5.764906080693703,"directory":5.597851996030537,"camera":7.064189064823964,"cameras":6.553363441057973,"their":5.965576776155855,"properties":5.764906080693703,"focal":7.064189064823964,"length":7.064189064823964,"sensor":7.064189064823964,"clipping":7.064189064823964,"blend":7.064189064823964,"another":5.965576776155855,"3d":5.764906080693703,"format":4.60745329200266,"fbx":6.553363441057973,"obj":5.965576776155855,"stl":5.597851996030537,"gltf":6.21689120443676,"export":4.449229286787766,"objects":5.764906080693703,"import":6.553363441057973,"scene":5.597851996030537,"meshes":6.553363441057973,"materials":6.21689120443676,"frames":7.064189064823964,"engine":7.064189064823964,"resolution":6.21689120443676,"lighting":7.064189064823964,"lights":6.553363441057973,"color":5.965576776155855,"energy":7.064189064823964,"shadow":7.064189064823964,"empties":7.064189064823964,"image":3.5088410033345503,"scenes":6.553363441057973,"settings":6.553363441057973,"viewport":7.064189064823964,"script":7.064189064823964,"execute":6.553363441057973,"python":6.21689120443676,"headless":5.965576776155855,"environment":7.064189064823964,"bloomberg":5.11827891576865,"businessweek":7.064189064823964,"stories":4.401601237798511,"economics":7.064189064823964,"feeds":6.553363441057973,"available":4.943925528623873,"industries":7.064189064823964,"main":6.553363441057973,"markets":6.553363441057973,"opinions":7.064189064823964,"opinion":7.064189064823964,"politics":7.064189064823964,"bluesky":4.943925528623873,"generators":7.064189064823964,"followers":5.454751152389863,"accounts":5.597851996030537,"likes":5.329588009435858,"liked":5.965576776155855,"users":5.2183623743256335,"starter-packs":7.064189064823964,"starter":7.064189064823964,"packs":7.064189064823964,"created":6.553363441057973,"replies":5.2183623743256335,"boss":4.7955055235056,"batchgreet":7.064189064823964,"batch":5.965576776155855,"greet":6.553363441057973,"recommended":5.597851996030537,"candidates":6.553363441057973,"zhipin":4.7955055235056,"chatlist":7.064189064823964,"conversations":5.2183623743256335,"chatmsg":7.064189064823964,"messages":4.60745329200266,"candidate":5.597851996030537,"job":5.764906080693703,"exchange":5.965576776155855,"contact":5.965576776155855,"greeting":7.064189064823964,"invite":7.064189064823964,"interview":5.965576776155855,"joblist":7.064189064823964,"mark":6.553363441057973,"tag":4.4992397073624275,"recommend":6.21689120443676,"resume":7.064189064823964,"view":5.027307137562924,"message":5.11827891576865,"brave":7.064189064823964,"public":4.0519274893187625,"via":3.6302018603388175,"api":4.085263909586354,"needed":5.764906080693703,"chaoxing":6.553363441057973,"assignments":7.064189064823964,"xuexitong":6.553363441057973,"exams":7.064189064823964,"chatgpt":4.230975720767748,"its":5.11827891576865,"sidebar":5.329588009435858,"optionally":7.064189064823964,"save":4.943925528623873,"images":4.7955055235056,"chatgpt-app":5.329588009435858,"chatwise":4.666293792025593,"markdown":4.943925528623873,"chrome":5.597851996030537,"bookmarks":6.553363441057973,"bookmark":5.454751152389863,"bar":7.064189064823964,"macos":3.287604030290922,"tabs":6.553363441057973,"google":4.7955055235056,"cipo":6.21689120443676,"retrieve":5.2183623743256335,"single":4.312653751782015,"canadian":6.21689120443676,"patent":3.6741649837599337,"document":4.943925528623873,"legal-status":5.597851996030537,"legal":5.597851996030537,"administrative":7.064189064823964,"lookup":5.597851996030537,"patents":4.866964487487745,"database":5.965576776155855,"claude":4.7288141490069275,"return":5.764906080693703,"assistant":6.553363441057973,"dom":4.0519274893187625,"读取桌面版可见文本内容":4.085263909586354,"recents":7.064189064823964,"check":4.449229286787766,"availability":5.597851996030537,"login":4.943925528623873,"state":4.943925528623873,"claude-code":7.064189064823964,"cli":5.329588009435858,"dev":2.2850655717124346,"cloudcompare":5.965576776155855,"compare":6.21689120443676,"compute":7.064189064823964,"cloud":4.312653751782015,"distance":6.553363441057973,"two":5.965576776155855,"point":5.965576776155855,"clouds":7.064189064823964,"ply":7.064189064823964,"las":7.064189064823964,"e57":7.064189064823964,"pcd":7.064189064823964,"xyz":7.064189064823964,"count":5.965576776155855,"bounding":6.553363441057973,"box":5.965576776155855,"subsample":7.064189064823964,"reduce":7.064189064823964,"minimum":7.064189064823964,"random":6.21689120443676,"cnipa":6.21689120443676,"publication":5.027307137562924,"number":4.866964487487745,"prosecution":7.064189064823964,"timeline":5.454751152389863,"公众查询":7.064189064823964,"interface":7.064189064823964,"cnki":7.064189064823964,"academic":7.064189064823964,"cnn":6.553363441057973,"cocoapods":6.553363441057973,"pod":7.064189064823964,"ios":7.064189064823964,"libraries":7.064189064823964,"codex":4.4992397073624275,"extract-diff":7.064189064823964,"diff":6.553363441057973,"patches":7.064189064823964,"last":6.21689120443676,"projects":5.597851996030537,"codex-cli":7.064189064823964,"openai":6.21689120443676,"coinbase":6.553363441057973,"cryptocurrency":6.21689120443676,"rates":6.21689120443676,"coingecko":5.454751152389863,"categories":5.597851996030537,"crypto":5.965576776155855,"ranked":7.064189064823964,"aggregated":7.064189064823964,"market":5.454751152389863,"cap":6.553363441057973,"derivatives":7.064189064823964,"derivative":7.064189064823964,"exchanges":7.064189064823964,"btc":7.064189064823964,"global":7.064189064823964,"aggregate":7.064189064823964,"cryptocurrencies":7.064189064823964,"comfyui":5.965576776155855,"queue":6.21689120443676,"workflow":6.21689120443676,"generation":5.764906080693703,"execution":7.064189064823964,"returns":6.553363441057973,"raw":6.21689120443676,"json":5.764906080693703,"object":6.21689120443676,"keyed":6.553363441057973,"nodes":6.553363441057973,"node":6.553363441057973,"types":6.553363441057973,"system":5.764906080693703,"device":7.064189064823964,"memory":6.21689120443676,"torch":7.064189064823964,"coupang":5.965576776155855,"add-to-cart":7.064189064823964,"to":7.064189064823964,"cart":5.764906080693703,"crates":5.764906080693703,"crate":6.21689120443676,"io":5.11827891576865,"registry":5.764906080693703,"crates-io":6.21689120443676,"rust":6.21689120443676,"versions":5.764906080693703,"crossref":6.553363441057973,"works":4.943925528623873,"doi":5.965576776155855,"bibliographic":6.21689120443676,"work":5.027307137562924,"ctrip":5.965576776155855,"flight":7.064189064823964,"way":7.064189064823964,"flights":7.064189064823964,"iata":7.064189064823964,"route":7.064189064823964,"date":5.329588009435858,"hotel-search":7.064189064823964,"hotel":6.553363441057973,"city":7.064189064823964,"stay":7.064189064823964,"dates":6.553363441057973,"hotel-suggest":7.064189064823964,"suggest":5.597851996030537,"context":7.064189064823964,"suggestions":5.454751152389863,"destinations":7.064189064823964,"landmarks":7.064189064823964,"scenic":7.064189064823964,"spots":7.064189064823964,"stations":7.064189064823964,"cua":6.21689120443676,"bench-list":7.064189064823964,"bench":6.553363441057973,"trycua":6.553363441057973,"computer":6.21689120443676,"benchmarks":7.064189064823964,"bench-run":7.064189064823964,"benchmark":7.064189064823964,"cursor":4.551883440847849,"composer":5.965576776155855,"mode":5.2183623743256335,"sessions":6.553363441057973,"cvf":7.064189064823964,"openaccess":7.064189064823964,"proceedings":5.965576776155855,"cvpr":7.064189064823964,"iccv":7.064189064823964,"eccv":7.064189064823964,"wacv":7.064189064823964,"danbooru":5.329588009435858,"artists":6.553363441057973,"artist":5.965576776155855,"records":6.553363441057973,"original":7.064189064823964,"pools":7.064189064823964,"tags":4.866964487487745,"wiki":6.553363441057973,"pages":5.597851996030537,"dangdang":6.553363441057973,"bestseller":7.064189064823964,"books":5.454751152389863,"dblp":5.965576776155855,"publications":6.553363441057973,"pid":6.553363441057973,"record":4.7955055235056,"canonical":7.064189064823964,"science":7.064189064823964,"bibliography":7.064189064823964,"venue":6.21689120443676,"acronym":7.064189064823964,"deepseek":5.2183623743256335,"compatible":6.553363441057973,"models":4.866964487487745,"defillama":6.553363441057973,"protocol":7.064189064823964,"slug":6.553363441057973,"protocols":7.064189064823964,"defi":7.064189064823964,"tvl":7.064189064823964,"devto":5.597851996030537,"day":5.764906080693703,"dianping":6.21689120443676,"restaurants":5.764906080693703,"shop":7.064189064823964,"dictionary":6.21689120443676,"examples":7.064189064823964,"example":6.553363441057973,"sentences":7.064189064823964,"word":5.11827891576865,"look":6.553363441057973,"definitions":7.064189064823964,"phonetics":7.064189064823964,"parts":5.965576776155855,"speech":6.21689120443676,"synonyms":7.064189064823964,"find":5.965576776155855,"dingtalk":5.329588009435858,"discord-app":4.7288141490069275,"discord":4.7288141490069275,"server":6.21689120443676,"delete":5.597851996030537,"members":7.064189064823964,"servers":6.553363441057973,"dlsite":5.329588009435858,"cg":7.064189064823964,"illustration":5.454751152389863,"creator":5.027307137562924,"illustrator":7.064189064823964,"voice":7.064189064823964,"actor":6.553363441057973,"adv":7.064189064823964,"genre":7.064189064823964,"maker":7.064189064823964,"circle":7.064189064823964,"such":5.764906080693703,"rg01012594":7.064189064823964,"vg02994":7.064189064823964,"doujin":7.064189064823964,"sort":7.064189064823964,"docker":4.4992397073624275,"build":7.064189064823964,"dockerfile":7.064189064823964,"local":5.454751152389863,"logs":6.553363441057973,"container":6.553363441057973,"networks":7.064189064823964,"ps":5.965576776155855,"running":5.597851996030537,"containers":7.064189064823964,"command":6.553363441057973,"volumes":6.553363441057973,"docker-hub":6.21689120443676,"hub":5.764906080693703,"dockerhub":6.553363441057973,"repository":5.597851996030537,"repositories":5.454751152389863,"doctl":7.064189064823964,"droplets":7.064189064823964,"digitalocean":7.064189064823964,"douban":4.943925528623873,"book-hot":7.064189064823964,"movie":5.329588009435858,"photo":6.21689120443676,"group-hot":7.064189064823964,"marks":7.064189064823964,"ratings":7.064189064823964,"movie-hot":7.064189064823964,"movies":5.329588009435858,"new-movies":7.064189064823964,"theaters":7.064189064823964,"photos":5.597851996030537,"posters":7.064189064823964,"stills":7.064189064823964,"top250":7.064189064823964,"tv-hot":7.064189064823964,"tv":7.064189064823964,"shows":6.21689120443676,"doubao":4.019666627100541,"question":4.866964487487745,"meeting-summary":6.553363441057973,"meeting":5.454751152389863,"summary":5.454751152389863,"meeting-transcript":6.553363441057973,"transcript":5.965576776155855,"doubao-app":4.866964487487745,"doubao-web":5.2183623743256335,"feishu":5.764906080693703,"minutes":7.064189064823964,"integration":7.064189064823964,"douyin":4.866964487487745,"activities":7.064189064823964,"official":5.454751152389863,"collections":5.965576776155855,"playlists":6.553363441057973,"draft":5.965576776155855,"upload":6.553363441057973,"drafts":6.553363441057973,"hashtag":6.21689120443676,"hashtags":6.553363441057973,"location":6.21689120443676,"poi":7.064189064823964,"locations":7.064189064823964,"tagging":7.064189064823964,"publish":5.597851996030537,"scheduled":7.064189064823964,"2h":7.064189064823964,"14d":7.064189064823964,"window":7.064189064823964,"required":6.553363441057973,"analytics":6.553363441057973,"metrics":5.597851996030537,"trend":6.553363441057973,"update":6.553363441057973,"reschedule":7.064189064823964,"caption":7.064189064823964,"center":6.21689120443676,"douyu":6.553363441057973,"dpma":6.553363441057973,"german":6.553363441057973,"subscription":6.21689120443676,"dpmaconnectplus":7.064189064823964,"rest":5.764906080693703,"drawio":7.064189064823964,"draw":7.064189064823964,"diagram":6.553363441057973,"jpg":6.553363441057973,"svg":5.764906080693703,"vsdx":7.064189064823964,"duckduckgo":6.553363441057973,"autocompletion":7.064189064823964,"eastmoney":4.551883440847849,"announcement":7.064189064823964,"东方财富上市公司公告":7.064189064823964,"convertible":7.064189064823964,"东方财富可转债行情列表":7.064189064823964,"东方财富":7.064189064823964,"列表按成交额":7.064189064823964,"涨跌幅排行":7.064189064823964,"fund":6.21689120443676,"east":6.553363441057973,"money":6.21689120443676,"holders":7.064189064823964,"东方财富十大流通股东":7.064189064823964,"a股":6.21689120443676,"f10":7.064189064823964,"stocks":5.597851996030537,"share":6.21689120443676,"leaders":7.064189064823964,"hot-rank":6.21689120443676,"rank":5.764906080693703,"东方财富热股榜":7.064189064823964,"按成交额近似排序":7.064189064823964,"index-board":7.064189064823964,"index":6.21689120443676,"board":7.064189064823964,"东方财富主要市场指数行情":7.064189064823964,"港股":6.553363441057973,"美股":6.553363441057973,"东方财富个股":7.064189064823964,"线行情":7.064189064823964,"kuaixun":7.064189064823964,"东方财富财经快讯":7.064189064823964,"longhu":7.064189064823964,"东方财富龙虎榜明细":7.064189064823964,"indices":6.553363441057973,"overview":5.965576776155855,"money-flow":7.064189064823964,"东方财富主力资金净流入排行":7.064189064823964,"northbound":7.064189064823964,"东方财富沪深港通北向":7.064189064823964,"南向资金分时净流入":7.064189064823964,"东方财富个股实时行情":7.064189064823964,"东方财富市场涨跌":7.064189064823964,"成交排行":7.064189064823964,"沪深":7.064189064823964,"北证":7.064189064823964,"sectors":7.064189064823964,"东方财富板块排行":7.064189064823964,"行业":7.064189064823964,"概念":7.064189064823964,"地域":7.064189064823964,"ehentai":5.597851996030537,"hentai":5.597851996030537,"galleries":6.21689120443676,"exact":6.21689120443676,"gallery":6.21689120443676,"through":5.454751152389863,"thumbnail":6.553363441057973,"sprites":7.064189064823964,"structured":7.064189064823964,"filters":6.553363441057973,"namespaced":7.064189064823964,"parody":7.064189064823964,"language":7.064189064823964,"character":6.553363441057973,"torrents":7.064189064823964,"torrent":7.064189064823964,"ele":6.553363441057973,"food":6.553363441057973,"endoflife":7.064189064823964,"release":6.553363441057973,"cycles":7.064189064823964,"support":7.064189064823964,"epo":5.764906080693703,"family":6.553363441057973,"inpadoc":6.21689120443676,"simple":6.553363441057973,"docdb":6.553363441057973,"biblio":6.553363441057973,"events":5.454751152389863,"services":7.064189064823964,"v3":7.064189064823964,"cql":7.064189064823964,"espacenet":5.965576776155855,"front":5.965576776155855,"end":6.553363441057973,"worldwide":7.064189064823964,"excel":5.454751152389863,"insert-image":6.21689120443676,"insert":5.454751152389863,"set":5.329588009435858,"microsoft":4.155468168259603,"worksheet":7.064189064823964,"background":6.21689120443676,"insert-link":6.21689120443676,"link":6.21689120443676,"hyperlink":6.553363441057973,"formula":6.21689120443676,"cell":5.965576776155855,"workbooks":6.553363441057973,"workbook":6.21689120443676,"set-cell":7.064189064823964,"set-font":6.21689120443676,"font":6.21689120443676,"enumerating":6.21689120443676,"exchangerate":6.553363441057973,"free":5.329588009435858,"utility":4.019666627100541,"currency":7.064189064823964,"facebook":4.7288141490069275,"add-friend":7.064189064823964,"friend":6.21689120443676,"request":6.21689120443676,"event":6.553363441057973,"your":4.943925528623873,"friends":6.553363441057973,"join-group":7.064189064823964,"join":6.553363441057973,"marketplace":6.21689120443676,"listings":5.597851996030537,"marketplace-inbox":7.064189064823964,"inbox":7.064189064823964,"buyer":7.064189064823964,"seller":6.553363441057973,"marketplace-listings":7.064189064823964,"memories":7.064189064823964,"this":5.764906080693703,"people":6.21689120443676,"llm":5.965576776155855,"readable":5.965576776155855,"cookie":5.764906080693703,"reuse":5.764906080693703,"calendar":5.764906080693703,"upcoming":6.553363441057973,"lark":4.943925528623873,"docs":5.965576776155855,"documents":5.11827891576865,"tasks":5.965576776155855,"ffmpeg":5.027307137562924,"compress":7.064189064823964,"crf":7.064189064823964,"lower":7.064189064823964,"better":7.064189064823964,"quality":6.553363441057973,"concat":7.064189064823964,"concatenate":7.064189064823964,"listed":7.064189064823964,"extract-audio":6.553363441057973,"track":5.329588009435858,"gif":7.064189064823964,"segment":7.064189064823964,"animated":7.064189064823964,"loudness":7.064189064823964,"ebu":7.064189064823964,"r128":7.064189064823964,"standard":7.064189064823964,"probe":6.553363441057973,"show":5.2183623743256335,"codec":7.064189064823964,"resize":6.21689120443676,"dimensions":5.454751152389863,"auto":7.064189064823964,"aspect":7.064189064823964,"ratio":7.064189064823964,"burn":7.064189064823964,"srt":7.064189064823964,"hardcoded":7.064189064823964,"frame":6.21689120443676,"time":5.454751152389863,"stream":6.21689120443676,"copy":6.553363441057973,"lossless":7.064189064823964,"figma":5.329588009435858,"export-selected":7.064189064823964,"selected":6.553363441057973,"currently":5.597851996030537,"ax":6.553363441057973,"fips":6.553363441057973,"rospatent":6.553363441057973,"only":5.965576776155855,"russian":7.064189064823964,"flathub":6.553363441057973,"appstream":7.064189064823964,"apps":5.764906080693703,"flyctl":7.064189064823964,"fly":7.064189064823964,"applications":5.965576776155855,"freecad":4.7288141490069275,"assembly":7.064189064823964,"structure":7.064189064823964,"constraints":7.064189064823964,"part":6.553363441057973,"relationships":6.553363441057973,"bom":7.064189064823964,"bill":7.064189064823964,"material":6.553363441057973,"boolean":7.064189064823964,"perform":7.064189064823964,"operations":6.553363441057973,"union":7.064189064823964,"subtract":7.064189064823964,"intersect":7.064189064823964,"shapes":6.553363441057973,"validate":7.064189064823964,"geometry":6.21689120443676,"invalid":7.064189064823964,"edges":7.064189064823964,"self":7.064189064823964,"intersections":7.064189064823964,"step":6.553363441057973,"iges":6.553363441057973,"dxf":6.553363441057973,"brep":7.064189064823964,"export-stl":7.064189064823964,"fcstd":6.553363441057973,"mesh":6.553363441057973,"labels":6.21689120443676,"macro":7.064189064823964,"fcmacro":7.064189064823964,"measure":7.064189064823964,"area":7.064189064823964,"mass":7.064189064823964,"tessellate":7.064189064823964,"configurable":7.064189064823964,"deviation":7.064189064823964,"placement":7.064189064823964,"cross":7.064189064823964,"plane":7.064189064823964,"offset":7.064189064823964,"sketch":5.965576776155855,"2d":7.064189064823964,"freepatentsonline-web":6.553363441057973,"freepatentsonline":6.553363441057973,"keyless":5.965576776155855,"ssr":6.553363441057973,"listing":6.553363441057973,"futu":6.553363441057973,"gemini":5.764906080693703,"deep-research":7.064189064823964,"deep":6.553363441057973,"research":6.553363441057973,"deep-research-result":7.064189064823964,"result":7.064189064823964,"report":7.064189064823964,"gh":5.597851996030537,"issue":5.965576776155855,"github":4.666293792025593,"issues":6.553363441057973,"pr":7.064189064823964,"pull":7.064189064823964,"requests":6.553363441057973,"repo":7.064189064823964,"actions":6.21689120443676,"runs":7.064189064823964,"search-repos":7.064189064823964,"repos":6.553363441057973,"gimp":4.943925528623873,"adjust":7.064189064823964,"brightness":6.553363441057973,"contrast":7.064189064823964,"different":7.064189064823964,"bmp":7.064189064823964,"tiff":7.064189064823964,"webp":7.064189064823964,"crop":7.064189064823964,"region":6.553363441057973,"filter":5.965576776155855,"blur":7.064189064823964,"sharpen":7.064189064823964,"edge":7.064189064823964,"detect":7.064189064823964,"emboss":7.064189064823964,"flip":7.064189064823964,"horizontally":7.064189064823964,"vertically":7.064189064823964,"layers":5.965576776155855,"size":7.064189064823964,"visibility":7.064189064823964,"opacity":7.064189064823964,"merge-layers":7.064189064823964,"merge":7.064189064823964,"flatten":7.064189064823964,"layer":7.064189064823964,"rotate":7.064189064823964,"degrees":7.064189064823964,"overlay":6.553363441057973,"position":7.064189064823964,"gitee":5.965576776155855,"information":5.764906080693703,"github-trending":6.21689120443676,"stars":7.064189064823964,"developers":7.064189064823964,"weekly":7.064189064823964,"week":6.553363441057973,"gitlab":6.21689120443676,"godot":6.553363441057973,"project-run":7.064189064823964,"project":5.329588009435858,"scene-export":7.064189064823964,"dae":7.064189064823964,"autocomplete":6.553363441057973,"trends":5.965576776155855,"google-patents-bq":6.553363441057973,"bq":6.553363441057973,"prior-art":6.553363441057973,"prior":6.553363441057973,"art":6.553363441057973,"arm":7.064189064823964,"fusion":7.064189064823964,"against":6.553363441057973,"bigquery":6.553363441057973,"dataset":7.064189064823964,"over":6.553363441057973,"datasets":6.553363441057973,"corpus":6.553363441057973,"google-patents-web":6.553363441057973,"xhr":7.064189064823964,"endpoint":6.553363441057973,"google-scholar":6.21689120443676,"cite":7.064189064823964,"citation":6.21689120443676,"goproxy":6.553363441057973,"module":6.553363441057973,"vcs":7.064189064823964,"origin":7.064189064823964,"go":6.553363441057973,"gov-law":6.553363441057973,"gov":5.965576776155855,"law":6.553363441057973,"laws":6.553363441057973,"regulations":6.553363441057973,"national":7.064189064823964,"gov-policy":6.553363441057973,"policy":6.553363441057973,"council":7.064189064823964,"cn":7.064189064823964,"grok":5.329588009435858,"reply":4.943925528623873,"session":4.943925528623873,"hackernews":5.027307137562924,"hacker":5.027307137562924,"hn":6.553363441057973,"story":5.597851996030537,"comment":4.943925528623873,"postings":6.553363441057973,"tree":6.21689120443676,"hermes":6.21689120443676,"sessions-search":7.064189064823964,"sqlite":6.553363441057973,"fts5":7.064189064823964,"skills-list":6.553363441057973,"skills":6.21689120443676,"installed":5.454751152389863,"skills-read":7.064189064823964,"skill":7.064189064823964,"md":6.553363441057973,"extension":6.21689120443676,"hf":5.764906080693703,"hugging":5.597851996030537,"face":5.454751152389863,"huggingface":6.21689120443676,"spaces":6.553363441057973,"upvoted":6.553363441057973,"homebrew":5.764906080693703,"cask":7.064189064823964,"most":5.965576776155855,"formulae":6.553363441057973,"casks":7.064189064823964,"huggingface-papers":6.553363441057973,"hupu":5.454751152389863,"like":5.027307137562924,"light":7.064189064823964,"that":6.21689120443676,"mention":7.064189064823964,"you":6.21689120443676,"requires":5.965576776155855,"unlike":5.764906080693703,"unlight":7.064189064823964,"imagemagick":5.597851996030537,"difference":7.064189064823964,"metric":7.064189064823964,"produce":7.064189064823964,"composite":7.064189064823964,"gravity":7.064189064823964,"control":5.764906080693703,"identify":7.064189064823964,"colorspace":7.064189064823964,"montage":7.064189064823964,"grid":7.064189064823964,"sheet":7.064189064823964,"input":6.553363441057973,"pixels":7.064189064823964,"dimension":7.064189064823964,"constraint":7.064189064823964,"imdb":5.454751152389863,"box-office":7.064189064823964,"office":6.553363441057973,"person":7.064189064823964,"suggestion":6.553363441057973,"omdb":7.064189064823964,"imessage":5.965576776155855,"handle":7.064189064823964,"phone":6.553363441057973,"email":6.21689120443676,"imessages":7.064189064823964,"timestamp":7.064189064823964,"direction":7.064189064823964,"bodies":7.064189064823964,"indeed":6.553363441057973,"posting":7.064189064823964,"jk":7.064189064823964,"rendered":7.064189064823964,"infoq":6.553363441057973,"edition":7.064189064823964,"inkscape":6.21689120443676,"vector":7.064189064823964,"eps":6.553363441057973,"plain":5.965576776155855,"dpi":7.064189064823964,"optimize":7.064189064823964,"clean":7.064189064823964,"vacuuming":7.064189064823964,"unused":7.064189064823964,"defs":7.064189064823964,"producing":7.064189064823964,"inpi-br":6.553363441057973,"inpi":5.965576776155855,"br":6.553363441057973,"brasil":6.553363441057973,"upstream":7.064189064823964,"inpi-fr":6.553363441057973,"fr":6.553363441057973,"french":6.553363441057973,"subset":7.064189064823964,"instagram":4.085263909586354,"logged":5.965576776155855,"collection-create":7.064189064823964,"collection":5.965576776155855,"saved":5.965576776155855,"collection-delete":7.064189064823964,"reels":6.21689120443676,"explore":6.553363441057973,"discover":7.064189064823964,"follow":5.329588009435858,"highlights":6.21689120443676,"reel":6.553363441057973,"reels-trending":7.064189064823964,"suggested":7.064189064823964,"unfollow":5.965576776155855,"unsave":6.553363441057973,"remove":5.454751152389863,"ip-info":7.064189064823964,"ip":6.553363441057973,"geolocation":7.064189064823964,"ipaustralia":6.553363441057973,"australian":6.553363441057973,"application":5.2183623743256335,"australia":7.064189064823964,"portal":6.553363441057973,"itch-io":6.21689120443676,"itch":6.21689120443676,"games":4.943925528623873,"rated":7.064189064823964,"ithome":6.21689120443676,"it之家":7.064189064823964,"jd":5.454751152389863,"add-cart":6.553363441057973,"items":5.329588009435858,"sku":6.21689120443676,"keywords":6.553363441057973,"jianyu":6.553363441057973,"procurement":6.553363441057973,"notice":7.064189064823964,"evidence":7.064189064823964,"real":5.965576776155855,"estate":7.064189064823964,"jikan":5.965576776155855,"myanimelist":5.965576776155855,"jike":5.11827891576865,"repost":7.064189064823964,"jimeng":5.965576776155855,"workspace":5.965576776155855,"workspaces":7.064189064823964,"jpo":6.553363441057973,"retrieval":6.553363441057973,"jq":6.553363441057973,"pretty":7.064189064823964,"print":6.553363441057973,"expression":7.064189064823964,"juejin":6.553363441057973,"掘金全站热门推荐":7.064189064823964,"掘金全文搜索":7.064189064823964,"kdenlive":6.21689120443676,"mlt":5.965576776155855,"tracks":5.965576776155855,"clips":6.553363441057973,"melt":6.553363441057973,"ke":5.965576776155855,"chengjiao":7.064189064823964,"transaction":6.553363441057973,"ershoufang":7.064189064823964,"beike":6.553363441057973,"second":6.553363441057973,"hand":6.21689120443676,"housing":7.064189064823964,"xiaoqu":7.064189064823964,"neighborhood":7.064189064823964,"community":7.064189064823964,"zufang":7.064189064823964,"rental":7.064189064823964,"kipris":6.21689120443676,"right":7.064189064823964,"trans":7.064189064823964,"registration":7.064189064823964,"korean":6.553363441057973,"plus":7.064189064823964,"kitsu":6.553363441057973,"konachan":5.965576776155855,"moebooru":6.21689120443676,"prefix":6.21689120443676,"krita":5.965576776155855,"kra":6.553363441057973,"jpeg":7.064189064823964,"other":6.21689120443676,"space":6.553363441057973,"kuaishou":6.553363441057973,"leetcode":7.064189064823964,"discuss-search":7.064189064823964,"discuss":7.064189064823964,"文章关键词搜索":7.064189064823964,"lens":6.553363441057973,"org":6.553363441057973,"combined":7.064189064823964,"dsl":7.064189064823964,"lesswrong":4.7288141490069275,"curated":6.553363441057973,"editor":7.064189064823964,"picks":7.064189064823964,"frontpage":6.553363441057973,"algorithmic":7.064189064823964,"sequences":6.553363441057973,"shortform":7.064189064823964,"quick":6.553363441057973,"takes":7.064189064823964,"top-month":7.064189064823964,"month":7.064189064823964,"top-week":7.064189064823964,"top-year":7.064189064823964,"year":6.553363441057973,"user-posts":6.21689120443676,"libreoffice":6.553363441057973,"headlessly":6.553363441057973,"lichess":6.553363441057973,"leaderboard":6.553363441057973,"perf":7.064189064823964,"player":7.064189064823964,"username":7.064189064823964,"linear":5.11827891576865,"issue-create":7.064189064823964,"issue-list":7.064189064823964,"issue-update":7.064189064823964,"linkedin":5.965576776155855,"profiles":6.553363441057973,"connections":6.21689120443676,"linux-do":5.027307137562924,"linux":5.027307137562924,"do":4.943925528623873,"personal":5.965576776155855,"topic-content":7.064189064823964,"user-topics":7.064189064823964,"lobsters":5.454751152389863,"lobste":5.597851996030537,"rs":5.597851996030537,"domain":7.064189064823964,"submitted":6.553363441057973,"hottest":7.064189064823964,"active-app":7.064189064823964,"app-actions":7.064189064823964,"shortcuts":5.965576776155855,"intents":7.064189064823964,"exposed":6.553363441057973,"bundle":7.064189064823964,"apps-list":7.064189064823964,"automation-smoke":7.064189064823964,"automation":6.553363441057973,"smoke":7.064189064823964,"reproducibility":7.064189064823964,"toolkit":7.064189064823964,"battery":7.064189064823964,"charging":7.064189064823964,"remaining":7.064189064823964,"bluetooth":7.064189064823964,"screen":5.965576776155855,"caffeinate":7.064189064823964,"keep":7.064189064823964,"mac":7.064189064823964,"awake":7.064189064823964,"prevents":7.064189064823964,"display":6.21689120443676,"sleep":6.21689120443676,"calendar-create":7.064189064823964,"calendar-list":7.064189064823964,"next":5.965576776155855,"days":6.553363441057973,"calendar-today":7.064189064823964,"today":5.965576776155855,"clipboard":6.553363441057973,"contents":7.064189064823964,"contacts-search":7.064189064823964,"contacts":7.064189064823964,"dark-mode":7.064189064823964,"dark":7.064189064823964,"disk-info":7.064189064823964,"disk":6.553363441057973,"capacity":7.064189064823964,"mounted":7.064189064823964,"disk-usage":7.064189064823964,"usage":6.553363441057973,"do-not-disturb":7.064189064823964,"not":7.064189064823964,"disturb":7.064189064823964,"focus":7.064189064823964,"empty-trash":7.064189064823964,"empty":7.064189064823964,"trash":6.553363441057973,"finder-copy":7.064189064823964,"finder":5.597851996030537,"destination":7.064189064823964,"path":6.21689120443676,"finder-move":7.064189064823964,"move":6.553363441057973,"rename":6.553363441057973,"finder-new-folder":7.064189064823964,"intermediate":7.064189064823964,"directories":7.064189064823964,"finder-recent":7.064189064823964,"opened":7.064189064823964,"finder-selection":7.064189064823964,"selection":7.064189064823964,"finder-tags":7.064189064823964,"lock-screen":7.064189064823964,"lock":6.553363441057973,"put":6.553363441057973,"mail-send":7.064189064823964,"mail":6.553363441057973,"mail-status":7.064189064823964,"unread":6.553363441057973,"counts":5.965576776155855,"messages-send":7.064189064823964,"music-control":7.064189064823964,"music":4.230975720767748,"playback":5.11827891576865,"play":5.454751152389863,"pause":6.21689120443676,"prev":6.21689120443676,"music-now":7.064189064823964,"now":6.21689120443676,"playing":6.553363441057973,"notes-list":7.064189064823964,"modification":7.064189064823964,"notes-search":7.064189064823964,"notification":6.553363441057973,"notify":7.064189064823964,"photos-search":7.064189064823964,"library":5.454751152389863,"processes":7.064189064823964,"cpu":7.064189064823964,"reminder-create":7.064189064823964,"reminder":6.553363441057973,"reminders":6.21689120443676,"reminders-complete":7.064189064823964,"complete":6.553363441057973,"reminders-list":7.064189064823964,"safari-history":7.064189064823964,"safari":6.21689120443676,"browsing":7.064189064823964,"safari-tabs":7.064189064823964,"safari-url":7.064189064823964,"tab":7.064189064823964,"say":7.064189064823964,"speak":7.064189064823964,"aloud":7.064189064823964,"screen-lock":7.064189064823964,"screen-recording":7.064189064823964,"recording":5.965576776155855,"screencapture":7.064189064823964,"take":7.064189064823964,"shortcuts-list":7.064189064823964,"shortcuts-run":7.064189064823964,"shortcut":7.064189064823964,"spotlight":7.064189064823964,"system-info":7.064189064823964,"hardware":7.064189064823964,"processor":7.064189064823964,"os":7.064189064823964,"uptime":7.064189064823964,"alert":7.064189064823964,"mute":6.21689120443676,"wallpaper":7.064189064823964,"wifi":6.553363441057973,"wi":7.064189064823964,"fi":7.064189064823964,"turn":6.553363441057973,"off":7.064189064823964,"wifi-info":7.064189064823964,"connection":7.064189064823964,"maimai":6.553363441057973,"talents":6.553363441057973,"search-talents":7.064189064823964,"talent":7.064189064823964,"mangadex":6.553363441057973,"authors":6.553363441057973,"maoyan":6.553363441057973,"mastodon":5.764906080693703,"instance":6.553363441057973,"statuses":6.553363441057973,"maven":6.21689120443676,"artifact":6.553363441057973,"central":6.21689120443676,"artifacts":7.064189064823964,"mdn":7.064189064823964,"medium":5.597851996030537,"tagged":6.553363441057973,"meituan":7.064189064823964,"shops":7.064189064823964,"mermaid":7.064189064823964,"minimax":6.21689120443676,"m2":7.064189064823964,"completion":7.064189064823964,"tts":7.064189064823964,"moegirl":6.21689120443676,"links":7.064189064823964,"internal":7.064189064823964,"useful":7.064189064823964,"disambiguation":7.064189064823964,"acg":7.064189064823964,"songs":5.764906080693703,"motion-studio":7.064189064823964,"motion":7.064189064823964,"studio":4.666293792025593,"component-get":7.064189064823964,"component":6.21689120443676,"paste":7.064189064823964,"ready":7.064189064823964,"mubu":5.597851996030537,"doc":7.064189064823964,"folders":6.21689120443676,"edited":7.064189064823964,"musescore":5.764906080693703,"explicit":7.064189064823964,"midi":7.064189064823964,"musicxml":7.064189064823964,"inferred":7.064189064823964,"measures":7.064189064823964,"instruments":7.064189064823964,"transpose":7.064189064823964,"score":7.064189064823964,"semitones":7.064189064823964,"neonctl":7.064189064823964,"neon":7.064189064823964,"netease-music":4.60745329200266,"netease":4.60745329200266,"skip":5.965576776155855,"下一首":6.553363441057973,"暂停音乐":6.553363441057973,"播放音乐":6.553363441057973,"play-liked":6.553363441057973,"playlist":5.965576776155855,"打开我喜欢的音乐并播放":6.553363441057973,"previous":6.553363441057973,"上一首":6.553363441057973,"切换播放暂停":6.553363441057973,"charts":7.064189064823964,"netlify":7.064189064823964,"sites":7.064189064823964,"neurips":7.064189064823964,"notebooklm":4.7288141490069275,"notebook":5.454751152389863,"notebooks":6.21689120443676,"note-list":7.064189064823964,"notes-get":7.064189064823964,"rpc":7.064189064823964,"make":7.064189064823964,"call":7.064189064823964,"backend":6.553363441057973,"shared":6.553363441057973,"source-fulltext":7.064189064823964,"source":5.965576776155855,"fulltext":7.064189064823964,"source-get":7.064189064823964,"source-guide":7.064189064823964,"guide":7.064189064823964,"study":7.064189064823964,"source-list":7.064189064823964,"sources":6.553363441057973,"notion":4.551883440847849,"databases":6.553363441057973,"navigation":7.064189064823964,"write":7.064189064823964,"append":6.21689120443676,"novita":6.21689120443676,"platform":7.064189064823964,"task":6.21689120443676,"nowcoder":4.666293792025593,"companies":6.21689120443676,"牛客面试题热门公司":7.064189064823964,"prep":7.064189064823964,"creators":6.553363441057973,"牛客创作者榜":7.064189064823964,"牛客帖子详情":7.064189064823964,"uuid":7.064189064823964,"experience":7.064189064823964,"牛客面经帖子":7.064189064823964,"牛客热搜榜":7.064189064823964,"牛客职业方向列表":7.064189064823964,"career":7.064189064823964,"牛客未读消息摘要":7.064189064823964,"牛客公司真题试卷":7.064189064823964,"practice":7.064189064823964,"牛客专项练习题库":7.064189064823964,"牛客推荐流":7.064189064823964,"referral":7.064189064823964,"牛客内推帖子":7.064189064823964,"salary":7.064189064823964,"牛客薪资爆料帖子":7.064189064823964,"disclosure":7.064189064823964,"牛客全文搜索":7.064189064823964,"牛客搜索建议":7.064189064823964,"牛客热门讨论话题":7.064189064823964,"牛客热门帖子":7.064189064823964,"npm":5.454751152389863,"downloads":6.553363441057973,"package":4.666293792025593,"packages":5.454751152389863,"npm-trends":6.553363441057973,"nuget":6.21689120443676,"nvd":7.064189064823964,"cve":7.064189064823964,"nist":7.064189064823964,"nytimes":6.553363441057973,"york":7.064189064823964,"times":7.064189064823964,"obs":5.329588009435858,"record-start":7.064189064823964,"record-stop":7.064189064823964,"stop":6.553363441057973,"streaming":6.21689120443676,"stream-start":7.064189064823964,"stream-stop":7.064189064823964,"obsidian":5.11827891576865,"vault":6.21689120443676,"within":6.553363441057973,"oeis":6.553363441057973,"numeric":7.064189064823964,"pattern":6.553363441057973,"sequence":7.064189064823964,"ollama":5.965576776155855,"locally":6.553363441057973,"ones":5.027307137562924,"enrich-tasks":7.064189064823964,"enrich":7.064189064823964,"additional":7.064189064823964,"logout":7.064189064823964,"my-tasks":7.064189064823964,"my":7.064189064823964,"resolve-labels":7.064189064823964,"resolve":7.064189064823964,"uuids":7.064189064823964,"task-helpers":7.064189064823964,"helpers":7.064189064823964,"priorities":7.064189064823964,"token-info":7.064189064823964,"token":7.064189064823964,"auth":6.21689120443676,"worklog":7.064189064823964,"openalex":6.553363441057973,"opencode":7.064189064823964,"openfda":6.553363441057973,"drug-label":7.064189064823964,"drug":7.064189064823964,"fda":6.553363441057973,"brand":7.064189064823964,"food-recall":7.064189064823964,"recall":7.064189064823964,"enforcement":7.064189064823964,"openharness":6.553363441057973,"memory-read":7.064189064823964,"per":6.21689120443676,"openreview":5.764906080693703,"decisions":7.064189064823964,"invitation":7.064189064823964,"openrouter":6.553363441057973,"osv":6.553363441057973,"vulnerabilities":7.064189064823964,"affecting":7.064189064823964,"vulnerability":7.064189064823964,"packagist":6.21689120443676,"pandoc":7.064189064823964,"html":6.553363441057973,"docx":7.064189064823964,"more":7.064189064823964,"paperreview":6.21689120443676,"feedback":7.064189064823964,"submit":6.21689120443676,"review":7.064189064823964,"patsnap":6.553363441057973,"eureka":7.064189064823964,"oauth2":7.064189064823964,"client":7.064189064823964,"credentials":7.064189064823964,"perplexity":5.329588009435858,"pexels":6.553363441057973,"pinduoduo":6.553363441057973,"pixiv":5.597851996030537,"illusts":7.064189064823964,"illustrations":6.553363441057973,"pmlr":6.553363441057973,"inside":6.553363441057973,"v235":7.064189064823964,"icml":7.064189064823964,"powerchina":7.064189064823964,"notices":7.064189064823964,"powerpoint":5.454751152389863,"add-slide":7.064189064823964,"slide":5.764906080693703,"presentation":6.553363441057973,"linked":7.064189064823964,"presentations":6.553363441057973,"slides":7.064189064823964,"snippets":7.064189064823964,"pqai":6.553363441057973,"semantic":5.965576776155855,"embedding":7.064189064823964,"based":7.064189064823964,"ranker":7.064189064823964,"hybrid":7.064189064823964,"producthunt":5.764906080693703,"hunt":5.965576776155855,"launches":6.21689120443676,"pscale":7.064189064823964,"planetscale":7.064189064823964,"pub-dev":6.553363441057973,"pub":6.553363441057973,"dart":6.553363441057973,"flutter":6.553363441057973,"pubmed":5.764906080693703,"detailed":7.064189064823964,"pmid":7.064189064823964,"citations":7.064189064823964,"related":6.553363441057973,"pypi":5.764906080693703,"warehouse":7.064189064823964,"quark":5.329588009435858,"drive":5.454751152389863,"mkdir":7.064189064823964,"mv":7.064189064823964,"rm":7.064189064823964,"share-tree":7.064189064823964,"qweather":6.553363441057973,"forecast":6.553363441057973,"weather":5.965576776155855,"和风天气":7.064189064823964,"tier":7.064189064823964,"qwen":5.329588009435858,"them":7.064189064823964,"railway":7.064189064823964,"deploy":7.064189064823964,"deployments":6.553363441057973,"reddit":4.270981055381447,"nested":5.965576776155855,"hierarchy":6.553363441057973,"personalized":7.064189064823964,"rising":7.064189064823964,"subreddit":6.21689120443676,"subreddit-info":7.064189064823964,"subscribe":6.553363441057973,"subreddits":7.064189064823964,"upvote":7.064189064823964,"user-comments":7.064189064823964,"whoami":7.064189064823964,"rednote":5.454751152389863,"supports":6.553363441057973,"reads":7.064189064823964,"hydrated":7.064189064823964,"pinia":6.553363441057973,"engagement":6.553363441057973,"renderdoc":6.553363441057973,"capture-list":7.064189064823964,"rdc":6.553363441057973,"frame-export":7.064189064823964,"replicate":6.21689120443676,"rest-countries":6.553363441057973,"countries":6.553363441057973,"country":7.064189064823964,"common":7.064189064823964,"reuters":5.764906080693703,"article-detail":7.064189064823964,"rfc":7.064189064823964,"ietf":7.064189064823964,"rubygems":6.21689120443676,"gem":7.064189064823964,"safebooru":5.965576776155855,"blue":6.553363441057973,"archive":6.553363441057973,"rating":7.064189064823964,"safe":7.064189064823964,"ascii":7.064189064823964,"semantic-scholar":6.553363441057973,"paperid":7.064189064823964,"shotcut":6.21689120443676,"transitions":7.064189064823964,"sinablog":5.965576776155855,"sina":5.2183623743256335,"blog":5.965576776155855,"sinafinance":5.764906080693703,"7x24":7.064189064823964,"rolling-news":7.064189064823964,"rolling":7.064189064823964,"stock-rank":7.064189064823964,"artboards":6.553363441057973,"symbols":7.064189064823964,"slack":4.7955055235056,"slay-the-spire-ii":5.597851996030537,"slay":5.597851996030537,"the":5.597851996030537,"spire":5.597851996030537,"ii":5.597851996030537,"deck":7.064189064823964,"cards":7.064189064823964,"end-turn":7.064189064823964,"combat":6.553363441057973,"map":7.064189064823964,"layout":7.064189064823964,"paths":7.064189064823964,"play-card":7.064189064823964,"card":7.064189064823964,"during":7.064189064823964,"health":7.064189064823964,"gold":7.064189064823964,"act":7.064189064823964,"use-potion":7.064189064823964,"potion":7.064189064823964,"inventory":7.064189064823964,"slock":7.064189064823964,"smzdm":6.21689120443676,"deals":6.553363441057973,"spotify":4.312653751782015,"oauth":7.064189064823964,"setup":7.064189064823964,"now-playing":7.064189064823964,"repeat":7.064189064823964,"catalog":6.553363441057973,"shuffle":7.064189064823964,"top-tracks":7.064189064823964,"sspai":6.553363441057973,"少数派":6.553363441057973,"stackoverflow":5.11827891576865,"bounties":7.064189064823964,"stack":5.329588009435858,"overflow":5.329588009435858,"questions":5.597851996030537,"answers":5.454751152389863,"unanswered":7.064189064823964,"voted":7.064189064823964,"stagehand":7.064189064823964,"wrap-observe":7.064189064823964,"wrap":7.064189064823964,"observe":7.064189064823964,"verb":7.064189064823964,"subprocess":7.064189064823964,"wrapper":7.064189064823964,"steam":5.454751152389863,"storefront":7.064189064823964,"app-details":7.064189064823964,"appid":7.064189064823964,"specials":7.064189064823964,"special":7.064189064823964,"sale":7.064189064823964,"top-sellers":7.064189064823964,"selling":7.064189064823964,"wishlist":7.064189064823964,"substack":5.965576776155855,"supabase":7.064189064823964,"taobao":5.597851996030537,"tdx":7.064189064823964,"techcrunch":6.553363441057973,"theverge":6.553363441057973,"verge":6.553363441057973,"matching":6.553363441057973,"ths":7.064189064823964,"tonghuashun":7.064189064823964,"tieba":5.965576776155855,"tiktok":4.551883440847849,"creator-videos":7.064189064823964,"sounds":7.064189064823964,"toutiao":6.21689120443676,"dashboard":7.064189064823964,"jinri":7.064189064823964,"tvmaze":6.553363441057973,"twitch":5.965576776155855,"viewer":7.064189064823964,"gql":7.064189064823964,"twitter":3.6741649837599337,"accept":7.064189064823964,"pending":7.064189064823964,"tweet":4.60745329200266,"block":7.064189064823964,"bookmark-folder":7.064189064823964,"tweets":5.329588009435858,"bookmark-folders":7.064189064823964,"bookmarked":7.064189064823964,"own":7.064189064823964,"follows":7.064189064823964,"hide-reply":7.064189064823964,"hide":7.064189064823964,"list-add":7.064189064823964,"ui":6.21689120443676,"list-remove":7.064189064823964,"list-tweets":7.064189064823964,"lists":6.553363441057973,"pin":7.064189064823964,"pinned":7.064189064823964,"quotes":7.064189064823964,"reply-dm":7.064189064823964,"dm":7.064189064823964,"retweet":7.064189064823964,"retweets":7.064189064823964,"who":7.064189064823964,"retweeted":7.064189064823964,"unblock":7.064189064823964,"unbookmark":7.064189064823964,"unmute":7.064189064823964,"unretweet":7.064189064823964,"uisdc":7.064189064823964,"design":7.064189064823964,"uiverse":6.553363441057973,"css":7.064189064823964,"preview":7.064189064823964,"ukipo":7.064189064823964,"uk":7.064189064823964,"ipo":7.064189064823964,"placeholder":6.553363441057973,"ipsum":7.064189064823964,"retired":7.064189064823964,"01":7.064189064823964,"oneipo":7.064189064823964,"roadmap":7.064189064823964,"unpaywall":7.064189064823964,"oa":7.064189064823964,"access":7.064189064823964,"unsplash":6.553363441057973,"uspto":6.21689120443676,"odp":7.064189064823964,"v2ex":4.943925528623873,"member":7.064189064823964,"sov2ex":7.064189064823964,"vercel":7.064189064823964,"vndb":5.454751152389863,"traits":7.064189064823964,"producers":7.064189064823964,"brands":7.064189064823964,"makers":7.064189064823964,"circles":7.064189064823964,"visual":5.027307137562924,"novel":6.21689120443676,"publishers":7.064189064823964,"yuzusoft":7.064189064823964,"novels":7.064189064823964,"genres":7.064189064823964,"vn":7.064189064823964,"vscode":5.11827891576865,"extensions":7.064189064823964,"vs":6.21689120443676,"install-ext":7.064189064823964,"install":7.064189064823964,"ext":7.064189064823964,"identifier":7.064189064823964,"wanfang":7.064189064823964,"any":6.553363441057973,"webpage":7.064189064823964,"wechat-channels":6.553363441057973,"wechat":4.7288141490069275,"weibo":4.943925528623873,"followed":6.553363441057973,"immediately":7.064189064823964,"uid":7.064189064823964,"weixin":5.597851996030537,"create-draft":7.064189064823964,"sogou":7.064189064823964,"weread":5.329588009435858,"ai-outline":7.064189064823964,"outline":7.064189064823964,"underlines":7.064189064823964,"have":7.064189064823964,"thoughts":6.553363441057973,"shelf":7.064189064823964,"bookshelf":7.064189064823964,"wikidata":6.553363441057973,"entity":7.064189064823964,"wikipedia":5.597851996030537,"featured":7.064189064823964,"yesterday":7.064189064823964,"wipo-patentscope":7.064189064823964,"wipo":7.064189064823964,"patentscope":7.064189064823964,"soap":7.064189064823964,"wiremock":5.764906080693703,"create-stub":7.064189064823964,"stub":6.21689120443676,"mapping":6.553363441057973,"delete-stub":7.064189064823964,"reset":7.064189064823964,"clear":7.064189064823964,"stubs":6.553363441057973,"mappings":7.064189064823964,"verify":7.064189064823964,"insert-text":7.064189064823964,"creating":7.064189064823964,"wrangler":7.064189064823964,"cloudflare":7.064189064823964,"workers":7.064189064823964,"wttr":6.553363441057973,"conditions":7.064189064823964,"multi":7.064189064823964,"xianyu":5.965576776155855,"goofish":6.553363441057973,"xiaoe":5.764906080693703,"course":6.21689120443676,"chapters":7.064189064823964,"lesson":7.064189064823964,"courses":7.064189064823964,"purchased":7.064189064823964,"play-url":7.064189064823964,"xiaohongshu":4.356138863721754,"creator-note-detail":7.064189064823964,"core":7.064189064823964,"audience":7.064189064823964,"creator-notes":7.064189064823964,"views":6.553363441057973,"collects":6.553363441057973,"creator-notes-summary":7.064189064823964,"creator-profile":7.064189064823964,"creator-stats":7.064189064823964,"shares":7.064189064823964,"action":7.064189064823964,"under":7.064189064823964,"collect":7.064189064823964,"xiaoyuzhou":5.764906080693703,"episode":6.553363441057973,"podcast-episodes":7.064189064823964,"extracted":7.064189064823964,"xueqiu":4.7955055235056,"earnings-date":7.064189064823964,"earnings":7.064189064823964,"fund-holdings":7.064189064823964,"holdings":7.064189064823964,"positions":7.064189064823964,"fund-snapshot":7.064189064823964,"shareholders":7.064189064823964,"portfolio":7.064189064823964,"hot-stock":7.064189064823964,"watchlist":7.064189064823964,"yahoo":5.965576776155855,"yahoo-finance":6.21689120443676,"tickers":6.553363441057973,"yandere":5.965576776155855,"yande":5.965576776155855,"re":5.965576776155855,"ycombinator":7.064189064823964,"yc":7.064189064823964,"yollomi":4.943925528623873,"edit":7.064189064823964,"face-swap":7.064189064823964,"swap":7.064189064823964,"faces":7.064189064823964,"object-remover":7.064189064823964,"remover":7.064189064823964,"unwanted":7.064189064823964,"remove-bg":7.064189064823964,"bg":7.064189064823964,"restore":7.064189064823964,"old":7.064189064823964,"damaged":7.064189064823964,"try-on":7.064189064823964,"try":7.064189064823964,"on":7.064189064823964,"virtual":7.064189064823964,"clothing":7.064189064823964,"processing":7.064189064823964,"upscale":7.064189064823964,"enhance":7.064189064823964,"youtube":4.551883440847849,"homepage":7.064189064823964,"shorts":7.064189064823964,"subscriptions":7.064189064823964,"subscribed":7.064189064823964,"unsubscribe":7.064189064823964,"watch-later":7.064189064823964,"yt-dlp":5.764906080693703,"yt":5.764906080693703,"dlp":5.764906080693703,"downloading":7.064189064823964,"supported":7.064189064823964,"yuanbao":5.329588009435858,"tencent":6.21689120443676,"zhihu":4.155468168259603,"answer":5.764906080693703,"answer-detail":7.064189064823964,"知乎单个回答完整内容":7.064189064823964,"获取":7.064189064823964,"zhuanlan":6.553363441057973,"columns":7.064189064823964,"column":7.064189064823964,"normalized":7.064189064823964,"existing":6.21689120443676,"pins":7.064189064823964,"知乎首页推荐":7.064189064823964,"zlibrary":6.553363441057973,"isbn":7.064189064823964,"zoom":5.11827891576865,"toggle-mute":7.064189064823964,"menu":7.064189064823964,"zotero":5.329588009435858,"add-note":7.064189064823964,"child":6.553363441057973,"add-tag":7.064189064823964,"bibtex":7.064189064823964,"ris":7.064189064823964,"attached":7.064189064823964,"string":7.064189064823964,"zsxq":5.764906080693703,"知识星球":6.553363441057973,"joined":7.064189064823964,"logseq":5.454751152389863,"typora":5.454751152389863,"postman":5.454751152389863,"insomnia":5.454751152389863,"bitwarden":5.454751152389863,"signal":5.454751152389863,"whatsapp":5.454751152389863,"teams":5.454751152389863,"todoist":5.454751152389863,"github-desktop":5.454751152389863,"gitkraken":5.454751152389863,"docker-desktop":5.454751152389863,"lm-studio":5.454751152389863,"lm":5.454751152389863,"wechat-work":5.454751152389863,"wecom":5.454751152389863,"zoom-app":5.454751152389863,"evernote-app":5.454751152389863,"evernote":5.454751152389863},"documents":[{"id":"1688/assets","site":"1688","command":"assets","description":"Extract visible product media assets from a 1688 item page","terms":["1688","1688","assets","assets","extract","visible","product","media","assets","from","1688","item","page","shopping"]},{"id":"1688/download","site":"1688","command":"download","description":"Download visible product media assets from a 1688 item page","terms":["1688","1688","download","download","download","visible","product","media","assets","from","1688","item","page","shopping"]},{"id":"1688/item","site":"1688","command":"item","description":"1688.com product detail page (browser extraction)","terms":["1688","1688","item","item","1688","com","product","detail","page","browser","extraction","shopping"]},{"id":"1688/search","site":"1688","command":"search","description":"Search 1688.com wholesale products","terms":["1688","1688","search","search","search","1688","com","wholesale","products","shopping"]},{"id":"1688/store","site":"1688","command":"store","description":"List products from a 1688.com store","terms":["1688","1688","store","store","list","products","from","1688","com","store","shopping"]},{"id":"1point3acres/digest","site":"1point3acres","command":"digest","description":"Read digest 1Point3Acres threads","terms":["1point3acres","1point3acres","digest","digest","read","digest","1point3acres","threads","social"]},{"id":"1point3acres/forum","site":"1point3acres","command":"forum","description":"Browse threads from a 1Point3Acres forum by fid","terms":["1point3acres","1point3acres","forum","forum","browse","threads","from","1point3acres","forum","fid","social"]},{"id":"1point3acres/forums","site":"1point3acres","command":"forums","description":"List 1Point3Acres forum ids and names","terms":["1point3acres","1point3acres","forums","forums","list","1point3acres","forum","ids","names","social"]},{"id":"1point3acres/hot","site":"1point3acres","command":"hot","description":"Read hot 1Point3Acres threads","terms":["1point3acres","1point3acres","hot","hot","read","hot","1point3acres","threads","social"]},{"id":"1point3acres/latest","site":"1point3acres","command":"latest","description":"Read latest 1Point3Acres threads","terms":["1point3acres","1point3acres","latest","latest","read","latest","1point3acres","threads","social"]},{"id":"1point3acres/notifications","site":"1point3acres","command":"notifications","description":"Read 1Point3Acres account notifications using browser cookies","terms":["1point3acres","1point3acres","notifications","notifications","read","1point3acres","account","notifications","using","browser","cookies","social"]},{"id":"1point3acres/search","site":"1point3acres","command":"search","description":"Search 1Point3Acres forum posts using browser cookies","terms":["1point3acres","1point3acres","search","search","search","1point3acres","forum","posts","using","browser","cookies","social"]},{"id":"1point3acres/thread","site":"1point3acres","command":"thread","description":"Read a 1Point3Acres thread page with floor rows","terms":["1point3acres","1point3acres","thread","thread","read","1point3acres","thread","page","with","floor","rows","social"]},{"id":"1point3acres/user","site":"1point3acres","command":"user","description":"Read a 1Point3Acres user profile","terms":["1point3acres","1point3acres","user","user","read","1point3acres","user","profile","social"]},{"id":"36kr/article","site":"36kr","command":"article","description":"36Kr article detail by ID","terms":["36kr","36kr","article","article","36kr","article","detail","id","news"]},{"id":"36kr/hot","site":"36kr","command":"hot","description":"36Kr hot/trending articles","terms":["36kr","36kr","hot","hot","36kr","hot","trending","articles","news"]},{"id":"36kr/latest","site":"36kr","command":"latest","description":"Latest 36Kr tech news articles","terms":["36kr","36kr","latest","latest","latest","36kr","tech","news","articles","news"]},{"id":"36kr/news","site":"36kr","command":"news","description":"36Kr tech news (RSS)","terms":["36kr","36kr","news","news","36kr","tech","news","rss","news"]},{"id":"36kr/search","site":"36kr","command":"search","description":"Search 36Kr articles","terms":["36kr","36kr","search","search","search","36kr","articles","news"]},{"id":"51job/company","site":"51job","command":"company","description":"51job 公司在招职位(按 encCoId)","terms":["51job","51job","company","company","51job","公司在招职位","enccoid","jobs"]},{"id":"51job/detail","site":"51job","command":"detail","description":"51job 职位详情(按 jobId)","terms":["51job","51job","detail","detail","51job","职位详情","jobid","jobs"]},{"id":"51job/hot","site":"51job","command":"hot","description":"51job 推荐职位列表","terms":["51job","51job","hot","hot","51job","推荐职位列表","jobs"]},{"id":"51job/search","site":"51job","command":"search","description":"51job 前程无忧关键词职位搜索","terms":["51job","51job","search","search","51job","前程无忧关键词职位搜索","jobs"]},{"id":"acl-anthology/paper","site":"acl-anthology","command":"paper","description":"Fetch an ACL Anthology paper by anthology id","terms":["acl-anthology","acl","anthology","paper","paper","fetch","acl","anthology","paper","anthology","id","scholarly"]},{"id":"acl-anthology/search","site":"acl-anthology","command":"search","description":"Search ACL Anthology papers","terms":["acl-anthology","acl","anthology","search","search","search","acl","anthology","papers","scholarly"]},{"id":"adguardhome/add-rule","site":"adguardhome","command":"add-rule","description":"Add a custom DNS filtering rule","terms":["adguardhome","adguardhome","add-rule","add","rule","add","custom","dns","filtering","rule"]},{"id":"adguardhome/rules","site":"adguardhome","command":"rules","description":"List custom filtering rules from AdGuard Home","terms":["adguardhome","adguardhome","rules","rules","list","custom","filtering","rules","from","adguard","home"]},{"id":"adguardhome/stats","site":"adguardhome","command":"stats","description":"Get DNS query statistics (total queries, blocked, top clients)","terms":["adguardhome","adguardhome","stats","stats","get","dns","query","statistics","total","queries","blocked","top","clients"]},{"id":"adguardhome/status","site":"adguardhome","command":"status","description":"Get AdGuard Home protection status and version info","terms":["adguardhome","adguardhome","status","status","get","adguard","home","protection","status","version","info"]},{"id":"adguardhome/toggle","site":"adguardhome","command":"toggle","description":"Enable or disable AdGuard Home DNS filtering protection","terms":["adguardhome","adguardhome","toggle","toggle","enable","disable","adguard","home","dns","filtering","protection"]},{"id":"aibase/news","site":"aibase","command":"news","description":"AIbase daily AI industry news","terms":["aibase","aibase","news","news","aibase","daily","ai","industry","news"]},{"id":"amazon/bestsellers","site":"amazon","command":"bestsellers","description":"Amazon Best Sellers ranking","terms":["amazon","amazon","bestsellers","bestsellers","amazon","best","sellers","ranking","shopping"]},{"id":"amazon/discussion","site":"amazon","command":"discussion","description":"Get Amazon product reviews/discussions","terms":["amazon","amazon","discussion","discussion","get","amazon","product","reviews","discussions","shopping"]},{"id":"amazon/movers-shakers","site":"amazon","command":"movers-shakers","description":"Amazon Movers & Shakers ranking","terms":["amazon","amazon","movers-shakers","movers","shakers","amazon","movers","shakers","ranking","shopping"]},{"id":"amazon/new-releases","site":"amazon","command":"new-releases","description":"Amazon New Releases ranking","terms":["amazon","amazon","new-releases","new","releases","amazon","new","releases","ranking","shopping"]},{"id":"amazon/offer","site":"amazon","command":"offer","description":"Get Amazon product offer/pricing details","terms":["amazon","amazon","offer","offer","get","amazon","product","offer","pricing","details","shopping"]},{"id":"amazon/product","site":"amazon","command":"product","description":"Get Amazon product details by ASIN or URL","terms":["amazon","amazon","product","product","get","amazon","product","details","asin","url","shopping"]},{"id":"amazon/rankings","site":"amazon","command":"rankings","description":"Amazon generic rankings page (bestsellers/new-releases/movers-shakers)","terms":["amazon","amazon","rankings","rankings","amazon","generic","rankings","page","bestsellers","new","releases","movers","shakers","shopping"]},{"id":"amazon/search","site":"amazon","command":"search","description":"Search Amazon products","terms":["amazon","amazon","search","search","search","amazon","products","shopping"]},{"id":"anilist/anime","site":"anilist","command":"anime","description":"Search AniList anime by Japanese title, native title, romaji, alias, or keyword","terms":["anilist","anilist","anime","anime","search","anilist","anime","japanese","title","native","title","romaji","alias","keyword","reference"]},{"id":"anilist/characters","site":"anilist","command":"characters","description":"Search AniList characters by Japanese name, native name, romaji, or alias","terms":["anilist","anilist","characters","characters","search","anilist","characters","japanese","name","native","name","romaji","alias","reference"]},{"id":"anilist/manga","site":"anilist","command":"manga","description":"Search AniList manga by Japanese title, native title, romaji, alias, or keyword","terms":["anilist","anilist","manga","manga","search","anilist","manga","japanese","title","native","title","romaji","alias","keyword","reference"]},{"id":"anilist/staff","site":"anilist","command":"staff","description":"Search AniList staff by Japanese name, native name, romaji, or alias","terms":["anilist","anilist","staff","staff","search","anilist","staff","japanese","name","native","name","romaji","alias","reference"]},{"id":"anilist/studios","site":"anilist","command":"studios","description":"Search AniList studios by Japanese name, native name, romaji, or alias","terms":["anilist","anilist","studios","studios","search","anilist","studios","japanese","name","native","name","romaji","alias","reference"]},{"id":"antigravity/ask","site":"antigravity","command":"ask","description":"Send a prompt and wait for response in desktop AI chat app Antigravity","terms":["antigravity","antigravity","ask","ask","send","prompt","wait","response","desktop","ai","chat","app","antigravity","ai"]},{"id":"antigravity/click-text","site":"antigravity","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Antigravity","terms":["antigravity","antigravity","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","antigravity","ai"]},{"id":"antigravity/dump","site":"antigravity","command":"dump","description":"Dump visible text from desktop AI chat app Antigravity","terms":["antigravity","antigravity","dump","dump","dump","visible","text","from","desktop","ai","chat","app","antigravity","ai"]},{"id":"antigravity/extract-code","site":"antigravity","command":"extract-code","description":"Extract code blocks from the active Antigravity conversation","terms":["antigravity","antigravity","extract-code","extract","code","extract","code","blocks","from","active","antigravity","conversation","ai"]},{"id":"antigravity/model","site":"antigravity","command":"model","description":"Switch or inspect the model in desktop AI chat app Antigravity","terms":["antigravity","antigravity","model","model","switch","inspect","model","desktop","ai","chat","app","antigravity","ai"]},{"id":"antigravity/new","site":"antigravity","command":"new","description":"Start a new desktop AI chat Antigravity","terms":["antigravity","antigravity","new","new","start","new","desktop","ai","chat","antigravity","ai"]},{"id":"antigravity/open-app","site":"antigravity","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Antigravity","terms":["antigravity","antigravity","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","antigravity","ai"]},{"id":"antigravity/press","site":"antigravity","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Antigravity","terms":["antigravity","antigravity","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","antigravity","ai"]},{"id":"antigravity/read","site":"antigravity","command":"read","description":"Read the latest response from desktop AI chat app Antigravity","terms":["antigravity","antigravity","read","read","read","latest","response","from","desktop","ai","chat","app","antigravity","ai"]},{"id":"antigravity/screenshot","site":"antigravity","command":"screenshot","description":"Capture a screenshot from desktop AI chat app Antigravity","terms":["antigravity","antigravity","screenshot","screenshot","capture","screenshot","from","desktop","ai","chat","app","antigravity","ai"]},{"id":"antigravity/send","site":"antigravity","command":"send","description":"Send text without waiting in desktop AI chat app Antigravity","terms":["antigravity","antigravity","send","send","send","text","without","waiting","desktop","ai","chat","app","antigravity","ai"]},{"id":"antigravity/snapshot-app","site":"antigravity","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Antigravity","terms":["antigravity","antigravity","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","antigravity","ai"]},{"id":"antigravity/status","site":"antigravity","command":"status","description":"Inspect desktop AI chat app status Antigravity","terms":["antigravity","antigravity","status","status","inspect","desktop","ai","chat","app","status","antigravity","ai"]},{"id":"antigravity/status-app","site":"antigravity","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Antigravity","terms":["antigravity","antigravity","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","antigravity","ai"]},{"id":"antigravity/type-text","site":"antigravity","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Antigravity","terms":["antigravity","antigravity","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","antigravity","ai"]},{"id":"antigravity/watch","site":"antigravity","command":"watch","description":"Poll Antigravity conversation text for updates","terms":["antigravity","antigravity","watch","watch","poll","antigravity","conversation","text","updates","ai"]},{"id":"apple-notes/list","site":"apple-notes","command":"list","description":"List note titles in a folder (default \"Notes\")","terms":["apple-notes","apple","notes","list","list","list","note","titles","folder","default","notes","productivity"]},{"id":"apple-notes/read","site":"apple-notes","command":"read","description":"Read a note's plaintext body by title (first match wins)","terms":["apple-notes","apple","notes","read","read","read","note","plaintext","body","title","first","match","wins","productivity"]},{"id":"apple-notes/search","site":"apple-notes","command":"search","description":"Full-text search across all notes (titles of matches)","terms":["apple-notes","apple","notes","search","search","full","text","search","across","all","notes","titles","matches","productivity"]},{"id":"apple-podcasts/episodes","site":"apple-podcasts","command":"episodes","description":"List recent episodes of an Apple Podcast (use ID from search)","terms":["apple-podcasts","apple","podcasts","episodes","episodes","list","recent","episodes","apple","podcast","use","id","from","search","audio"]},{"id":"apple-podcasts/search","site":"apple-podcasts","command":"search","description":"Search Apple Podcasts","terms":["apple-podcasts","apple","podcasts","search","search","search","apple","podcasts","audio"]},{"id":"apple-podcasts/top","site":"apple-podcasts","command":"top","description":"Top podcasts chart on Apple Podcasts","terms":["apple-podcasts","apple","podcasts","top","top","top","podcasts","chart","apple","podcasts","audio"]},{"id":"arxiv/author","site":"arxiv","command":"author","description":"List arXiv papers by a given author","terms":["arxiv","arxiv","author","author","list","arxiv","papers","given","author","scholarly"]},{"id":"arxiv/download","site":"arxiv","command":"download","description":"Download an arXiv paper PDF by ID","terms":["arxiv","arxiv","download","download","download","arxiv","paper","pdf","id","scholarly"]},{"id":"arxiv/paper","site":"arxiv","command":"paper","description":"Get arXiv paper details by ID","terms":["arxiv","arxiv","paper","paper","get","arxiv","paper","details","id","scholarly"]},{"id":"arxiv/recent","site":"arxiv","command":"recent","description":"List recent arXiv submissions in a category","terms":["arxiv","arxiv","recent","recent","list","recent","arxiv","submissions","category","scholarly"]},{"id":"arxiv/search","site":"arxiv","command":"search","description":"Search arXiv papers","terms":["arxiv","arxiv","search","search","search","arxiv","papers","scholarly"]},{"id":"arxiv/trending","site":"arxiv","command":"trending","description":"Recent arXiv papers by category (newest submissions)","terms":["arxiv","arxiv","trending","trending","recent","arxiv","papers","category","newest","submissions","scholarly"]},{"id":"audacity/convert","site":"audacity","command":"convert","description":"Convert audio file between formats (wav, mp3, flac, ogg, aiff)","terms":["audacity","audacity","convert","convert","convert","audio","file","between","formats","wav","mp3","flac","ogg","aiff","desktop"]},{"id":"audacity/effects","site":"audacity","command":"effects","description":"Apply audio effects (reverb, echo, chorus, flanger, pitch shift)","terms":["audacity","audacity","effects","effects","apply","audio","effects","reverb","echo","chorus","flanger","pitch","shift","desktop"]},{"id":"audacity/info","site":"audacity","command":"info","description":"Get audio file info (duration, channels, sample rate, encoding)","terms":["audacity","audacity","info","info","get","audio","file","info","duration","channels","sample","rate","encoding","desktop"]},{"id":"audacity/mix","site":"audacity","command":"mix","description":"Mix (combine) multiple audio files into one","terms":["audacity","audacity","mix","mix","mix","combine","multiple","audio","files","into","one","desktop"]},{"id":"audacity/normalize","site":"audacity","command":"normalize","description":"Normalize audio to a target dB level","terms":["audacity","audacity","normalize","normalize","normalize","audio","target","db","level","desktop"]},{"id":"audacity/spectrogram","site":"audacity","command":"spectrogram","description":"Generate a spectrogram PNG from an audio file","terms":["audacity","audacity","spectrogram","spectrogram","generate","spectrogram","png","from","audio","file","desktop"]},{"id":"audacity/split-channels","site":"audacity","command":"split-channels","description":"Split a stereo audio file into separate mono channel files","terms":["audacity","audacity","split-channels","split","channels","split","stereo","audio","file","into","separate","mono","channel","files","desktop"]},{"id":"audacity/trim","site":"audacity","command":"trim","description":"Trim audio file to specified start and duration","terms":["audacity","audacity","trim","trim","trim","audio","file","specified","start","duration","desktop"]},{"id":"autoagent/eval-run","site":"autoagent","command":"eval-run","description":"Run an AutoAgent evaluation (hill-climbing on agent.py)","terms":["autoagent","autoagent","eval-run","eval","run","run","autoagent","evaluation","hill","climbing","agent","py"]},{"id":"aws/s3-ls","site":"aws","command":"s3-ls","description":"List S3 buckets","terms":["aws","aws","s3-ls","s3","ls","list","s3","buckets"]},{"id":"baidu/hot","site":"baidu","command":"hot","description":"Get Baidu hot search trending topics","terms":["baidu","baidu","hot","hot","get","baidu","hot","search","trending","topics"]},{"id":"baidu/search","site":"baidu","command":"search","description":"Search Baidu for web results","terms":["baidu","baidu","search","search","search","baidu","web","results"]},{"id":"baidu-scholar/search","site":"baidu-scholar","command":"search","description":"Search Baidu Scholar papers","terms":["baidu-scholar","baidu","scholar","search","search","search","baidu","scholar","papers","scholarly"]},{"id":"band/bands","site":"band","command":"bands","description":"List BAND groups","terms":["band","band","bands","bands","list","band","groups","social"]},{"id":"band/mentions","site":"band","command":"mentions","description":"List BAND mentions/notifications","terms":["band","band","mentions","mentions","list","band","mentions","notifications","social"]},{"id":"band/post","site":"band","command":"post","description":"Create a post in a BAND group","terms":["band","band","post","post","create","post","band","group","social"]},{"id":"band/posts","site":"band","command":"posts","description":"List BAND posts from a group","terms":["band","band","posts","posts","list","band","posts","from","group","social"]},{"id":"bangumi/anime","site":"bangumi","command":"anime","description":"Search Bangumi anime subjects by Japanese title, Chinese title, romaji, or alias","terms":["bangumi","bangumi","anime","anime","search","bangumi","anime","subjects","japanese","title","chinese","title","romaji","alias","reference"]},{"id":"bangumi/book","site":"bangumi","command":"book","description":"Search Bangumi book subjects by Japanese title, Chinese title, romaji, or alias","terms":["bangumi","bangumi","book","book","search","bangumi","book","subjects","japanese","title","chinese","title","romaji","alias","reference"]},{"id":"bangumi/characters","site":"bangumi","command":"characters","description":"Search Bangumi characters by Japanese name, Chinese name, romaji, or alias","terms":["bangumi","bangumi","characters","characters","search","bangumi","characters","japanese","name","chinese","name","romaji","alias","reference"]},{"id":"bangumi/game","site":"bangumi","command":"game","description":"Search Bangumi game subjects by Japanese title, Chinese title, romaji, or alias","terms":["bangumi","bangumi","game","game","search","bangumi","game","subjects","japanese","title","chinese","title","romaji","alias","reference"]},{"id":"bangumi/subject","site":"bangumi","command":"subject","description":"Get Bangumi subject details by subject id","terms":["bangumi","bangumi","subject","subject","get","bangumi","subject","details","subject","id","reference"]},{"id":"barchart/flow","site":"barchart","command":"flow","description":"Options flow (unusual activity) sorted by total value","terms":["barchart","barchart","flow","flow","options","flow","unusual","activity","sorted","total","value","finance"]},{"id":"barchart/greeks","site":"barchart","command":"greeks","description":"Options Greeks (delta, gamma, theta, vega, IV) for a symbol","terms":["barchart","barchart","greeks","greeks","options","greeks","delta","gamma","theta","vega","iv","symbol","finance"]},{"id":"barchart/options","site":"barchart","command":"options","description":"Options chain for a symbol (strike, bid, ask, volume, OI)","terms":["barchart","barchart","options","options","options","chain","symbol","strike","bid","ask","volume","oi","finance"]},{"id":"barchart/quote","site":"barchart","command":"quote","description":"Get stock/ETF quote with price and volume data","terms":["barchart","barchart","quote","quote","get","stock","etf","quote","with","price","volume","data","finance"]},{"id":"bbc/news","site":"bbc","command":"news","description":"BBC News headlines (RSS)","terms":["bbc","bbc","news","news","bbc","news","headlines","rss","news"]},{"id":"bbc/technology","site":"bbc","command":"technology","description":"BBC technology news","terms":["bbc","bbc","technology","technology","bbc","technology","news","news"]},{"id":"bbc/top","site":"bbc","command":"top","description":"BBC top news headlines","terms":["bbc","bbc","top","top","bbc","top","news","headlines","news"]},{"id":"bbc/topic","site":"bbc","command":"topic","description":"BBC News headlines for a specific section","terms":["bbc","bbc","topic","topic","bbc","news","headlines","specific","section","news"]},{"id":"bbc/world","site":"bbc","command":"world","description":"BBC world news","terms":["bbc","bbc","world","world","bbc","world","news","news"]},{"id":"bilibili/coin","site":"bilibili","command":"coin","description":"Bilibili recently coined videos","terms":["bilibili","bilibili","coin","coin","bilibili","recently","coined","videos","video"]},{"id":"bilibili/comments","site":"bilibili","command":"comments","description":"Fetch comments on a Bilibili video","terms":["bilibili","bilibili","comments","comments","fetch","comments","bilibili","video","video"]},{"id":"bilibili/download","site":"bilibili","command":"download","description":"Get download URLs for a Bilibili video","terms":["bilibili","bilibili","download","download","get","download","urls","bilibili","video","video"]},{"id":"bilibili/dynamic","site":"bilibili","command":"dynamic","description":"Bilibili user dynamics/activity feed","terms":["bilibili","bilibili","dynamic","dynamic","bilibili","user","dynamics","activity","feed","video"]},{"id":"bilibili/favorite","site":"bilibili","command":"favorite","description":"Read Bilibili favorite folder videos","terms":["bilibili","bilibili","favorite","favorite","read","bilibili","favorite","folder","videos","video"]},{"id":"bilibili/favorites","site":"bilibili","command":"favorites","description":"Bilibili favorites list content","terms":["bilibili","bilibili","favorites","favorites","bilibili","favorites","list","content","video"]},{"id":"bilibili/feed","site":"bilibili","command":"feed","description":"Bilibili dynamic feed (following updates)","terms":["bilibili","bilibili","feed","feed","bilibili","dynamic","feed","following","updates","video"]},{"id":"bilibili/feed-detail","site":"bilibili","command":"feed-detail","description":"Read a Bilibili dynamic feed item detail","terms":["bilibili","bilibili","feed-detail","feed","detail","read","bilibili","dynamic","feed","item","detail","video"]},{"id":"bilibili/following","site":"bilibili","command":"following","description":"Bilibili user followings list","terms":["bilibili","bilibili","following","following","bilibili","user","followings","list","video"]},{"id":"bilibili/history","site":"bilibili","command":"history","description":"Bilibili watch history","terms":["bilibili","bilibili","history","history","bilibili","watch","history","video"]},{"id":"bilibili/hot","site":"bilibili","command":"hot","description":"Bilibili popular videos","terms":["bilibili","bilibili","hot","hot","bilibili","popular","videos","video"]},{"id":"bilibili/later","site":"bilibili","command":"later","description":"Bilibili watch later list","terms":["bilibili","bilibili","later","later","bilibili","watch","later","list","video"]},{"id":"bilibili/live","site":"bilibili","command":"live","description":"Bilibili popular live streams","terms":["bilibili","bilibili","live","live","bilibili","popular","live","streams","video"]},{"id":"bilibili/me","site":"bilibili","command":"me","description":"Current Bilibili user profile info","terms":["bilibili","bilibili","me","me","current","bilibili","user","profile","info","video"]},{"id":"bilibili/ranking","site":"bilibili","command":"ranking","description":"Bilibili video rankings","terms":["bilibili","bilibili","ranking","ranking","bilibili","video","rankings","video"]},{"id":"bilibili/search","site":"bilibili","command":"search","description":"Search Bilibili videos by keyword","terms":["bilibili","bilibili","search","search","search","bilibili","videos","keyword","video"]},{"id":"bilibili/subtitle","site":"bilibili","command":"subtitle","description":"Extract subtitles from a Bilibili video","terms":["bilibili","bilibili","subtitle","subtitle","extract","subtitles","from","bilibili","video","video"]},{"id":"bilibili/trending","site":"bilibili","command":"trending","description":"Bilibili trending searches","terms":["bilibili","bilibili","trending","trending","bilibili","trending","searches","video"]},{"id":"bilibili/user-videos","site":"bilibili","command":"user-videos","description":"List videos published by a Bilibili user","terms":["bilibili","bilibili","user-videos","user","videos","list","videos","published","bilibili","user","video"]},{"id":"bilibili/video","site":"bilibili","command":"video","description":"Get Bilibili video metadata by BV ID or URL","terms":["bilibili","bilibili","video","video","get","bilibili","video","metadata","bv","id","url","video"]},{"id":"binance/asks","site":"binance","command":"asks","description":"Binance ask-side order book levels / 币安卖盘挂单深度","terms":["binance","binance","asks","asks","binance","ask","side","order","book","levels","币安卖盘挂单深度","finance"]},{"id":"binance/depth","site":"binance","command":"depth","description":"Binance bid-side order book levels / 币安买盘挂单深度","terms":["binance","binance","depth","depth","binance","bid","side","order","book","levels","币安买盘挂单深度","finance"]},{"id":"binance/gainers","site":"binance","command":"gainers","description":"Binance top 24h gainers by price change percentage / 币安24小时涨幅榜","terms":["binance","binance","gainers","gainers","binance","top","24h","gainers","price","change","percentage","币安24小时涨幅榜","finance"]},{"id":"binance/hot","site":"binance","command":"hot","description":"Binance top trending coins by 24h trading volume / 币安热门成交量","terms":["binance","binance","hot","hot","binance","top","trending","coins","24h","trading","volume","币安热门成交量","finance"]},{"id":"binance/kline","site":"binance","command":"kline","description":"Binance candlestick kline data for a trading pair / 币安K线蜡烛图","terms":["binance","binance","kline","kline","binance","candlestick","kline","data","trading","pair","币安k线蜡烛图","finance"]},{"id":"binance/klines","site":"binance","command":"klines","description":"Binance candlestick kline data for a trading pair / 币安K线蜡烛图","terms":["binance","binance","klines","klines","binance","candlestick","kline","data","trading","pair","币安k线蜡烛图","finance"]},{"id":"binance/losers","site":"binance","command":"losers","description":"Binance top 24h losers by price change percentage / 币安24小时跌幅榜","terms":["binance","binance","losers","losers","binance","top","24h","losers","price","change","percentage","币安24小时跌幅榜","finance"]},{"id":"binance/pairs","site":"binance","command":"pairs","description":"Binance active spot trading pairs and base/quote assets / 币安现货交易对","terms":["binance","binance","pairs","pairs","binance","active","spot","trading","pairs","base","quote","assets","币安现货交易对","finance"]},{"id":"binance/price","site":"binance","command":"price","description":"Binance latest price for a trading pair / 币安最新价格","terms":["binance","binance","price","price","binance","latest","price","trading","pair","币安最新价格","finance"]},{"id":"binance/prices","site":"binance","command":"prices","description":"Binance latest prices for trading pairs / 币安全市场最新价格","terms":["binance","binance","prices","prices","binance","latest","prices","trading","pairs","币安全市场最新价格","finance"]},{"id":"binance/ticker","site":"binance","command":"ticker","description":"Binance 24h price ticker for a trading pair / 币安24小时行情","terms":["binance","binance","ticker","ticker","binance","24h","price","ticker","trading","pair","币安24小时行情","finance"]},{"id":"binance/top","site":"binance","command":"top","description":"Binance top trading pairs by 24h quote volume / 币安成交额排行","terms":["binance","binance","top","top","binance","top","trading","pairs","24h","quote","volume","币安成交额排行","finance"]},{"id":"binance/trades","site":"binance","command":"trades","description":"Binance recent trades for a trading pair / 币安最新成交","terms":["binance","binance","trades","trades","binance","recent","trades","trading","pair","币安最新成交","finance"]},{"id":"blender/animation","site":"blender","command":"animation","description":"Render an animation range from a Blender file to an output directory","terms":["blender","blender","animation","animation","render","animation","range","from","blender","file","output","directory","desktop"]},{"id":"blender/camera","site":"blender","command":"camera","description":"List all cameras and their properties (focal length, sensor, clipping)","terms":["blender","blender","camera","camera","list","all","cameras","their","properties","focal","length","sensor","clipping","desktop"]},{"id":"blender/convert","site":"blender","command":"convert","description":"Convert a .blend file to another 3D format (fbx, obj, stl, gltf, blend)","terms":["blender","blender","convert","convert","convert","blend","file","another","3d","format","fbx","obj","stl","gltf","blend","desktop"]},{"id":"blender/export","site":"blender","command":"export","description":"Export all objects from a Blender file to a specified format","terms":["blender","blender","export","export","export","all","objects","from","blender","file","specified","format","desktop"]},{"id":"blender/import","site":"blender","command":"import","description":"Import a 3D file (FBX, OBJ, STL, GLTF) into a Blender file","terms":["blender","blender","import","import","import","3d","file","fbx","obj","stl","gltf","into","blender","file","desktop"]},{"id":"blender/info","site":"blender","command":"info","description":"Extract scene metadata from a Blender file (objects, meshes, materials, frames, engine, resolution)","terms":["blender","blender","info","info","extract","scene","metadata","from","blender","file","objects","meshes","materials","frames","engine","resolution","desktop"]},{"id":"blender/lighting","site":"blender","command":"lighting","description":"List all lights and their properties (type, color, energy, shadow)","terms":["blender","blender","lighting","lighting","list","all","lights","their","properties","type","color","energy","shadow","desktop"]},{"id":"blender/materials","site":"blender","command":"materials","description":"List all materials and their properties from a Blender file","terms":["blender","blender","materials","materials","list","all","materials","their","properties","from","blender","file","desktop"]},{"id":"blender/objects","site":"blender","command":"objects","description":"List all objects (meshes, cameras, lights, empties) in a Blender file","terms":["blender","blender","objects","objects","list","all","objects","meshes","cameras","lights","empties","blender","file","desktop"]},{"id":"blender/render","site":"blender","command":"render","description":"Render a Blender scene to image","terms":["blender","blender","render","render","render","blender","scene","image","desktop"]},{"id":"blender/scene","site":"blender","command":"scene","description":"List all scenes, their settings, and world properties","terms":["blender","blender","scene","scene","list","all","scenes","their","settings","world","properties","desktop"]},{"id":"blender/screenshot","site":"blender","command":"screenshot","description":"Capture a viewport render screenshot from a Blender scene","terms":["blender","blender","screenshot","screenshot","capture","viewport","render","screenshot","from","blender","scene","desktop"]},{"id":"blender/script","site":"blender","command":"script","description":"Execute a Python script in Blender's headless environment","terms":["blender","blender","script","script","execute","python","script","blender","headless","environment","desktop"]},{"id":"bloomberg/businessweek","site":"bloomberg","command":"businessweek","description":"Bloomberg Businessweek top stories (RSS)","terms":["bloomberg","bloomberg","businessweek","businessweek","bloomberg","businessweek","top","stories","rss","news"]},{"id":"bloomberg/economics","site":"bloomberg","command":"economics","description":"Bloomberg Economics top stories (RSS)","terms":["bloomberg","bloomberg","economics","economics","bloomberg","economics","top","stories","rss","news"]},{"id":"bloomberg/feeds","site":"bloomberg","command":"feeds","description":"List available Bloomberg RSS feeds","terms":["bloomberg","bloomberg","feeds","feeds","list","available","bloomberg","rss","feeds","news"]},{"id":"bloomberg/industries","site":"bloomberg","command":"industries","description":"Bloomberg Industries top stories (RSS)","terms":["bloomberg","bloomberg","industries","industries","bloomberg","industries","top","stories","rss","news"]},{"id":"bloomberg/main","site":"bloomberg","command":"main","description":"Bloomberg top stories (RSS)","terms":["bloomberg","bloomberg","main","main","bloomberg","top","stories","rss","news"]},{"id":"bloomberg/markets","site":"bloomberg","command":"markets","description":"Bloomberg Markets top stories (RSS)","terms":["bloomberg","bloomberg","markets","markets","bloomberg","markets","top","stories","rss","news"]},{"id":"bloomberg/news","site":"bloomberg","command":"news","description":"Bloomberg latest news headlines (RSS)","terms":["bloomberg","bloomberg","news","news","bloomberg","latest","news","headlines","rss","news"]},{"id":"bloomberg/opinions","site":"bloomberg","command":"opinions","description":"Bloomberg Opinion top stories (RSS)","terms":["bloomberg","bloomberg","opinions","opinions","bloomberg","opinion","top","stories","rss","news"]},{"id":"bloomberg/politics","site":"bloomberg","command":"politics","description":"Bloomberg Politics top stories (RSS)","terms":["bloomberg","bloomberg","politics","politics","bloomberg","politics","top","stories","rss","news"]},{"id":"bloomberg/tech","site":"bloomberg","command":"tech","description":"Bloomberg Technology top stories (RSS)","terms":["bloomberg","bloomberg","tech","tech","bloomberg","technology","top","stories","rss","news"]},{"id":"bluesky/feeds","site":"bluesky","command":"feeds","description":"Popular Bluesky feed generators","terms":["bluesky","bluesky","feeds","feeds","popular","bluesky","feed","generators","social"]},{"id":"bluesky/followers","site":"bluesky","command":"followers","description":"List followers of a Bluesky user","terms":["bluesky","bluesky","followers","followers","list","followers","bluesky","user","social"]},{"id":"bluesky/following","site":"bluesky","command":"following","description":"List accounts a Bluesky user is following","terms":["bluesky","bluesky","following","following","list","accounts","bluesky","user","following","social"]},{"id":"bluesky/likes","site":"bluesky","command":"likes","description":"Get Bluesky liked posts for a user","terms":["bluesky","bluesky","likes","likes","get","bluesky","liked","posts","user","social"]},{"id":"bluesky/notifications","site":"bluesky","command":"notifications","description":"Get Bluesky notifications","terms":["bluesky","bluesky","notifications","notifications","get","bluesky","notifications","social"]},{"id":"bluesky/post","site":"bluesky","command":"post","description":"Create a Bluesky post","terms":["bluesky","bluesky","post","post","create","bluesky","post","social"]},{"id":"bluesky/profile","site":"bluesky","command":"profile","description":"Get Bluesky user profile info","terms":["bluesky","bluesky","profile","profile","get","bluesky","user","profile","info","social"]},{"id":"bluesky/search","site":"bluesky","command":"search","description":"Search Bluesky users","terms":["bluesky","bluesky","search","search","search","bluesky","users","social"]},{"id":"bluesky/starter-packs","site":"bluesky","command":"starter-packs","description":"Get starter packs created by a Bluesky user","terms":["bluesky","bluesky","starter-packs","starter","packs","get","starter","packs","created","bluesky","user","social"]},{"id":"bluesky/thread","site":"bluesky","command":"thread","description":"Get a Bluesky post thread with replies","terms":["bluesky","bluesky","thread","thread","get","bluesky","post","thread","with","replies","social"]},{"id":"bluesky/trending","site":"bluesky","command":"trending","description":"Trending topics on Bluesky","terms":["bluesky","bluesky","trending","trending","trending","topics","bluesky","social"]},{"id":"bluesky/user","site":"bluesky","command":"user","description":"Get recent posts from a Bluesky user","terms":["bluesky","bluesky","user","user","get","recent","posts","from","bluesky","user","social"]},{"id":"boss/batchgreet","site":"boss","command":"batchgreet","description":"Batch greet recommended candidates on BOSS Zhipin","terms":["boss","boss","batchgreet","batchgreet","batch","greet","recommended","candidates","boss","zhipin","jobs"]},{"id":"boss/chatlist","site":"boss","command":"chatlist","description":"List BOSS Zhipin chat conversations","terms":["boss","boss","chatlist","chatlist","list","boss","zhipin","chat","conversations","jobs"]},{"id":"boss/chatmsg","site":"boss","command":"chatmsg","description":"Get BOSS Zhipin chat messages with a candidate","terms":["boss","boss","chatmsg","chatmsg","get","boss","zhipin","chat","messages","with","candidate","jobs"]},{"id":"boss/detail","site":"boss","command":"detail","description":"Get BOSS Zhipin job details","terms":["boss","boss","detail","detail","get","boss","zhipin","job","details","jobs"]},{"id":"boss/exchange","site":"boss","command":"exchange","description":"Exchange contact info with a candidate on BOSS Zhipin","terms":["boss","boss","exchange","exchange","exchange","contact","info","with","candidate","boss","zhipin","jobs"]},{"id":"boss/greet","site":"boss","command":"greet","description":"Send greeting to a candidate on BOSS Zhipin","terms":["boss","boss","greet","greet","send","greeting","candidate","boss","zhipin","jobs"]},{"id":"boss/invite","site":"boss","command":"invite","description":"Invite a candidate to interview on BOSS Zhipin","terms":["boss","boss","invite","invite","invite","candidate","interview","boss","zhipin","jobs"]},{"id":"boss/joblist","site":"boss","command":"joblist","description":"List my published jobs on BOSS Zhipin","terms":["boss","boss","joblist","joblist","list","published","jobs","boss","zhipin","jobs"]},{"id":"boss/mark","site":"boss","command":"mark","description":"Mark/tag a candidate on BOSS Zhipin","terms":["boss","boss","mark","mark","mark","tag","candidate","boss","zhipin","jobs"]},{"id":"boss/recommend","site":"boss","command":"recommend","description":"Get BOSS Zhipin recommended candidates","terms":["boss","boss","recommend","recommend","get","boss","zhipin","recommended","candidates","jobs"]},{"id":"boss/resume","site":"boss","command":"resume","description":"View a candidate resume on BOSS Zhipin","terms":["boss","boss","resume","resume","view","candidate","resume","boss","zhipin","jobs"]},{"id":"boss/search","site":"boss","command":"search","description":"Search BOSS Zhipin jobs","terms":["boss","boss","search","search","search","boss","zhipin","jobs","jobs"]},{"id":"boss/send","site":"boss","command":"send","description":"Send a chat message on BOSS Zhipin","terms":["boss","boss","send","send","send","chat","message","boss","zhipin","jobs"]},{"id":"boss/stats","site":"boss","command":"stats","description":"Get BOSS Zhipin account statistics","terms":["boss","boss","stats","stats","get","boss","zhipin","account","statistics","jobs"]},{"id":"brave/search","site":"brave","command":"search","description":"Search the public web via Brave Search (no API key needed)","terms":["brave","brave","search","search","search","public","web","via","brave","search","api","key","needed"]},{"id":"chaoxing/assignments","site":"chaoxing","command":"assignments","description":"List Chaoxing (XuexiTong) assignments","terms":["chaoxing","chaoxing","assignments","assignments","list","chaoxing","xuexitong","assignments","reference"]},{"id":"chaoxing/exams","site":"chaoxing","command":"exams","description":"List Chaoxing (XuexiTong) exams","terms":["chaoxing","chaoxing","exams","exams","list","chaoxing","xuexitong","exams","reference"]},{"id":"chatgpt/ask","site":"chatgpt","command":"ask","description":"Send a prompt and wait for response in desktop AI chat app ChatGPT","terms":["chatgpt","chatgpt","ask","ask","send","prompt","wait","response","desktop","ai","chat","app","chatgpt","ai"]},{"id":"chatgpt/click-text","site":"chatgpt","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 ChatGPT","terms":["chatgpt","chatgpt","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","chatgpt","ai"]},{"id":"chatgpt/detail","site":"chatgpt","command":"detail","description":"Open a ChatGPT web conversation by ID and read its messages","terms":["chatgpt","chatgpt","detail","detail","open","chatgpt","web","conversation","id","read","its","messages","ai"]},{"id":"chatgpt/dump","site":"chatgpt","command":"dump","description":"Dump visible text from desktop AI chat app ChatGPT","terms":["chatgpt","chatgpt","dump","dump","dump","visible","text","from","desktop","ai","chat","app","chatgpt","ai"]},{"id":"chatgpt/history","site":"chatgpt","command":"history","description":"List visible ChatGPT web conversation history from the sidebar","terms":["chatgpt","chatgpt","history","history","list","visible","chatgpt","web","conversation","history","from","sidebar","ai"]},{"id":"chatgpt/image","site":"chatgpt","command":"image","description":"Generate an image in ChatGPT web and optionally save visible images","terms":["chatgpt","chatgpt","image","image","generate","image","chatgpt","web","optionally","save","visible","images","ai"]},{"id":"chatgpt/model","site":"chatgpt","command":"model","description":"Switch or inspect the model in desktop AI chat app ChatGPT","terms":["chatgpt","chatgpt","model","model","switch","inspect","model","desktop","ai","chat","app","chatgpt","ai"]},{"id":"chatgpt/new","site":"chatgpt","command":"new","description":"Start a new desktop AI chat ChatGPT","terms":["chatgpt","chatgpt","new","new","start","new","desktop","ai","chat","chatgpt","ai"]},{"id":"chatgpt/open-app","site":"chatgpt","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 ChatGPT","terms":["chatgpt","chatgpt","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","chatgpt","ai"]},{"id":"chatgpt/press","site":"chatgpt","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 ChatGPT","terms":["chatgpt","chatgpt","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","chatgpt","ai"]},{"id":"chatgpt/read","site":"chatgpt","command":"read","description":"Read the latest response from desktop AI chat app ChatGPT","terms":["chatgpt","chatgpt","read","read","read","latest","response","from","desktop","ai","chat","app","chatgpt","ai"]},{"id":"chatgpt/screenshot","site":"chatgpt","command":"screenshot","description":"Capture a screenshot from desktop AI chat app ChatGPT","terms":["chatgpt","chatgpt","screenshot","screenshot","capture","screenshot","from","desktop","ai","chat","app","chatgpt","ai"]},{"id":"chatgpt/send","site":"chatgpt","command":"send","description":"Send text without waiting in desktop AI chat app ChatGPT","terms":["chatgpt","chatgpt","send","send","send","text","without","waiting","desktop","ai","chat","app","chatgpt","ai"]},{"id":"chatgpt/snapshot-app","site":"chatgpt","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 ChatGPT","terms":["chatgpt","chatgpt","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","chatgpt","ai"]},{"id":"chatgpt/status","site":"chatgpt","command":"status","description":"Inspect desktop AI chat app status ChatGPT","terms":["chatgpt","chatgpt","status","status","inspect","desktop","ai","chat","app","status","chatgpt","ai"]},{"id":"chatgpt/status-app","site":"chatgpt","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 ChatGPT","terms":["chatgpt","chatgpt","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","chatgpt","ai"]},{"id":"chatgpt/type-text","site":"chatgpt","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 ChatGPT","terms":["chatgpt","chatgpt","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","chatgpt","ai"]},{"id":"chatgpt-app/ask","site":"chatgpt-app","command":"ask","description":"Send a prompt and wait for response in desktop AI chat app ChatGPT","terms":["chatgpt-app","chatgpt","app","ask","ask","send","prompt","wait","response","desktop","ai","chat","app","chatgpt","ai"]},{"id":"chatgpt-app/dump","site":"chatgpt-app","command":"dump","description":"Dump visible text from desktop AI chat app ChatGPT","terms":["chatgpt-app","chatgpt","app","dump","dump","dump","visible","text","from","desktop","ai","chat","app","chatgpt","ai"]},{"id":"chatgpt-app/model","site":"chatgpt-app","command":"model","description":"Switch or inspect the model in desktop AI chat app ChatGPT","terms":["chatgpt-app","chatgpt","app","model","model","switch","inspect","model","desktop","ai","chat","app","chatgpt","ai"]},{"id":"chatgpt-app/new","site":"chatgpt-app","command":"new","description":"Start a new desktop AI chat ChatGPT","terms":["chatgpt-app","chatgpt","app","new","new","start","new","desktop","ai","chat","chatgpt","ai"]},{"id":"chatgpt-app/read","site":"chatgpt-app","command":"read","description":"Read the latest response from desktop AI chat app ChatGPT","terms":["chatgpt-app","chatgpt","app","read","read","read","latest","response","from","desktop","ai","chat","app","chatgpt","ai"]},{"id":"chatgpt-app/screenshot","site":"chatgpt-app","command":"screenshot","description":"Capture a screenshot from desktop AI chat app ChatGPT","terms":["chatgpt-app","chatgpt","app","screenshot","screenshot","capture","screenshot","from","desktop","ai","chat","app","chatgpt","ai"]},{"id":"chatgpt-app/send","site":"chatgpt-app","command":"send","description":"Send text without waiting in desktop AI chat app ChatGPT","terms":["chatgpt-app","chatgpt","app","send","send","send","text","without","waiting","desktop","ai","chat","app","chatgpt","ai"]},{"id":"chatgpt-app/status","site":"chatgpt-app","command":"status","description":"Inspect desktop AI chat app status ChatGPT","terms":["chatgpt-app","chatgpt","app","status","status","inspect","desktop","ai","chat","app","status","chatgpt","ai"]},{"id":"chatwise/ask","site":"chatwise","command":"ask","description":"Send a prompt and wait for response in desktop AI chat app ChatWise","terms":["chatwise","chatwise","ask","ask","send","prompt","wait","response","desktop","ai","chat","app","chatwise","ai"]},{"id":"chatwise/click-text","site":"chatwise","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 ChatWise","terms":["chatwise","chatwise","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","chatwise","ai"]},{"id":"chatwise/dump","site":"chatwise","command":"dump","description":"Dump visible text from desktop AI chat app ChatWise","terms":["chatwise","chatwise","dump","dump","dump","visible","text","from","desktop","ai","chat","app","chatwise","ai"]},{"id":"chatwise/export","site":"chatwise","command":"export","description":"Export the current ChatWise conversation as Markdown text","terms":["chatwise","chatwise","export","export","export","current","chatwise","conversation","markdown","text","ai"]},{"id":"chatwise/history","site":"chatwise","command":"history","description":"List ChatWise conversations from the sidebar","terms":["chatwise","chatwise","history","history","list","chatwise","conversations","from","sidebar","ai"]},{"id":"chatwise/model","site":"chatwise","command":"model","description":"Switch or inspect the model in desktop AI chat app ChatWise","terms":["chatwise","chatwise","model","model","switch","inspect","model","desktop","ai","chat","app","chatwise","ai"]},{"id":"chatwise/new","site":"chatwise","command":"new","description":"Start a new desktop AI chat ChatWise","terms":["chatwise","chatwise","new","new","start","new","desktop","ai","chat","chatwise","ai"]},{"id":"chatwise/open-app","site":"chatwise","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 ChatWise","terms":["chatwise","chatwise","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","chatwise","ai"]},{"id":"chatwise/press","site":"chatwise","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 ChatWise","terms":["chatwise","chatwise","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","chatwise","ai"]},{"id":"chatwise/read","site":"chatwise","command":"read","description":"Read the latest response from desktop AI chat app ChatWise","terms":["chatwise","chatwise","read","read","read","latest","response","from","desktop","ai","chat","app","chatwise","ai"]},{"id":"chatwise/screenshot","site":"chatwise","command":"screenshot","description":"Capture a screenshot from desktop AI chat app ChatWise","terms":["chatwise","chatwise","screenshot","screenshot","capture","screenshot","from","desktop","ai","chat","app","chatwise","ai"]},{"id":"chatwise/send","site":"chatwise","command":"send","description":"Send text without waiting in desktop AI chat app ChatWise","terms":["chatwise","chatwise","send","send","send","text","without","waiting","desktop","ai","chat","app","chatwise","ai"]},{"id":"chatwise/snapshot-app","site":"chatwise","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 ChatWise","terms":["chatwise","chatwise","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","chatwise","ai"]},{"id":"chatwise/status","site":"chatwise","command":"status","description":"Inspect desktop AI chat app status ChatWise","terms":["chatwise","chatwise","status","status","inspect","desktop","ai","chat","app","status","chatwise","ai"]},{"id":"chatwise/status-app","site":"chatwise","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 ChatWise","terms":["chatwise","chatwise","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","chatwise","ai"]},{"id":"chatwise/type-text","site":"chatwise","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 ChatWise","terms":["chatwise","chatwise","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","chatwise","ai"]},{"id":"chrome/bookmarks","site":"chrome","command":"bookmarks","description":"List bookmarks from Chrome's bookmark bar (macOS)","terms":["chrome","chrome","bookmarks","bookmarks","list","bookmarks","from","chrome","bookmark","bar","macos"]},{"id":"chrome/tabs","site":"chrome","command":"tabs","description":"List all open tabs in Google Chrome (macOS)","terms":["chrome","chrome","tabs","tabs","list","all","open","tabs","google","chrome","macos"]},{"id":"cipo/get","site":"cipo","command":"get","description":"Retrieve a single Canadian patent document (CIPO, browser)","terms":["cipo","cipo","get","get","retrieve","single","canadian","patent","document","cipo","browser","patent"]},{"id":"cipo/legal-status","site":"cipo","command":"legal-status","description":"CIPO Canadian patent administrative-status lookup (browser)","terms":["cipo","cipo","legal-status","legal","status","cipo","canadian","patent","administrative","status","lookup","browser","patent"]},{"id":"cipo/search","site":"cipo","command":"search","description":"Search the Canadian Patents Database (CIPO, browser, no API)","terms":["cipo","cipo","search","search","search","canadian","patents","database","cipo","browser","api","patent"]},{"id":"claude/ask","site":"claude","command":"ask","description":"Send a prompt to Claude and return the assistant response","terms":["claude","claude","ask","ask","send","prompt","claude","return","assistant","response","ai"]},{"id":"claude/click-text","site":"claude","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Claude","terms":["claude","claude","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","claude","ai"]},{"id":"claude/detail","site":"claude","command":"detail","description":"Open a Claude conversation by ID and read its messages","terms":["claude","claude","detail","detail","open","claude","conversation","id","read","its","messages","ai"]},{"id":"claude/dump","site":"claude","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Claude","terms":["claude","claude","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","claude","ai"]},{"id":"claude/history","site":"claude","command":"history","description":"List conversation history from Claude /recents","terms":["claude","claude","history","history","list","conversation","history","from","claude","recents","ai"]},{"id":"claude/new","site":"claude","command":"new","description":"Start a new conversation in Claude","terms":["claude","claude","new","new","start","new","conversation","claude","ai"]},{"id":"claude/open-app","site":"claude","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Claude","terms":["claude","claude","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","claude","ai"]},{"id":"claude/press","site":"claude","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Claude","terms":["claude","claude","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","claude","ai"]},{"id":"claude/read","site":"claude","command":"read","description":"Read the current Claude conversation","terms":["claude","claude","read","read","read","current","claude","conversation","ai"]},{"id":"claude/send","site":"claude","command":"send","description":"Send a prompt to Claude without waiting for a response","terms":["claude","claude","send","send","send","prompt","claude","without","waiting","response","ai"]},{"id":"claude/snapshot-app","site":"claude","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Claude","terms":["claude","claude","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","claude","ai"]},{"id":"claude/status","site":"claude","command":"status","description":"Check Claude page availability and login state","terms":["claude","claude","status","status","check","claude","page","availability","login","state","ai"]},{"id":"claude/status-app","site":"claude","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Claude","terms":["claude","claude","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","claude","ai"]},{"id":"claude/type-text","site":"claude","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Claude","terms":["claude","claude","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","claude","ai"]},{"id":"claude-code/version","site":"claude-code","command":"version","description":"Check Claude Code CLI version and status","terms":["claude-code","claude","code","version","version","check","claude","code","cli","version","status","dev"]},{"id":"cloudcompare/compare","site":"cloudcompare","command":"compare","description":"Compute cloud-to-cloud distance between two point clouds","terms":["cloudcompare","cloudcompare","compare","compare","compute","cloud","cloud","distance","between","two","point","clouds","desktop"]},{"id":"cloudcompare/convert","site":"cloudcompare","command":"convert","description":"Convert point cloud file between formats (PLY, LAS, E57, PCD, XYZ)","terms":["cloudcompare","cloudcompare","convert","convert","convert","point","cloud","file","between","formats","ply","las","e57","pcd","xyz","desktop"]},{"id":"cloudcompare/info","site":"cloudcompare","command":"info","description":"Get point cloud statistics (point count, bounding box)","terms":["cloudcompare","cloudcompare","info","info","get","point","cloud","statistics","point","count","bounding","box","desktop"]},{"id":"cloudcompare/subsample","site":"cloudcompare","command":"subsample","description":"Subsample (reduce) a point cloud by minimum distance or random","terms":["cloudcompare","cloudcompare","subsample","subsample","subsample","reduce","point","cloud","minimum","distance","random","desktop"]},{"id":"cnipa/get","site":"cnipa","command":"get","description":"Retrieve a single CNIPA patent document by publication number","terms":["cnipa","cnipa","get","get","retrieve","single","cnipa","patent","document","publication","number","patent"]},{"id":"cnipa/legal-status","site":"cnipa","command":"legal-status","description":"CNIPA legal-status / prosecution timeline lookup (browser)","terms":["cnipa","cnipa","legal-status","legal","status","cnipa","legal","status","prosecution","timeline","lookup","browser","patent"]},{"id":"cnipa/search","site":"cnipa","command":"search","description":"Search CNIPA via the public 公众查询 browser interface (no API)","terms":["cnipa","cnipa","search","search","search","cnipa","via","public","公众查询","browser","interface","api","patent"]},{"id":"cnki/search","site":"cnki","command":"search","description":"Search CNKI academic papers","terms":["cnki","cnki","search","search","search","cnki","academic","papers","scholarly"]},{"id":"cnn/technology","site":"cnn","command":"technology","description":"CNN technology news","terms":["cnn","cnn","technology","technology","cnn","technology","news","news"]},{"id":"cnn/top","site":"cnn","command":"top","description":"CNN top stories via RSS","terms":["cnn","cnn","top","top","cnn","top","stories","via","rss","news"]},{"id":"cocoapods/info","site":"cocoapods","command":"info","description":"Get CocoaPods pod details","terms":["cocoapods","cocoapods","info","info","get","cocoapods","pod","details","dev"]},{"id":"cocoapods/search","site":"cocoapods","command":"search","description":"Search CocoaPods iOS/macOS libraries","terms":["cocoapods","cocoapods","search","search","search","cocoapods","ios","macos","libraries","dev"]},{"id":"codex/ask","site":"codex","command":"ask","description":"Send a prompt and wait for response in desktop AI chat app Codex","terms":["codex","codex","ask","ask","send","prompt","wait","response","desktop","ai","chat","app","codex","dev"]},{"id":"codex/click-text","site":"codex","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Codex","terms":["codex","codex","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","codex","dev"]},{"id":"codex/dump","site":"codex","command":"dump","description":"Dump visible text from desktop AI chat app Codex","terms":["codex","codex","dump","dump","dump","visible","text","from","desktop","ai","chat","app","codex","dev"]},{"id":"codex/export","site":"codex","command":"export","description":"Export the current Codex desktop thread as Markdown text","terms":["codex","codex","export","export","export","current","codex","desktop","thread","markdown","text","dev"]},{"id":"codex/extract-diff","site":"codex","command":"extract-diff","description":"Extract diff patches from the last Codex response","terms":["codex","codex","extract-diff","extract","diff","extract","diff","patches","from","last","codex","response","dev"]},{"id":"codex/history","site":"codex","command":"history","description":"List Codex desktop conversation threads","terms":["codex","codex","history","history","list","codex","desktop","conversation","threads","dev"]},{"id":"codex/model","site":"codex","command":"model","description":"Switch or inspect the model in desktop AI chat app Codex","terms":["codex","codex","model","model","switch","inspect","model","desktop","ai","chat","app","codex","dev"]},{"id":"codex/new","site":"codex","command":"new","description":"Start a new desktop AI chat Codex","terms":["codex","codex","new","new","start","new","desktop","ai","chat","codex","dev"]},{"id":"codex/open-app","site":"codex","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Codex","terms":["codex","codex","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","codex","dev"]},{"id":"codex/press","site":"codex","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Codex","terms":["codex","codex","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","codex","dev"]},{"id":"codex/projects","site":"codex","command":"projects","description":"List Codex projects and visible conversations from the sidebar","terms":["codex","codex","projects","projects","list","codex","projects","visible","conversations","from","sidebar","dev"]},{"id":"codex/read","site":"codex","command":"read","description":"Read the latest response from desktop AI chat app Codex","terms":["codex","codex","read","read","read","latest","response","from","desktop","ai","chat","app","codex","dev"]},{"id":"codex/screenshot","site":"codex","command":"screenshot","description":"Capture a screenshot from desktop AI chat app Codex","terms":["codex","codex","screenshot","screenshot","capture","screenshot","from","desktop","ai","chat","app","codex","dev"]},{"id":"codex/send","site":"codex","command":"send","description":"Send text without waiting in desktop AI chat app Codex","terms":["codex","codex","send","send","send","text","without","waiting","desktop","ai","chat","app","codex","dev"]},{"id":"codex/snapshot-app","site":"codex","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Codex","terms":["codex","codex","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","codex","dev"]},{"id":"codex/status","site":"codex","command":"status","description":"Inspect desktop AI chat app status Codex","terms":["codex","codex","status","status","inspect","desktop","ai","chat","app","status","codex","dev"]},{"id":"codex/status-app","site":"codex","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Codex","terms":["codex","codex","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","codex","dev"]},{"id":"codex/type-text","site":"codex","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Codex","terms":["codex","codex","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","codex","dev"]},{"id":"codex-cli/version","site":"codex-cli","command":"version","description":"Check OpenAI Codex CLI version","terms":["codex-cli","codex","cli","version","version","check","openai","codex","cli","version","dev"]},{"id":"coinbase/prices","site":"coinbase","command":"prices","description":"Get cryptocurrency spot prices from Coinbase","terms":["coinbase","coinbase","prices","prices","get","cryptocurrency","spot","prices","from","coinbase","finance"]},{"id":"coinbase/rates","site":"coinbase","command":"rates","description":"Get cryptocurrency exchange rates from Coinbase","terms":["coinbase","coinbase","rates","rates","get","cryptocurrency","exchange","rates","from","coinbase","finance"]},{"id":"coingecko/categories","site":"coingecko","command":"categories","description":"Crypto categories ranked by aggregated market cap","terms":["coingecko","coingecko","categories","categories","crypto","categories","ranked","aggregated","market","cap","finance"]},{"id":"coingecko/coin","site":"coingecko","command":"coin","description":"Fetch a single cryptocurrency's market data by CoinGecko id","terms":["coingecko","coingecko","coin","coin","fetch","single","cryptocurrency","market","data","coingecko","id","finance"]},{"id":"coingecko/derivatives","site":"coingecko","command":"derivatives","description":"Top crypto derivative markets by 24h volume","terms":["coingecko","coingecko","derivatives","derivatives","top","crypto","derivative","markets","24h","volume","finance"]},{"id":"coingecko/exchanges","site":"coingecko","command":"exchanges","description":"Top crypto exchanges by 24h BTC trading volume","terms":["coingecko","coingecko","exchanges","exchanges","top","crypto","exchanges","24h","btc","trading","volume","finance"]},{"id":"coingecko/global","site":"coingecko","command":"global","description":"Aggregate crypto market stats","terms":["coingecko","coingecko","global","global","aggregate","crypto","market","stats","finance"]},{"id":"coingecko/top","site":"coingecko","command":"top","description":"Top coins by market cap","terms":["coingecko","coingecko","top","top","top","coins","market","cap","finance"]},{"id":"coingecko/trending","site":"coingecko","command":"trending","description":"Top trending cryptocurrencies on CoinGecko","terms":["coingecko","coingecko","trending","trending","top","trending","cryptocurrencies","coingecko","finance"]},{"id":"comfyui/generate","site":"comfyui","command":"generate","description":"Queue a ComfyUI workflow prompt for generation","terms":["comfyui","comfyui","generate","generate","queue","comfyui","workflow","prompt","generation","desktop"]},{"id":"comfyui/history","site":"comfyui","command":"history","description":"Get ComfyUI execution history (returns raw JSON object keyed by prompt ID)","terms":["comfyui","comfyui","history","history","get","comfyui","execution","history","returns","raw","json","object","keyed","prompt","id","desktop"]},{"id":"comfyui/nodes","site":"comfyui","command":"nodes","description":"List available ComfyUI node types (returns raw JSON object keyed by node name)","terms":["comfyui","comfyui","nodes","nodes","list","available","comfyui","node","types","returns","raw","json","object","keyed","node","name","desktop"]},{"id":"comfyui/status","site":"comfyui","command":"status","description":"Get ComfyUI system stats (device, memory, Python version, torch version)","terms":["comfyui","comfyui","status","status","get","comfyui","system","stats","device","memory","python","version","torch","version","desktop"]},{"id":"coupang/add-to-cart","site":"coupang","command":"add-to-cart","description":"Add a Coupang product to cart","terms":["coupang","coupang","add-to-cart","add","to","cart","add","coupang","product","cart","shopping"]},{"id":"coupang/hot","site":"coupang","command":"hot","description":"Coupang trending/popular products","terms":["coupang","coupang","hot","hot","coupang","trending","popular","products","shopping"]},{"id":"coupang/product","site":"coupang","command":"product","description":"Read full product detail for a Coupang product","terms":["coupang","coupang","product","product","read","full","product","detail","coupang","product","shopping"]},{"id":"coupang/search","site":"coupang","command":"search","description":"Search Coupang products","terms":["coupang","coupang","search","search","search","coupang","products","shopping"]},{"id":"crates/crate","site":"crates","command":"crate","description":"Single crates.io crate metadata","terms":["crates","crates","crate","crate","single","crates","io","crate","metadata","dev"]},{"id":"crates/search","site":"crates","command":"search","description":"Search the public crates.io registry by keyword","terms":["crates","crates","search","search","search","public","crates","io","registry","keyword","dev"]},{"id":"crates-io/info","site":"crates-io","command":"info","description":"Get Rust crate details from crates.io","terms":["crates-io","crates","io","info","info","get","rust","crate","details","from","crates","io","dev"]},{"id":"crates-io/search","site":"crates-io","command":"search","description":"Search Rust crates on crates.io","terms":["crates-io","crates","io","search","search","search","rust","crates","crates","io","dev"]},{"id":"crates-io/versions","site":"crates-io","command":"versions","description":"List versions of a Rust crate","terms":["crates-io","crates","io","versions","versions","list","versions","rust","crate","dev"]},{"id":"crossref/search","site":"crossref","command":"search","description":"Search Crossref Works by title, author, DOI, or bibliographic text","terms":["crossref","crossref","search","search","search","crossref","works","title","author","doi","bibliographic","text","scholarly"]},{"id":"crossref/work","site":"crossref","command":"work","description":"Fetch one Crossref Work by DOI","terms":["crossref","crossref","work","work","fetch","one","crossref","work","doi","scholarly"]},{"id":"ctrip/flight","site":"ctrip","command":"flight","description":"Search Ctrip one-way flights by IATA route and date","terms":["ctrip","ctrip","flight","flight","search","ctrip","one","way","flights","iata","route","date"]},{"id":"ctrip/hotel-search","site":"ctrip","command":"hotel-search","description":"Search Ctrip hotel list by city and stay dates","terms":["ctrip","ctrip","hotel-search","hotel","search","search","ctrip","hotel","list","city","stay","dates"]},{"id":"ctrip/hotel-suggest","site":"ctrip","command":"hotel-suggest","description":"Search Ctrip hotel context suggestions","terms":["ctrip","ctrip","hotel-suggest","hotel","suggest","search","ctrip","hotel","context","suggestions"]},{"id":"ctrip/search","site":"ctrip","command":"search","description":"Search Ctrip destinations, landmarks, scenic spots, and stations","terms":["ctrip","ctrip","search","search","search","ctrip","destinations","landmarks","scenic","spots","stations"]},{"id":"cua/bench-list","site":"cua","command":"bench-list","description":"List trycua/cua computer-use benchmarks","terms":["cua","cua","bench-list","bench","list","list","trycua","cua","computer","use","benchmarks"]},{"id":"cua/bench-run","site":"cua","command":"bench-run","description":"Run a trycua/cua computer-use benchmark","terms":["cua","cua","bench-run","bench","run","run","trycua","cua","computer","use","benchmark"]},{"id":"cursor/ask","site":"cursor","command":"ask","description":"Send a prompt and wait for response in desktop AI chat app Cursor","terms":["cursor","cursor","ask","ask","send","prompt","wait","response","desktop","ai","chat","app","cursor","dev"]},{"id":"cursor/click-text","site":"cursor","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Cursor","terms":["cursor","cursor","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","cursor","dev"]},{"id":"cursor/composer","site":"cursor","command":"composer","description":"Open Cursor Composer mode with a prompt","terms":["cursor","cursor","composer","composer","open","cursor","composer","mode","with","prompt","dev"]},{"id":"cursor/dump","site":"cursor","command":"dump","description":"Dump visible text from desktop AI chat app Cursor","terms":["cursor","cursor","dump","dump","dump","visible","text","from","desktop","ai","chat","app","cursor","dev"]},{"id":"cursor/export","site":"cursor","command":"export","description":"Export the current Cursor conversation to a Markdown file","terms":["cursor","cursor","export","export","export","current","cursor","conversation","markdown","file","dev"]},{"id":"cursor/extract-code","site":"cursor","command":"extract-code","description":"Extract code blocks from the last Cursor response","terms":["cursor","cursor","extract-code","extract","code","extract","code","blocks","from","last","cursor","response","dev"]},{"id":"cursor/history","site":"cursor","command":"history","description":"List recent chat sessions from the Cursor sidebar","terms":["cursor","cursor","history","history","list","recent","chat","sessions","from","cursor","sidebar","dev"]},{"id":"cursor/model","site":"cursor","command":"model","description":"Switch or inspect the model in desktop AI chat app Cursor","terms":["cursor","cursor","model","model","switch","inspect","model","desktop","ai","chat","app","cursor","dev"]},{"id":"cursor/new","site":"cursor","command":"new","description":"Start a new desktop AI chat Cursor","terms":["cursor","cursor","new","new","start","new","desktop","ai","chat","cursor","dev"]},{"id":"cursor/open-app","site":"cursor","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Cursor","terms":["cursor","cursor","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","cursor","dev"]},{"id":"cursor/press","site":"cursor","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Cursor","terms":["cursor","cursor","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","cursor","dev"]},{"id":"cursor/read","site":"cursor","command":"read","description":"Read the latest response from desktop AI chat app Cursor","terms":["cursor","cursor","read","read","read","latest","response","from","desktop","ai","chat","app","cursor","dev"]},{"id":"cursor/screenshot","site":"cursor","command":"screenshot","description":"Capture a screenshot from desktop AI chat app Cursor","terms":["cursor","cursor","screenshot","screenshot","capture","screenshot","from","desktop","ai","chat","app","cursor","dev"]},{"id":"cursor/send","site":"cursor","command":"send","description":"Send text without waiting in desktop AI chat app Cursor","terms":["cursor","cursor","send","send","send","text","without","waiting","desktop","ai","chat","app","cursor","dev"]},{"id":"cursor/snapshot-app","site":"cursor","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Cursor","terms":["cursor","cursor","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","cursor","dev"]},{"id":"cursor/status","site":"cursor","command":"status","description":"Inspect desktop AI chat app status Cursor","terms":["cursor","cursor","status","status","inspect","desktop","ai","chat","app","status","cursor","dev"]},{"id":"cursor/status-app","site":"cursor","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Cursor","terms":["cursor","cursor","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","cursor","dev"]},{"id":"cursor/type-text","site":"cursor","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Cursor","terms":["cursor","cursor","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","cursor","dev"]},{"id":"cvf/search","site":"cvf","command":"search","description":"Search CVF OpenAccess proceedings (CVPR/ICCV/ECCV/WACV)","terms":["cvf","cvf","search","search","search","cvf","openaccess","proceedings","cvpr","iccv","eccv","wacv","scholarly"]},{"id":"danbooru/artists","site":"danbooru","command":"artists","description":"Search Danbooru artist records","terms":["danbooru","danbooru","artists","artists","search","danbooru","artist","records","content"]},{"id":"danbooru/comments","site":"danbooru","command":"comments","description":"List Danbooru comments for a post","terms":["danbooru","danbooru","comments","comments","list","danbooru","comments","post","content"]},{"id":"danbooru/detail","site":"danbooru","command":"detail","description":"Get Danbooru post details by ID","terms":["danbooru","danbooru","detail","detail","get","danbooru","post","details","id","content"]},{"id":"danbooru/download","site":"danbooru","command":"download","description":"Download original media for a Danbooru post","terms":["danbooru","danbooru","download","download","download","original","media","danbooru","post","content"]},{"id":"danbooru/pools","site":"danbooru","command":"pools","description":"Search Danbooru pools","terms":["danbooru","danbooru","pools","pools","search","danbooru","pools","content"]},{"id":"danbooru/search","site":"danbooru","command":"search","description":"Search Danbooru posts by tag query","terms":["danbooru","danbooru","search","search","search","danbooru","posts","tag","query","content"]},{"id":"danbooru/tags","site":"danbooru","command":"tags","description":"Search Danbooru tags","terms":["danbooru","danbooru","tags","tags","search","danbooru","tags","content"]},{"id":"danbooru/wiki","site":"danbooru","command":"wiki","description":"Search Danbooru wiki pages","terms":["danbooru","danbooru","wiki","wiki","search","danbooru","wiki","pages","content"]},{"id":"dangdang/hot","site":"dangdang","command":"hot","description":"Dangdang bestseller book list","terms":["dangdang","dangdang","hot","hot","dangdang","bestseller","book","list","shopping"]},{"id":"dangdang/search","site":"dangdang","command":"search","description":"Search books on Dangdang","terms":["dangdang","dangdang","search","search","search","books","dangdang","shopping"]},{"id":"dblp/author","site":"dblp","command":"author","description":"List dblp publications by author name or PID","terms":["dblp","dblp","author","author","list","dblp","publications","author","name","pid","scholarly"]},{"id":"dblp/paper","site":"dblp","command":"paper","description":"Fetch a dblp record by canonical key","terms":["dblp","dblp","paper","paper","fetch","dblp","record","canonical","key","scholarly"]},{"id":"dblp/search","site":"dblp","command":"search","description":"Search dblp computer-science bibliography","terms":["dblp","dblp","search","search","search","dblp","computer","science","bibliography","scholarly"]},{"id":"dblp/venue","site":"dblp","command":"venue","description":"Search dblp venue registry by name or acronym","terms":["dblp","dblp","venue","venue","search","dblp","venue","registry","name","acronym","scholarly"]},{"id":"deepseek/ask","site":"deepseek","command":"ask","description":"Send a prompt to DeepSeek web chat and wait for a response","terms":["deepseek","deepseek","ask","ask","send","prompt","deepseek","web","chat","wait","response","ai"]},{"id":"deepseek/chat","site":"deepseek","command":"chat","description":"Chat with DeepSeek AI (OpenAI-compatible API)","terms":["deepseek","deepseek","chat","chat","chat","with","deepseek","ai","openai","compatible","api","ai"]},{"id":"deepseek/detail","site":"deepseek","command":"detail","description":"Read a specific DeepSeek conversation by ID","terms":["deepseek","deepseek","detail","detail","read","specific","deepseek","conversation","id","ai"]},{"id":"deepseek/history","site":"deepseek","command":"history","description":"List DeepSeek conversation history from the sidebar","terms":["deepseek","deepseek","history","history","list","deepseek","conversation","history","from","sidebar","ai"]},{"id":"deepseek/models","site":"deepseek","command":"models","description":"List available DeepSeek models","terms":["deepseek","deepseek","models","models","list","available","deepseek","models","ai"]},{"id":"deepseek/new","site":"deepseek","command":"new","description":"Start a new DeepSeek web conversation","terms":["deepseek","deepseek","new","new","start","new","deepseek","web","conversation","ai"]},{"id":"deepseek/read","site":"deepseek","command":"read","description":"Read the visible DeepSeek web conversation","terms":["deepseek","deepseek","read","read","read","visible","deepseek","web","conversation","ai"]},{"id":"deepseek/send","site":"deepseek","command":"send","description":"Send a prompt to a specific DeepSeek conversation without waiting for a response","terms":["deepseek","deepseek","send","send","send","prompt","specific","deepseek","conversation","without","waiting","response","ai"]},{"id":"deepseek/status","site":"deepseek","command":"status","description":"Check DeepSeek web page availability and login state","terms":["deepseek","deepseek","status","status","check","deepseek","web","page","availability","login","state","ai"]},{"id":"defillama/protocol","site":"defillama","command":"protocol","description":"Fetch DefiLlama protocol detail by slug","terms":["defillama","defillama","protocol","protocol","fetch","defillama","protocol","detail","slug","finance"]},{"id":"defillama/protocols","site":"defillama","command":"protocols","description":"Top DeFi protocols by current TVL","terms":["defillama","defillama","protocols","protocols","top","defi","protocols","current","tvl","finance"]},{"id":"devto/latest","site":"devto","command":"latest","description":"Latest Dev.to articles","terms":["devto","devto","latest","latest","latest","dev","articles","dev"]},{"id":"devto/read","site":"devto","command":"read","description":"Read a DEV.to article body by id","terms":["devto","devto","read","read","read","dev","article","body","id","dev"]},{"id":"devto/search","site":"devto","command":"search","description":"Search Dev.to articles","terms":["devto","devto","search","search","search","dev","articles","dev"]},{"id":"devto/tag","site":"devto","command":"tag","description":"Latest DEV.to articles for a specific tag","terms":["devto","devto","tag","tag","latest","dev","articles","specific","tag","dev"]},{"id":"devto/top","site":"devto","command":"top","description":"Top DEV.to articles of the day","terms":["devto","devto","top","top","top","dev","articles","day","dev"]},{"id":"devto/user","site":"devto","command":"user","description":"Recent DEV.to articles from a specific user","terms":["devto","devto","user","user","recent","dev","articles","from","specific","user","dev"]},{"id":"dianping/hot","site":"dianping","command":"hot","description":"Dianping trending restaurants","terms":["dianping","dianping","hot","hot","dianping","trending","restaurants","shopping"]},{"id":"dianping/search","site":"dianping","command":"search","description":"Search restaurants on Dianping","terms":["dianping","dianping","search","search","search","restaurants","dianping","shopping"]},{"id":"dianping/shop","site":"dianping","command":"shop","description":"Read Dianping shop details by shop ID or shop URL","terms":["dianping","dianping","shop","shop","read","dianping","shop","details","shop","id","shop","url","shopping"]},{"id":"dictionary/examples","site":"dictionary","command":"examples","description":"Get example sentences for a word","terms":["dictionary","dictionary","examples","examples","get","example","sentences","word","reference"]},{"id":"dictionary/search","site":"dictionary","command":"search","description":"Look up word definitions, phonetics, and parts of speech","terms":["dictionary","dictionary","search","search","look","word","definitions","phonetics","parts","speech","reference"]},{"id":"dictionary/synonyms","site":"dictionary","command":"synonyms","description":"Find synonyms for a word","terms":["dictionary","dictionary","synonyms","synonyms","find","synonyms","word","reference"]},{"id":"dingtalk/click-text","site":"dingtalk","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 DingTalk","terms":["dingtalk","dingtalk","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","dingtalk","social"]},{"id":"dingtalk/dump","site":"dingtalk","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 DingTalk","terms":["dingtalk","dingtalk","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","dingtalk","social"]},{"id":"dingtalk/open-app","site":"dingtalk","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 DingTalk","terms":["dingtalk","dingtalk","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","dingtalk","social"]},{"id":"dingtalk/press","site":"dingtalk","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 DingTalk","terms":["dingtalk","dingtalk","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","dingtalk","social"]},{"id":"dingtalk/snapshot-app","site":"dingtalk","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 DingTalk","terms":["dingtalk","dingtalk","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","dingtalk","social"]},{"id":"dingtalk/status-app","site":"dingtalk","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 DingTalk","terms":["dingtalk","dingtalk","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","dingtalk","social"]},{"id":"dingtalk/type-text","site":"dingtalk","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 DingTalk","terms":["dingtalk","dingtalk","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","dingtalk","social"]},{"id":"dingtalk/version","site":"dingtalk","command":"version","description":"Check DingTalk CLI version","terms":["dingtalk","dingtalk","version","version","check","dingtalk","cli","version","social"]},{"id":"discord-app/channels","site":"discord-app","command":"channels","description":"List channels in current server","terms":["discord-app","discord","app","channels","channels","list","channels","current","server","social"]},{"id":"discord-app/click-text","site":"discord-app","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Discord","terms":["discord-app","discord","app","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","discord","social"]},{"id":"discord-app/delete","site":"discord-app","command":"delete","description":"Delete a message by its ID in the active Discord channel","terms":["discord-app","discord","app","delete","delete","delete","message","its","id","active","discord","channel","social"]},{"id":"discord-app/dump","site":"discord-app","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Discord","terms":["discord-app","discord","app","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","discord","social"]},{"id":"discord-app/members","site":"discord-app","command":"members","description":"List server members","terms":["discord-app","discord","app","members","members","list","server","members","social"]},{"id":"discord-app/open-app","site":"discord-app","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Discord","terms":["discord-app","discord","app","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","discord","social"]},{"id":"discord-app/press","site":"discord-app","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Discord","terms":["discord-app","discord","app","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","discord","social"]},{"id":"discord-app/read","site":"discord-app","command":"read","description":"Read recent messages","terms":["discord-app","discord","app","read","read","read","recent","messages","social"]},{"id":"discord-app/search","site":"discord-app","command":"search","description":"Search Discord messages","terms":["discord-app","discord","app","search","search","search","discord","messages","social"]},{"id":"discord-app/send","site":"discord-app","command":"send","description":"Send message in current channel","terms":["discord-app","discord","app","send","send","send","message","current","channel","social"]},{"id":"discord-app/servers","site":"discord-app","command":"servers","description":"List Discord servers","terms":["discord-app","discord","app","servers","servers","list","discord","servers","social"]},{"id":"discord-app/snapshot-app","site":"discord-app","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Discord","terms":["discord-app","discord","app","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","discord","social"]},{"id":"discord-app/status","site":"discord-app","command":"status","description":"Discord app status","terms":["discord-app","discord","app","status","status","discord","app","status","social"]},{"id":"discord-app/status-app","site":"discord-app","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Discord","terms":["discord-app","discord","app","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","discord","social"]},{"id":"discord-app/type-text","site":"discord-app","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Discord","terms":["discord-app","discord","app","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","discord","social"]},{"id":"dlsite/cg","site":"dlsite","command":"cg","description":"Search DLsite CG and illustration works","terms":["dlsite","dlsite","cg","cg","search","dlsite","cg","illustration","works","content"]},{"id":"dlsite/creator","site":"dlsite","command":"creator","description":"Search DLsite works by creator, author, illustrator, or voice actor name","terms":["dlsite","dlsite","creator","creator","search","dlsite","works","creator","author","illustrator","voice","actor","name","content"]},{"id":"dlsite/game","site":"dlsite","command":"game","description":"Search DLsite game and ADV works","terms":["dlsite","dlsite","game","game","search","dlsite","game","adv","works","content"]},{"id":"dlsite/genre","site":"dlsite","command":"genre","description":"Search DLsite works by DLsite genre tag id","terms":["dlsite","dlsite","genre","genre","search","dlsite","works","dlsite","genre","tag","id","content"]},{"id":"dlsite/maker","site":"dlsite","command":"maker","description":"Search DLsite works from a circle or maker id such as RG01012594 or VG02994","terms":["dlsite","dlsite","maker","maker","search","dlsite","works","from","circle","maker","id","such","rg01012594","vg02994","content"]},{"id":"dlsite/manga","site":"dlsite","command":"manga","description":"Search DLsite manga works","terms":["dlsite","dlsite","manga","manga","search","dlsite","manga","works","content"]},{"id":"dlsite/search","site":"dlsite","command":"search","description":"Search DLsite doujin works by keyword, type, and sort order","terms":["dlsite","dlsite","search","search","search","dlsite","doujin","works","keyword","type","sort","order","content"]},{"id":"dlsite/work","site":"dlsite","command":"work","description":"Get DLsite public work detail by product id","terms":["dlsite","dlsite","work","work","get","dlsite","public","work","detail","product","id","content"]},{"id":"docker/build","site":"docker","command":"build","description":"Build a Docker image from a Dockerfile","terms":["docker","docker","build","build","build","docker","image","from","dockerfile","desktop"]},{"id":"docker/images","site":"docker","command":"images","description":"List local Docker images","terms":["docker","docker","images","images","list","local","docker","images","desktop"]},{"id":"docker/logs","site":"docker","command":"logs","description":"Fetch logs from a Docker container","terms":["docker","docker","logs","logs","fetch","logs","from","docker","container","desktop"]},{"id":"docker/networks","site":"docker","command":"networks","description":"List Docker networks","terms":["docker","docker","networks","networks","list","docker","networks","desktop"]},{"id":"docker/ps","site":"docker","command":"ps","description":"List running Docker containers","terms":["docker","docker","ps","ps","list","running","docker","containers","desktop"]},{"id":"docker/run","site":"docker","command":"run","description":"Run a command in a Docker container","terms":["docker","docker","run","run","run","command","docker","container","desktop"]},{"id":"docker/volumes","site":"docker","command":"volumes","description":"List Docker volumes","terms":["docker","docker","volumes","volumes","list","docker","volumes","desktop"]},{"id":"docker-hub/info","site":"docker-hub","command":"info","description":"Get Docker Hub image details","terms":["docker-hub","docker","hub","info","info","get","docker","hub","image","details","dev"]},{"id":"docker-hub/search","site":"docker-hub","command":"search","description":"Search Docker Hub images","terms":["docker-hub","docker","hub","search","search","search","docker","hub","images","dev"]},{"id":"docker-hub/tags","site":"docker-hub","command":"tags","description":"List Docker Hub image tags","terms":["docker-hub","docker","hub","tags","tags","list","docker","hub","image","tags","dev"]},{"id":"dockerhub/image","site":"dockerhub","command":"image","description":"Fetch a Docker Hub repository's public metadata","terms":["dockerhub","dockerhub","image","image","fetch","docker","hub","repository","public","metadata","dev"]},{"id":"dockerhub/search","site":"dockerhub","command":"search","description":"Search Docker Hub repositories by keyword","terms":["dockerhub","dockerhub","search","search","search","docker","hub","repositories","keyword","dev"]},{"id":"doctl/droplets","site":"doctl","command":"droplets","description":"List DigitalOcean droplets","terms":["doctl","doctl","droplets","droplets","list","digitalocean","droplets"]},{"id":"douban/book-hot","site":"douban","command":"book-hot","description":"Douban hot books","terms":["douban","douban","book-hot","book","hot","douban","hot","books","social"]},{"id":"douban/download","site":"douban","command":"download","description":"List Douban movie photo download URLs","terms":["douban","douban","download","download","list","douban","movie","photo","download","urls","social"]},{"id":"douban/group-hot","site":"douban","command":"group-hot","description":"Douban group hot topics","terms":["douban","douban","group-hot","group","hot","douban","group","hot","topics","social"]},{"id":"douban/marks","site":"douban","command":"marks","description":"Douban movie marks/ratings for a user","terms":["douban","douban","marks","marks","douban","movie","marks","ratings","user","social"]},{"id":"douban/movie-hot","site":"douban","command":"movie-hot","description":"Douban hot movies","terms":["douban","douban","movie-hot","movie","hot","douban","hot","movies","social"]},{"id":"douban/new-movies","site":"douban","command":"new-movies","description":"Douban new movies in theaters","terms":["douban","douban","new-movies","new","movies","douban","new","movies","theaters","social"]},{"id":"douban/photos","site":"douban","command":"photos","description":"Get Douban movie posters and stills","terms":["douban","douban","photos","photos","get","douban","movie","posters","stills","social"]},{"id":"douban/reviews","site":"douban","command":"reviews","description":"Douban user movie reviews","terms":["douban","douban","reviews","reviews","douban","user","movie","reviews","social"]},{"id":"douban/search","site":"douban","command":"search","description":"Search Douban movies and books","terms":["douban","douban","search","search","search","douban","movies","books","social"]},{"id":"douban/subject","site":"douban","command":"subject","description":"Get Douban movie/book details by subject ID","terms":["douban","douban","subject","subject","get","douban","movie","book","details","subject","id","social"]},{"id":"douban/top250","site":"douban","command":"top250","description":"Douban movie Top 250","terms":["douban","douban","top250","top250","douban","movie","top","250","social"]},{"id":"douban/tv-hot","site":"douban","command":"tv-hot","description":"Douban popular TV shows","terms":["douban","douban","tv-hot","tv","hot","douban","popular","tv","shows","social"]},{"id":"doubao/ask","site":"doubao","command":"ask","description":"Ask Doubao AI a question","terms":["doubao","doubao","ask","ask","ask","doubao","ai","question","ai"]},{"id":"doubao/detail","site":"doubao","command":"detail","description":"Read a Doubao conversation by id or URL","terms":["doubao","doubao","detail","detail","read","doubao","conversation","id","url","ai"]},{"id":"doubao/history","site":"doubao","command":"history","description":"List Doubao web conversation history","terms":["doubao","doubao","history","history","list","doubao","web","conversation","history","ai"]},{"id":"doubao/meeting-summary","site":"doubao","command":"meeting-summary","description":"Extract the visible summary for a Doubao meeting record","terms":["doubao","doubao","meeting-summary","meeting","summary","extract","visible","summary","doubao","meeting","record","ai"]},{"id":"doubao/meeting-transcript","site":"doubao","command":"meeting-transcript","description":"Extract visible transcript text for a Doubao meeting record","terms":["doubao","doubao","meeting-transcript","meeting","transcript","extract","visible","transcript","text","doubao","meeting","record","ai"]},{"id":"doubao/new","site":"doubao","command":"new","description":"Start a new Doubao chat conversation","terms":["doubao","doubao","new","new","start","new","doubao","chat","conversation","ai"]},{"id":"doubao/read","site":"doubao","command":"read","description":"Read visible Doubao web conversation messages","terms":["doubao","doubao","read","read","read","visible","doubao","web","conversation","messages","ai"]},{"id":"doubao/send","site":"doubao","command":"send","description":"Send text to the current Doubao web chat","terms":["doubao","doubao","send","send","send","text","current","doubao","web","chat","ai"]},{"id":"doubao/status","site":"doubao","command":"status","description":"Check Doubao login status","terms":["doubao","doubao","status","status","check","doubao","login","status","ai"]},{"id":"doubao-app/ask","site":"doubao-app","command":"ask","description":"Send a prompt and wait for response in desktop AI chat app Doubao","terms":["doubao-app","doubao","app","ask","ask","send","prompt","wait","response","desktop","ai","chat","app","doubao","ai"]},{"id":"doubao-app/click-text","site":"doubao-app","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Doubao","terms":["doubao-app","doubao","app","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","doubao","ai"]},{"id":"doubao-app/dump","site":"doubao-app","command":"dump","description":"Dump visible text from desktop AI chat app Doubao","terms":["doubao-app","doubao","app","dump","dump","dump","visible","text","from","desktop","ai","chat","app","doubao","ai"]},{"id":"doubao-app/new","site":"doubao-app","command":"new","description":"Start a new desktop AI chat Doubao","terms":["doubao-app","doubao","app","new","new","start","new","desktop","ai","chat","doubao","ai"]},{"id":"doubao-app/open-app","site":"doubao-app","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Doubao","terms":["doubao-app","doubao","app","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","doubao","ai"]},{"id":"doubao-app/press","site":"doubao-app","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Doubao","terms":["doubao-app","doubao","app","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","doubao","ai"]},{"id":"doubao-app/read","site":"doubao-app","command":"read","description":"Read the latest response from desktop AI chat app Doubao","terms":["doubao-app","doubao","app","read","read","read","latest","response","from","desktop","ai","chat","app","doubao","ai"]},{"id":"doubao-app/screenshot","site":"doubao-app","command":"screenshot","description":"Capture a screenshot from desktop AI chat app Doubao","terms":["doubao-app","doubao","app","screenshot","screenshot","capture","screenshot","from","desktop","ai","chat","app","doubao","ai"]},{"id":"doubao-app/send","site":"doubao-app","command":"send","description":"Send text without waiting in desktop AI chat app Doubao","terms":["doubao-app","doubao","app","send","send","send","text","without","waiting","desktop","ai","chat","app","doubao","ai"]},{"id":"doubao-app/snapshot-app","site":"doubao-app","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Doubao","terms":["doubao-app","doubao","app","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","doubao","ai"]},{"id":"doubao-app/status","site":"doubao-app","command":"status","description":"Inspect desktop AI chat app status Doubao","terms":["doubao-app","doubao","app","status","status","inspect","desktop","ai","chat","app","status","doubao","ai"]},{"id":"doubao-app/status-app","site":"doubao-app","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Doubao","terms":["doubao-app","doubao","app","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","doubao","ai"]},{"id":"doubao-app/type-text","site":"doubao-app","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Doubao","terms":["doubao-app","doubao","app","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","doubao","ai"]},{"id":"doubao-web/ask","site":"doubao-web","command":"ask","description":"Ask Doubao AI a question (web)","terms":["doubao-web","doubao","web","ask","ask","ask","doubao","ai","question","web","ai"]},{"id":"doubao-web/detail","site":"doubao-web","command":"detail","description":"Get Doubao conversation details","terms":["doubao-web","doubao","web","detail","detail","get","doubao","conversation","details","ai"]},{"id":"doubao-web/history","site":"doubao-web","command":"history","description":"List Doubao conversation history","terms":["doubao-web","doubao","web","history","history","list","doubao","conversation","history","ai"]},{"id":"doubao-web/meeting-summary","site":"doubao-web","command":"meeting-summary","description":"Get Doubao meeting summary (Feishu Minutes integration)","terms":["doubao-web","doubao","web","meeting-summary","meeting","summary","get","doubao","meeting","summary","feishu","minutes","integration","ai"]},{"id":"doubao-web/meeting-transcript","site":"doubao-web","command":"meeting-transcript","description":"Get Doubao meeting transcript","terms":["doubao-web","doubao","web","meeting-transcript","meeting","transcript","get","doubao","meeting","transcript","ai"]},{"id":"doubao-web/new","site":"doubao-web","command":"new","description":"Start a new Doubao chat conversation","terms":["doubao-web","doubao","web","new","new","start","new","doubao","chat","conversation","ai"]},{"id":"doubao-web/read","site":"doubao-web","command":"read","description":"Read current Doubao conversation messages","terms":["doubao-web","doubao","web","read","read","read","current","doubao","conversation","messages","ai"]},{"id":"doubao-web/send","site":"doubao-web","command":"send","description":"Send a message to current Doubao conversation","terms":["doubao-web","doubao","web","send","send","send","message","current","doubao","conversation","ai"]},{"id":"doubao-web/status","site":"doubao-web","command":"status","description":"Check Doubao login status","terms":["doubao-web","doubao","web","status","status","check","doubao","login","status","ai"]},{"id":"douyin/activities","site":"douyin","command":"activities","description":"List official Douyin activities","terms":["douyin","douyin","activities","activities","list","official","douyin","activities","video"]},{"id":"douyin/collections","site":"douyin","command":"collections","description":"List Douyin collections (playlists)","terms":["douyin","douyin","collections","collections","list","douyin","collections","playlists","video"]},{"id":"douyin/delete","site":"douyin","command":"delete","description":"Delete a Douyin video","terms":["douyin","douyin","delete","delete","delete","douyin","video","video"]},{"id":"douyin/draft","site":"douyin","command":"draft","description":"Upload a video and save as draft on Douyin","terms":["douyin","douyin","draft","draft","upload","video","save","draft","douyin","video"]},{"id":"douyin/drafts","site":"douyin","command":"drafts","description":"List Douyin draft videos","terms":["douyin","douyin","drafts","drafts","list","douyin","draft","videos","video"]},{"id":"douyin/hashtag","site":"douyin","command":"hashtag","description":"Search, suggest, or list hot Douyin hashtags","terms":["douyin","douyin","hashtag","hashtag","search","suggest","list","hot","douyin","hashtags","video"]},{"id":"douyin/location","site":"douyin","command":"location","description":"Search Douyin POI locations for video tagging","terms":["douyin","douyin","location","location","search","douyin","poi","locations","video","tagging","video"]},{"id":"douyin/profile","site":"douyin","command":"profile","description":"Get Douyin account info","terms":["douyin","douyin","profile","profile","get","douyin","account","info","video"]},{"id":"douyin/publish","site":"douyin","command":"publish","description":"Publish a scheduled video to Douyin (2h-14d window required)","terms":["douyin","douyin","publish","publish","publish","scheduled","video","douyin","2h","14d","window","required","video"]},{"id":"douyin/stats","site":"douyin","command":"stats","description":"Get Douyin video analytics (7-day metrics trend)","terms":["douyin","douyin","stats","stats","get","douyin","video","analytics","day","metrics","trend","video"]},{"id":"douyin/update","site":"douyin","command":"update","description":"Update Douyin video metadata (reschedule or change caption)","terms":["douyin","douyin","update","update","update","douyin","video","metadata","reschedule","change","caption","video"]},{"id":"douyin/user-videos","site":"douyin","command":"user-videos","description":"Get a user's video list with download URLs and top comments","terms":["douyin","douyin","user-videos","user","videos","get","user","video","list","with","download","urls","top","comments","video"]},{"id":"douyin/videos","site":"douyin","command":"videos","description":"List works from the Douyin creator center","terms":["douyin","douyin","videos","videos","list","works","from","douyin","creator","center","video"]},{"id":"douyu/hot","site":"douyu","command":"hot","description":"Douyu trending live streams","terms":["douyu","douyu","hot","hot","douyu","trending","live","streams","video"]},{"id":"douyu/search","site":"douyu","command":"search","description":"Search Douyu live streams","terms":["douyu","douyu","search","search","search","douyu","live","streams","video"]},{"id":"dpma/get","site":"dpma","command":"get","description":"Fetch a German patent record by publication number (subscription)","terms":["dpma","dpma","get","get","fetch","german","patent","record","publication","number","subscription","patent"]},{"id":"dpma/search","site":"dpma","command":"search","description":"Search German patents via DPMAconnectPlus REST (subscription)","terms":["dpma","dpma","search","search","search","german","patents","via","dpmaconnectplus","rest","subscription","patent"]},{"id":"drawio/export","site":"drawio","command":"export","description":"Export a Draw.io diagram to png, jpg, svg, pdf, or vsdx","terms":["drawio","drawio","export","export","export","draw","io","diagram","png","jpg","svg","pdf","vsdx","desktop"]},{"id":"duckduckgo/search","site":"duckduckgo","command":"search","description":"Search the public web via DuckDuckGo (no API key needed)","terms":["duckduckgo","duckduckgo","search","search","search","public","web","via","duckduckgo","api","key","needed"]},{"id":"duckduckgo/suggest","site":"duckduckgo","command":"suggest","description":"Get query autocompletion suggestions from DuckDuckGo","terms":["duckduckgo","duckduckgo","suggest","suggest","get","query","autocompletion","suggestions","from","duckduckgo"]},{"id":"eastmoney/announcement","site":"eastmoney","command":"announcement","description":"东方财富上市公司公告","terms":["eastmoney","eastmoney","announcement","announcement","东方财富上市公司公告","finance"]},{"id":"eastmoney/convertible","site":"eastmoney","command":"convertible","description":"东方财富可转债行情列表","terms":["eastmoney","eastmoney","convertible","convertible","东方财富可转债行情列表","finance"]},{"id":"eastmoney/etf","site":"eastmoney","command":"etf","description":"东方财富 ETF 列表按成交额/涨跌幅排行","terms":["eastmoney","eastmoney","etf","etf","东方财富","etf","列表按成交额","涨跌幅排行","finance"]},{"id":"eastmoney/fund","site":"eastmoney","command":"fund","description":"East Money fund search","terms":["eastmoney","eastmoney","fund","fund","east","money","fund","search","finance"]},{"id":"eastmoney/holders","site":"eastmoney","command":"holders","description":"东方财富十大流通股东(A股 F10)","terms":["eastmoney","eastmoney","holders","holders","东方财富十大流通股东","a股","f10","finance"]},{"id":"eastmoney/hot","site":"eastmoney","command":"hot","description":"Eastmoney hot stocks (A-share volume leaders)","terms":["eastmoney","eastmoney","hot","hot","eastmoney","hot","stocks","share","volume","leaders","finance"]},{"id":"eastmoney/hot-rank","site":"eastmoney","command":"hot-rank","description":"东方财富热股榜(按成交额近似排序)","terms":["eastmoney","eastmoney","hot-rank","hot","rank","东方财富热股榜","按成交额近似排序","finance"]},{"id":"eastmoney/index-board","site":"eastmoney","command":"index-board","description":"东方财富主要市场指数行情(A股 / 港股 / 美股)","terms":["eastmoney","eastmoney","index-board","index","board","东方财富主要市场指数行情","a股","港股","美股","finance"]},{"id":"eastmoney/kline","site":"eastmoney","command":"kline","description":"东方财富个股 K 线行情","terms":["eastmoney","eastmoney","kline","kline","东方财富个股","线行情","finance"]},{"id":"eastmoney/kuaixun","site":"eastmoney","command":"kuaixun","description":"东方财富财经快讯","terms":["eastmoney","eastmoney","kuaixun","kuaixun","东方财富财经快讯","finance"]},{"id":"eastmoney/longhu","site":"eastmoney","command":"longhu","description":"东方财富龙虎榜明细","terms":["eastmoney","eastmoney","longhu","longhu","东方财富龙虎榜明细","finance"]},{"id":"eastmoney/market","site":"eastmoney","command":"market","description":"East Money market indices overview","terms":["eastmoney","eastmoney","market","market","east","money","market","indices","overview","finance"]},{"id":"eastmoney/money-flow","site":"eastmoney","command":"money-flow","description":"东方财富主力资金净流入排行","terms":["eastmoney","eastmoney","money-flow","money","flow","东方财富主力资金净流入排行","finance"]},{"id":"eastmoney/northbound","site":"eastmoney","command":"northbound","description":"东方财富沪深港通北向/南向资金分时净流入","terms":["eastmoney","eastmoney","northbound","northbound","东方财富沪深港通北向","南向资金分时净流入","finance"]},{"id":"eastmoney/quote","site":"eastmoney","command":"quote","description":"东方财富个股实时行情(A股 / 港股 / 美股)","terms":["eastmoney","eastmoney","quote","quote","东方财富个股实时行情","a股","港股","美股","finance"]},{"id":"eastmoney/rank","site":"eastmoney","command":"rank","description":"东方财富市场涨跌/成交排行(沪深/北证/港/美)","terms":["eastmoney","eastmoney","rank","rank","东方财富市场涨跌","成交排行","沪深","北证","finance"]},{"id":"eastmoney/search","site":"eastmoney","command":"search","description":"Search stocks on Eastmoney","terms":["eastmoney","eastmoney","search","search","search","stocks","eastmoney","finance"]},{"id":"eastmoney/sectors","site":"eastmoney","command":"sectors","description":"东方财富板块排行(行业/概念/地域)","terms":["eastmoney","eastmoney","sectors","sectors","东方财富板块排行","行业","概念","地域","finance"]},{"id":"ehentai/artist","site":"ehentai","command":"artist","description":"Search public E-Hentai galleries by exact artist tag","terms":["ehentai","ehentai","artist","artist","search","public","hentai","galleries","exact","artist","tag","content"]},{"id":"ehentai/gallery","site":"ehentai","command":"gallery","description":"Get E-Hentai gallery metadata through the official API","terms":["ehentai","ehentai","gallery","gallery","get","hentai","gallery","metadata","through","official","api","content"]},{"id":"ehentai/pages","site":"ehentai","command":"pages","description":"List public E-Hentai gallery image page URLs and thumbnail sprites","terms":["ehentai","ehentai","pages","pages","list","public","hentai","gallery","image","page","urls","thumbnail","sprites","content"]},{"id":"ehentai/search","site":"ehentai","command":"search","description":"Search public E-Hentai galleries with category and structured tag filters","terms":["ehentai","ehentai","search","search","search","public","hentai","galleries","with","category","structured","tag","filters","content"]},{"id":"ehentai/tag","site":"ehentai","command":"tag","description":"Search public E-Hentai galleries by exact namespaced tag such as artist, group, parody, language, or character","terms":["ehentai","ehentai","tag","tag","search","public","hentai","galleries","exact","namespaced","tag","such","artist","group","parody","language","character","content"]},{"id":"ehentai/torrents","site":"ehentai","command":"torrents","description":"List E-Hentai gallery torrent metadata from the official API","terms":["ehentai","ehentai","torrents","torrents","list","hentai","gallery","torrent","metadata","from","official","api","content"]},{"id":"ele/hot","site":"ele","command":"hot","description":"Ele.me trending restaurants","terms":["ele","ele","hot","hot","ele","me","trending","restaurants","shopping"]},{"id":"ele/search","site":"ele","command":"search","description":"Search restaurants and food on Ele.me","terms":["ele","ele","search","search","search","restaurants","food","ele","me","shopping"]},{"id":"endoflife/product","site":"endoflife","command":"product","description":"Release cycles and support dates for an endoflife.date product","terms":["endoflife","endoflife","product","product","release","cycles","support","dates","endoflife","date","product"]},{"id":"epo/family","site":"epo","command":"family","description":"INPADOC simple family for an EPO publication","terms":["epo","epo","family","family","inpadoc","simple","family","epo","publication","patent"]},{"id":"epo/get","site":"epo","command":"get","description":"Fetch EPO DOCDB biblio for a single publication number","terms":["epo","epo","get","get","fetch","epo","docdb","biblio","single","publication","number","patent"]},{"id":"epo/legal-status","site":"epo","command":"legal-status","description":"INPADOC legal-status events for an EPO publication","terms":["epo","epo","legal-status","legal","status","inpadoc","legal","status","events","epo","publication","patent"]},{"id":"epo/search","site":"epo","command":"search","description":"Search EPO published patents via Open Patent Services v3.2 (CQL)","terms":["epo","epo","search","search","search","epo","published","patents","via","open","patent","services","v3","cql","patent"]},{"id":"espacenet/family","site":"espacenet","command":"family","description":"Espacenet DOCDB simple-family lookup (browser)","terms":["espacenet","espacenet","family","family","espacenet","docdb","simple","family","lookup","browser","patent"]},{"id":"espacenet/get","site":"espacenet","command":"get","description":"Retrieve a single Espacenet publication detail (browser, no key)","terms":["espacenet","espacenet","get","get","retrieve","single","espacenet","publication","detail","browser","key","patent"]},{"id":"espacenet/legal-status","site":"espacenet","command":"legal-status","description":"Espacenet INPADOC legal-status lookup (browser)","terms":["espacenet","espacenet","legal-status","legal","status","espacenet","inpadoc","legal","status","lookup","browser","patent"]},{"id":"espacenet/search","site":"espacenet","command":"search","description":"Search Espacenet (EPO public no-key front end) for worldwide patents","terms":["espacenet","espacenet","search","search","search","espacenet","epo","public","key","front","end","worldwide","patents","patent"]},{"id":"excel/insert-image","site":"excel","command":"insert-image","description":"Set a local image as the active Microsoft Excel worksheet background","terms":["excel","excel","insert-image","insert","image","set","local","image","active","microsoft","excel","worksheet","background","desktop"]},{"id":"excel/insert-link","site":"excel","command":"insert-link","description":"Insert a native HYPERLINK formula into an Excel cell","terms":["excel","excel","insert-link","insert","link","insert","native","hyperlink","formula","into","excel","cell","desktop"]},{"id":"excel/list","site":"excel","command":"list","description":"List open Microsoft Excel workbooks","terms":["excel","excel","list","list","list","open","microsoft","excel","workbooks","desktop"]},{"id":"excel/read","site":"excel","command":"read","description":"Read a cell from the active Microsoft Excel workbook","terms":["excel","excel","read","read","read","cell","from","active","microsoft","excel","workbook","desktop"]},{"id":"excel/set-cell","site":"excel","command":"set-cell","description":"Set a cell value in the active Microsoft Excel workbook","terms":["excel","excel","set-cell","set","cell","set","cell","value","active","microsoft","excel","workbook","desktop"]},{"id":"excel/set-font","site":"excel","command":"set-font","description":"Apply a font to a cell in the active Microsoft Excel workbook","terms":["excel","excel","set-font","set","font","apply","font","cell","active","microsoft","excel","workbook","desktop"]},{"id":"excel/status","site":"excel","command":"status","description":"Check Microsoft Excel running state without enumerating workbooks","terms":["excel","excel","status","status","check","microsoft","excel","running","state","without","enumerating","workbooks","desktop"]},{"id":"exchangerate/convert","site":"exchangerate","command":"convert","description":"Get exchange rates (free API, no key needed)","terms":["exchangerate","exchangerate","convert","convert","get","exchange","rates","free","api","key","needed","utility"]},{"id":"exchangerate/list","site":"exchangerate","command":"list","description":"List all exchange rates for a base currency","terms":["exchangerate","exchangerate","list","list","list","all","exchange","rates","base","currency","utility"]},{"id":"facebook/add-friend","site":"facebook","command":"add-friend","description":"Send a friend request on Facebook","terms":["facebook","facebook","add-friend","add","friend","send","friend","request","facebook","social"]},{"id":"facebook/events","site":"facebook","command":"events","description":"Browse Facebook event categories","terms":["facebook","facebook","events","events","browse","facebook","event","categories","social"]},{"id":"facebook/feed","site":"facebook","command":"feed","description":"Get your Facebook news feed","terms":["facebook","facebook","feed","feed","get","your","facebook","news","feed","social"]},{"id":"facebook/friends","site":"facebook","command":"friends","description":"Get Facebook friend suggestions","terms":["facebook","facebook","friends","friends","get","facebook","friend","suggestions","social"]},{"id":"facebook/groups","site":"facebook","command":"groups","description":"List your Facebook groups","terms":["facebook","facebook","groups","groups","list","your","facebook","groups","social"]},{"id":"facebook/join-group","site":"facebook","command":"join-group","description":"Join a Facebook group","terms":["facebook","facebook","join-group","join","group","join","facebook","group","social"]},{"id":"facebook/marketplace","site":"facebook","command":"marketplace","description":"Search Facebook Marketplace listings","terms":["facebook","facebook","marketplace","marketplace","search","facebook","marketplace","listings","social"]},{"id":"facebook/marketplace-inbox","site":"facebook","command":"marketplace-inbox","description":"List recent Facebook Marketplace buyer and seller conversations","terms":["facebook","facebook","marketplace-inbox","marketplace","inbox","list","recent","facebook","marketplace","buyer","seller","conversations","social"]},{"id":"facebook/marketplace-listings","site":"facebook","command":"marketplace-listings","description":"List your Facebook Marketplace seller listings","terms":["facebook","facebook","marketplace-listings","marketplace","listings","list","your","facebook","marketplace","seller","listings","social"]},{"id":"facebook/memories","site":"facebook","command":"memories","description":"Get your Facebook memories (On This Day)","terms":["facebook","facebook","memories","memories","get","your","facebook","memories","this","day","social"]},{"id":"facebook/notifications","site":"facebook","command":"notifications","description":"Get recent Facebook notifications","terms":["facebook","facebook","notifications","notifications","get","recent","facebook","notifications","social"]},{"id":"facebook/post","site":"facebook","command":"post","description":"Create a Facebook post","terms":["facebook","facebook","post","post","create","facebook","post","social"]},{"id":"facebook/profile","site":"facebook","command":"profile","description":"Get Facebook user/page profile info","terms":["facebook","facebook","profile","profile","get","facebook","user","page","profile","info","social"]},{"id":"facebook/search","site":"facebook","command":"search","description":"Search Facebook for people, pages, or posts","terms":["facebook","facebook","search","search","search","facebook","people","pages","posts","social"]},{"id":"facebook/subtitles","site":"facebook","command":"subtitles","description":"Extract LLM-readable subtitles from a Facebook video URL with optional browser-cookie reuse","terms":["facebook","facebook","subtitles","subtitles","extract","llm","readable","subtitles","from","facebook","video","url","with","optional","browser","cookie","reuse","social"]},{"id":"feishu/calendar","site":"feishu","command":"calendar","description":"List upcoming Feishu/Lark calendar events","terms":["feishu","feishu","calendar","calendar","list","upcoming","feishu","lark","calendar","events","social"]},{"id":"feishu/docs","site":"feishu","command":"docs","description":"List recent Feishu/Lark documents","terms":["feishu","feishu","docs","docs","list","recent","feishu","lark","documents","social"]},{"id":"feishu/send","site":"feishu","command":"send","description":"Send a message via Feishu/Lark CLI","terms":["feishu","feishu","send","send","send","message","via","feishu","lark","cli","social"]},{"id":"feishu/tasks","site":"feishu","command":"tasks","description":"List Feishu/Lark tasks","terms":["feishu","feishu","tasks","tasks","list","feishu","lark","tasks","social"]},{"id":"ffmpeg/compress","site":"ffmpeg","command":"compress","description":"Compress video with H.264 CRF encoding (lower CRF = better quality)","terms":["ffmpeg","ffmpeg","compress","compress","compress","video","with","264","crf","encoding","lower","crf","better","quality","desktop"]},{"id":"ffmpeg/concat","site":"ffmpeg","command":"concat","description":"Concatenate multiple media files listed in a text file","terms":["ffmpeg","ffmpeg","concat","concat","concatenate","multiple","media","files","listed","text","file","desktop"]},{"id":"ffmpeg/convert","site":"ffmpeg","command":"convert","description":"Convert media files using ffmpeg","terms":["ffmpeg","ffmpeg","convert","convert","convert","media","files","using","ffmpeg","desktop"]},{"id":"ffmpeg/extract-audio","site":"ffmpeg","command":"extract-audio","description":"Extract audio track from a video file","terms":["ffmpeg","ffmpeg","extract-audio","extract","audio","extract","audio","track","from","video","file","desktop"]},{"id":"ffmpeg/gif","site":"ffmpeg","command":"gif","description":"Convert a video segment to an animated GIF","terms":["ffmpeg","ffmpeg","gif","gif","convert","video","segment","animated","gif","desktop"]},{"id":"ffmpeg/normalize","site":"ffmpeg","command":"normalize","description":"Normalize audio loudness to EBU R128 standard","terms":["ffmpeg","ffmpeg","normalize","normalize","normalize","audio","loudness","ebu","r128","standard","desktop"]},{"id":"ffmpeg/probe","site":"ffmpeg","command":"probe","description":"Show media file metadata (format, streams, duration, codec)","terms":["ffmpeg","ffmpeg","probe","probe","show","media","file","metadata","format","streams","duration","codec","desktop"]},{"id":"ffmpeg/resize","site":"ffmpeg","command":"resize","description":"Resize video to specified dimensions (use -1 for auto aspect ratio)","terms":["ffmpeg","ffmpeg","resize","resize","resize","video","specified","dimensions","use","auto","aspect","ratio","desktop"]},{"id":"ffmpeg/subtitles","site":"ffmpeg","command":"subtitles","description":"Burn SRT subtitles into a video file (hardcoded subtitles)","terms":["ffmpeg","ffmpeg","subtitles","subtitles","burn","srt","subtitles","into","video","file","hardcoded","subtitles","desktop"]},{"id":"ffmpeg/thumbnail","site":"ffmpeg","command":"thumbnail","description":"Extract a video frame as a thumbnail image","terms":["ffmpeg","ffmpeg","thumbnail","thumbnail","extract","video","frame","thumbnail","image","desktop"]},{"id":"ffmpeg/trim","site":"ffmpeg","command":"trim","description":"Trim media to a time range using stream copy (lossless)","terms":["ffmpeg","ffmpeg","trim","trim","trim","media","time","range","using","stream","copy","lossless","desktop"]},{"id":"figma/click-text","site":"figma","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Figma","terms":["figma","figma","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","figma","desktop"]},{"id":"figma/dump","site":"figma","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Figma","terms":["figma","figma","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","figma","desktop"]},{"id":"figma/export-selected","site":"figma","command":"export-selected","description":"Export the currently-selected Figma frame via CUA + macOS AX","terms":["figma","figma","export-selected","export","selected","export","currently","selected","figma","frame","via","cua","macos","ax","desktop"]},{"id":"figma/open-app","site":"figma","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Figma","terms":["figma","figma","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","figma","desktop"]},{"id":"figma/press","site":"figma","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Figma","terms":["figma","figma","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","figma","desktop"]},{"id":"figma/snapshot-app","site":"figma","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Figma","terms":["figma","figma","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","figma","desktop"]},{"id":"figma/status-app","site":"figma","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Figma","terms":["figma","figma","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","figma","desktop"]},{"id":"figma/type-text","site":"figma","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Figma","terms":["figma","figma","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","figma","desktop"]},{"id":"fips/get","site":"fips","command":"get","description":"Retrieve a single Rospatent FIPS document (browser-only)","terms":["fips","fips","get","get","retrieve","single","rospatent","fips","document","browser","only","patent"]},{"id":"fips/search","site":"fips","command":"search","description":"Search Rospatent FIPS Russian patent database (browser, no API)","terms":["fips","fips","search","search","search","rospatent","fips","russian","patent","database","browser","api","patent"]},{"id":"flathub/app","site":"flathub","command":"app","description":"Fetch full Flathub appstream metadata by app id","terms":["flathub","flathub","app","app","fetch","full","flathub","appstream","metadata","app","id"]},{"id":"flathub/search","site":"flathub","command":"search","description":"Search Flathub apps by keyword","terms":["flathub","flathub","search","search","search","flathub","apps","keyword"]},{"id":"flyctl/apps","site":"flyctl","command":"apps","description":"List Fly.io applications","terms":["flyctl","flyctl","apps","apps","list","fly","io","applications"]},{"id":"freecad/assembly","site":"freecad","command":"assembly","description":"List assembly structure, constraints, and part relationships","terms":["freecad","freecad","assembly","assembly","list","assembly","structure","constraints","part","relationships","desktop"]},{"id":"freecad/bom","site":"freecad","command":"bom","description":"Generate a bill of materials (name, type, volume, material) from a FreeCAD file","terms":["freecad","freecad","bom","bom","generate","bill","materials","name","type","volume","material","from","freecad","file","desktop"]},{"id":"freecad/boolean","site":"freecad","command":"boolean","description":"Perform boolean operations (union, subtract, intersect) on two shapes","terms":["freecad","freecad","boolean","boolean","perform","boolean","operations","union","subtract","intersect","two","shapes","desktop"]},{"id":"freecad/check","site":"freecad","command":"check","description":"Validate geometry (check for invalid shapes, open edges, self-intersections)","terms":["freecad","freecad","check","check","validate","geometry","check","invalid","shapes","open","edges","self","intersections","desktop"]},{"id":"freecad/convert","site":"freecad","command":"convert","description":"Convert 3D file between formats (STEP, IGES, STL, OBJ, DXF, BREP)","terms":["freecad","freecad","convert","convert","convert","3d","file","between","formats","step","iges","stl","obj","dxf","brep","desktop"]},{"id":"freecad/export-stl","site":"freecad","command":"export-stl","description":"Export a FreeCAD file (.FCStd) to STL mesh format","terms":["freecad","freecad","export-stl","export","stl","export","freecad","file","fcstd","stl","mesh","format","desktop"]},{"id":"freecad/import","site":"freecad","command":"import","description":"Import a 3D file (STEP, IGES, STL, OBJ) into a new .FCStd document","terms":["freecad","freecad","import","import","import","3d","file","step","iges","stl","obj","into","new","fcstd","document","desktop"]},{"id":"freecad/info","site":"freecad","command":"info","description":"Get FreeCAD file info (objects, dimensions, labels, bounding box)","terms":["freecad","freecad","info","info","get","freecad","file","info","objects","dimensions","labels","bounding","box","desktop"]},{"id":"freecad/macro","site":"freecad","command":"macro","description":"Execute a FreeCAD Python macro (.FCMacro or .py)","terms":["freecad","freecad","macro","macro","execute","freecad","python","macro","fcmacro","py","desktop"]},{"id":"freecad/measure","site":"freecad","command":"measure","description":"Measure dimensions, volume, area, and center of mass of a part","terms":["freecad","freecad","measure","measure","measure","dimensions","volume","area","center","mass","part","desktop"]},{"id":"freecad/mesh","site":"freecad","command":"mesh","description":"Mesh operations (tessellate to STL with configurable deviation and format)","terms":["freecad","freecad","mesh","mesh","mesh","operations","tessellate","stl","with","configurable","deviation","format","desktop"]},{"id":"freecad/properties","site":"freecad","command":"properties","description":"List all properties (material, placement, color) of parts in a document","terms":["freecad","freecad","properties","properties","list","all","properties","material","placement","color","parts","document","desktop"]},{"id":"freecad/render","site":"freecad","command":"render","description":"Render a FreeCAD model to a PNG image using the 3D view","terms":["freecad","freecad","render","render","render","freecad","model","png","image","using","3d","view","desktop"]},{"id":"freecad/section","site":"freecad","command":"section","description":"Generate a cross-section view at a given plane and offset","terms":["freecad","freecad","section","section","generate","cross","section","view","given","plane","offset","desktop"]},{"id":"freecad/sketch","site":"freecad","command":"sketch","description":"Export 2D sketch geometry to SVG or DXF","terms":["freecad","freecad","sketch","sketch","export","2d","sketch","geometry","svg","dxf","desktop"]},{"id":"freepatentsonline-web/get","site":"freepatentsonline-web","command":"get","description":"Retrieve a single FreePatentsOnline bibliographic record (keyless, no Chrome)","terms":["freepatentsonline-web","freepatentsonline","web","get","get","retrieve","single","freepatentsonline","bibliographic","record","keyless","chrome","patent"]},{"id":"freepatentsonline-web/search","site":"freepatentsonline-web","command":"search","description":"Keyless FreePatentsOnline search via the public SSR listing (no API key, no Chrome)","terms":["freepatentsonline-web","freepatentsonline","web","search","search","keyless","freepatentsonline","search","via","public","ssr","listing","api","key","chrome","patent"]},{"id":"futu/hot","site":"futu","command":"hot","description":"Futu hot stocks list","terms":["futu","futu","hot","hot","futu","hot","stocks","list","finance"]},{"id":"futu/quote","site":"futu","command":"quote","description":"Get stock quote from Futu","terms":["futu","futu","quote","quote","get","stock","quote","from","futu","finance"]},{"id":"gemini/ask","site":"gemini","command":"ask","description":"Ask Google Gemini a question","terms":["gemini","gemini","ask","ask","ask","google","gemini","question","ai"]},{"id":"gemini/deep-research","site":"gemini","command":"deep-research","description":"Start a Gemini Deep Research run","terms":["gemini","gemini","deep-research","deep","research","start","gemini","deep","research","run","ai"]},{"id":"gemini/deep-research-result","site":"gemini","command":"deep-research-result","description":"Export Deep Research report as Google Docs URL","terms":["gemini","gemini","deep-research-result","deep","research","result","export","deep","research","report","google","docs","url","ai"]},{"id":"gemini/image","site":"gemini","command":"image","description":"Generate an image with Gemini","terms":["gemini","gemini","image","image","generate","image","with","gemini","ai"]},{"id":"gemini/new","site":"gemini","command":"new","description":"Start a new Gemini conversation","terms":["gemini","gemini","new","new","start","new","gemini","conversation","ai"]},{"id":"gh/issue","site":"gh","command":"issue","description":"List GitHub issues for a repository","terms":["gh","gh","issue","issue","list","github","issues","repository","dev"]},{"id":"gh/pr","site":"gh","command":"pr","description":"List GitHub pull requests for a repository","terms":["gh","gh","pr","pr","list","github","pull","requests","repository","dev"]},{"id":"gh/release","site":"gh","command":"release","description":"List GitHub releases for a repository","terms":["gh","gh","release","release","list","github","releases","repository","dev"]},{"id":"gh/repo","site":"gh","command":"repo","description":"View GitHub repository details","terms":["gh","gh","repo","repo","view","github","repository","details","dev"]},{"id":"gh/run","site":"gh","command":"run","description":"List GitHub Actions workflow runs for a repository","terms":["gh","gh","run","run","list","github","actions","workflow","runs","repository","dev"]},{"id":"gh/search-repos","site":"gh","command":"search-repos","description":"Search GitHub repositories","terms":["gh","gh","search-repos","search","repos","search","github","repositories","dev"]},{"id":"gimp/adjust","site":"gimp","command":"adjust","description":"Adjust brightness and contrast of an image","terms":["gimp","gimp","adjust","adjust","adjust","brightness","contrast","image","desktop"]},{"id":"gimp/batch","site":"gimp","command":"batch","description":"Batch convert images in a directory to a target format","terms":["gimp","gimp","batch","batch","batch","convert","images","directory","target","format","desktop"]},{"id":"gimp/convert","site":"gimp","command":"convert","description":"Convert an image to a different format (png, jpg, bmp, tiff, webp)","terms":["gimp","gimp","convert","convert","convert","image","different","format","png","jpg","bmp","tiff","webp","desktop"]},{"id":"gimp/crop","site":"gimp","command":"crop","description":"Crop an image to specified region","terms":["gimp","gimp","crop","crop","crop","image","specified","region","desktop"]},{"id":"gimp/filter","site":"gimp","command":"filter","description":"Apply a filter (blur, sharpen, edge-detect, emboss) to an image","terms":["gimp","gimp","filter","filter","apply","filter","blur","sharpen","edge","detect","emboss","image","desktop"]},{"id":"gimp/flip","site":"gimp","command":"flip","description":"Flip an image horizontally or vertically","terms":["gimp","gimp","flip","flip","flip","image","horizontally","vertically","desktop"]},{"id":"gimp/info","site":"gimp","command":"info","description":"Get image info (dimensions, color mode, number of layers, resolution)","terms":["gimp","gimp","info","info","get","image","info","dimensions","color","mode","number","layers","resolution","desktop"]},{"id":"gimp/layers","site":"gimp","command":"layers","description":"List all layers in an image (name, size, visibility, opacity)","terms":["gimp","gimp","layers","layers","list","all","layers","image","name","size","visibility","opacity","desktop"]},{"id":"gimp/merge-layers","site":"gimp","command":"merge-layers","description":"Flatten all layers into a single layer and save","terms":["gimp","gimp","merge-layers","merge","layers","flatten","all","layers","into","single","layer","save","desktop"]},{"id":"gimp/resize","site":"gimp","command":"resize","description":"Resize an image to specified dimensions using GIMP","terms":["gimp","gimp","resize","resize","resize","image","specified","dimensions","using","gimp","desktop"]},{"id":"gimp/rotate","site":"gimp","command":"rotate","description":"Rotate an image by 90, 180, or 270 degrees","terms":["gimp","gimp","rotate","rotate","rotate","image","90","180","270","degrees","desktop"]},{"id":"gimp/text","site":"gimp","command":"text","description":"Add a text overlay to an image at specified position","terms":["gimp","gimp","text","text","add","text","overlay","image","specified","position","desktop"]},{"id":"gitee/repos","site":"gitee","command":"repos","description":"Search Gitee repositories","terms":["gitee","gitee","repos","repos","search","gitee","repositories","dev"]},{"id":"gitee/search","site":"gitee","command":"search","description":"Search repositories on Gitee","terms":["gitee","gitee","search","search","search","repositories","gitee","dev"]},{"id":"gitee/trending","site":"gitee","command":"trending","description":"Trending repositories on Gitee","terms":["gitee","gitee","trending","trending","trending","repositories","gitee","dev"]},{"id":"gitee/user","site":"gitee","command":"user","description":"Show public Gitee user profile information","terms":["gitee","gitee","user","user","show","public","gitee","user","profile","information","dev"]},{"id":"github-trending/daily","site":"github-trending","command":"daily","description":"GitHub trending repositories (by recent stars)","terms":["github-trending","github","trending","daily","daily","github","trending","repositories","recent","stars","dev"]},{"id":"github-trending/developers","site":"github-trending","command":"developers","description":"GitHub trending developers","terms":["github-trending","github","trending","developers","developers","github","trending","developers","dev"]},{"id":"github-trending/weekly","site":"github-trending","command":"weekly","description":"GitHub trending repositories this week","terms":["github-trending","github","trending","weekly","weekly","github","trending","repositories","this","week","dev"]},{"id":"gitlab/projects","site":"gitlab","command":"projects","description":"Search GitLab projects","terms":["gitlab","gitlab","projects","projects","search","gitlab","projects","dev"]},{"id":"gitlab/search","site":"gitlab","command":"search","description":"Search GitLab projects","terms":["gitlab","gitlab","search","search","search","gitlab","projects","dev"]},{"id":"gitlab/trending","site":"gitlab","command":"trending","description":"Trending/popular GitLab projects","terms":["gitlab","gitlab","trending","trending","trending","popular","gitlab","projects","dev"]},{"id":"godot/project-run","site":"godot","command":"project-run","description":"Run a Godot project in headless mode","terms":["godot","godot","project-run","project","run","run","godot","project","headless","mode"]},{"id":"godot/scene-export","site":"godot","command":"scene-export","description":"Export a Godot scene to PNG / GLTF / DAE via headless mode","terms":["godot","godot","scene-export","scene","export","export","godot","scene","png","gltf","dae","via","headless","mode"]},{"id":"google/news","site":"google","command":"news","description":"Google News RSS feed for a search query","terms":["google","google","news","news","google","news","rss","feed","search","query","reference"]},{"id":"google/search","site":"google","command":"search","description":"Google web search via RSS","terms":["google","google","search","search","google","web","search","via","rss","reference"]},{"id":"google/suggest","site":"google","command":"suggest","description":"Google autocomplete suggestions for a query","terms":["google","google","suggest","suggest","google","autocomplete","suggestions","query","reference"]},{"id":"google/trends","site":"google","command":"trends","description":"Google Trends daily trending searches","terms":["google","google","trends","trends","google","trends","daily","trending","searches","reference"]},{"id":"google-patents-bq/prior-art","site":"google-patents-bq","command":"prior-art","description":"Keyword-arm of the prior-art fusion against BigQuery public dataset","terms":["google-patents-bq","google","patents","bq","prior-art","prior","art","keyword","arm","prior","art","fusion","against","bigquery","public","dataset","patent"]},{"id":"google-patents-bq/search","site":"google-patents-bq","command":"search","description":"BigQuery search over the Google Patents Public Datasets corpus","terms":["google-patents-bq","google","patents","bq","search","search","bigquery","search","over","google","patents","public","datasets","corpus","patent"]},{"id":"google-patents-web/get","site":"google-patents-web","command":"get","description":"Retrieve a single Google Patents bibliographic record (keyless, no Chrome)","terms":["google-patents-web","google","patents","web","get","get","retrieve","single","google","patents","bibliographic","record","keyless","chrome","patent"]},{"id":"google-patents-web/search","site":"google-patents-web","command":"search","description":"Keyless Google Patents search via the public XHR endpoint (no API key, no Chrome required)","terms":["google-patents-web","google","patents","web","search","search","keyless","google","patents","search","via","public","xhr","endpoint","api","key","chrome","required","patent"]},{"id":"google-scholar/cite","site":"google-scholar","command":"cite","description":"Fetch a Google Scholar citation for a paper","terms":["google-scholar","google","scholar","cite","cite","fetch","google","scholar","citation","paper","scholarly"]},{"id":"google-scholar/profile","site":"google-scholar","command":"profile","description":"Read a Google Scholar author profile and top papers","terms":["google-scholar","google","scholar","profile","profile","read","google","scholar","author","profile","top","papers","scholarly"]},{"id":"google-scholar/search","site":"google-scholar","command":"search","description":"Search Google Scholar papers","terms":["google-scholar","google","scholar","search","search","search","google","scholar","papers","scholarly"]},{"id":"goproxy/module","site":"goproxy","command":"module","description":"Latest version and VCS origin metadata for a Go module","terms":["goproxy","goproxy","module","module","latest","version","vcs","origin","metadata","go","module","dev"]},{"id":"goproxy/versions","site":"goproxy","command":"versions","description":"Published version tags for a Go module","terms":["goproxy","goproxy","versions","versions","published","version","tags","go","module","dev"]},{"id":"gov-law/recent","site":"gov-law","command":"recent","description":"List recent laws and regulations","terms":["gov-law","gov","law","recent","recent","list","recent","laws","regulations"]},{"id":"gov-law/search","site":"gov-law","command":"search","description":"Search the National Laws and Regulations Database","terms":["gov-law","gov","law","search","search","search","national","laws","regulations","database"]},{"id":"gov-policy/recent","site":"gov-policy","command":"recent","description":"List latest State Council policy documents","terms":["gov-policy","gov","policy","recent","recent","list","latest","state","council","policy","documents"]},{"id":"gov-policy/search","site":"gov-policy","command":"search","description":"Search gov.cn policy documents","terms":["gov-policy","gov","policy","search","search","search","gov","cn","policy","documents"]},{"id":"grok/ask","site":"grok","command":"ask","description":"Ask Grok AI a question","terms":["grok","grok","ask","ask","ask","grok","ai","question","ai"]},{"id":"grok/detail","site":"grok","command":"detail","description":"Open a Grok conversation by ID and read its messages","terms":["grok","grok","detail","detail","open","grok","conversation","id","read","its","messages","ai"]},{"id":"grok/history","site":"grok","command":"history","description":"List recent Grok conversations from the sidebar","terms":["grok","grok","history","history","list","recent","grok","conversations","from","sidebar","ai"]},{"id":"grok/image","site":"grok","command":"image","description":"Generate images with Grok and return or save image assets","terms":["grok","grok","image","image","generate","images","with","grok","return","save","image","assets","ai"]},{"id":"grok/new","site":"grok","command":"new","description":"Start a new conversation in Grok","terms":["grok","grok","new","new","start","new","conversation","grok","ai"]},{"id":"grok/read","site":"grok","command":"read","description":"Read messages in the current Grok conversation","terms":["grok","grok","read","read","read","messages","current","grok","conversation","ai"]},{"id":"grok/send","site":"grok","command":"send","description":"Send a prompt to Grok without waiting for the reply","terms":["grok","grok","send","send","send","prompt","grok","without","waiting","reply","ai"]},{"id":"grok/status","site":"grok","command":"status","description":"Check Grok page availability, login state, current session and model","terms":["grok","grok","status","status","check","grok","page","availability","login","state","current","session","model","ai"]},{"id":"hackernews/ask","site":"hackernews","command":"ask","description":"Hacker News Ask HN posts","terms":["hackernews","hackernews","ask","ask","hacker","news","ask","hn","posts","news"]},{"id":"hackernews/best","site":"hackernews","command":"best","description":"Hacker News best stories","terms":["hackernews","hackernews","best","best","hacker","news","best","stories","news"]},{"id":"hackernews/comments","site":"hackernews","command":"comments","description":"Get comments for a Hacker News story","terms":["hackernews","hackernews","comments","comments","get","comments","hacker","news","story","news"]},{"id":"hackernews/item","site":"hackernews","command":"item","description":"Get a Hacker News item (story, comment, job, poll)","terms":["hackernews","hackernews","item","item","get","hacker","news","item","story","comment","job","poll","news"]},{"id":"hackernews/jobs","site":"hackernews","command":"jobs","description":"Hacker News job postings","terms":["hackernews","hackernews","jobs","jobs","hacker","news","job","postings","news"]},{"id":"hackernews/new","site":"hackernews","command":"new","description":"Hacker News newest stories","terms":["hackernews","hackernews","new","new","hacker","news","newest","stories","news"]},{"id":"hackernews/read","site":"hackernews","command":"read","description":"Read a Hacker News story and comment tree","terms":["hackernews","hackernews","read","read","read","hacker","news","story","comment","tree","news"]},{"id":"hackernews/search","site":"hackernews","command":"search","description":"Search Hacker News stories","terms":["hackernews","hackernews","search","search","search","hacker","news","stories","news"]},{"id":"hackernews/show","site":"hackernews","command":"show","description":"Hacker News Show HN posts","terms":["hackernews","hackernews","show","show","hacker","news","show","hn","posts","news"]},{"id":"hackernews/top","site":"hackernews","command":"top","description":"Hacker News top stories","terms":["hackernews","hackernews","top","top","hacker","news","top","stories","news"]},{"id":"hackernews/user","site":"hackernews","command":"user","description":"Hacker News user profile","terms":["hackernews","hackernews","user","user","hacker","news","user","profile","news"]},{"id":"hermes/sessions-search","site":"hermes","command":"sessions-search","description":"Search Hermes session history via SQLite FTS5","terms":["hermes","hermes","sessions-search","sessions","search","search","hermes","session","history","via","sqlite","fts5"]},{"id":"hermes/skills-list","site":"hermes","command":"skills-list","description":"List skills installed in the local Hermes agent (~/.hermes/skills/)","terms":["hermes","hermes","skills-list","skills","list","list","skills","installed","local","hermes","agent","hermes","skills"]},{"id":"hermes/skills-read","site":"hermes","command":"skills-read","description":"Read a Hermes skill file by name (without .md extension)","terms":["hermes","hermes","skills-read","skills","read","read","hermes","skill","file","name","without","md","extension"]},{"id":"hf/datasets","site":"hf","command":"datasets","description":"Search Hugging Face datasets","terms":["hf","hf","datasets","datasets","search","hugging","face","datasets","ai"]},{"id":"hf/models","site":"hf","command":"models","description":"Search HuggingFace models","terms":["hf","hf","models","models","search","huggingface","models","ai"]},{"id":"hf/paper","site":"hf","command":"paper","description":"Hugging Face paper detail by arXiv id","terms":["hf","hf","paper","paper","hugging","face","paper","detail","arxiv","id","ai"]},{"id":"hf/spaces","site":"hf","command":"spaces","description":"Search Hugging Face Spaces","terms":["hf","hf","spaces","spaces","search","hugging","face","spaces","ai"]},{"id":"hf/top","site":"hf","command":"top","description":"Top upvoted Hugging Face papers (daily)","terms":["hf","hf","top","top","top","upvoted","hugging","face","papers","daily","ai"]},{"id":"homebrew/cask","site":"homebrew","command":"cask","description":"Fetch Homebrew cask metadata","terms":["homebrew","homebrew","cask","cask","fetch","homebrew","cask","metadata","dev"]},{"id":"homebrew/formula","site":"homebrew","command":"formula","description":"Fetch Homebrew formula metadata","terms":["homebrew","homebrew","formula","formula","fetch","homebrew","formula","metadata","dev"]},{"id":"homebrew/info","site":"homebrew","command":"info","description":"Get Homebrew formula details","terms":["homebrew","homebrew","info","info","get","homebrew","formula","details","dev"]},{"id":"homebrew/popular","site":"homebrew","command":"popular","description":"List most-installed Homebrew formulae or casks","terms":["homebrew","homebrew","popular","popular","list","most","installed","homebrew","formulae","casks","dev"]},{"id":"homebrew/search","site":"homebrew","command":"search","description":"Search Homebrew formulae","terms":["homebrew","homebrew","search","search","search","homebrew","formulae","dev"]},{"id":"huggingface-papers/daily","site":"huggingface-papers","command":"daily","description":"Daily trending papers on Hugging Face","terms":["huggingface-papers","huggingface","papers","daily","daily","daily","trending","papers","hugging","face","scholarly"]},{"id":"huggingface-papers/search","site":"huggingface-papers","command":"search","description":"Search Hugging Face papers","terms":["huggingface-papers","huggingface","papers","search","search","search","hugging","face","papers","scholarly"]},{"id":"hupu/detail","site":"hupu","command":"detail","description":"Get Hupu post details","terms":["hupu","hupu","detail","detail","get","hupu","post","details","social"]},{"id":"hupu/hot","site":"hupu","command":"hot","description":"Hupu hot posts","terms":["hupu","hupu","hot","hot","hupu","hot","posts","social"]},{"id":"hupu/like","site":"hupu","command":"like","description":"Like (light) a Hupu post","terms":["hupu","hupu","like","like","like","light","hupu","post","social"]},{"id":"hupu/mentions","site":"hupu","command":"mentions","description":"View Hupu replies that mention you (requires login)","terms":["hupu","hupu","mentions","mentions","view","hupu","replies","that","mention","you","requires","login","social"]},{"id":"hupu/reply","site":"hupu","command":"reply","description":"Reply to a Hupu post","terms":["hupu","hupu","reply","reply","reply","hupu","post","social"]},{"id":"hupu/search","site":"hupu","command":"search","description":"Search Hupu posts","terms":["hupu","hupu","search","search","search","hupu","posts","social"]},{"id":"hupu/unlike","site":"hupu","command":"unlike","description":"Unlike (unlight) a Hupu post","terms":["hupu","hupu","unlike","unlike","unlike","unlight","hupu","post","social"]},{"id":"imagemagick/compare","site":"imagemagick","command":"compare","description":"Compare two images using a difference metric and produce a diff image","terms":["imagemagick","imagemagick","compare","compare","compare","two","images","using","difference","metric","produce","diff","image","desktop"]},{"id":"imagemagick/composite","site":"imagemagick","command":"composite","description":"Overlay one image on top of another with gravity control","terms":["imagemagick","imagemagick","composite","composite","overlay","one","image","top","another","with","gravity","control","desktop"]},{"id":"imagemagick/convert","site":"imagemagick","command":"convert","description":"Convert image format with optional quality control","terms":["imagemagick","imagemagick","convert","convert","convert","image","format","with","optional","quality","control","desktop"]},{"id":"imagemagick/identify","site":"imagemagick","command":"identify","description":"Get image metadata (dimensions, format, depth, colorspace)","terms":["imagemagick","imagemagick","identify","identify","get","image","metadata","dimensions","format","depth","colorspace","desktop"]},{"id":"imagemagick/montage","site":"imagemagick","command":"montage","description":"Create image grid or contact sheet from multiple input files","terms":["imagemagick","imagemagick","montage","montage","create","image","grid","contact","sheet","from","multiple","input","files","desktop"]},{"id":"imagemagick/resize","site":"imagemagick","command":"resize","description":"Resize image by geometry (pixels, percentage, or dimension constraint)","terms":["imagemagick","imagemagick","resize","resize","resize","image","geometry","pixels","percentage","dimension","constraint","desktop"]},{"id":"imdb/box-office","site":"imdb","command":"box-office","description":"IMDB box office / popular movies","terms":["imdb","imdb","box-office","box","office","imdb","box","office","popular","movies","reference"]},{"id":"imdb/person","site":"imdb","command":"person","description":"IMDb person/actor details via suggestion API","terms":["imdb","imdb","person","person","imdb","person","actor","details","via","suggestion","api","reference"]},{"id":"imdb/reviews","site":"imdb","command":"reviews","description":"IMDb title reviews","terms":["imdb","imdb","reviews","reviews","imdb","title","reviews","reference"]},{"id":"imdb/search","site":"imdb","command":"search","description":"Search movies and shows via IMDb suggestion API","terms":["imdb","imdb","search","search","search","movies","shows","via","imdb","suggestion","api","reference"]},{"id":"imdb/title","site":"imdb","command":"title","description":"Movie details via OMDb API by IMDB ID","terms":["imdb","imdb","title","title","movie","details","via","omdb","api","imdb","id","reference"]},{"id":"imdb/top","site":"imdb","command":"top","description":"IMDb popular titles (via chart API)","terms":["imdb","imdb","top","top","imdb","popular","titles","via","chart","api","reference"]},{"id":"imdb/trending","site":"imdb","command":"trending","description":"IMDb most popular movies","terms":["imdb","imdb","trending","trending","imdb","most","popular","movies","reference"]},{"id":"imessage/contact","site":"imessage","command":"contact","description":"Messages from a specific contact handle (phone/email)","terms":["imessage","imessage","contact","contact","messages","from","specific","contact","handle","phone","email","social"]},{"id":"imessage/recent","site":"imessage","command":"recent","description":"Recent iMessages with timestamp and direction (macOS-only, read-only)","terms":["imessage","imessage","recent","recent","recent","imessages","with","timestamp","direction","macos","only","read","only","social"]},{"id":"imessage/search","site":"imessage","command":"search","description":"Full-text LIKE search over all message bodies","terms":["imessage","imessage","search","search","full","text","like","search","over","all","message","bodies","social"]},{"id":"indeed/job","site":"indeed","command":"job","description":"Read an Indeed job posting by 16-character jk job key","terms":["indeed","indeed","job","job","read","indeed","job","posting","16","character","jk","job","key","jobs"]},{"id":"indeed/search","site":"indeed","command":"search","description":"Search Indeed jobs through the rendered browser DOM","terms":["indeed","indeed","search","search","search","indeed","jobs","through","rendered","browser","dom","jobs"]},{"id":"infoq/articles","site":"infoq","command":"articles","description":"Latest InfoQ articles (Chinese edition)","terms":["infoq","infoq","articles","articles","latest","infoq","articles","chinese","edition","news"]},{"id":"infoq/latest","site":"infoq","command":"latest","description":"Latest InfoQ articles","terms":["infoq","infoq","latest","latest","latest","infoq","articles","news"]},{"id":"inkscape/convert","site":"inkscape","command":"convert","description":"Convert SVG to another vector format (PDF, EPS, PS) using plain SVG export","terms":["inkscape","inkscape","convert","convert","convert","svg","another","vector","format","pdf","eps","ps","using","plain","svg","export","desktop"]},{"id":"inkscape/export","site":"inkscape","command":"export","description":"Export SVG to image format (PNG, PDF, EPS, PS, or SVG) with DPI control","terms":["inkscape","inkscape","export","export","export","svg","image","format","png","pdf","eps","ps","svg","with","dpi","control","desktop"]},{"id":"inkscape/optimize","site":"inkscape","command":"optimize","description":"Optimize and clean SVG by vacuuming unused defs and producing plain SVG","terms":["inkscape","inkscape","optimize","optimize","optimize","clean","svg","vacuuming","unused","defs","producing","plain","svg","desktop"]},{"id":"inpi-br/get","site":"inpi-br","command":"get","description":"Retrieve a single INPI Brasil patent record (browser-only)","terms":["inpi-br","inpi","br","get","get","retrieve","single","inpi","brasil","patent","record","browser","only","patent"]},{"id":"inpi-br/search","site":"inpi-br","command":"search","description":"Search INPI Brasil patents (browser-only, no upstream API)","terms":["inpi-br","inpi","br","search","search","search","inpi","brasil","patents","browser","only","upstream","api","patent"]},{"id":"inpi-fr/get","site":"inpi-fr","command":"get","description":"Fetch a French patent record by publication number (open subset)","terms":["inpi-fr","inpi","fr","get","get","fetch","french","patent","record","publication","number","open","subset","patent"]},{"id":"inpi-fr/search","site":"inpi-fr","command":"search","description":"Search French patents via the INPI public open-data search API","terms":["inpi-fr","inpi","fr","search","search","search","french","patents","via","inpi","public","open","data","search","api","patent"]},{"id":"instagram/activity","site":"instagram","command":"activity","description":"Get recent activity/notifications for logged-in Instagram user","terms":["instagram","instagram","activity","activity","get","recent","activity","notifications","logged","instagram","user","social"]},{"id":"instagram/collection-create","site":"instagram","command":"collection-create","description":"Create a new Instagram saved-posts collection","terms":["instagram","instagram","collection-create","collection","create","create","new","instagram","saved","posts","collection","social"]},{"id":"instagram/collection-delete","site":"instagram","command":"collection-delete","description":"Delete an Instagram saved-posts collection by name or id","terms":["instagram","instagram","collection-delete","collection","delete","delete","instagram","saved","posts","collection","name","id","social"]},{"id":"instagram/comment","site":"instagram","command":"comment","description":"Comment on an Instagram post","terms":["instagram","instagram","comment","comment","comment","instagram","post","social"]},{"id":"instagram/download","site":"instagram","command":"download","description":"Download images and videos from Instagram posts and reels","terms":["instagram","instagram","download","download","download","images","videos","from","instagram","posts","reels","social"]},{"id":"instagram/explore","site":"instagram","command":"explore","description":"Instagram explore/discover trending posts","terms":["instagram","instagram","explore","explore","instagram","explore","discover","trending","posts","social"]},{"id":"instagram/follow","site":"instagram","command":"follow","description":"Follow an Instagram user","terms":["instagram","instagram","follow","follow","follow","instagram","user","social"]},{"id":"instagram/followers","site":"instagram","command":"followers","description":"List followers of an Instagram user","terms":["instagram","instagram","followers","followers","list","followers","instagram","user","social"]},{"id":"instagram/following","site":"instagram","command":"following","description":"List accounts an Instagram user is following","terms":["instagram","instagram","following","following","list","accounts","instagram","user","following","social"]},{"id":"instagram/highlights","site":"instagram","command":"highlights","description":"List story highlights for an Instagram user","terms":["instagram","instagram","highlights","highlights","list","story","highlights","instagram","user","social"]},{"id":"instagram/like","site":"instagram","command":"like","description":"Like an Instagram post","terms":["instagram","instagram","like","like","like","instagram","post","social"]},{"id":"instagram/note","site":"instagram","command":"note","description":"Publish a text Instagram note","terms":["instagram","instagram","note","note","publish","text","instagram","note","social"]},{"id":"instagram/post","site":"instagram","command":"post","description":"Publish a photo post to Instagram","terms":["instagram","instagram","post","post","publish","photo","post","instagram","social"]},{"id":"instagram/profile","site":"instagram","command":"profile","description":"Get Instagram user profile info","terms":["instagram","instagram","profile","profile","get","instagram","user","profile","info","social"]},{"id":"instagram/reel","site":"instagram","command":"reel","description":"Post a reel video to Instagram","terms":["instagram","instagram","reel","reel","post","reel","video","instagram","social"]},{"id":"instagram/reels","site":"instagram","command":"reels","description":"Get Instagram trending reels","terms":["instagram","instagram","reels","reels","get","instagram","trending","reels","social"]},{"id":"instagram/reels-trending","site":"instagram","command":"reels-trending","description":"Get trending Instagram Reels","terms":["instagram","instagram","reels-trending","reels","trending","get","trending","instagram","reels","social"]},{"id":"instagram/save","site":"instagram","command":"save","description":"Save (bookmark) an Instagram post","terms":["instagram","instagram","save","save","save","bookmark","instagram","post","social"]},{"id":"instagram/saved","site":"instagram","command":"saved","description":"Get your saved Instagram posts","terms":["instagram","instagram","saved","saved","get","your","saved","instagram","posts","social"]},{"id":"instagram/search","site":"instagram","command":"search","description":"Search Instagram users","terms":["instagram","instagram","search","search","search","instagram","users","social"]},{"id":"instagram/stories","site":"instagram","command":"stories","description":"Get Instagram stories for a user","terms":["instagram","instagram","stories","stories","get","instagram","stories","user","social"]},{"id":"instagram/story","site":"instagram","command":"story","description":"Post a single Instagram story image or video","terms":["instagram","instagram","story","story","post","single","instagram","story","image","video","social"]},{"id":"instagram/subtitles","site":"instagram","command":"subtitles","description":"Extract LLM-readable subtitles from an Instagram reel or video URL with optional browser-cookie reuse","terms":["instagram","instagram","subtitles","subtitles","extract","llm","readable","subtitles","from","instagram","reel","video","url","with","optional","browser","cookie","reuse","social"]},{"id":"instagram/suggested","site":"instagram","command":"suggested","description":"Get suggested users to follow on Instagram","terms":["instagram","instagram","suggested","suggested","get","suggested","users","follow","instagram","social"]},{"id":"instagram/tags","site":"instagram","command":"tags","description":"Browse recent posts for an Instagram hashtag","terms":["instagram","instagram","tags","tags","browse","recent","posts","instagram","hashtag","social"]},{"id":"instagram/unfollow","site":"instagram","command":"unfollow","description":"Unfollow an Instagram user","terms":["instagram","instagram","unfollow","unfollow","unfollow","instagram","user","social"]},{"id":"instagram/unlike","site":"instagram","command":"unlike","description":"Unlike an Instagram post","terms":["instagram","instagram","unlike","unlike","unlike","instagram","post","social"]},{"id":"instagram/unsave","site":"instagram","command":"unsave","description":"Unsave (remove bookmark) an Instagram post","terms":["instagram","instagram","unsave","unsave","unsave","remove","bookmark","instagram","post","social"]},{"id":"instagram/user","site":"instagram","command":"user","description":"Get recent posts from an Instagram user","terms":["instagram","instagram","user","user","get","recent","posts","from","instagram","user","social"]},{"id":"ip-info/lookup","site":"ip-info","command":"lookup","description":"IP geolocation lookup (free, no key)","terms":["ip-info","ip","info","lookup","lookup","ip","geolocation","lookup","free","key","utility"]},{"id":"ipaustralia/get","site":"ipaustralia","command":"get","description":"Fetch an Australian patent by application number","terms":["ipaustralia","ipaustralia","get","get","fetch","australian","patent","application","number","patent"]},{"id":"ipaustralia/search","site":"ipaustralia","command":"search","description":"Search Australian patents via the IP Australia API portal","terms":["ipaustralia","ipaustralia","search","search","search","australian","patents","via","ip","australia","api","portal","patent"]},{"id":"itch-io/popular","site":"itch-io","command":"popular","description":"Popular games on itch.io","terms":["itch-io","itch","io","popular","popular","popular","games","itch","io"]},{"id":"itch-io/search","site":"itch-io","command":"search","description":"Search itch.io games","terms":["itch-io","itch","io","search","search","search","itch","io","games"]},{"id":"itch-io/top","site":"itch-io","command":"top","description":"Top rated itch.io games","terms":["itch-io","itch","io","top","top","top","rated","itch","io","games"]},{"id":"ithome/hot","site":"ithome","command":"hot","description":"IT Home hot news","terms":["ithome","ithome","hot","hot","home","hot","news","news"]},{"id":"ithome/latest","site":"ithome","command":"latest","description":"Latest IT Home news articles","terms":["ithome","ithome","latest","latest","latest","home","news","articles","news"]},{"id":"ithome/news","site":"ithome","command":"news","description":"IT Home (IT之家) latest tech news via RSS","terms":["ithome","ithome","news","news","home","it之家","latest","tech","news","via","rss","news"]},{"id":"jd/add-cart","site":"jd","command":"add-cart","description":"Add a JD product to cart in the active browser session","terms":["jd","jd","add-cart","add","cart","add","jd","product","cart","active","browser","session","shopping"]},{"id":"jd/cart","site":"jd","command":"cart","description":"Read JD cart items from the active browser session","terms":["jd","jd","cart","cart","read","jd","cart","items","from","active","browser","session","shopping"]},{"id":"jd/detail","site":"jd","command":"detail","description":"Fetch JD product detail by SKU","terms":["jd","jd","detail","detail","fetch","jd","product","detail","sku","shopping"]},{"id":"jd/hot","site":"jd","command":"hot","description":"JD.com hot search keywords and trending products","terms":["jd","jd","hot","hot","jd","com","hot","search","keywords","trending","products","shopping"]},{"id":"jd/item","site":"jd","command":"item","description":"JD.com product detail by SKU ID","terms":["jd","jd","item","item","jd","com","product","detail","sku","id","shopping"]},{"id":"jd/reviews","site":"jd","command":"reviews","description":"Fetch JD product reviews by SKU","terms":["jd","jd","reviews","reviews","fetch","jd","product","reviews","sku","shopping"]},{"id":"jd/search","site":"jd","command":"search","description":"Search JD.com products","terms":["jd","jd","search","search","search","jd","com","products","shopping"]},{"id":"jianyu/detail","site":"jianyu","command":"detail","description":"Extract Jianyu procurement notice detail evidence","terms":["jianyu","jianyu","detail","detail","extract","jianyu","procurement","notice","detail","evidence"]},{"id":"jianyu/search","site":"jianyu","command":"search","description":"Search Jianyu real estate listings","terms":["jianyu","jianyu","search","search","search","jianyu","real","estate","listings"]},{"id":"jikan/anime","site":"jikan","command":"anime","description":"Search MyAnimeList anime through Jikan by Japanese name, romaji, or alias","terms":["jikan","jikan","anime","anime","search","myanimelist","anime","through","jikan","japanese","name","romaji","alias","reference"]},{"id":"jikan/characters","site":"jikan","command":"characters","description":"Search MyAnimeList characters through Jikan by Japanese name, romaji, or alias","terms":["jikan","jikan","characters","characters","search","myanimelist","characters","through","jikan","japanese","name","romaji","alias","reference"]},{"id":"jikan/manga","site":"jikan","command":"manga","description":"Search MyAnimeList manga through Jikan by Japanese name, romaji, or alias","terms":["jikan","jikan","manga","manga","search","myanimelist","manga","through","jikan","japanese","name","romaji","alias","reference"]},{"id":"jikan/people","site":"jikan","command":"people","description":"Search MyAnimeList people through Jikan by Japanese name, romaji, or alias","terms":["jikan","jikan","people","people","search","myanimelist","people","through","jikan","japanese","name","romaji","alias","reference"]},{"id":"jike/comment","site":"jike","command":"comment","description":"Comment on a Jike post","terms":["jike","jike","comment","comment","comment","jike","post","social"]},{"id":"jike/create","site":"jike","command":"create","description":"Create a Jike post","terms":["jike","jike","create","create","create","jike","post","social"]},{"id":"jike/feed","site":"jike","command":"feed","description":"Jike following feed","terms":["jike","jike","feed","feed","jike","following","feed","social"]},{"id":"jike/like","site":"jike","command":"like","description":"Like a Jike post","terms":["jike","jike","like","like","like","jike","post","social"]},{"id":"jike/notifications","site":"jike","command":"notifications","description":"Jike notifications","terms":["jike","jike","notifications","notifications","jike","notifications","social"]},{"id":"jike/post","site":"jike","command":"post","description":"Jike post detail with comments","terms":["jike","jike","post","post","jike","post","detail","with","comments","social"]},{"id":"jike/repost","site":"jike","command":"repost","description":"Repost a Jike post","terms":["jike","jike","repost","repost","repost","jike","post","social"]},{"id":"jike/search","site":"jike","command":"search","description":"Search Jike posts by keyword","terms":["jike","jike","search","search","search","jike","posts","keyword","social"]},{"id":"jike/topic","site":"jike","command":"topic","description":"Jike topic/group posts","terms":["jike","jike","topic","topic","jike","topic","group","posts","social"]},{"id":"jike/user","site":"jike","command":"user","description":"Jike user posts","terms":["jike","jike","user","user","jike","user","posts","social"]},{"id":"jimeng/generate","site":"jimeng","command":"generate","description":"Generate images with Jimeng AI (text-to-image)","terms":["jimeng","jimeng","generate","generate","generate","images","with","jimeng","ai","text","image","ai"]},{"id":"jimeng/history","site":"jimeng","command":"history","description":"List Jimeng AI generation history","terms":["jimeng","jimeng","history","history","list","jimeng","ai","generation","history","ai"]},{"id":"jimeng/new","site":"jimeng","command":"new","description":"Open a new Jimeng generation workspace","terms":["jimeng","jimeng","new","new","open","new","jimeng","generation","workspace","ai"]},{"id":"jimeng/workspaces","site":"jimeng","command":"workspaces","description":"List Jimeng visible workspaces","terms":["jimeng","jimeng","workspaces","workspaces","list","jimeng","visible","workspaces","ai"]},{"id":"jpo/get","site":"jpo","command":"get","description":"Fetch a JPO application by application number","terms":["jpo","jpo","get","get","fetch","jpo","application","application","number","patent"]},{"id":"jpo/search","site":"jpo","command":"search","description":"Search JPO Patent Information Retrieval API","terms":["jpo","jpo","search","search","search","jpo","patent","information","retrieval","api","patent"]},{"id":"jq/format","site":"jq","command":"format","description":"Pretty-print and format JSON data","terms":["jq","jq","format","format","pretty","print","format","json","data"]},{"id":"jq/query","site":"jq","command":"query","description":"Query JSON data using a jq filter expression","terms":["jq","jq","query","query","query","json","data","using","jq","filter","expression"]},{"id":"juejin/hot","site":"juejin","command":"hot","description":"掘金全站热门推荐 / Juejin all-categories hot feed","terms":["juejin","juejin","hot","hot","掘金全站热门推荐","juejin","all","categories","hot","feed","dev"]},{"id":"juejin/search","site":"juejin","command":"search","description":"掘金全文搜索 / Juejin full-text search","terms":["juejin","juejin","search","search","掘金全文搜索","juejin","full","text","search","dev"]},{"id":"kdenlive/effects","site":"kdenlive","command":"effects","description":"List available MLT video/audio effects","terms":["kdenlive","kdenlive","effects","effects","list","available","mlt","video","audio","effects","desktop"]},{"id":"kdenlive/info","site":"kdenlive","command":"info","description":"Extract project metadata from a .kdenlive file (tracks, clips, duration)","terms":["kdenlive","kdenlive","info","info","extract","project","metadata","from","kdenlive","file","tracks","clips","duration","desktop"]},{"id":"kdenlive/render","site":"kdenlive","command":"render","description":"Render a Kdenlive project to video file via melt","terms":["kdenlive","kdenlive","render","render","render","kdenlive","project","video","file","via","melt","desktop"]},{"id":"ke/chengjiao","site":"ke","command":"chengjiao","description":"Browse Ke.com recent transaction records","terms":["ke","ke","chengjiao","chengjiao","browse","ke","com","recent","transaction","records"]},{"id":"ke/ershoufang","site":"ke","command":"ershoufang","description":"Ke.com (Beike) second-hand housing listings","terms":["ke","ke","ershoufang","ershoufang","ke","com","beike","second","hand","housing","listings"]},{"id":"ke/xiaoqu","site":"ke","command":"xiaoqu","description":"Ke.com (Beike) neighborhood/community listings","terms":["ke","ke","xiaoqu","xiaoqu","ke","com","beike","neighborhood","community","listings"]},{"id":"ke/zufang","site":"ke","command":"zufang","description":"Browse Ke.com rental listings","terms":["ke","ke","zufang","zufang","browse","ke","com","rental","listings"]},{"id":"kipris/get","site":"kipris","command":"get","description":"Fetch a KIPRIS biblio record by application number","terms":["kipris","kipris","get","get","fetch","kipris","biblio","record","application","number","patent"]},{"id":"kipris/legal-status","site":"kipris","command":"legal-status","description":"KIPRIS right-trans / registration events for a Korean application","terms":["kipris","kipris","legal-status","legal","status","kipris","right","trans","registration","events","korean","application","patent"]},{"id":"kipris/search","site":"kipris","command":"search","description":"Search KIPRIS Plus REST for Korean patents/utility models","terms":["kipris","kipris","search","search","search","kipris","plus","rest","korean","patents","utility","models","patent"]},{"id":"kitsu/anime","site":"kitsu","command":"anime","description":"Search Kitsu anime by Japanese title, romaji, alias, or keyword","terms":["kitsu","kitsu","anime","anime","search","kitsu","anime","japanese","title","romaji","alias","keyword","reference"]},{"id":"kitsu/manga","site":"kitsu","command":"manga","description":"Search Kitsu manga by Japanese title, romaji, alias, or keyword","terms":["kitsu","kitsu","manga","manga","search","kitsu","manga","japanese","title","romaji","alias","keyword","reference"]},{"id":"konachan/detail","site":"konachan","command":"detail","description":"Get Konachan post detail by post id","terms":["konachan","konachan","detail","detail","get","konachan","post","detail","post","id","content"]},{"id":"konachan/download","site":"konachan","command":"download","description":"Download Konachan post image by post id","terms":["konachan","konachan","download","download","download","konachan","post","image","post","id","content"]},{"id":"konachan/search","site":"konachan","command":"search","description":"Search Konachan illustration posts by Japanese, romaji, or Moebooru tag query","terms":["konachan","konachan","search","search","search","konachan","illustration","posts","japanese","romaji","moebooru","tag","query","content"]},{"id":"konachan/tags","site":"konachan","command":"tags","description":"Search Konachan tags by Japanese name, romaji, or tag prefix","terms":["konachan","konachan","tags","tags","search","konachan","tags","japanese","name","romaji","tag","prefix","content"]},{"id":"krita/batch","site":"krita","command":"batch","description":"Batch convert multiple image files to a target format","terms":["krita","krita","batch","batch","batch","convert","multiple","image","files","target","format","desktop"]},{"id":"krita/convert","site":"krita","command":"convert","description":"Convert image between formats using Krita's headless mode","terms":["krita","krita","convert","convert","convert","image","between","formats","using","krita","headless","mode","desktop"]},{"id":"krita/export","site":"krita","command":"export","description":"Export a .kra file to PNG, JPEG, or other image format","terms":["krita","krita","export","export","export","kra","file","png","jpeg","other","image","format","desktop"]},{"id":"krita/info","site":"krita","command":"info","description":"Extract metadata from a Krita .kra file (dimensions, layers, color space)","terms":["krita","krita","info","info","extract","metadata","from","krita","kra","file","dimensions","layers","color","space","desktop"]},{"id":"kuaishou/hot","site":"kuaishou","command":"hot","description":"Kuaishou trending videos","terms":["kuaishou","kuaishou","hot","hot","kuaishou","trending","videos","video"]},{"id":"kuaishou/search","site":"kuaishou","command":"search","description":"Search Kuaishou videos","terms":["kuaishou","kuaishou","search","search","search","kuaishou","videos","video"]},{"id":"lark/click-text","site":"lark","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Lark","terms":["lark","lark","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","lark","social"]},{"id":"lark/dump","site":"lark","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Lark","terms":["lark","lark","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","lark","social"]},{"id":"lark/open-app","site":"lark","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Lark","terms":["lark","lark","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","lark","social"]},{"id":"lark/press","site":"lark","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Lark","terms":["lark","lark","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","lark","social"]},{"id":"lark/snapshot-app","site":"lark","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Lark","terms":["lark","lark","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","lark","social"]},{"id":"lark/status-app","site":"lark","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Lark","terms":["lark","lark","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","lark","social"]},{"id":"lark/type-text","site":"lark","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Lark","terms":["lark","lark","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","lark","social"]},{"id":"lark/version","site":"lark","command":"version","description":"Check Lark CLI version and status","terms":["lark","lark","version","version","check","lark","cli","version","status","social"]},{"id":"leetcode/discuss-search","site":"leetcode","command":"discuss-search","description":"LeetCode Discuss 文章关键词搜索 / Search LeetCode Discuss articles by keyword","terms":["leetcode","leetcode","discuss-search","discuss","search","leetcode","discuss","文章关键词搜索","search","leetcode","discuss","articles","keyword"]},{"id":"lens/get","site":"lens","command":"get","description":"Retrieve a single Lens.org patent record by publication number","terms":["lens","lens","get","get","retrieve","single","lens","org","patent","record","publication","number"]},{"id":"lens/search","site":"lens","command":"search","description":"Search Lens.org's combined patent corpus via the Scholarly Works DSL","terms":["lens","lens","search","search","search","lens","org","combined","patent","corpus","via","scholarly","works","dsl"]},{"id":"lesswrong/comments","site":"lesswrong","command":"comments","description":"Top comments on a post","terms":["lesswrong","lesswrong","comments","comments","top","comments","post","content"]},{"id":"lesswrong/curated","site":"lesswrong","command":"curated","description":"Curated editor's picks","terms":["lesswrong","lesswrong","curated","curated","curated","editor","picks","content"]},{"id":"lesswrong/frontpage","site":"lesswrong","command":"frontpage","description":"Algorithmic frontpage posts","terms":["lesswrong","lesswrong","frontpage","frontpage","algorithmic","frontpage","posts","content"]},{"id":"lesswrong/new","site":"lesswrong","command":"new","description":"Latest posts","terms":["lesswrong","lesswrong","new","new","latest","posts","content"]},{"id":"lesswrong/read","site":"lesswrong","command":"read","description":"Read full post by URL or ID","terms":["lesswrong","lesswrong","read","read","read","full","post","url","id","content"]},{"id":"lesswrong/sequences","site":"lesswrong","command":"sequences","description":"List post collections (sequences)","terms":["lesswrong","lesswrong","sequences","sequences","list","post","collections","sequences","content"]},{"id":"lesswrong/shortform","site":"lesswrong","command":"shortform","description":"Quick takes / shortform posts","terms":["lesswrong","lesswrong","shortform","shortform","quick","takes","shortform","posts","content"]},{"id":"lesswrong/tag","site":"lesswrong","command":"tag","description":"Posts by tag slug","terms":["lesswrong","lesswrong","tag","tag","posts","tag","slug","content"]},{"id":"lesswrong/tags","site":"lesswrong","command":"tags","description":"List popular tags","terms":["lesswrong","lesswrong","tags","tags","list","popular","tags","content"]},{"id":"lesswrong/top","site":"lesswrong","command":"top","description":"Top all-time posts","terms":["lesswrong","lesswrong","top","top","top","all","time","posts","content"]},{"id":"lesswrong/top-month","site":"lesswrong","command":"top-month","description":"Top posts this month","terms":["lesswrong","lesswrong","top-month","top","month","top","posts","this","month","content"]},{"id":"lesswrong/top-week","site":"lesswrong","command":"top-week","description":"Top posts this week","terms":["lesswrong","lesswrong","top-week","top","week","top","posts","this","week","content"]},{"id":"lesswrong/top-year","site":"lesswrong","command":"top-year","description":"Top posts this year","terms":["lesswrong","lesswrong","top-year","top","year","top","posts","this","year","content"]},{"id":"lesswrong/user","site":"lesswrong","command":"user","description":"User profile","terms":["lesswrong","lesswrong","user","user","user","profile","content"]},{"id":"lesswrong/user-posts","site":"lesswrong","command":"user-posts","description":"List a user's posts","terms":["lesswrong","lesswrong","user-posts","user","posts","list","user","posts","content"]},{"id":"libreoffice/convert","site":"libreoffice","command":"convert","description":"Convert documents headlessly to PDF or other formats via LibreOffice","terms":["libreoffice","libreoffice","convert","convert","convert","documents","headlessly","pdf","other","formats","via","libreoffice","desktop"]},{"id":"libreoffice/print","site":"libreoffice","command":"print","description":"Print document to file headlessly via LibreOffice","terms":["libreoffice","libreoffice","print","print","print","document","file","headlessly","via","libreoffice","desktop"]},{"id":"lichess/top","site":"lichess","command":"top","description":"Top-N Lichess leaderboard for a perf type","terms":["lichess","lichess","top","top","top","lichess","leaderboard","perf","type"]},{"id":"lichess/user","site":"lichess","command":"user","description":"Fetch a public Lichess player profile by username","terms":["lichess","lichess","user","user","fetch","public","lichess","player","profile","username"]},{"id":"linear/click-text","site":"linear","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Linear","terms":["linear","linear","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","linear","utility"]},{"id":"linear/dump","site":"linear","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Linear","terms":["linear","linear","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","linear","utility"]},{"id":"linear/issue-create","site":"linear","command":"issue-create","description":"Create a new Linear issue","terms":["linear","linear","issue-create","issue","create","create","new","linear","issue","utility"]},{"id":"linear/issue-list","site":"linear","command":"issue-list","description":"List Linear issues (optional project/state filter)","terms":["linear","linear","issue-list","issue","list","list","linear","issues","optional","project","state","filter","utility"]},{"id":"linear/issue-update","site":"linear","command":"issue-update","description":"Update a Linear issue's workflow state","terms":["linear","linear","issue-update","issue","update","update","linear","issue","workflow","state","utility"]},{"id":"linear/open-app","site":"linear","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Linear","terms":["linear","linear","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","linear","utility"]},{"id":"linear/press","site":"linear","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Linear","terms":["linear","linear","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","linear","utility"]},{"id":"linear/snapshot-app","site":"linear","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Linear","terms":["linear","linear","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","linear","utility"]},{"id":"linear/status-app","site":"linear","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Linear","terms":["linear","linear","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","linear","utility"]},{"id":"linear/type-text","site":"linear","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Linear","terms":["linear","linear","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","linear","utility"]},{"id":"linkedin/jobs","site":"linkedin","command":"jobs","description":"Search LinkedIn job postings","terms":["linkedin","linkedin","jobs","jobs","search","linkedin","job","postings","jobs"]},{"id":"linkedin/profile","site":"linkedin","command":"profile","description":"LinkedIn user profile details","terms":["linkedin","linkedin","profile","profile","linkedin","user","profile","details","jobs"]},{"id":"linkedin/search","site":"linkedin","command":"search","description":"Search LinkedIn profiles, jobs, and content","terms":["linkedin","linkedin","search","search","search","linkedin","profiles","jobs","content","jobs"]},{"id":"linkedin/timeline","site":"linkedin","command":"timeline","description":"LinkedIn feed (recent posts from connections)","terms":["linkedin","linkedin","timeline","timeline","linkedin","feed","recent","posts","from","connections","jobs"]},{"id":"linux-do/categories","site":"linux-do","command":"categories","description":"List all Linux.do forum categories","terms":["linux-do","linux","do","categories","categories","list","all","linux","forum","categories","social"]},{"id":"linux-do/category","site":"linux-do","command":"category","description":"Topics in a Linux.do category","terms":["linux-do","linux","do","category","category","topics","linux","category","social"]},{"id":"linux-do/feed","site":"linux-do","command":"feed","description":"Linux.do personal feed (new topics)","terms":["linux-do","linux","do","feed","feed","linux","personal","feed","new","topics","social"]},{"id":"linux-do/hot","site":"linux-do","command":"hot","description":"Linux.do hot topics","terms":["linux-do","linux","do","hot","hot","linux","hot","topics","social"]},{"id":"linux-do/latest","site":"linux-do","command":"latest","description":"Linux.do latest topics","terms":["linux-do","linux","do","latest","latest","linux","latest","topics","social"]},{"id":"linux-do/search","site":"linux-do","command":"search","description":"Search Linux.do forum topics","terms":["linux-do","linux","do","search","search","search","linux","forum","topics","social"]},{"id":"linux-do/tags","site":"linux-do","command":"tags","description":"List Linux.do forum tags","terms":["linux-do","linux","do","tags","tags","list","linux","forum","tags","social"]},{"id":"linux-do/topic","site":"linux-do","command":"topic","description":"Linux.do topic detail and replies","terms":["linux-do","linux","do","topic","topic","linux","topic","detail","replies","social"]},{"id":"linux-do/topic-content","site":"linux-do","command":"topic-content","description":"Read the main Linux.do topic body as Markdown","terms":["linux-do","linux","do","topic-content","topic","content","read","main","linux","topic","body","markdown","social"]},{"id":"linux-do/user-posts","site":"linux-do","command":"user-posts","description":"Linux.do user posts (replies)","terms":["linux-do","linux","do","user-posts","user","posts","linux","user","posts","replies","social"]},{"id":"linux-do/user-topics","site":"linux-do","command":"user-topics","description":"Linux.do topics created by a user","terms":["linux-do","linux","do","user-topics","user","topics","linux","topics","created","user","social"]},{"id":"lobsters/active","site":"lobsters","command":"active","description":"Lobste.rs most active discussions","terms":["lobsters","lobsters","active","active","lobste","rs","most","active","discussions","social"]},{"id":"lobsters/domain","site":"lobsters","command":"domain","description":"Lobste.rs stories submitted from a specific domain","terms":["lobsters","lobsters","domain","domain","lobste","rs","stories","submitted","from","specific","domain","social"]},{"id":"lobsters/hot","site":"lobsters","command":"hot","description":"Lobste.rs hottest stories","terms":["lobsters","lobsters","hot","hot","lobste","rs","hottest","stories","social"]},{"id":"lobsters/newest","site":"lobsters","command":"newest","description":"Lobste.rs newest stories","terms":["lobsters","lobsters","newest","newest","lobste","rs","newest","stories","social"]},{"id":"lobsters/read","site":"lobsters","command":"read","description":"Read a Lobste.rs story and its comment tree","terms":["lobsters","lobsters","read","read","read","lobste","rs","story","its","comment","tree","social"]},{"id":"lobsters/search","site":"lobsters","command":"search","description":"Search Lobsters stories","terms":["lobsters","lobsters","search","search","search","lobsters","stories","social"]},{"id":"lobsters/tag","site":"lobsters","command":"tag","description":"Lobste.rs stories by tag","terms":["lobsters","lobsters","tag","tag","lobste","rs","stories","tag","social"]},{"id":"macos/active-app","site":"macos","command":"active-app","description":"Get the currently active macOS application","terms":["macos","macos","active-app","active","app","get","currently","active","macos","application","desktop"]},{"id":"macos/app-actions","site":"macos","command":"app-actions","description":"List real-time Shortcuts app actions and App Intents exposed by installed macOS apps","terms":["macos","macos","app-actions","app","actions","list","real","time","shortcuts","app","actions","app","intents","exposed","installed","macos","apps","desktop"]},{"id":"macos/apps","site":"macos","command":"apps","description":"List running applications with name, PID, and bundle ID","terms":["macos","macos","apps","apps","list","running","applications","with","name","pid","bundle","id","desktop"]},{"id":"macos/apps-list","site":"macos","command":"apps-list","description":"List installed macOS applications","terms":["macos","macos","apps-list","apps","list","list","installed","macos","applications","desktop"]},{"id":"macos/automation-smoke","site":"macos","command":"automation-smoke","description":"Probe macOS automation reproducibility across Shortcuts CLI, Shortcuts ToolKit API, and AX/System Events","terms":["macos","macos","automation-smoke","automation","smoke","probe","macos","automation","reproducibility","across","shortcuts","cli","shortcuts","toolkit","api","ax","system","events","desktop"]},{"id":"macos/battery","site":"macos","command":"battery","description":"Get battery percentage, charging status, and time remaining","terms":["macos","macos","battery","battery","get","battery","percentage","charging","status","time","remaining","desktop"]},{"id":"macos/bluetooth","site":"macos","command":"bluetooth","description":"Check macOS Bluetooth status","terms":["macos","macos","bluetooth","bluetooth","check","macos","bluetooth","status","desktop"]},{"id":"macos/brightness","site":"macos","command":"brightness","description":"Get current screen brightness","terms":["macos","macos","brightness","brightness","get","current","screen","brightness","desktop"]},{"id":"macos/caffeinate","site":"macos","command":"caffeinate","description":"Keep Mac awake for a specified duration (prevents display sleep)","terms":["macos","macos","caffeinate","caffeinate","keep","mac","awake","specified","duration","prevents","display","sleep","desktop"]},{"id":"macos/calendar-create","site":"macos","command":"calendar-create","description":"Create a new calendar event with title, date, time, and duration","terms":["macos","macos","calendar-create","calendar","create","create","new","calendar","event","with","title","date","time","duration","desktop"]},{"id":"macos/calendar-list","site":"macos","command":"calendar-list","description":"List calendar events for the next N days","terms":["macos","macos","calendar-list","calendar","list","list","calendar","events","next","days","desktop"]},{"id":"macos/calendar-today","site":"macos","command":"calendar-today","description":"List today's calendar events from macOS Calendar.app","terms":["macos","macos","calendar-today","calendar","today","list","today","calendar","events","from","macos","calendar","app","desktop"]},{"id":"macos/clipboard","site":"macos","command":"clipboard","description":"Get current clipboard text contents","terms":["macos","macos","clipboard","clipboard","get","current","clipboard","text","contents","desktop"]},{"id":"macos/contacts-search","site":"macos","command":"contacts-search","description":"Search contacts by name, email, or phone","terms":["macos","macos","contacts-search","contacts","search","search","contacts","name","email","phone","desktop"]},{"id":"macos/dark-mode","site":"macos","command":"dark-mode","description":"Get current dark mode status","terms":["macos","macos","dark-mode","dark","mode","get","current","dark","mode","status","desktop"]},{"id":"macos/disk-info","site":"macos","command":"disk-info","description":"Get disk names, capacity, and free space for all mounted volumes","terms":["macos","macos","disk-info","disk","info","get","disk","names","capacity","free","space","all","mounted","volumes","desktop"]},{"id":"macos/disk-usage","site":"macos","command":"disk-usage","description":"Get disk usage summary","terms":["macos","macos","disk-usage","disk","usage","get","disk","usage","summary","desktop"]},{"id":"macos/do-not-disturb","site":"macos","command":"do-not-disturb","description":"Toggle macOS Focus/Do Not Disturb mode","terms":["macos","macos","do-not-disturb","do","not","disturb","toggle","macos","focus","not","disturb","mode","desktop"]},{"id":"macos/empty-trash","site":"macos","command":"empty-trash","description":"Empty the macOS Trash","terms":["macos","macos","empty-trash","empty","trash","empty","macos","trash","desktop"]},{"id":"macos/finder-copy","site":"macos","command":"finder-copy","description":"Copy a file or folder to a destination path","terms":["macos","macos","finder-copy","finder","copy","copy","file","folder","destination","path","desktop"]},{"id":"macos/finder-move","site":"macos","command":"finder-move","description":"Move or rename a file or folder","terms":["macos","macos","finder-move","finder","move","move","rename","file","folder","desktop"]},{"id":"macos/finder-new-folder","site":"macos","command":"finder-new-folder","description":"Create a new directory (with intermediate directories)","terms":["macos","macos","finder-new-folder","finder","new","folder","create","new","directory","with","intermediate","directories","desktop"]},{"id":"macos/finder-recent","site":"macos","command":"finder-recent","description":"List files opened in the last 7 days","terms":["macos","macos","finder-recent","finder","recent","list","files","opened","last","days","desktop"]},{"id":"macos/finder-selection","site":"macos","command":"finder-selection","description":"Get currently selected files in Finder","terms":["macos","macos","finder-selection","finder","selection","get","currently","selected","files","finder","desktop"]},{"id":"macos/finder-tags","site":"macos","command":"finder-tags","description":"List Finder tags on a file or directory","terms":["macos","macos","finder-tags","finder","tags","list","finder","tags","file","directory","desktop"]},{"id":"macos/lock-screen","site":"macos","command":"lock-screen","description":"Lock the screen (put display to sleep)","terms":["macos","macos","lock-screen","lock","screen","lock","screen","put","display","sleep","desktop"]},{"id":"macos/mail-send","site":"macos","command":"mail-send","description":"Send an email using Mail.app","terms":["macos","macos","mail-send","mail","send","send","email","using","mail","app","desktop"]},{"id":"macos/mail-status","site":"macos","command":"mail-status","description":"Get Mail.app accounts and unread message counts","terms":["macos","macos","mail-status","mail","status","get","mail","app","accounts","unread","message","counts","desktop"]},{"id":"macos/messages-send","site":"macos","command":"messages-send","description":"Send an iMessage to a contact","terms":["macos","macos","messages-send","messages","send","send","imessage","contact","desktop"]},{"id":"macos/music-control","site":"macos","command":"music-control","description":"Control Apple Music playback (play, pause, next, prev, toggle)","terms":["macos","macos","music-control","music","control","control","apple","music","playback","play","pause","next","prev","toggle","desktop"]},{"id":"macos/music-now","site":"macos","command":"music-now","description":"Get currently playing track from Apple Music","terms":["macos","macos","music-now","music","now","get","currently","playing","track","from","apple","music","desktop"]},{"id":"macos/notes-list","site":"macos","command":"notes-list","description":"List recent Apple Notes with folder and modification date","terms":["macos","macos","notes-list","notes","list","list","recent","apple","notes","with","folder","modification","date","desktop"]},{"id":"macos/notes-search","site":"macos","command":"notes-search","description":"Search Apple Notes by title or content","terms":["macos","macos","notes-search","notes","search","search","apple","notes","title","content","desktop"]},{"id":"macos/notification","site":"macos","command":"notification","description":"Send a macOS notification","terms":["macos","macos","notification","notification","send","macos","notification","desktop"]},{"id":"macos/notify","site":"macos","command":"notify","description":"Send a macOS notification with title and optional subtitle","terms":["macos","macos","notify","notify","send","macos","notification","with","title","optional","subtitle","desktop"]},{"id":"macos/open","site":"macos","command":"open","description":"Open a file, URL, or application using macOS open command","terms":["macos","macos","open","open","open","file","url","application","using","macos","open","command","desktop"]},{"id":"macos/open-app","site":"macos","command":"open-app","description":"Open a macOS application","terms":["macos","macos","open-app","open","app","open","macos","application","desktop"]},{"id":"macos/photos-search","site":"macos","command":"photos-search","description":"Search Apple Photos library by keyword","terms":["macos","macos","photos-search","photos","search","search","apple","photos","library","keyword","desktop"]},{"id":"macos/processes","site":"macos","command":"processes","description":"List top processes by CPU usage","terms":["macos","macos","processes","processes","list","top","processes","cpu","usage","desktop"]},{"id":"macos/reminder-create","site":"macos","command":"reminder-create","description":"Create a new reminder in Reminders.app","terms":["macos","macos","reminder-create","reminder","create","create","new","reminder","reminders","app","desktop"]},{"id":"macos/reminders-complete","site":"macos","command":"reminders-complete","description":"Mark a reminder as complete in macOS Reminders.app","terms":["macos","macos","reminders-complete","reminders","complete","mark","reminder","complete","macos","reminders","app","desktop"]},{"id":"macos/reminders-list","site":"macos","command":"reminders-list","description":"List all reminders from macOS Reminders.app","terms":["macos","macos","reminders-list","reminders","list","list","all","reminders","from","macos","reminders","app","desktop"]},{"id":"macos/safari-history","site":"macos","command":"safari-history","description":"Get recent Safari browsing history via SQLite","terms":["macos","macos","safari-history","safari","history","get","recent","safari","browsing","history","via","sqlite","desktop"]},{"id":"macos/safari-tabs","site":"macos","command":"safari-tabs","description":"List all open Safari tabs","terms":["macos","macos","safari-tabs","safari","tabs","list","all","open","safari","tabs","desktop"]},{"id":"macos/safari-url","site":"macos","command":"safari-url","description":"Get the URL and title of the active Safari tab","terms":["macos","macos","safari-url","safari","url","get","url","title","active","safari","tab","desktop"]},{"id":"macos/say","site":"macos","command":"say","description":"Speak text aloud using macOS text-to-speech","terms":["macos","macos","say","say","speak","text","aloud","using","macos","text","speech","desktop"]},{"id":"macos/screen-lock","site":"macos","command":"screen-lock","description":"Lock the macOS screen","terms":["macos","macos","screen-lock","screen","lock","lock","macos","screen","desktop"]},{"id":"macos/screen-recording","site":"macos","command":"screen-recording","description":"Record the screen to a video file using screencapture","terms":["macos","macos","screen-recording","screen","recording","record","screen","video","file","using","screencapture","desktop"]},{"id":"macos/screenshot","site":"macos","command":"screenshot","description":"Take a screenshot and save to file or clipboard","terms":["macos","macos","screenshot","screenshot","take","screenshot","save","file","clipboard","desktop"]},{"id":"macos/shortcuts-list","site":"macos","command":"shortcuts-list","description":"List all Shortcuts.app shortcuts","terms":["macos","macos","shortcuts-list","shortcuts","list","list","all","shortcuts","app","shortcuts","desktop"]},{"id":"macos/shortcuts-run","site":"macos","command":"shortcuts-run","description":"Run a Shortcuts.app shortcut","terms":["macos","macos","shortcuts-run","shortcuts","run","run","shortcuts","app","shortcut","desktop"]},{"id":"macos/sleep","site":"macos","command":"sleep","description":"Put macOS to sleep","terms":["macos","macos","sleep","sleep","put","macos","sleep","desktop"]},{"id":"macos/spotlight","site":"macos","command":"spotlight","description":"Search files by name using Spotlight index","terms":["macos","macos","spotlight","spotlight","search","files","name","using","spotlight","index","desktop"]},{"id":"macos/system-info","site":"macos","command":"system-info","description":"Get hardware model, processor, memory, and OS version","terms":["macos","macos","system-info","system","info","get","hardware","model","processor","memory","os","version","desktop"]},{"id":"macos/trash","site":"macos","command":"trash","description":"Get Trash item count and list of items","terms":["macos","macos","trash","trash","get","trash","item","count","list","items","desktop"]},{"id":"macos/uptime","site":"macos","command":"uptime","description":"Get system uptime","terms":["macos","macos","uptime","uptime","get","system","uptime","desktop"]},{"id":"macos/volume","site":"macos","command":"volume","description":"Get system volume settings (output, input, alert levels and mute status)","terms":["macos","macos","volume","volume","get","system","volume","settings","output","input","alert","levels","mute","status","desktop"]},{"id":"macos/wallpaper","site":"macos","command":"wallpaper","description":"Get or set the desktop wallpaper","terms":["macos","macos","wallpaper","wallpaper","get","set","desktop","wallpaper","desktop"]},{"id":"macos/wifi","site":"macos","command":"wifi","description":"Get Wi-Fi status or turn Wi-Fi on/off","terms":["macos","macos","wifi","wifi","get","wi","fi","status","turn","wi","fi","off","desktop"]},{"id":"macos/wifi-info","site":"macos","command":"wifi-info","description":"Get current WiFi connection info","terms":["macos","macos","wifi-info","wifi","info","get","current","wifi","connection","info","desktop"]},{"id":"maimai/search","site":"maimai","command":"search","description":"Search talents/people on Maimai (requires login)","terms":["maimai","maimai","search","search","search","talents","people","maimai","requires","login","jobs"]},{"id":"maimai/search-talents","site":"maimai","command":"search-talents","description":"Search Maimai talent profiles with filters","terms":["maimai","maimai","search-talents","search","talents","search","maimai","talent","profiles","with","filters","jobs"]},{"id":"mangadex/authors","site":"mangadex","command":"authors","description":"Search MangaDex authors and artists by public name or romaji","terms":["mangadex","mangadex","authors","authors","search","mangadex","authors","artists","public","name","romaji","reference"]},{"id":"mangadex/manga","site":"mangadex","command":"manga","description":"Search MangaDex manga by Japanese title, romaji, alias, or keyword","terms":["mangadex","mangadex","manga","manga","search","mangadex","manga","japanese","title","romaji","alias","keyword","reference"]},{"id":"maoyan/hot","site":"maoyan","command":"hot","description":"Maoyan current hot movies (box office)","terms":["maoyan","maoyan","hot","hot","maoyan","current","hot","movies","box","office","shopping"]},{"id":"maoyan/search","site":"maoyan","command":"search","description":"Search movies on Maoyan","terms":["maoyan","maoyan","search","search","search","movies","maoyan","shopping"]},{"id":"mastodon/search","site":"mastodon","command":"search","description":"Search posts on a Mastodon instance","terms":["mastodon","mastodon","search","search","search","posts","mastodon","instance","social"]},{"id":"mastodon/statuses","site":"mastodon","command":"statuses","description":"Get recent public statuses from a Mastodon account","terms":["mastodon","mastodon","statuses","statuses","get","recent","public","statuses","from","mastodon","account","social"]},{"id":"mastodon/timeline","site":"mastodon","command":"timeline","description":"Get Mastodon public timeline","terms":["mastodon","mastodon","timeline","timeline","get","mastodon","public","timeline","social"]},{"id":"mastodon/trending","site":"mastodon","command":"trending","description":"Trending posts on a Mastodon instance (default mastodon.social)","terms":["mastodon","mastodon","trending","trending","trending","posts","mastodon","instance","default","mastodon","social","social"]},{"id":"mastodon/user","site":"mastodon","command":"user","description":"Get Mastodon user profile","terms":["mastodon","mastodon","user","user","get","mastodon","user","profile","social"]},{"id":"maven/artifact","site":"maven","command":"artifact","description":"Fetch Maven Central artifact version history","terms":["maven","maven","artifact","artifact","fetch","maven","central","artifact","version","history","dev"]},{"id":"maven/info","site":"maven","command":"info","description":"Get Maven Central artifact metadata","terms":["maven","maven","info","info","get","maven","central","artifact","metadata","dev"]},{"id":"maven/search","site":"maven","command":"search","description":"Search Maven Central artifacts","terms":["maven","maven","search","search","search","maven","central","artifacts","dev"]},{"id":"mdn/search","site":"mdn","command":"search","description":"Search MDN Web Docs by keyword","terms":["mdn","mdn","search","search","search","mdn","web","docs","keyword"]},{"id":"medium/article","site":"medium","command":"article","description":"Read a Medium article as Markdown","terms":["medium","medium","article","article","read","medium","article","markdown","content"]},{"id":"medium/feed","site":"medium","command":"feed","description":"Medium trending articles by topic","terms":["medium","medium","feed","feed","medium","trending","articles","topic","content"]},{"id":"medium/search","site":"medium","command":"search","description":"Search Medium articles","terms":["medium","medium","search","search","search","medium","articles","content"]},{"id":"medium/tag","site":"medium","command":"tag","description":"Latest Medium articles tagged with a keyword from RSS","terms":["medium","medium","tag","tag","latest","medium","articles","tagged","with","keyword","from","rss","content"]},{"id":"medium/trending","site":"medium","command":"trending","description":"Medium trending articles","terms":["medium","medium","trending","trending","medium","trending","articles","content"]},{"id":"medium/user","site":"medium","command":"user","description":"Medium user profile and recent articles","terms":["medium","medium","user","user","medium","user","profile","recent","articles","content"]},{"id":"meituan/search","site":"meituan","command":"search","description":"Search restaurants/shops on Meituan","terms":["meituan","meituan","search","search","search","restaurants","shops","meituan","shopping"]},{"id":"mermaid/render","site":"mermaid","command":"render","description":"Render Mermaid diagram code to an image file","terms":["mermaid","mermaid","render","render","render","mermaid","diagram","code","image","file","desktop"]},{"id":"minimax/chat","site":"minimax","command":"chat","description":"MiniMax M2 chat completion (OpenAI-compatible API)","terms":["minimax","minimax","chat","chat","minimax","m2","chat","completion","openai","compatible","api","ai"]},{"id":"minimax/models","site":"minimax","command":"models","description":"List available MiniMax models","terms":["minimax","minimax","models","models","list","available","minimax","models","ai"]},{"id":"minimax/tts","site":"minimax","command":"tts","description":"MiniMax text-to-speech generation","terms":["minimax","minimax","tts","tts","minimax","text","speech","generation","ai"]},{"id":"moegirl/links","site":"moegirl","command":"links","description":"Extract internal Moegirl article links from a page, useful for disambiguation pages","terms":["moegirl","moegirl","links","links","extract","internal","moegirl","article","links","from","page","useful","disambiguation","pages","reference"]},{"id":"moegirl/page","site":"moegirl","command":"page","description":"Read a Moegirl article as plain text with metadata","terms":["moegirl","moegirl","page","page","read","moegirl","article","plain","text","with","metadata","reference"]},{"id":"moegirl/search","site":"moegirl","command":"search","description":"Search Moegirl ACG wiki articles for characters, works, songs, games, and studios","terms":["moegirl","moegirl","search","search","search","moegirl","acg","wiki","articles","characters","works","songs","games","studios","reference"]},{"id":"motion-studio/component-get","site":"motion-studio","command":"component-get","description":"Fetch a Motion (motion.dev) example component as paste-ready code","terms":["motion-studio","motion","studio","component-get","component","get","fetch","motion","motion","dev","example","component","paste","ready","code"]},{"id":"mubu/doc","site":"mubu","command":"doc","description":"Read a Mubu document as Markdown-like text","terms":["mubu","mubu","doc","doc","read","mubu","document","markdown","like","text","productivity"]},{"id":"mubu/docs","site":"mubu","command":"docs","description":"List Mubu documents and folders","terms":["mubu","mubu","docs","docs","list","mubu","documents","folders","productivity"]},{"id":"mubu/list","site":"mubu","command":"list","description":"List Mubu documents","terms":["mubu","mubu","list","list","list","mubu","documents","productivity"]},{"id":"mubu/notes","site":"mubu","command":"notes","description":"Read Mubu quick notes for a date or date range","terms":["mubu","mubu","notes","notes","read","mubu","quick","notes","date","date","range","productivity"]},{"id":"mubu/recent","site":"mubu","command":"recent","description":"List recently edited Mubu documents","terms":["mubu","mubu","recent","recent","list","recently","edited","mubu","documents","productivity"]},{"id":"mubu/search","site":"mubu","command":"search","description":"Search Mubu notes","terms":["mubu","mubu","search","search","search","mubu","notes","productivity"]},{"id":"musescore/convert","site":"musescore","command":"convert","description":"Convert a MuseScore file to another format with explicit trim control","terms":["musescore","musescore","convert","convert","convert","musescore","file","another","format","with","explicit","trim","control","desktop"]},{"id":"musescore/export","site":"musescore","command":"export","description":"Export a MuseScore file to pdf, png, mp3, wav, midi, or musicxml (format inferred from output extension)","terms":["musescore","musescore","export","export","export","musescore","file","pdf","png","mp3","wav","midi","musicxml","format","inferred","from","output","extension","desktop"]},{"id":"musescore/info","site":"musescore","command":"info","description":"Extract metadata from a MuseScore file (title, composer, parts, measures)","terms":["musescore","musescore","info","info","extract","metadata","from","musescore","file","title","composer","parts","measures","desktop"]},{"id":"musescore/instruments","site":"musescore","command":"instruments","description":"List instruments/parts in a MuseScore file","terms":["musescore","musescore","instruments","instruments","list","instruments","parts","musescore","file","desktop"]},{"id":"musescore/transpose","site":"musescore","command":"transpose","description":"Transpose a score by semitones and export","terms":["musescore","musescore","transpose","transpose","transpose","score","semitones","export","desktop"]},{"id":"neonctl/projects","site":"neonctl","command":"projects","description":"List Neon database projects","terms":["neonctl","neonctl","projects","projects","list","neon","database","projects"]},{"id":"netease-music/click-text","site":"netease-music","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 NetEase Cloud Music","terms":["netease-music","netease","music","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","netease","cloud","music","audio"]},{"id":"netease-music/dump","site":"netease-music","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 NetEase Cloud Music","terms":["netease-music","netease","music","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","netease","cloud","music","audio"]},{"id":"netease-music/hot","site":"netease-music","command":"hot","description":"NetEase Cloud Music hot/trending songs","terms":["netease-music","netease","music","hot","hot","netease","cloud","music","hot","trending","songs","audio"]},{"id":"netease-music/next","site":"netease-music","command":"next","description":"Skip to next track in desktop Electron music app. 下一首 NetEase Cloud Music","terms":["netease-music","netease","music","next","next","skip","next","track","desktop","electron","music","app","下一首","netease","cloud","music","audio"]},{"id":"netease-music/open-app","site":"netease-music","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 NetEase Cloud Music","terms":["netease-music","netease","music","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","netease","cloud","music","audio"]},{"id":"netease-music/pause","site":"netease-music","command":"pause","description":"Pause playback in desktop Electron music app. 暂停音乐 NetEase Cloud Music","terms":["netease-music","netease","music","pause","pause","pause","playback","desktop","electron","music","app","暂停音乐","netease","cloud","music","audio"]},{"id":"netease-music/play","site":"netease-music","command":"play","description":"Start playback in desktop Electron music app. 播放音乐 NetEase Cloud Music","terms":["netease-music","netease","music","play","play","start","playback","desktop","electron","music","app","播放音乐","netease","cloud","music","audio"]},{"id":"netease-music/play-liked","site":"netease-music","command":"play-liked","description":"Open liked songs and play the liked playlist in desktop Electron music app. 打开我喜欢的音乐并播放 NetEase Cloud Music","terms":["netease-music","netease","music","play-liked","play","liked","open","liked","songs","play","liked","playlist","desktop","electron","music","app","打开我喜欢的音乐并播放","netease","cloud","music","audio"]},{"id":"netease-music/playlist","site":"netease-music","command":"playlist","description":"Get NetEase Cloud Music playlist tracks","terms":["netease-music","netease","music","playlist","playlist","get","netease","cloud","music","playlist","tracks","audio"]},{"id":"netease-music/press","site":"netease-music","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 NetEase Cloud Music","terms":["netease-music","netease","music","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","netease","cloud","music","audio"]},{"id":"netease-music/prev","site":"netease-music","command":"prev","description":"Skip to previous track in desktop Electron music app. 上一首 NetEase Cloud Music","terms":["netease-music","netease","music","prev","prev","skip","previous","track","desktop","electron","music","app","上一首","netease","cloud","music","audio"]},{"id":"netease-music/search","site":"netease-music","command":"search","description":"Search songs on NetEase Cloud Music","terms":["netease-music","netease","music","search","search","search","songs","netease","cloud","music","audio"]},{"id":"netease-music/snapshot-app","site":"netease-music","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 NetEase Cloud Music","terms":["netease-music","netease","music","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","netease","cloud","music","audio"]},{"id":"netease-music/status-app","site":"netease-music","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 NetEase Cloud Music","terms":["netease-music","netease","music","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","netease","cloud","music","audio"]},{"id":"netease-music/toggle","site":"netease-music","command":"toggle","description":"Toggle playback in desktop Electron music app. 切换播放暂停 NetEase Cloud Music","terms":["netease-music","netease","music","toggle","toggle","toggle","playback","desktop","electron","music","app","切换播放暂停","netease","cloud","music","audio"]},{"id":"netease-music/top","site":"netease-music","command":"top","description":"NetEase Cloud Music top charts","terms":["netease-music","netease","music","top","top","netease","cloud","music","top","charts","audio"]},{"id":"netease-music/type-text","site":"netease-music","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 NetEase Cloud Music","terms":["netease-music","netease","music","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","netease","cloud","music","audio"]},{"id":"netlify/sites","site":"netlify","command":"sites","description":"List Netlify sites","terms":["netlify","netlify","sites","sites","list","netlify","sites"]},{"id":"neurips/search","site":"neurips","command":"search","description":"Search NeurIPS proceedings by year","terms":["neurips","neurips","search","search","search","neurips","proceedings","year","scholarly"]},{"id":"notebooklm/current","site":"notebooklm","command":"current","description":"Get current NotebookLM notebook info","terms":["notebooklm","notebooklm","current","current","get","current","notebooklm","notebook","info","ai"]},{"id":"notebooklm/get","site":"notebooklm","command":"get","description":"Get NotebookLM notebook details","terms":["notebooklm","notebooklm","get","get","get","notebooklm","notebook","details","ai"]},{"id":"notebooklm/history","site":"notebooklm","command":"history","description":"Get NotebookLM chat history for a notebook","terms":["notebooklm","notebooklm","history","history","get","notebooklm","chat","history","notebook","ai"]},{"id":"notebooklm/list","site":"notebooklm","command":"list","description":"List all NotebookLM notebooks","terms":["notebooklm","notebooklm","list","list","list","all","notebooklm","notebooks","ai"]},{"id":"notebooklm/note-list","site":"notebooklm","command":"note-list","description":"List notes in a NotebookLM notebook","terms":["notebooklm","notebooklm","note-list","note","list","list","notes","notebooklm","notebook","ai"]},{"id":"notebooklm/notes-get","site":"notebooklm","command":"notes-get","description":"Get a specific note from NotebookLM","terms":["notebooklm","notebooklm","notes-get","notes","get","get","specific","note","from","notebooklm","ai"]},{"id":"notebooklm/open","site":"notebooklm","command":"open","description":"Open a NotebookLM notebook by ID","terms":["notebooklm","notebooklm","open","open","open","notebooklm","notebook","id","ai"]},{"id":"notebooklm/rpc","site":"notebooklm","command":"rpc","description":"Make a raw RPC call to NotebookLM backend","terms":["notebooklm","notebooklm","rpc","rpc","make","raw","rpc","call","notebooklm","backend","ai"]},{"id":"notebooklm/shared","site":"notebooklm","command":"shared","description":"List shared NotebookLM notebooks","terms":["notebooklm","notebooklm","shared","shared","list","shared","notebooklm","notebooks","ai"]},{"id":"notebooklm/source-fulltext","site":"notebooklm","command":"source-fulltext","description":"Get full text of a NotebookLM source","terms":["notebooklm","notebooklm","source-fulltext","source","fulltext","get","full","text","notebooklm","source","ai"]},{"id":"notebooklm/source-get","site":"notebooklm","command":"source-get","description":"Get a specific source from NotebookLM","terms":["notebooklm","notebooklm","source-get","source","get","get","specific","source","from","notebooklm","ai"]},{"id":"notebooklm/source-guide","site":"notebooklm","command":"source-guide","description":"Get NotebookLM source study guide","terms":["notebooklm","notebooklm","source-guide","source","guide","get","notebooklm","source","study","guide","ai"]},{"id":"notebooklm/source-list","site":"notebooklm","command":"source-list","description":"List sources in a NotebookLM notebook","terms":["notebooklm","notebooklm","source-list","source","list","list","sources","notebooklm","notebook","ai"]},{"id":"notebooklm/status","site":"notebooklm","command":"status","description":"Check NotebookLM login status","terms":["notebooklm","notebooklm","status","status","check","notebooklm","login","status","ai"]},{"id":"notebooklm/summary","site":"notebooklm","command":"summary","description":"Get NotebookLM notebook summary","terms":["notebooklm","notebooklm","summary","summary","get","notebooklm","notebook","summary","ai"]},{"id":"notion/click-text","site":"notion","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Notion","terms":["notion","notion","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","notion","productivity"]},{"id":"notion/databases","site":"notion","command":"databases","description":"List Notion databases","terms":["notion","notion","databases","databases","list","notion","databases","productivity"]},{"id":"notion/dump","site":"notion","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Notion","terms":["notion","notion","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","notion","productivity"]},{"id":"notion/export","site":"notion","command":"export","description":"Export current Notion page as markdown","terms":["notion","notion","export","export","export","current","notion","page","markdown","productivity"]},{"id":"notion/favorites","site":"notion","command":"favorites","description":"List Notion favorites","terms":["notion","notion","favorites","favorites","list","notion","favorites","productivity"]},{"id":"notion/new","site":"notion","command":"new","description":"Create new Notion page","terms":["notion","notion","new","new","create","new","notion","page","productivity"]},{"id":"notion/open-app","site":"notion","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Notion","terms":["notion","notion","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","notion","productivity"]},{"id":"notion/pages","site":"notion","command":"pages","description":"List recent Notion pages","terms":["notion","notion","pages","pages","list","recent","notion","pages","productivity"]},{"id":"notion/press","site":"notion","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Notion","terms":["notion","notion","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","notion","productivity"]},{"id":"notion/read","site":"notion","command":"read","description":"Read current Notion page content","terms":["notion","notion","read","read","read","current","notion","page","content","productivity"]},{"id":"notion/screenshot","site":"notion","command":"screenshot","description":"Screenshot current Notion page","terms":["notion","notion","screenshot","screenshot","screenshot","current","notion","page","productivity"]},{"id":"notion/search","site":"notion","command":"search","description":"Search Notion pages via web API","terms":["notion","notion","search","search","search","notion","pages","via","web","api","productivity"]},{"id":"notion/sidebar","site":"notion","command":"sidebar","description":"Read Notion sidebar navigation","terms":["notion","notion","sidebar","sidebar","read","notion","sidebar","navigation","productivity"]},{"id":"notion/snapshot-app","site":"notion","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Notion","terms":["notion","notion","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","notion","productivity"]},{"id":"notion/status","site":"notion","command":"status","description":"Notion workspace status","terms":["notion","notion","status","status","notion","workspace","status","productivity"]},{"id":"notion/status-app","site":"notion","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Notion","terms":["notion","notion","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","notion","productivity"]},{"id":"notion/type-text","site":"notion","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Notion","terms":["notion","notion","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","notion","productivity"]},{"id":"notion/write","site":"notion","command":"write","description":"Append text to current Notion page","terms":["notion","notion","write","write","append","text","current","notion","page","productivity"]},{"id":"novita/generate","site":"novita","command":"generate","description":"Generate an image using Novita AI text-to-image API","terms":["novita","novita","generate","generate","generate","image","using","novita","ai","text","image","api","ai"]},{"id":"novita/models","site":"novita","command":"models","description":"List available AI models on Novita platform","terms":["novita","novita","models","models","list","available","ai","models","novita","platform","ai"]},{"id":"novita/status","site":"novita","command":"status","description":"Check the status of a Novita AI generation task","terms":["novita","novita","status","status","check","status","novita","ai","generation","task","ai"]},{"id":"nowcoder/companies","site":"nowcoder","command":"companies","description":"牛客面试题热门公司 / Nowcoder hot companies for interview prep","terms":["nowcoder","nowcoder","companies","companies","牛客面试题热门公司","nowcoder","hot","companies","interview","prep","jobs"]},{"id":"nowcoder/creators","site":"nowcoder","command":"creators","description":"牛客创作者榜 / Nowcoder creator leaderboard","terms":["nowcoder","nowcoder","creators","creators","牛客创作者榜","nowcoder","creator","leaderboard","jobs"]},{"id":"nowcoder/detail","site":"nowcoder","command":"detail","description":"牛客帖子详情 / Nowcoder post detail by ID, UUID, or URL","terms":["nowcoder","nowcoder","detail","detail","牛客帖子详情","nowcoder","post","detail","id","uuid","url","jobs"]},{"id":"nowcoder/experience","site":"nowcoder","command":"experience","description":"牛客面经帖子 / Nowcoder interview experience posts","terms":["nowcoder","nowcoder","experience","experience","牛客面经帖子","nowcoder","interview","experience","posts","jobs"]},{"id":"nowcoder/hot","site":"nowcoder","command":"hot","description":"牛客热搜榜 / Nowcoder hot search ranking","terms":["nowcoder","nowcoder","hot","hot","牛客热搜榜","nowcoder","hot","search","ranking","jobs"]},{"id":"nowcoder/jobs","site":"nowcoder","command":"jobs","description":"牛客职业方向列表 / Nowcoder career categories","terms":["nowcoder","nowcoder","jobs","jobs","牛客职业方向列表","nowcoder","career","categories","jobs"]},{"id":"nowcoder/notifications","site":"nowcoder","command":"notifications","description":"牛客未读消息摘要 / Nowcoder unread message summary","terms":["nowcoder","nowcoder","notifications","notifications","牛客未读消息摘要","nowcoder","unread","message","summary","jobs"]},{"id":"nowcoder/papers","site":"nowcoder","command":"papers","description":"牛客公司真题试卷 / Nowcoder interview question papers","terms":["nowcoder","nowcoder","papers","papers","牛客公司真题试卷","nowcoder","interview","question","papers","jobs"]},{"id":"nowcoder/practice","site":"nowcoder","command":"practice","description":"牛客专项练习题库 / Nowcoder practice question categories","terms":["nowcoder","nowcoder","practice","practice","牛客专项练习题库","nowcoder","practice","question","categories","jobs"]},{"id":"nowcoder/recommend","site":"nowcoder","command":"recommend","description":"牛客推荐流 / Nowcoder recommended feed","terms":["nowcoder","nowcoder","recommend","recommend","牛客推荐流","nowcoder","recommended","feed","jobs"]},{"id":"nowcoder/referral","site":"nowcoder","command":"referral","description":"牛客内推帖子 / Nowcoder referral posts","terms":["nowcoder","nowcoder","referral","referral","牛客内推帖子","nowcoder","referral","posts","jobs"]},{"id":"nowcoder/salary","site":"nowcoder","command":"salary","description":"牛客薪资爆料帖子 / Nowcoder salary disclosure posts","terms":["nowcoder","nowcoder","salary","salary","牛客薪资爆料帖子","nowcoder","salary","disclosure","posts","jobs"]},{"id":"nowcoder/search","site":"nowcoder","command":"search","description":"牛客全文搜索 / Nowcoder full-text search","terms":["nowcoder","nowcoder","search","search","牛客全文搜索","nowcoder","full","text","search","jobs"]},{"id":"nowcoder/suggest","site":"nowcoder","command":"suggest","description":"牛客搜索建议 / Nowcoder search suggestions","terms":["nowcoder","nowcoder","suggest","suggest","牛客搜索建议","nowcoder","search","suggestions","jobs"]},{"id":"nowcoder/topics","site":"nowcoder","command":"topics","description":"牛客热门讨论话题 / Nowcoder hot topics","terms":["nowcoder","nowcoder","topics","topics","牛客热门讨论话题","nowcoder","hot","topics","jobs"]},{"id":"nowcoder/trending","site":"nowcoder","command":"trending","description":"牛客热门帖子 / Nowcoder trending posts","terms":["nowcoder","nowcoder","trending","trending","牛客热门帖子","nowcoder","trending","posts","jobs"]},{"id":"npm/downloads","site":"npm","command":"downloads","description":"Get npm package download stats","terms":["npm","npm","downloads","downloads","get","npm","package","download","stats","dev"]},{"id":"npm/info","site":"npm","command":"info","description":"Get npm package details","terms":["npm","npm","info","info","get","npm","package","details","dev"]},{"id":"npm/package","site":"npm","command":"package","description":"Single npm package metadata","terms":["npm","npm","package","package","single","npm","package","metadata","dev"]},{"id":"npm/search","site":"npm","command":"search","description":"Search npm packages","terms":["npm","npm","search","search","search","npm","packages","dev"]},{"id":"npm/versions","site":"npm","command":"versions","description":"List all versions of an npm package","terms":["npm","npm","versions","versions","list","all","versions","npm","package","dev"]},{"id":"npm-trends/compare","site":"npm-trends","command":"compare","description":"Compare npm package download counts","terms":["npm-trends","npm","trends","compare","compare","compare","npm","package","download","counts","dev"]},{"id":"npm-trends/trending","site":"npm-trends","command":"trending","description":"Get trending npm packages","terms":["npm-trends","npm","trends","trending","trending","get","trending","npm","packages","dev"]},{"id":"nuget/info","site":"nuget","command":"info","description":"Get NuGet package metadata","terms":["nuget","nuget","info","info","get","nuget","package","metadata","dev"]},{"id":"nuget/package","site":"nuget","command":"package","description":"Full NuGet package version history","terms":["nuget","nuget","package","package","full","nuget","package","version","history","dev"]},{"id":"nuget/search","site":"nuget","command":"search","description":"Search NuGet packages","terms":["nuget","nuget","search","search","search","nuget","packages","dev"]},{"id":"nvd/cve","site":"nvd","command":"cve","description":"NIST NVD CVE detail","terms":["nvd","nvd","cve","cve","nist","nvd","cve","detail"]},{"id":"nytimes/search","site":"nytimes","command":"search","description":"Search NYTimes articles","terms":["nytimes","nytimes","search","search","search","nytimes","articles","news"]},{"id":"nytimes/top","site":"nytimes","command":"top","description":"New York Times top stories via RSS","terms":["nytimes","nytimes","top","top","new","york","times","top","stories","via","rss","news"]},{"id":"obs/record-start","site":"obs","command":"record-start","description":"Start OBS recording","terms":["obs","obs","record-start","record","start","start","obs","recording","desktop"]},{"id":"obs/record-stop","site":"obs","command":"record-stop","description":"Stop OBS recording and return output file path","terms":["obs","obs","record-stop","record","stop","stop","obs","recording","return","output","file","path","desktop"]},{"id":"obs/scenes","site":"obs","command":"scenes","description":"List all OBS scenes","terms":["obs","obs","scenes","scenes","list","all","obs","scenes","desktop"]},{"id":"obs/screenshot","site":"obs","command":"screenshot","description":"Save a screenshot of the current OBS output","terms":["obs","obs","screenshot","screenshot","save","screenshot","current","obs","output","desktop"]},{"id":"obs/sources","site":"obs","command":"sources","description":"List all sources in the current OBS scene","terms":["obs","obs","sources","sources","list","all","sources","current","obs","scene","desktop"]},{"id":"obs/status","site":"obs","command":"status","description":"Get current OBS streaming and recording status","terms":["obs","obs","status","status","get","current","obs","streaming","recording","status","desktop"]},{"id":"obs/stream-start","site":"obs","command":"stream-start","description":"Start OBS streaming","terms":["obs","obs","stream-start","stream","start","start","obs","streaming","desktop"]},{"id":"obs/stream-stop","site":"obs","command":"stream-stop","description":"Stop OBS streaming","terms":["obs","obs","stream-stop","stream","stop","stop","obs","streaming","desktop"]},{"id":"obsidian/click-text","site":"obsidian","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Obsidian","terms":["obsidian","obsidian","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","obsidian","productivity"]},{"id":"obsidian/daily","site":"obsidian","command":"daily","description":"Open today's daily note in an Obsidian vault","terms":["obsidian","obsidian","daily","daily","open","today","daily","note","obsidian","vault","productivity"]},{"id":"obsidian/dump","site":"obsidian","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Obsidian","terms":["obsidian","obsidian","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","obsidian","productivity"]},{"id":"obsidian/open","site":"obsidian","command":"open","description":"Open an Obsidian vault or specific note","terms":["obsidian","obsidian","open","open","open","obsidian","vault","specific","note","productivity"]},{"id":"obsidian/open-app","site":"obsidian","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Obsidian","terms":["obsidian","obsidian","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","obsidian","productivity"]},{"id":"obsidian/press","site":"obsidian","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Obsidian","terms":["obsidian","obsidian","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","obsidian","productivity"]},{"id":"obsidian/search","site":"obsidian","command":"search","description":"Search for text within an Obsidian vault","terms":["obsidian","obsidian","search","search","search","text","within","obsidian","vault","productivity"]},{"id":"obsidian/snapshot-app","site":"obsidian","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Obsidian","terms":["obsidian","obsidian","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","obsidian","productivity"]},{"id":"obsidian/status-app","site":"obsidian","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Obsidian","terms":["obsidian","obsidian","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","obsidian","productivity"]},{"id":"obsidian/type-text","site":"obsidian","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Obsidian","terms":["obsidian","obsidian","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","obsidian","productivity"]},{"id":"oeis/search","site":"oeis","command":"search","description":"Search OEIS sequences by keyword or numeric pattern","terms":["oeis","oeis","search","search","search","oeis","sequences","keyword","numeric","pattern"]},{"id":"oeis/sequence","site":"oeis","command":"sequence","description":"Fetch OEIS sequence detail by A-number","terms":["oeis","oeis","sequence","sequence","fetch","oeis","sequence","detail","number"]},{"id":"ollama/generate","site":"ollama","command":"generate","description":"Generate text with an Ollama model","terms":["ollama","ollama","generate","generate","generate","text","with","ollama","model","ai"]},{"id":"ollama/list","site":"ollama","command":"list","description":"List locally installed Ollama models","terms":["ollama","ollama","list","list","list","locally","installed","ollama","models","ai"]},{"id":"ollama/models","site":"ollama","command":"models","description":"List available Ollama models in registry","terms":["ollama","ollama","models","models","list","available","ollama","models","registry","ai"]},{"id":"ollama/ps","site":"ollama","command":"ps","description":"List running Ollama models","terms":["ollama","ollama","ps","ps","list","running","ollama","models","ai"]},{"id":"ones/enrich-tasks","site":"ones","command":"enrich-tasks","description":"Enrich ONES tasks with additional field data","terms":["ones","ones","enrich-tasks","enrich","tasks","enrich","ones","tasks","with","additional","field","data","productivity"]},{"id":"ones/login","site":"ones","command":"login","description":"Login to ONES Project","terms":["ones","ones","login","login","login","ones","project","productivity"]},{"id":"ones/logout","site":"ones","command":"logout","description":"Logout from ONES Project","terms":["ones","ones","logout","logout","logout","from","ones","project","productivity"]},{"id":"ones/me","site":"ones","command":"me","description":"Get current ONES user info","terms":["ones","ones","me","me","get","current","ones","user","info","productivity"]},{"id":"ones/my-tasks","site":"ones","command":"my-tasks","description":"List my ONES tasks","terms":["ones","ones","my-tasks","my","tasks","list","ones","tasks","productivity"]},{"id":"ones/resolve-labels","site":"ones","command":"resolve-labels","description":"Resolve ONES label/tag UUIDs to names","terms":["ones","ones","resolve-labels","resolve","labels","resolve","ones","label","tag","uuids","names","productivity"]},{"id":"ones/task","site":"ones","command":"task","description":"Get ONES task details","terms":["ones","ones","task","task","get","ones","task","details","productivity"]},{"id":"ones/task-helpers","site":"ones","command":"task-helpers","description":"List ONES task field options (statuses, priorities, types)","terms":["ones","ones","task-helpers","task","helpers","list","ones","task","field","options","statuses","priorities","types","productivity"]},{"id":"ones/tasks","site":"ones","command":"tasks","description":"List ONES tasks with optional filter","terms":["ones","ones","tasks","tasks","list","ones","tasks","with","optional","filter","productivity"]},{"id":"ones/token-info","site":"ones","command":"token-info","description":"Get ONES auth token information","terms":["ones","ones","token-info","token","info","get","ones","auth","token","information","productivity"]},{"id":"ones/worklog","site":"ones","command":"worklog","description":"List ONES work logs","terms":["ones","ones","worklog","worklog","list","ones","work","logs","productivity"]},{"id":"openalex/search","site":"openalex","command":"search","description":"Search OpenAlex Works by keyword","terms":["openalex","openalex","search","search","search","openalex","works","keyword","scholarly"]},{"id":"openalex/work","site":"openalex","command":"work","description":"Fetch a single OpenAlex Work","terms":["openalex","openalex","work","work","fetch","single","openalex","work","scholarly"]},{"id":"opencode/version","site":"opencode","command":"version","description":"Check OpenCode CLI version","terms":["opencode","opencode","version","version","check","opencode","cli","version","dev"]},{"id":"openfda/drug-label","site":"openfda","command":"drug-label","description":"Search FDA drug labels by brand or generic name","terms":["openfda","openfda","drug-label","drug","label","search","fda","drug","labels","brand","generic","name"]},{"id":"openfda/food-recall","site":"openfda","command":"food-recall","description":"Search FDA food recall and enforcement actions","terms":["openfda","openfda","food-recall","food","recall","search","fda","food","recall","enforcement","actions"]},{"id":"openharness/memory-read","site":"openharness","command":"memory-read","description":"Read OpenHarness MEMORY.md and per-topic memory files (~/.openharness/memory/)","terms":["openharness","openharness","memory-read","memory","read","read","openharness","memory","md","per","topic","memory","files","openharness","memory","dev"]},{"id":"openharness/skills-list","site":"openharness","command":"skills-list","description":"List skills installed in the local OpenHarness (~/.openharness/skills/)","terms":["openharness","openharness","skills-list","skills","list","list","skills","installed","local","openharness","openharness","skills","dev"]},{"id":"openreview/author","site":"openreview","command":"author","description":"List OpenReview submissions by author profile id","terms":["openreview","openreview","author","author","list","openreview","submissions","author","profile","id","scholarly"]},{"id":"openreview/paper","site":"openreview","command":"paper","description":"Show full metadata for a single OpenReview paper","terms":["openreview","openreview","paper","paper","show","full","metadata","single","openreview","paper","scholarly"]},{"id":"openreview/reviews","site":"openreview","command":"reviews","description":"Show paper, reviews, decisions, and comments for an OpenReview forum","terms":["openreview","openreview","reviews","reviews","show","paper","reviews","decisions","comments","openreview","forum","scholarly"]},{"id":"openreview/search","site":"openreview","command":"search","description":"Search OpenReview papers by free-text query","terms":["openreview","openreview","search","search","search","openreview","papers","free","text","query","scholarly"]},{"id":"openreview/venue","site":"openreview","command":"venue","description":"List papers at an OpenReview venue or invitation","terms":["openreview","openreview","venue","venue","list","papers","openreview","venue","invitation","scholarly"]},{"id":"openrouter/models","site":"openrouter","command":"models","description":"List all available AI models on OpenRouter","terms":["openrouter","openrouter","models","models","list","all","available","ai","models","openrouter","ai"]},{"id":"openrouter/search","site":"openrouter","command":"search","description":"Search OpenRouter AI models","terms":["openrouter","openrouter","search","search","search","openrouter","ai","models","ai"]},{"id":"osv/query","site":"osv","command":"query","description":"OSV.dev vulnerabilities affecting a package","terms":["osv","osv","query","query","osv","dev","vulnerabilities","affecting","package","dev"]},{"id":"osv/vulnerability","site":"osv","command":"vulnerability","description":"Single OSV.dev vulnerability detail","terms":["osv","osv","vulnerability","vulnerability","single","osv","dev","vulnerability","detail","dev"]},{"id":"packagist/info","site":"packagist","command":"info","description":"Get Packagist Composer package metadata","terms":["packagist","packagist","info","info","get","packagist","composer","package","metadata","dev"]},{"id":"packagist/package","site":"packagist","command":"package","description":"Fetch Packagist package metadata","terms":["packagist","packagist","package","package","fetch","packagist","package","metadata","dev"]},{"id":"packagist/search","site":"packagist","command":"search","description":"Search Packagist Composer packages","terms":["packagist","packagist","search","search","search","packagist","composer","packages","dev"]},{"id":"pandoc/convert","site":"pandoc","command":"convert","description":"Convert documents between formats (markdown, html, pdf, docx, and more)","terms":["pandoc","pandoc","convert","convert","convert","documents","between","formats","markdown","html","pdf","docx","more","desktop"]},{"id":"paperreview/feedback","site":"paperreview","command":"feedback","description":"Submit a paper draft for AI feedback","terms":["paperreview","paperreview","feedback","feedback","submit","paper","draft","ai","feedback","scholarly"]},{"id":"paperreview/review","site":"paperreview","command":"review","description":"Submit a paper for AI review","terms":["paperreview","paperreview","review","review","submit","paper","ai","review","scholarly"]},{"id":"paperreview/submit","site":"paperreview","command":"submit","description":"Submit a paper to a venue via paperreview.ai","terms":["paperreview","paperreview","submit","submit","submit","paper","venue","via","paperreview","ai","scholarly"]},{"id":"patsnap/get","site":"patsnap","command":"get","description":"Retrieve one PatSnap patent record by publication number","terms":["patsnap","patsnap","get","get","retrieve","one","patsnap","patent","record","publication","number","patent"]},{"id":"patsnap/search","site":"patsnap","command":"search","description":"PatSnap Eureka patent search via OAuth2 client_credentials","terms":["patsnap","patsnap","search","search","patsnap","eureka","patent","search","via","oauth2","client","credentials","patent"]},{"id":"pdf/read","site":"pdf","command":"read","description":"Extract text from a local PDF file","terms":["pdf","pdf","read","read","extract","text","from","local","pdf","file"]},{"id":"perplexity/ask","site":"perplexity","command":"ask","description":"Ask Perplexity AI a question via API","terms":["perplexity","perplexity","ask","ask","ask","perplexity","ai","question","via","api","ai"]},{"id":"perplexity/click-text","site":"perplexity","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Perplexity","terms":["perplexity","perplexity","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","perplexity","ai"]},{"id":"perplexity/dump","site":"perplexity","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Perplexity","terms":["perplexity","perplexity","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","perplexity","ai"]},{"id":"perplexity/open-app","site":"perplexity","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Perplexity","terms":["perplexity","perplexity","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","perplexity","ai"]},{"id":"perplexity/press","site":"perplexity","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Perplexity","terms":["perplexity","perplexity","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","perplexity","ai"]},{"id":"perplexity/snapshot-app","site":"perplexity","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Perplexity","terms":["perplexity","perplexity","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","perplexity","ai"]},{"id":"perplexity/status-app","site":"perplexity","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Perplexity","terms":["perplexity","perplexity","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","perplexity","ai"]},{"id":"perplexity/type-text","site":"perplexity","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Perplexity","terms":["perplexity","perplexity","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","perplexity","ai"]},{"id":"pexels/curated","site":"pexels","command":"curated","description":"Get Pexels curated photos","terms":["pexels","pexels","curated","curated","get","pexels","curated","photos"]},{"id":"pexels/search","site":"pexels","command":"search","description":"Search free stock photos on Pexels","terms":["pexels","pexels","search","search","search","free","stock","photos","pexels"]},{"id":"pinduoduo/hot","site":"pinduoduo","command":"hot","description":"Pinduoduo hot/trending products","terms":["pinduoduo","pinduoduo","hot","hot","pinduoduo","hot","trending","products","shopping"]},{"id":"pinduoduo/search","site":"pinduoduo","command":"search","description":"Search Pinduoduo products","terms":["pinduoduo","pinduoduo","search","search","search","pinduoduo","products","shopping"]},{"id":"pixiv/detail","site":"pixiv","command":"detail","description":"View Pixiv illustration details","terms":["pixiv","pixiv","detail","detail","view","pixiv","illustration","details","content"]},{"id":"pixiv/download","site":"pixiv","command":"download","description":"Download Pixiv illustration images","terms":["pixiv","pixiv","download","download","download","pixiv","illustration","images","content"]},{"id":"pixiv/illusts","site":"pixiv","command":"illusts","description":"List a Pixiv user's illustrations","terms":["pixiv","pixiv","illusts","illusts","list","pixiv","user","illustrations","content"]},{"id":"pixiv/ranking","site":"pixiv","command":"ranking","description":"Pixiv illustration rankings","terms":["pixiv","pixiv","ranking","ranking","pixiv","illustration","rankings","content"]},{"id":"pixiv/search","site":"pixiv","command":"search","description":"Search Pixiv illustrations","terms":["pixiv","pixiv","search","search","search","pixiv","illustrations","content"]},{"id":"pixiv/user","site":"pixiv","command":"user","description":"View Pixiv artist profile","terms":["pixiv","pixiv","user","user","view","pixiv","artist","profile","content"]},{"id":"pmlr/paper","site":"pmlr","command":"paper","description":"Fetch a PMLR paper by id inside a proceedings volume","terms":["pmlr","pmlr","paper","paper","fetch","pmlr","paper","id","inside","proceedings","volume","scholarly"]},{"id":"pmlr/search","site":"pmlr","command":"search","description":"Search a PMLR proceedings volume (e.g. v235 for ICML 2024)","terms":["pmlr","pmlr","search","search","search","pmlr","proceedings","volume","v235","icml","2024","scholarly"]},{"id":"powerchina/search","site":"powerchina","command":"search","description":"Search PowerChina procurement notices","terms":["powerchina","powerchina","search","search","search","powerchina","procurement","notices"]},{"id":"powerpoint/add-slide","site":"powerpoint","command":"add-slide","description":"Append a title/body slide to the active Microsoft PowerPoint presentation","terms":["powerpoint","powerpoint","add-slide","add","slide","append","title","body","slide","active","microsoft","powerpoint","presentation","desktop"]},{"id":"powerpoint/insert-image","site":"powerpoint","command":"insert-image","description":"Insert a local image into the active Microsoft PowerPoint slide","terms":["powerpoint","powerpoint","insert-image","insert","image","insert","local","image","into","active","microsoft","powerpoint","slide","desktop"]},{"id":"powerpoint/insert-link","site":"powerpoint","command":"insert-link","description":"Insert linked text on the active Microsoft PowerPoint slide","terms":["powerpoint","powerpoint","insert-link","insert","link","insert","linked","text","active","microsoft","powerpoint","slide","desktop"]},{"id":"powerpoint/list","site":"powerpoint","command":"list","description":"List open Microsoft PowerPoint presentations","terms":["powerpoint","powerpoint","list","list","list","open","microsoft","powerpoint","presentations","desktop"]},{"id":"powerpoint/set-font","site":"powerpoint","command":"set-font","description":"Apply a font to text on the active Microsoft PowerPoint slide","terms":["powerpoint","powerpoint","set-font","set","font","apply","font","text","active","microsoft","powerpoint","slide","desktop"]},{"id":"powerpoint/slides","site":"powerpoint","command":"slides","description":"List slide text snippets from the active Microsoft PowerPoint presentation","terms":["powerpoint","powerpoint","slides","slides","list","slide","text","snippets","from","active","microsoft","powerpoint","presentation","desktop"]},{"id":"powerpoint/status","site":"powerpoint","command":"status","description":"Check Microsoft PowerPoint running state without enumerating presentations","terms":["powerpoint","powerpoint","status","status","check","microsoft","powerpoint","running","state","without","enumerating","presentations","desktop"]},{"id":"pqai/prior-art","site":"pqai","command":"prior-art","description":"Semantic prior-art retrieval via PQAI's embedding-based ranker","terms":["pqai","pqai","prior-art","prior","art","semantic","prior","art","retrieval","via","pqai","embedding","based","ranker","patent"]},{"id":"pqai/search","site":"pqai","command":"search","description":"Keyword + semantic patent search through PQAI's hybrid index","terms":["pqai","pqai","search","search","keyword","semantic","patent","search","through","pqai","hybrid","index","patent"]},{"id":"producthunt/browse","site":"producthunt","command":"browse","description":"Browse Product Hunt products by category","terms":["producthunt","producthunt","browse","browse","browse","product","hunt","products","category","dev"]},{"id":"producthunt/hot","site":"producthunt","command":"hot","description":"ProductHunt trending products (RSS)","terms":["producthunt","producthunt","hot","hot","producthunt","trending","products","rss","dev"]},{"id":"producthunt/posts","site":"producthunt","command":"posts","description":"Latest Product Hunt launches","terms":["producthunt","producthunt","posts","posts","latest","product","hunt","launches","dev"]},{"id":"producthunt/search","site":"producthunt","command":"search","description":"Search Product Hunt products","terms":["producthunt","producthunt","search","search","search","product","hunt","products","dev"]},{"id":"producthunt/today","site":"producthunt","command":"today","description":"Today's top Product Hunt launches","terms":["producthunt","producthunt","today","today","today","top","product","hunt","launches","dev"]},{"id":"pscale/databases","site":"pscale","command":"databases","description":"List PlanetScale databases","terms":["pscale","pscale","databases","databases","list","planetscale","databases"]},{"id":"pub-dev/info","site":"pub-dev","command":"info","description":"Get Dart and Flutter package metadata from pub.dev","terms":["pub-dev","pub","dev","info","info","get","dart","flutter","package","metadata","from","pub","dev","dev"]},{"id":"pub-dev/search","site":"pub-dev","command":"search","description":"Search Dart and Flutter packages on pub.dev","terms":["pub-dev","pub","dev","search","search","search","dart","flutter","packages","pub","dev","dev"]},{"id":"pubmed/article","site":"pubmed","command":"article","description":"Get detailed information for a PubMed article by PMID","terms":["pubmed","pubmed","article","article","get","detailed","information","pubmed","article","pmid","scholarly"]},{"id":"pubmed/author","site":"pubmed","command":"author","description":"Search PubMed articles by author name","terms":["pubmed","pubmed","author","author","search","pubmed","articles","author","name","scholarly"]},{"id":"pubmed/citations","site":"pubmed","command":"citations","description":"Get PubMed citation relationships for an article","terms":["pubmed","pubmed","citations","citations","get","pubmed","citation","relationships","article","scholarly"]},{"id":"pubmed/related","site":"pubmed","command":"related","description":"Find articles related to a PubMed article","terms":["pubmed","pubmed","related","related","find","articles","related","pubmed","article","scholarly"]},{"id":"pubmed/search","site":"pubmed","command":"search","description":"Search PubMed articles","terms":["pubmed","pubmed","search","search","search","pubmed","articles","scholarly"]},{"id":"pypi/downloads","site":"pypi","command":"downloads","description":"PyPI download stats for a package","terms":["pypi","pypi","downloads","downloads","pypi","download","stats","package","dev"]},{"id":"pypi/info","site":"pypi","command":"info","description":"Get PyPI package details","terms":["pypi","pypi","info","info","get","pypi","package","details","dev"]},{"id":"pypi/package","site":"pypi","command":"package","description":"Single PyPI package metadata","terms":["pypi","pypi","package","package","single","pypi","package","metadata","dev"]},{"id":"pypi/search","site":"pypi","command":"search","description":"Search PyPI packages via warehouse API","terms":["pypi","pypi","search","search","search","pypi","packages","via","warehouse","api","dev"]},{"id":"pypi/versions","site":"pypi","command":"versions","description":"List all versions of a PyPI package","terms":["pypi","pypi","versions","versions","list","all","versions","pypi","package","dev"]},{"id":"quark/ls","site":"quark","command":"ls","description":"List files in Quark cloud drive","terms":["quark","quark","ls","ls","list","files","quark","cloud","drive","productivity"]},{"id":"quark/mkdir","site":"quark","command":"mkdir","description":"Create a folder in Quark Drive","terms":["quark","quark","mkdir","mkdir","create","folder","quark","drive","productivity"]},{"id":"quark/mv","site":"quark","command":"mv","description":"Move Quark Drive files to a target folder fid","terms":["quark","quark","mv","mv","move","quark","drive","files","target","folder","fid","productivity"]},{"id":"quark/rename","site":"quark","command":"rename","description":"Rename a Quark Drive file or folder","terms":["quark","quark","rename","rename","rename","quark","drive","file","folder","productivity"]},{"id":"quark/rm","site":"quark","command":"rm","description":"Delete Quark Drive files or folders by fid list","terms":["quark","quark","rm","rm","delete","quark","drive","files","folders","fid","list","productivity"]},{"id":"quark/save","site":"quark","command":"save","description":"Save a Quark share into the active Drive account","terms":["quark","quark","save","save","save","quark","share","into","active","drive","account","productivity"]},{"id":"quark/search","site":"quark","command":"search","description":"Search files in Quark cloud drive","terms":["quark","quark","search","search","search","files","quark","cloud","drive","productivity"]},{"id":"quark/share-tree","site":"quark","command":"share-tree","description":"Read a Quark share page directory tree","terms":["quark","quark","share-tree","share","tree","read","quark","share","page","directory","tree","productivity"]},{"id":"qweather/forecast","site":"qweather","command":"forecast","description":"Weather forecast from QWeather","terms":["qweather","qweather","forecast","forecast","weather","forecast","from","qweather","utility"]},{"id":"qweather/now","site":"qweather","command":"now","description":"Current weather from QWeather (和风天气, free tier)","terms":["qweather","qweather","now","now","current","weather","from","qweather","和风天气","free","tier","utility"]},{"id":"qwen/ask","site":"qwen","command":"ask","description":"Send a prompt to Qwen and return the assistant reply","terms":["qwen","qwen","ask","ask","send","prompt","qwen","return","assistant","reply","ai"]},{"id":"qwen/detail","site":"qwen","command":"detail","description":"Open a Qwen conversation by ID and read its messages","terms":["qwen","qwen","detail","detail","open","qwen","conversation","id","read","its","messages","ai"]},{"id":"qwen/history","site":"qwen","command":"history","description":"List recent Qwen conversations","terms":["qwen","qwen","history","history","list","recent","qwen","conversations","ai"]},{"id":"qwen/image","site":"qwen","command":"image","description":"Generate images with Qwen and save them locally","terms":["qwen","qwen","image","image","generate","images","with","qwen","save","them","locally","ai"]},{"id":"qwen/new","site":"qwen","command":"new","description":"Start a new conversation in Qwen","terms":["qwen","qwen","new","new","start","new","conversation","qwen","ai"]},{"id":"qwen/read","site":"qwen","command":"read","description":"Read messages in the current Qwen conversation","terms":["qwen","qwen","read","read","read","messages","current","qwen","conversation","ai"]},{"id":"qwen/send","site":"qwen","command":"send","description":"Send a prompt to Qwen without waiting for the reply","terms":["qwen","qwen","send","send","send","prompt","qwen","without","waiting","reply","ai"]},{"id":"qwen/status","site":"qwen","command":"status","description":"Check Qwen page availability, login state, current session and model","terms":["qwen","qwen","status","status","check","qwen","page","availability","login","state","current","session","model","ai"]},{"id":"railway/deploy","site":"railway","command":"deploy","description":"List Railway deployments","terms":["railway","railway","deploy","deploy","list","railway","deployments"]},{"id":"reddit/comment","site":"reddit","command":"comment","description":"Post a comment on a Reddit post or reply to a comment","terms":["reddit","reddit","comment","comment","post","comment","reddit","post","reply","comment","social"]},{"id":"reddit/comments","site":"reddit","command":"comments","description":"Reddit post comments with nested reply hierarchy","terms":["reddit","reddit","comments","comments","reddit","post","comments","with","nested","reply","hierarchy","social"]},{"id":"reddit/frontpage","site":"reddit","command":"frontpage","description":"Reddit front page / r/all","terms":["reddit","reddit","frontpage","frontpage","reddit","front","page","all","social"]},{"id":"reddit/home","site":"reddit","command":"home","description":"Reddit personalized home feed","terms":["reddit","reddit","home","home","reddit","personalized","home","feed","social"]},{"id":"reddit/hot","site":"reddit","command":"hot","description":"Reddit front page hot posts","terms":["reddit","reddit","hot","hot","reddit","front","page","hot","posts","social"]},{"id":"reddit/new","site":"reddit","command":"new","description":"Reddit newest posts","terms":["reddit","reddit","new","new","reddit","newest","posts","social"]},{"id":"reddit/popular","site":"reddit","command":"popular","description":"Reddit popular posts (/r/popular)","terms":["reddit","reddit","popular","popular","reddit","popular","posts","popular","social"]},{"id":"reddit/read","site":"reddit","command":"read","description":"Read a Reddit post and its comments","terms":["reddit","reddit","read","read","read","reddit","post","its","comments","social"]},{"id":"reddit/reply","site":"reddit","command":"reply","description":"Reply to a Reddit comment","terms":["reddit","reddit","reply","reply","reply","reddit","comment","social"]},{"id":"reddit/rising","site":"reddit","command":"rising","description":"Reddit rising posts","terms":["reddit","reddit","rising","rising","reddit","rising","posts","social"]},{"id":"reddit/save","site":"reddit","command":"save","description":"Save a Reddit post or comment","terms":["reddit","reddit","save","save","save","reddit","post","comment","social"]},{"id":"reddit/saved","site":"reddit","command":"saved","description":"List saved Reddit posts for a user","terms":["reddit","reddit","saved","saved","list","saved","reddit","posts","user","social"]},{"id":"reddit/search","site":"reddit","command":"search","description":"Search Reddit posts","terms":["reddit","reddit","search","search","search","reddit","posts","social"]},{"id":"reddit/subreddit","site":"reddit","command":"subreddit","description":"Get posts from a specific subreddit","terms":["reddit","reddit","subreddit","subreddit","get","posts","from","specific","subreddit","social"]},{"id":"reddit/subreddit-info","site":"reddit","command":"subreddit-info","description":"Show metadata for a Reddit subreddit","terms":["reddit","reddit","subreddit-info","subreddit","info","show","metadata","reddit","subreddit","social"]},{"id":"reddit/subscribe","site":"reddit","command":"subscribe","description":"Subscribe to a subreddit","terms":["reddit","reddit","subscribe","subscribe","subscribe","subreddit","social"]},{"id":"reddit/top","site":"reddit","command":"top","description":"Reddit top posts","terms":["reddit","reddit","top","top","reddit","top","posts","social"]},{"id":"reddit/trending","site":"reddit","command":"trending","description":"Reddit trending subreddits","terms":["reddit","reddit","trending","trending","reddit","trending","subreddits","social"]},{"id":"reddit/upvote","site":"reddit","command":"upvote","description":"Upvote a Reddit post or comment","terms":["reddit","reddit","upvote","upvote","upvote","reddit","post","comment","social"]},{"id":"reddit/upvoted","site":"reddit","command":"upvoted","description":"List upvoted Reddit posts for a user","terms":["reddit","reddit","upvoted","upvoted","list","upvoted","reddit","posts","user","social"]},{"id":"reddit/user","site":"reddit","command":"user","description":"View a Reddit user profile","terms":["reddit","reddit","user","user","view","reddit","user","profile","social"]},{"id":"reddit/user-comments","site":"reddit","command":"user-comments","description":"View a Reddit user's comment history","terms":["reddit","reddit","user-comments","user","comments","view","reddit","user","comment","history","social"]},{"id":"reddit/user-posts","site":"reddit","command":"user-posts","description":"View a Reddit user's submitted posts","terms":["reddit","reddit","user-posts","user","posts","view","reddit","user","submitted","posts","social"]},{"id":"reddit/whoami","site":"reddit","command":"whoami","description":"Show the currently logged-in Reddit user","terms":["reddit","reddit","whoami","whoami","show","currently","logged","reddit","user","social"]},{"id":"rednote/comments","site":"rednote","command":"comments","description":"Read comments from a rednote note (supports nested replies)","terms":["rednote","rednote","comments","comments","read","comments","from","rednote","note","supports","nested","replies","social"]},{"id":"rednote/download","site":"rednote","command":"download","description":"Download images and videos from a rednote note","terms":["rednote","rednote","download","download","download","images","videos","from","rednote","note","social"]},{"id":"rednote/feed","site":"rednote","command":"feed","description":"Rednote home feed (reads hydrated Pinia store)","terms":["rednote","rednote","feed","feed","rednote","home","feed","reads","hydrated","pinia","store","social"]},{"id":"rednote/note","site":"rednote","command":"note","description":"Read note body and engagement counts from a rednote note","terms":["rednote","rednote","note","note","read","note","body","engagement","counts","from","rednote","note","social"]},{"id":"rednote/notifications","site":"rednote","command":"notifications","description":"Rednote notifications (mentions/likes/connections)","terms":["rednote","rednote","notifications","notifications","rednote","notifications","mentions","likes","connections","social"]},{"id":"rednote/search","site":"rednote","command":"search","description":"Search rednote notes","terms":["rednote","rednote","search","search","search","rednote","notes","social"]},{"id":"rednote/user","site":"rednote","command":"user","description":"Get public notes from a rednote user profile","terms":["rednote","rednote","user","user","get","public","notes","from","rednote","user","profile","social"]},{"id":"renderdoc/capture-list","site":"renderdoc","command":"capture-list","description":"List RenderDoc capture files (.rdc) in a directory","terms":["renderdoc","renderdoc","capture-list","capture","list","list","renderdoc","capture","files","rdc","directory","desktop"]},{"id":"renderdoc/frame-export","site":"renderdoc","command":"frame-export","description":"Export the first frame from a RenderDoc capture (.rdc) as an image","terms":["renderdoc","renderdoc","frame-export","frame","export","export","first","frame","from","renderdoc","capture","rdc","image","desktop"]},{"id":"replicate/run","site":"replicate","command":"run","description":"Run a Replicate AI model","terms":["replicate","replicate","run","run","run","replicate","ai","model","ai"]},{"id":"replicate/search","site":"replicate","command":"search","description":"Search AI models on Replicate","terms":["replicate","replicate","search","search","search","ai","models","replicate","ai"]},{"id":"replicate/trending","site":"replicate","command":"trending","description":"Trending AI models on Replicate","terms":["replicate","replicate","trending","trending","trending","ai","models","replicate","ai"]},{"id":"rest-countries/country","site":"rest-countries","command":"country","description":"Look up countries by common or official name","terms":["rest-countries","rest","countries","country","country","look","countries","common","official","name"]},{"id":"rest-countries/region","site":"rest-countries","command":"region","description":"List countries in a REST Countries region","terms":["rest-countries","rest","countries","region","region","list","countries","rest","countries","region"]},{"id":"reuters/article","site":"reuters","command":"article","description":"Fetch a single Reuters article by URL path","terms":["reuters","reuters","article","article","fetch","single","reuters","article","url","path","news"]},{"id":"reuters/article-detail","site":"reuters","command":"article-detail","description":"Reuters article detail with title, metadata, and body text","terms":["reuters","reuters","article-detail","article","detail","reuters","article","detail","with","title","metadata","body","text","news"]},{"id":"reuters/latest","site":"reuters","command":"latest","description":"Latest Reuters news articles","terms":["reuters","reuters","latest","latest","latest","reuters","news","articles","news"]},{"id":"reuters/search","site":"reuters","command":"search","description":"Search Reuters articles by keyword","terms":["reuters","reuters","search","search","search","reuters","articles","keyword","news"]},{"id":"reuters/top","site":"reuters","command":"top","description":"Reuters top stories (front page)","terms":["reuters","reuters","top","top","reuters","top","stories","front","page","news"]},{"id":"rfc/rfc","site":"rfc","command":"rfc","description":"Fetch IETF RFC metadata by RFC number","terms":["rfc","rfc","rfc","rfc","fetch","ietf","rfc","metadata","rfc","number"]},{"id":"rubygems/gem","site":"rubygems","command":"gem","description":"Fetch RubyGems gem metadata","terms":["rubygems","rubygems","gem","gem","fetch","rubygems","gem","metadata","dev"]},{"id":"rubygems/info","site":"rubygems","command":"info","description":"Get RubyGems package metadata","terms":["rubygems","rubygems","info","info","get","rubygems","package","metadata","dev"]},{"id":"rubygems/search","site":"rubygems","command":"search","description":"Search RubyGems packages","terms":["rubygems","rubygems","search","search","search","rubygems","packages","dev"]},{"id":"safebooru/detail","site":"safebooru","command":"detail","description":"Get Safebooru post detail by post id","terms":["safebooru","safebooru","detail","detail","get","safebooru","post","detail","post","id","content"]},{"id":"safebooru/download","site":"safebooru","command":"download","description":"Download Safebooru post image by post id","terms":["safebooru","safebooru","download","download","download","safebooru","post","image","post","id","content"]},{"id":"safebooru/search","site":"safebooru","command":"search","description":"Search Safebooru illustration posts by Moebooru tag query such as blue_archive rating:safe","terms":["safebooru","safebooru","search","search","search","safebooru","illustration","posts","moebooru","tag","query","such","blue","archive","rating","safe","content"]},{"id":"safebooru/tags","site":"safebooru","command":"tags","description":"Search Safebooru tags by exact tag name or ASCII tag prefix such as blue_archive","terms":["safebooru","safebooru","tags","tags","search","safebooru","tags","exact","tag","name","ascii","tag","prefix","such","blue","archive","content"]},{"id":"semantic-scholar/paper","site":"semantic-scholar","command":"paper","description":"Fetch one Semantic Scholar paper by paperId, DOI, or arXiv id","terms":["semantic-scholar","semantic","scholar","paper","paper","fetch","one","semantic","scholar","paper","paperid","doi","arxiv","id","scholarly"]},{"id":"semantic-scholar/search","site":"semantic-scholar","command":"search","description":"Search Semantic Scholar papers","terms":["semantic-scholar","semantic","scholar","search","search","search","semantic","scholar","papers","scholarly"]},{"id":"shotcut/effects","site":"shotcut","command":"effects","description":"List available MLT transitions and effects","terms":["shotcut","shotcut","effects","effects","list","available","mlt","transitions","effects","desktop"]},{"id":"shotcut/info","site":"shotcut","command":"info","description":"Extract project metadata from a .mlt file (tracks, clips, profile)","terms":["shotcut","shotcut","info","info","extract","project","metadata","from","mlt","file","tracks","clips","profile","desktop"]},{"id":"shotcut/render","site":"shotcut","command":"render","description":"Render a Shotcut .mlt project to video file via melt","terms":["shotcut","shotcut","render","render","render","shotcut","mlt","project","video","file","via","melt","desktop"]},{"id":"sinablog/article","site":"sinablog","command":"article","description":"Read a Sina Blog article as Markdown","terms":["sinablog","sinablog","article","article","read","sina","blog","article","markdown","content"]},{"id":"sinablog/hot","site":"sinablog","command":"hot","description":"Sina Blog trending/popular posts","terms":["sinablog","sinablog","hot","hot","sina","blog","trending","popular","posts","content"]},{"id":"sinablog/search","site":"sinablog","command":"search","description":"Search Sina Blog posts","terms":["sinablog","sinablog","search","search","search","sina","blog","posts","content"]},{"id":"sinablog/user","site":"sinablog","command":"user","description":"Sina Blog user profile and recent posts","terms":["sinablog","sinablog","user","user","sina","blog","user","profile","recent","posts","content"]},{"id":"sinafinance/market","site":"sinafinance","command":"market","description":"Sina Finance stock market overview","terms":["sinafinance","sinafinance","market","market","sina","finance","stock","market","overview","finance"]},{"id":"sinafinance/news","site":"sinafinance","command":"news","description":"Sina Finance 7x24 live news feed","terms":["sinafinance","sinafinance","news","news","sina","finance","7x24","live","news","feed","finance"]},{"id":"sinafinance/rolling-news","site":"sinafinance","command":"rolling-news","description":"Sina Finance rolling news feed","terms":["sinafinance","sinafinance","rolling-news","rolling","news","sina","finance","rolling","news","feed","finance"]},{"id":"sinafinance/stock","site":"sinafinance","command":"stock","description":"Sina Finance stock real-time quote via ranking API","terms":["sinafinance","sinafinance","stock","stock","sina","finance","stock","real","time","quote","via","ranking","api","finance"]},{"id":"sinafinance/stock-rank","site":"sinafinance","command":"stock-rank","description":"Sina Finance stock ranking by volume/price change","terms":["sinafinance","sinafinance","stock-rank","stock","rank","sina","finance","stock","ranking","volume","price","change","finance"]},{"id":"sketch/artboards","site":"sketch","command":"artboards","description":"List all artboards in a .sketch file","terms":["sketch","sketch","artboards","artboards","list","all","artboards","sketch","file"]},{"id":"sketch/export","site":"sketch","command":"export","description":"Export artboards from a .sketch file to PNG or PDF","terms":["sketch","sketch","export","export","export","artboards","from","sketch","file","png","pdf"]},{"id":"sketch/symbols","site":"sketch","command":"symbols","description":"List all symbols in a .sketch file","terms":["sketch","sketch","symbols","symbols","list","all","symbols","sketch","file"]},{"id":"slack/channels","site":"slack","command":"channels","description":"List Slack channels","terms":["slack","slack","channels","channels","list","slack","channels","social"]},{"id":"slack/click-text","site":"slack","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Slack","terms":["slack","slack","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","slack","social"]},{"id":"slack/dump","site":"slack","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Slack","terms":["slack","slack","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","slack","social"]},{"id":"slack/messages","site":"slack","command":"messages","description":"Read Slack channel messages","terms":["slack","slack","messages","messages","read","slack","channel","messages","social"]},{"id":"slack/open-app","site":"slack","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Slack","terms":["slack","slack","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","slack","social"]},{"id":"slack/post","site":"slack","command":"post","description":"Post a message to a Slack channel","terms":["slack","slack","post","post","post","message","slack","channel","social"]},{"id":"slack/press","site":"slack","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Slack","terms":["slack","slack","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","slack","social"]},{"id":"slack/search","site":"slack","command":"search","description":"Search Slack messages","terms":["slack","slack","search","search","search","slack","messages","social"]},{"id":"slack/send","site":"slack","command":"send","description":"Send a message to a Slack channel","terms":["slack","slack","send","send","send","message","slack","channel","social"]},{"id":"slack/snapshot-app","site":"slack","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Slack","terms":["slack","slack","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","slack","social"]},{"id":"slack/status","site":"slack","command":"status","description":"Check Slack CLI auth and workspace status","terms":["slack","slack","status","status","check","slack","cli","auth","workspace","status","social"]},{"id":"slack/status-app","site":"slack","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Slack","terms":["slack","slack","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","slack","social"]},{"id":"slack/type-text","site":"slack","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Slack","terms":["slack","slack","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","slack","social"]},{"id":"slack/users","site":"slack","command":"users","description":"List Slack workspace users","terms":["slack","slack","users","users","list","slack","workspace","users","social"]},{"id":"slay-the-spire-ii/deck","site":"slay-the-spire-ii","command":"deck","description":"List all cards in the current deck","terms":["slay-the-spire-ii","slay","the","spire","ii","deck","deck","list","all","cards","current","deck"]},{"id":"slay-the-spire-ii/end-turn","site":"slay-the-spire-ii","command":"end-turn","description":"End the current combat turn","terms":["slay-the-spire-ii","slay","the","spire","ii","end-turn","end","turn","end","current","combat","turn"]},{"id":"slay-the-spire-ii/map","site":"slay-the-spire-ii","command":"map","description":"Get current map layout and available paths","terms":["slay-the-spire-ii","slay","the","spire","ii","map","map","get","current","map","layout","available","paths"]},{"id":"slay-the-spire-ii/play-card","site":"slay-the-spire-ii","command":"play-card","description":"Play a card from hand during combat","terms":["slay-the-spire-ii","slay","the","spire","ii","play-card","play","card","play","card","from","hand","during","combat"]},{"id":"slay-the-spire-ii/status","site":"slay-the-spire-ii","command":"status","description":"Get current game state (health, gold, floor, act)","terms":["slay-the-spire-ii","slay","the","spire","ii","status","status","get","current","game","state","health","gold","floor","act"]},{"id":"slay-the-spire-ii/use-potion","site":"slay-the-spire-ii","command":"use-potion","description":"Use a potion from inventory","terms":["slay-the-spire-ii","slay","the","spire","ii","use-potion","use","potion","use","potion","from","inventory"]},{"id":"slock/servers","site":"slock","command":"servers","description":"List Slock.ai servers (requires login)","terms":["slock","slock","servers","servers","list","slock","ai","servers","requires","login"]},{"id":"smzdm/article","site":"smzdm","command":"article","description":"Read a SMZDM article/post by ID","terms":["smzdm","smzdm","article","article","read","smzdm","article","post","id","shopping"]},{"id":"smzdm/hot","site":"smzdm","command":"hot","description":"SMZDM trending/recommended deals","terms":["smzdm","smzdm","hot","hot","smzdm","trending","recommended","deals","shopping"]},{"id":"smzdm/search","site":"smzdm","command":"search","description":"Search SMZDM deals and articles","terms":["smzdm","smzdm","search","search","search","smzdm","deals","articles","shopping"]},{"id":"spotify/auth","site":"spotify","command":"auth","description":"Create or complete Spotify OAuth setup","terms":["spotify","spotify","auth","auth","create","complete","spotify","oauth","setup","audio"]},{"id":"spotify/click-text","site":"spotify","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Spotify","terms":["spotify","spotify","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","spotify","audio"]},{"id":"spotify/dump","site":"spotify","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Spotify","terms":["spotify","spotify","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","spotify","audio"]},{"id":"spotify/next","site":"spotify","command":"next","description":"Skip to next track in desktop Electron music app. 下一首 Spotify","terms":["spotify","spotify","next","next","skip","next","track","desktop","electron","music","app","下一首","spotify","audio"]},{"id":"spotify/now-playing","site":"spotify","command":"now-playing","description":"Get currently playing track on Spotify","terms":["spotify","spotify","now-playing","now","playing","get","currently","playing","track","spotify","audio"]},{"id":"spotify/open-app","site":"spotify","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Spotify","terms":["spotify","spotify","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","spotify","audio"]},{"id":"spotify/pause","site":"spotify","command":"pause","description":"Pause playback in desktop Electron music app. 暂停音乐 Spotify","terms":["spotify","spotify","pause","pause","pause","playback","desktop","electron","music","app","暂停音乐","spotify","audio"]},{"id":"spotify/play","site":"spotify","command":"play","description":"Start playback in desktop Electron music app. 播放音乐 Spotify","terms":["spotify","spotify","play","play","start","playback","desktop","electron","music","app","播放音乐","spotify","audio"]},{"id":"spotify/play-liked","site":"spotify","command":"play-liked","description":"Open liked songs and play the liked playlist in desktop Electron music app. 打开我喜欢的音乐并播放 Spotify","terms":["spotify","spotify","play-liked","play","liked","open","liked","songs","play","liked","playlist","desktop","electron","music","app","打开我喜欢的音乐并播放","spotify","audio"]},{"id":"spotify/playlists","site":"spotify","command":"playlists","description":"Get user's playlists on Spotify","terms":["spotify","spotify","playlists","playlists","get","user","playlists","spotify","audio"]},{"id":"spotify/press","site":"spotify","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Spotify","terms":["spotify","spotify","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","spotify","audio"]},{"id":"spotify/prev","site":"spotify","command":"prev","description":"Skip to previous track in desktop Electron music app. 上一首 Spotify","terms":["spotify","spotify","prev","prev","skip","previous","track","desktop","electron","music","app","上一首","spotify","audio"]},{"id":"spotify/queue","site":"spotify","command":"queue","description":"Add a Spotify track to the playback queue","terms":["spotify","spotify","queue","queue","add","spotify","track","playback","queue","audio"]},{"id":"spotify/repeat","site":"spotify","command":"repeat","description":"Set Spotify repeat mode","terms":["spotify","spotify","repeat","repeat","set","spotify","repeat","mode","audio"]},{"id":"spotify/search","site":"spotify","command":"search","description":"Search Spotify catalog","terms":["spotify","spotify","search","search","search","spotify","catalog","audio"]},{"id":"spotify/shuffle","site":"spotify","command":"shuffle","description":"Toggle Spotify shuffle mode","terms":["spotify","spotify","shuffle","shuffle","toggle","spotify","shuffle","mode","audio"]},{"id":"spotify/snapshot-app","site":"spotify","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Spotify","terms":["spotify","spotify","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","spotify","audio"]},{"id":"spotify/status","site":"spotify","command":"status","description":"Show current Spotify playback status","terms":["spotify","spotify","status","status","show","current","spotify","playback","status","audio"]},{"id":"spotify/status-app","site":"spotify","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Spotify","terms":["spotify","spotify","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","spotify","audio"]},{"id":"spotify/toggle","site":"spotify","command":"toggle","description":"Toggle playback in desktop Electron music app. 切换播放暂停 Spotify","terms":["spotify","spotify","toggle","toggle","toggle","playback","desktop","electron","music","app","切换播放暂停","spotify","audio"]},{"id":"spotify/top-tracks","site":"spotify","command":"top-tracks","description":"Get user's top tracks on Spotify","terms":["spotify","spotify","top-tracks","top","tracks","get","user","top","tracks","spotify","audio"]},{"id":"spotify/type-text","site":"spotify","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Spotify","terms":["spotify","spotify","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","spotify","audio"]},{"id":"spotify/volume","site":"spotify","command":"volume","description":"Set Spotify playback volume","terms":["spotify","spotify","volume","volume","set","spotify","playback","volume","audio"]},{"id":"sspai/hot","site":"sspai","command":"hot","description":"Hot/trending articles on Sspai (少数派)","terms":["sspai","sspai","hot","hot","hot","trending","articles","sspai","少数派","content"]},{"id":"sspai/latest","site":"sspai","command":"latest","description":"Latest articles on Sspai (少数派)","terms":["sspai","sspai","latest","latest","latest","articles","sspai","少数派","content"]},{"id":"stackoverflow/bounties","site":"stackoverflow","command":"bounties","description":"Active bounties on Stack Overflow","terms":["stackoverflow","stackoverflow","bounties","bounties","active","bounties","stack","overflow","dev"]},{"id":"stackoverflow/hot","site":"stackoverflow","command":"hot","description":"Hot Stack Overflow questions","terms":["stackoverflow","stackoverflow","hot","hot","hot","stack","overflow","questions","dev"]},{"id":"stackoverflow/question","site":"stackoverflow","command":"question","description":"Get a StackOverflow question with answers","terms":["stackoverflow","stackoverflow","question","question","get","stackoverflow","question","with","answers","dev"]},{"id":"stackoverflow/read","site":"stackoverflow","command":"read","description":"Read a Stack Overflow question with answers and comments","terms":["stackoverflow","stackoverflow","read","read","read","stack","overflow","question","with","answers","comments","dev"]},{"id":"stackoverflow/related","site":"stackoverflow","command":"related","description":"List Stack Overflow questions related to a question id","terms":["stackoverflow","stackoverflow","related","related","list","stack","overflow","questions","related","question","id","dev"]},{"id":"stackoverflow/search","site":"stackoverflow","command":"search","description":"Search Stack Overflow questions","terms":["stackoverflow","stackoverflow","search","search","search","stack","overflow","questions","dev"]},{"id":"stackoverflow/tag","site":"stackoverflow","command":"tag","description":"List Stack Overflow questions tagged with a given tag","terms":["stackoverflow","stackoverflow","tag","tag","list","stack","overflow","questions","tagged","with","given","tag","dev"]},{"id":"stackoverflow/tags","site":"stackoverflow","command":"tags","description":"Popular StackOverflow tags","terms":["stackoverflow","stackoverflow","tags","tags","popular","stackoverflow","tags","dev"]},{"id":"stackoverflow/unanswered","site":"stackoverflow","command":"unanswered","description":"Top voted unanswered questions on Stack Overflow","terms":["stackoverflow","stackoverflow","unanswered","unanswered","top","voted","unanswered","questions","stack","overflow","dev"]},{"id":"stackoverflow/user","site":"stackoverflow","command":"user","description":"Find Stack Overflow users by display name","terms":["stackoverflow","stackoverflow","user","user","find","stack","overflow","users","display","name","dev"]},{"id":"stagehand/wrap-observe","site":"stagehand","command":"wrap-observe","description":"Run Stagehand's observe() verb against an open page (subprocess wrapper)","terms":["stagehand","stagehand","wrap-observe","wrap","observe","run","stagehand","observe","verb","against","open","page","subprocess","wrapper"]},{"id":"steam/app","site":"steam","command":"app","description":"Steam storefront detail for a single app id","terms":["steam","steam","app","app","steam","storefront","detail","single","app","id","games"]},{"id":"steam/app-details","site":"steam","command":"app-details","description":"Get Steam game details by appid","terms":["steam","steam","app-details","app","details","get","steam","game","details","appid","games"]},{"id":"steam/new-releases","site":"steam","command":"new-releases","description":"Steam new releases","terms":["steam","steam","new-releases","new","releases","steam","new","releases","games"]},{"id":"steam/search","site":"steam","command":"search","description":"Search Steam store for games","terms":["steam","steam","search","search","search","steam","store","games","games"]},{"id":"steam/specials","site":"steam","command":"specials","description":"Steam games on special/sale","terms":["steam","steam","specials","specials","steam","games","special","sale","games"]},{"id":"steam/top-sellers","site":"steam","command":"top-sellers","description":"Steam top selling games","terms":["steam","steam","top-sellers","top","sellers","steam","top","selling","games","games"]},{"id":"steam/wishlist","site":"steam","command":"wishlist","description":"Get a Steam user's public wishlist","terms":["steam","steam","wishlist","wishlist","get","steam","user","public","wishlist","games"]},{"id":"substack/feed","site":"substack","command":"feed","description":"Substack publication post feed","terms":["substack","substack","feed","feed","substack","publication","post","feed","content"]},{"id":"substack/publication","site":"substack","command":"publication","description":"Substack publication info","terms":["substack","substack","publication","publication","substack","publication","info","content"]},{"id":"substack/search","site":"substack","command":"search","description":"Search Substack publications","terms":["substack","substack","search","search","search","substack","publications","content"]},{"id":"substack/trending","site":"substack","command":"trending","description":"Trending Substack posts","terms":["substack","substack","trending","trending","trending","substack","posts","content"]},{"id":"supabase/projects","site":"supabase","command":"projects","description":"List Supabase projects","terms":["supabase","supabase","projects","projects","list","supabase","projects"]},{"id":"taobao/add-cart","site":"taobao","command":"add-cart","description":"Add a Taobao product to cart in the active browser session","terms":["taobao","taobao","add-cart","add","cart","add","taobao","product","cart","active","browser","session","shopping"]},{"id":"taobao/cart","site":"taobao","command":"cart","description":"Read Taobao cart items from the active browser session","terms":["taobao","taobao","cart","cart","read","taobao","cart","items","from","active","browser","session","shopping"]},{"id":"taobao/detail","site":"taobao","command":"detail","description":"Read Taobao product detail from the active browser session","terms":["taobao","taobao","detail","detail","read","taobao","product","detail","from","active","browser","session","shopping"]},{"id":"taobao/hot","site":"taobao","command":"hot","description":"Taobao hot search keywords","terms":["taobao","taobao","hot","hot","taobao","hot","search","keywords","shopping"]},{"id":"taobao/reviews","site":"taobao","command":"reviews","description":"Read visible Taobao product reviews","terms":["taobao","taobao","reviews","reviews","read","visible","taobao","product","reviews","shopping"]},{"id":"taobao/search","site":"taobao","command":"search","description":"Search Taobao products","terms":["taobao","taobao","search","search","search","taobao","products","shopping"]},{"id":"tdx/hot-rank","site":"tdx","command":"hot-rank","description":"Read TDX hot-search stock ranking","terms":["tdx","tdx","hot-rank","hot","rank","read","tdx","hot","search","stock","ranking"]},{"id":"techcrunch/latest","site":"techcrunch","command":"latest","description":"Latest TechCrunch articles via RSS","terms":["techcrunch","techcrunch","latest","latest","latest","techcrunch","articles","via","rss","news"]},{"id":"techcrunch/search","site":"techcrunch","command":"search","description":"Search TechCrunch articles","terms":["techcrunch","techcrunch","search","search","search","techcrunch","articles","news"]},{"id":"theverge/latest","site":"theverge","command":"latest","description":"Latest The Verge articles via RSS","terms":["theverge","theverge","latest","latest","latest","verge","articles","via","rss","news"]},{"id":"theverge/search","site":"theverge","command":"search","description":"Search The Verge articles","terms":["theverge","theverge","search","search","search","verge","articles","news"]},{"id":"threads/hot","site":"threads","command":"hot","description":"Get trending posts from Threads","terms":["threads","threads","hot","hot","get","trending","posts","from","threads","social"]},{"id":"threads/media","site":"threads","command":"media","description":"List public media exposed by a Threads post","terms":["threads","threads","media","media","list","public","media","exposed","threads","post","social"]},{"id":"threads/post","site":"threads","command":"post","description":"Get a public Threads post from its metadata","terms":["threads","threads","post","post","get","public","threads","post","from","its","metadata","social"]},{"id":"threads/profile","site":"threads","command":"profile","description":"Get public Threads profile metadata","terms":["threads","threads","profile","profile","get","public","threads","profile","metadata","social"]},{"id":"threads/search","site":"threads","command":"search","description":"Search Threads for posts matching a query","terms":["threads","threads","search","search","search","threads","posts","matching","query","social"]},{"id":"threads/user","site":"threads","command":"user","description":"Get recent posts from a Threads user profile","terms":["threads","threads","user","user","get","recent","posts","from","threads","user","profile","social"]},{"id":"ths/hot-rank","site":"ths","command":"hot-rank","description":"Read Tonghuashun hot-stock ranking","terms":["ths","ths","hot-rank","hot","rank","read","tonghuashun","hot","stock","ranking"]},{"id":"tieba/hot","site":"tieba","command":"hot","description":"Baidu Tieba trending topics","terms":["tieba","tieba","hot","hot","baidu","tieba","trending","topics","social"]},{"id":"tieba/posts","site":"tieba","command":"posts","description":"Baidu Tieba thread posts/replies","terms":["tieba","tieba","posts","posts","baidu","tieba","thread","posts","replies","social"]},{"id":"tieba/read","site":"tieba","command":"read","description":"Read Baidu Tieba thread detail","terms":["tieba","tieba","read","read","read","baidu","tieba","thread","detail","social"]},{"id":"tieba/search","site":"tieba","command":"search","description":"Baidu Tieba forum search","terms":["tieba","tieba","search","search","baidu","tieba","forum","search","social"]},{"id":"tiktok/comment","site":"tiktok","command":"comment","description":"Comment on a TikTok video","terms":["tiktok","tiktok","comment","comment","comment","tiktok","video","video"]},{"id":"tiktok/creator-videos","site":"tiktok","command":"creator-videos","description":"Read TikTok Studio creator content metrics","terms":["tiktok","tiktok","creator-videos","creator","videos","read","tiktok","studio","creator","content","metrics","video"]},{"id":"tiktok/explore","site":"tiktok","command":"explore","description":"Get trending TikTok videos from explore page","terms":["tiktok","tiktok","explore","explore","get","trending","tiktok","videos","from","explore","page","video"]},{"id":"tiktok/follow","site":"tiktok","command":"follow","description":"Follow a TikTok user","terms":["tiktok","tiktok","follow","follow","follow","tiktok","user","video"]},{"id":"tiktok/following","site":"tiktok","command":"following","description":"List accounts you follow on TikTok","terms":["tiktok","tiktok","following","following","list","accounts","you","follow","tiktok","video"]},{"id":"tiktok/friends","site":"tiktok","command":"friends","description":"Get TikTok friend suggestions","terms":["tiktok","tiktok","friends","friends","get","tiktok","friend","suggestions","video"]},{"id":"tiktok/like","site":"tiktok","command":"like","description":"Like a TikTok video","terms":["tiktok","tiktok","like","like","like","tiktok","video","video"]},{"id":"tiktok/live","site":"tiktok","command":"live","description":"Browse live streams on TikTok","terms":["tiktok","tiktok","live","live","browse","live","streams","tiktok","video"]},{"id":"tiktok/notifications","site":"tiktok","command":"notifications","description":"Get TikTok notifications (likes, comments, mentions, followers)","terms":["tiktok","tiktok","notifications","notifications","get","tiktok","notifications","likes","comments","mentions","followers","video"]},{"id":"tiktok/profile","site":"tiktok","command":"profile","description":"Get TikTok user profile info","terms":["tiktok","tiktok","profile","profile","get","tiktok","user","profile","info","video"]},{"id":"tiktok/save","site":"tiktok","command":"save","description":"Add a TikTok video to Favorites","terms":["tiktok","tiktok","save","save","add","tiktok","video","favorites","video"]},{"id":"tiktok/search","site":"tiktok","command":"search","description":"Search TikTok videos","terms":["tiktok","tiktok","search","search","search","tiktok","videos","video"]},{"id":"tiktok/subtitles","site":"tiktok","command":"subtitles","description":"Extract LLM-readable subtitles from a TikTok video URL with optional browser-cookie reuse","terms":["tiktok","tiktok","subtitles","subtitles","extract","llm","readable","subtitles","from","tiktok","video","url","with","optional","browser","cookie","reuse","video"]},{"id":"tiktok/trending","site":"tiktok","command":"trending","description":"TikTok trending hashtags and sounds","terms":["tiktok","tiktok","trending","trending","tiktok","trending","hashtags","sounds","video"]},{"id":"tiktok/unfollow","site":"tiktok","command":"unfollow","description":"Unfollow a TikTok user","terms":["tiktok","tiktok","unfollow","unfollow","unfollow","tiktok","user","video"]},{"id":"tiktok/unlike","site":"tiktok","command":"unlike","description":"Unlike a TikTok video","terms":["tiktok","tiktok","unlike","unlike","unlike","tiktok","video","video"]},{"id":"tiktok/unsave","site":"tiktok","command":"unsave","description":"Remove a TikTok video from Favorites","terms":["tiktok","tiktok","unsave","unsave","remove","tiktok","video","from","favorites","video"]},{"id":"tiktok/user","site":"tiktok","command":"user","description":"Get recent videos from a TikTok user","terms":["tiktok","tiktok","user","user","get","recent","videos","from","tiktok","user","video"]},{"id":"toutiao/articles","site":"toutiao","command":"articles","description":"List Toutiao creator dashboard articles","terms":["toutiao","toutiao","articles","articles","list","toutiao","creator","dashboard","articles","content"]},{"id":"toutiao/hot","site":"toutiao","command":"hot","description":"Get Toutiao (Jinri Toutiao) hot topics","terms":["toutiao","toutiao","hot","hot","get","toutiao","jinri","toutiao","hot","topics","content"]},{"id":"toutiao/search","site":"toutiao","command":"search","description":"Search Toutiao for articles","terms":["toutiao","toutiao","search","search","search","toutiao","articles","content"]},{"id":"tvmaze/search","site":"tvmaze","command":"search","description":"Search TVmaze shows by title","terms":["tvmaze","tvmaze","search","search","search","tvmaze","shows","title"]},{"id":"tvmaze/show","site":"tvmaze","command":"show","description":"Fetch TVmaze show detail by id","terms":["tvmaze","tvmaze","show","show","fetch","tvmaze","show","detail","id"]},{"id":"twitch/games","site":"twitch","command":"games","description":"Get top games on Twitch by viewer count","terms":["twitch","twitch","games","games","get","top","games","twitch","viewer","count","video"]},{"id":"twitch/search","site":"twitch","command":"search","description":"Search Twitch channels","terms":["twitch","twitch","search","search","search","twitch","channels","video"]},{"id":"twitch/streams","site":"twitch","command":"streams","description":"Get top live streams on Twitch","terms":["twitch","twitch","streams","streams","get","top","live","streams","twitch","video"]},{"id":"twitch/top","site":"twitch","command":"top","description":"Top live streams on Twitch via GQL public endpoint","terms":["twitch","twitch","top","top","top","live","streams","twitch","via","gql","public","endpoint","video"]},{"id":"twitter/accept","site":"twitter","command":"accept","description":"Accept a pending follow request","terms":["twitter","twitter","accept","accept","accept","pending","follow","request","social"]},{"id":"twitter/article","site":"twitter","command":"article","description":"Get Twitter article/note content from a tweet","terms":["twitter","twitter","article","article","get","twitter","article","note","content","from","tweet","social"]},{"id":"twitter/block","site":"twitter","command":"block","description":"Block a user","terms":["twitter","twitter","block","block","block","user","social"]},{"id":"twitter/bookmark","site":"twitter","command":"bookmark","description":"Bookmark a tweet","terms":["twitter","twitter","bookmark","bookmark","bookmark","tweet","social"]},{"id":"twitter/bookmark-folder","site":"twitter","command":"bookmark-folder","description":"Read tweets inside a Twitter/X bookmark folder","terms":["twitter","twitter","bookmark-folder","bookmark","folder","read","tweets","inside","twitter","bookmark","folder","social"]},{"id":"twitter/bookmark-folders","site":"twitter","command":"bookmark-folders","description":"List Twitter/X bookmark folders","terms":["twitter","twitter","bookmark-folders","bookmark","folders","list","twitter","bookmark","folders","social"]},{"id":"twitter/bookmarks","site":"twitter","command":"bookmarks","description":"Get your bookmarked tweets","terms":["twitter","twitter","bookmarks","bookmarks","get","your","bookmarked","tweets","social"]},{"id":"twitter/delete","site":"twitter","command":"delete","description":"Delete your own tweet","terms":["twitter","twitter","delete","delete","delete","your","own","tweet","social"]},{"id":"twitter/download","site":"twitter","command":"download","description":"Get media URLs from a tweet (images and video)","terms":["twitter","twitter","download","download","get","media","urls","from","tweet","images","video","social"]},{"id":"twitter/follow","site":"twitter","command":"follow","description":"Follow a user","terms":["twitter","twitter","follow","follow","follow","user","social"]},{"id":"twitter/followers","site":"twitter","command":"followers","description":"Get a user's followers","terms":["twitter","twitter","followers","followers","get","user","followers","social"]},{"id":"twitter/following","site":"twitter","command":"following","description":"Get users that a user follows","terms":["twitter","twitter","following","following","get","users","that","user","follows","social"]},{"id":"twitter/hide-reply","site":"twitter","command":"hide-reply","description":"Hide a reply to your tweet","terms":["twitter","twitter","hide-reply","hide","reply","hide","reply","your","tweet","social"]},{"id":"twitter/like","site":"twitter","command":"like","description":"Like a tweet","terms":["twitter","twitter","like","like","like","tweet","social"]},{"id":"twitter/likes","site":"twitter","command":"likes","description":"Get a user's liked tweets","terms":["twitter","twitter","likes","likes","get","user","liked","tweets","social"]},{"id":"twitter/list-add","site":"twitter","command":"list-add","description":"Add a Twitter/X user to a list from the browser UI","terms":["twitter","twitter","list-add","list","add","add","twitter","user","list","from","browser","ui","social"]},{"id":"twitter/list-remove","site":"twitter","command":"list-remove","description":"Remove a Twitter/X user from a list from the browser UI","terms":["twitter","twitter","list-remove","list","remove","remove","twitter","user","from","list","from","browser","ui","social"]},{"id":"twitter/list-tweets","site":"twitter","command":"list-tweets","description":"Read tweets from a Twitter/X list","terms":["twitter","twitter","list-tweets","list","tweets","read","tweets","from","twitter","list","social"]},{"id":"twitter/lists","site":"twitter","command":"lists","description":"Get Twitter/X lists for a user","terms":["twitter","twitter","lists","lists","get","twitter","lists","user","social"]},{"id":"twitter/media","site":"twitter","command":"media","description":"Get media tweets from a Twitter/X user","terms":["twitter","twitter","media","media","get","media","tweets","from","twitter","user","social"]},{"id":"twitter/mentions","site":"twitter","command":"mentions","description":"Get recent mentions/replies for the logged-in Twitter/X user","terms":["twitter","twitter","mentions","mentions","get","recent","mentions","replies","logged","twitter","user","social"]},{"id":"twitter/mute","site":"twitter","command":"mute","description":"Mute a Twitter/X user","terms":["twitter","twitter","mute","mute","mute","twitter","user","social"]},{"id":"twitter/notifications","site":"twitter","command":"notifications","description":"Get recent notifications","terms":["twitter","twitter","notifications","notifications","get","recent","notifications","social"]},{"id":"twitter/pin","site":"twitter","command":"pin","description":"Get pinned tweet from a Twitter/X user","terms":["twitter","twitter","pin","pin","get","pinned","tweet","from","twitter","user","social"]},{"id":"twitter/post","site":"twitter","command":"post","description":"Post a new tweet","terms":["twitter","twitter","post","post","post","new","tweet","social"]},{"id":"twitter/profile","site":"twitter","command":"profile","description":"Get user profile information","terms":["twitter","twitter","profile","profile","get","user","profile","information","social"]},{"id":"twitter/quote","site":"twitter","command":"quote","description":"Quote-tweet a specific tweet with text and optional image","terms":["twitter","twitter","quote","quote","quote","tweet","specific","tweet","with","text","optional","image","social"]},{"id":"twitter/quotes","site":"twitter","command":"quotes","description":"Get quote tweets for a specific tweet","terms":["twitter","twitter","quotes","quotes","get","quote","tweets","specific","tweet","social"]},{"id":"twitter/reply","site":"twitter","command":"reply","description":"Reply to a tweet","terms":["twitter","twitter","reply","reply","reply","tweet","social"]},{"id":"twitter/reply-dm","site":"twitter","command":"reply-dm","description":"Reply to a DM conversation","terms":["twitter","twitter","reply-dm","reply","dm","reply","dm","conversation","social"]},{"id":"twitter/retweet","site":"twitter","command":"retweet","description":"Twitter retweet a specific tweet","terms":["twitter","twitter","retweet","retweet","twitter","retweet","specific","tweet","social"]},{"id":"twitter/retweets","site":"twitter","command":"retweets","description":"Get users who retweeted a specific tweet","terms":["twitter","twitter","retweets","retweets","get","users","who","retweeted","specific","tweet","social"]},{"id":"twitter/search","site":"twitter","command":"search","description":"Search tweets by keyword","terms":["twitter","twitter","search","search","search","tweets","keyword","social"]},{"id":"twitter/spaces","site":"twitter","command":"spaces","description":"Browse live and upcoming Twitter/X Spaces","terms":["twitter","twitter","spaces","spaces","browse","live","upcoming","twitter","spaces","social"]},{"id":"twitter/thread","site":"twitter","command":"thread","description":"Get a tweet and its conversation thread","terms":["twitter","twitter","thread","thread","get","tweet","its","conversation","thread","social"]},{"id":"twitter/timeline","site":"twitter","command":"timeline","description":"Get home timeline (for-you feed)","terms":["twitter","twitter","timeline","timeline","get","home","timeline","you","feed","social"]},{"id":"twitter/trending","site":"twitter","command":"trending","description":"Get trending topics","terms":["twitter","twitter","trending","trending","get","trending","topics","social"]},{"id":"twitter/tweets","site":"twitter","command":"tweets","description":"Read recent tweets from a Twitter/X user profile","terms":["twitter","twitter","tweets","tweets","read","recent","tweets","from","twitter","user","profile","social"]},{"id":"twitter/unblock","site":"twitter","command":"unblock","description":"Unblock a user","terms":["twitter","twitter","unblock","unblock","unblock","user","social"]},{"id":"twitter/unbookmark","site":"twitter","command":"unbookmark","description":"Remove a bookmark from a tweet","terms":["twitter","twitter","unbookmark","unbookmark","remove","bookmark","from","tweet","social"]},{"id":"twitter/unfollow","site":"twitter","command":"unfollow","description":"Unfollow a user","terms":["twitter","twitter","unfollow","unfollow","unfollow","user","social"]},{"id":"twitter/unlike","site":"twitter","command":"unlike","description":"Twitter unlike a specific tweet","terms":["twitter","twitter","unlike","unlike","twitter","unlike","specific","tweet","social"]},{"id":"twitter/unmute","site":"twitter","command":"unmute","description":"Unmute a Twitter/X user","terms":["twitter","twitter","unmute","unmute","unmute","twitter","user","social"]},{"id":"twitter/unretweet","site":"twitter","command":"unretweet","description":"Twitter unretweet a specific tweet","terms":["twitter","twitter","unretweet","unretweet","twitter","unretweet","specific","tweet","social"]},{"id":"uisdc/news","site":"uisdc","command":"news","description":"UISDC latest AI and design news","terms":["uisdc","uisdc","news","news","uisdc","latest","ai","design","news"]},{"id":"uiverse/code","site":"uiverse","command":"code","description":"Uiverse component code export (HTML or CSS)","terms":["uiverse","uiverse","code","code","uiverse","component","code","export","html","css"]},{"id":"uiverse/preview","site":"uiverse","command":"preview","description":"Capture a Uiverse component preview screenshot","terms":["uiverse","uiverse","preview","preview","capture","uiverse","component","preview","screenshot"]},{"id":"ukipo/info","site":"ukipo","command":"info","description":"UK IPO registry placeholder — Ipsum retired 2025-01; OneIPO API on 2026 roadmap","terms":["ukipo","ukipo","info","info","uk","ipo","registry","placeholder","ipsum","retired","2025","01","oneipo","api","2026","roadmap"]},{"id":"unpaywall/oa","site":"unpaywall","command":"oa","description":"Find open-access PDF availability for a DOI via Unpaywall","terms":["unpaywall","unpaywall","oa","oa","find","open","access","pdf","availability","doi","via","unpaywall","scholarly"]},{"id":"unsplash/random","site":"unsplash","command":"random","description":"Get a random Unsplash photo","terms":["unsplash","unsplash","random","random","get","random","unsplash","photo"]},{"id":"unsplash/search","site":"unsplash","command":"search","description":"Search free photos on Unsplash","terms":["unsplash","unsplash","search","search","search","free","photos","unsplash"]},{"id":"uspto/get","site":"uspto","command":"get","description":"Fetch a USPTO patent/application by application number","terms":["uspto","uspto","get","get","fetch","uspto","patent","application","application","number","patent"]},{"id":"uspto/legal-status","site":"uspto","command":"legal-status","description":"Legal-status / transaction history of a USPTO application","terms":["uspto","uspto","legal-status","legal","status","legal","status","transaction","history","uspto","application","patent"]},{"id":"uspto/search","site":"uspto","command":"search","description":"Search USPTO patents/applications via the Open Data Portal (ODP)","terms":["uspto","uspto","search","search","search","uspto","patents","applications","via","open","data","portal","odp","patent"]},{"id":"v2ex/daily","site":"v2ex","command":"daily","description":"V2EX daily hot topics","terms":["v2ex","v2ex","daily","daily","v2ex","daily","hot","topics","social"]},{"id":"v2ex/hot","site":"v2ex","command":"hot","description":"V2EX hot topics","terms":["v2ex","v2ex","hot","hot","v2ex","hot","topics","social"]},{"id":"v2ex/latest","site":"v2ex","command":"latest","description":"V2EX latest topics","terms":["v2ex","v2ex","latest","latest","v2ex","latest","topics","social"]},{"id":"v2ex/me","site":"v2ex","command":"me","description":"V2EX current user profile","terms":["v2ex","v2ex","me","me","v2ex","current","user","profile","social"]},{"id":"v2ex/member","site":"v2ex","command":"member","description":"V2EX member profile","terms":["v2ex","v2ex","member","member","v2ex","member","profile","social"]},{"id":"v2ex/node","site":"v2ex","command":"node","description":"V2EX topics by node","terms":["v2ex","v2ex","node","node","v2ex","topics","node","social"]},{"id":"v2ex/nodes","site":"v2ex","command":"nodes","description":"V2EX all nodes list","terms":["v2ex","v2ex","nodes","nodes","v2ex","all","nodes","list","social"]},{"id":"v2ex/notifications","site":"v2ex","command":"notifications","description":"V2EX user notifications","terms":["v2ex","v2ex","notifications","notifications","v2ex","user","notifications","social"]},{"id":"v2ex/replies","site":"v2ex","command":"replies","description":"V2EX topic replies","terms":["v2ex","v2ex","replies","replies","v2ex","topic","replies","social"]},{"id":"v2ex/search","site":"v2ex","command":"search","description":"Search V2EX topics via SOV2EX","terms":["v2ex","v2ex","search","search","search","v2ex","topics","via","sov2ex","social"]},{"id":"v2ex/topic","site":"v2ex","command":"topic","description":"V2EX topic detail","terms":["v2ex","v2ex","topic","topic","v2ex","topic","detail","social"]},{"id":"v2ex/user","site":"v2ex","command":"user","description":"V2EX user profile lookup","terms":["v2ex","v2ex","user","user","v2ex","user","profile","lookup","social"]},{"id":"vercel/list","site":"vercel","command":"list","description":"List Vercel deployments","terms":["vercel","vercel","list","list","list","vercel","deployments"]},{"id":"vndb/characters","site":"vndb","command":"characters","description":"Search VNDB characters and traits","terms":["vndb","vndb","characters","characters","search","vndb","characters","traits","content"]},{"id":"vndb/producers","site":"vndb","command":"producers","description":"Search VNDB producers, studios, brands, makers, circles, companies, and visual novel publishers such as Yuzusoft","terms":["vndb","vndb","producers","producers","search","vndb","producers","studios","brands","makers","circles","companies","visual","novel","publishers","such","yuzusoft","content"]},{"id":"vndb/releases","site":"vndb","command":"releases","description":"Search VNDB releases by title or visual novel keyword","terms":["vndb","vndb","releases","releases","search","vndb","releases","title","visual","novel","keyword","content"]},{"id":"vndb/search","site":"vndb","command":"search","description":"Search VNDB visual novels by title, alias, tag, or keyword","terms":["vndb","vndb","search","search","search","vndb","visual","novels","title","alias","tag","keyword","content"]},{"id":"vndb/staff","site":"vndb","command":"staff","description":"Search VNDB creators and staff","terms":["vndb","vndb","staff","staff","search","vndb","creators","staff","content"]},{"id":"vndb/tags","site":"vndb","command":"tags","description":"Search VNDB game tags and genres","terms":["vndb","vndb","tags","tags","search","vndb","game","tags","genres","content"]},{"id":"vndb/vn","site":"vndb","command":"vn","description":"Get VNDB visual novel details by v-id","terms":["vndb","vndb","vn","vn","get","vndb","visual","novel","details","id","content"]},{"id":"vscode/click-text","site":"vscode","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Visual Studio Code","terms":["vscode","vscode","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","visual","studio","code","dev"]},{"id":"vscode/dump","site":"vscode","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Visual Studio Code","terms":["vscode","vscode","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","visual","studio","code","dev"]},{"id":"vscode/extensions","site":"vscode","command":"extensions","description":"List installed VS Code extensions with versions","terms":["vscode","vscode","extensions","extensions","list","installed","vs","code","extensions","with","versions","dev"]},{"id":"vscode/install-ext","site":"vscode","command":"install-ext","description":"Install a VS Code extension by identifier","terms":["vscode","vscode","install-ext","install","ext","install","vs","code","extension","identifier","dev"]},{"id":"vscode/open","site":"vscode","command":"open","description":"Open a file or folder in VS Code","terms":["vscode","vscode","open","open","open","file","folder","vs","code","dev"]},{"id":"vscode/open-app","site":"vscode","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Visual Studio Code","terms":["vscode","vscode","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","visual","studio","code","dev"]},{"id":"vscode/press","site":"vscode","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Visual Studio Code","terms":["vscode","vscode","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","visual","studio","code","dev"]},{"id":"vscode/snapshot-app","site":"vscode","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Visual Studio Code","terms":["vscode","vscode","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","visual","studio","code","dev"]},{"id":"vscode/status-app","site":"vscode","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Visual Studio Code","terms":["vscode","vscode","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","visual","studio","code","dev"]},{"id":"vscode/type-text","site":"vscode","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Visual Studio Code","terms":["vscode","vscode","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","visual","studio","code","dev"]},{"id":"wanfang/search","site":"wanfang","command":"search","description":"Search Wanfang papers by keyword","terms":["wanfang","wanfang","search","search","search","wanfang","papers","keyword","scholarly"]},{"id":"web/read","site":"web","command":"read","description":"Read any webpage and convert to Markdown","terms":["web","web","read","read","read","any","webpage","convert","markdown","utility"]},{"id":"wechat-channels/hot","site":"wechat-channels","command":"hot","description":"WeChat Channels (Video Accounts) trending videos","terms":["wechat-channels","wechat","channels","hot","hot","wechat","channels","video","accounts","trending","videos"]},{"id":"wechat-channels/search","site":"wechat-channels","command":"search","description":"Search WeChat Channels (Video Accounts) videos","terms":["wechat-channels","wechat","channels","search","search","search","wechat","channels","video","accounts","videos"]},{"id":"weibo/comments","site":"weibo","command":"comments","description":"Weibo post comments","terms":["weibo","weibo","comments","comments","weibo","post","comments","social"]},{"id":"weibo/favorites","site":"weibo","command":"favorites","description":"Read your Weibo favorites","terms":["weibo","weibo","favorites","favorites","read","your","weibo","favorites","social"]},{"id":"weibo/feed","site":"weibo","command":"feed","description":"Weibo home feed from followed users","terms":["weibo","weibo","feed","feed","weibo","home","feed","from","followed","users","social"]},{"id":"weibo/hot","site":"weibo","command":"hot","description":"Weibo hot search trending topics","terms":["weibo","weibo","hot","hot","weibo","hot","search","trending","topics","social"]},{"id":"weibo/me","site":"weibo","command":"me","description":"Current Weibo user profile","terms":["weibo","weibo","me","me","current","weibo","user","profile","social"]},{"id":"weibo/post","site":"weibo","command":"post","description":"Get a single Weibo post by ID","terms":["weibo","weibo","post","post","get","single","weibo","post","id","social"]},{"id":"weibo/profile","site":"weibo","command":"profile","description":"Weibo user profile info","terms":["weibo","weibo","profile","profile","weibo","user","profile","info","social"]},{"id":"weibo/publish","site":"weibo","command":"publish","description":"Publish a new Weibo post immediately","terms":["weibo","weibo","publish","publish","publish","new","weibo","post","immediately","social"]},{"id":"weibo/search","site":"weibo","command":"search","description":"Search Weibo posts by keyword","terms":["weibo","weibo","search","search","search","weibo","posts","keyword","social"]},{"id":"weibo/timeline","site":"weibo","command":"timeline","description":"Weibo home timeline feed","terms":["weibo","weibo","timeline","timeline","weibo","home","timeline","feed","social"]},{"id":"weibo/trending","site":"weibo","command":"trending","description":"Weibo trending topics (real-time hot search)","terms":["weibo","weibo","trending","trending","weibo","trending","topics","real","time","hot","search","social"]},{"id":"weibo/user","site":"weibo","command":"user","description":"Get Weibo user profile by UID","terms":["weibo","weibo","user","user","get","weibo","user","profile","uid","social"]},{"id":"weixin/article","site":"weixin","command":"article","description":"List articles from WeChat Official Account backend","terms":["weixin","weixin","article","article","list","articles","from","wechat","official","account","backend","social"]},{"id":"weixin/create-draft","site":"weixin","command":"create-draft","description":"Create a WeChat Official Account article draft","terms":["weixin","weixin","create-draft","create","draft","create","wechat","official","account","article","draft","social"]},{"id":"weixin/download","site":"weixin","command":"download","description":"Download WeChat article content as Markdown","terms":["weixin","weixin","download","download","download","wechat","article","content","markdown","social"]},{"id":"weixin/drafts","site":"weixin","command":"drafts","description":"List WeChat Official Account article drafts","terms":["weixin","weixin","drafts","drafts","list","wechat","official","account","article","drafts","social"]},{"id":"weixin/hot","site":"weixin","command":"hot","description":"WeChat/Weixin hot articles trending","terms":["weixin","weixin","hot","hot","wechat","weixin","hot","articles","trending","social"]},{"id":"weixin/search","site":"weixin","command":"search","description":"Search WeChat articles via Sogou","terms":["weixin","weixin","search","search","search","wechat","articles","via","sogou","social"]},{"id":"weread/ai-outline","site":"weread","command":"ai-outline","description":"Extract WeRead AI outline or visible book outline","terms":["weread","weread","ai-outline","ai","outline","extract","weread","ai","outline","visible","book","outline","content"]},{"id":"weread/book","site":"weread","command":"book","description":"Get WeRead book details","terms":["weread","weread","book","book","get","weread","book","details","content"]},{"id":"weread/highlights","site":"weread","command":"highlights","description":"List your highlights (underlines) in a book","terms":["weread","weread","highlights","highlights","list","your","highlights","underlines","book","content"]},{"id":"weread/notebooks","site":"weread","command":"notebooks","description":"List books that have highlights or notes","terms":["weread","weread","notebooks","notebooks","list","books","that","have","highlights","notes","content"]},{"id":"weread/notes","site":"weread","command":"notes","description":"List your notes (thoughts) on a book","terms":["weread","weread","notes","notes","list","your","notes","thoughts","book","content"]},{"id":"weread/ranking","site":"weread","command":"ranking","description":"WeRead book rankings by category","terms":["weread","weread","ranking","ranking","weread","book","rankings","category","content"]},{"id":"weread/search","site":"weread","command":"search","description":"Search books on WeRead","terms":["weread","weread","search","search","search","books","weread","content"]},{"id":"weread/shelf","site":"weread","command":"shelf","description":"WeRead bookshelf (user's books)","terms":["weread","weread","shelf","shelf","weread","bookshelf","user","books","content"]},{"id":"wikidata/entity","site":"wikidata","command":"entity","description":"Fetch a Wikidata entity by Q/P/L id","terms":["wikidata","wikidata","entity","entity","fetch","wikidata","entity","id"]},{"id":"wikidata/search","site":"wikidata","command":"search","description":"Search Wikidata items by keyword","terms":["wikidata","wikidata","search","search","search","wikidata","items","keyword"]},{"id":"wikipedia/page","site":"wikipedia","command":"page","description":"Full plain-text extract of a Wikipedia article","terms":["wikipedia","wikipedia","page","page","full","plain","text","extract","wikipedia","article","reference"]},{"id":"wikipedia/random","site":"wikipedia","command":"random","description":"Get a random Wikipedia article","terms":["wikipedia","wikipedia","random","random","get","random","wikipedia","article","reference"]},{"id":"wikipedia/search","site":"wikipedia","command":"search","description":"Search Wikipedia articles","terms":["wikipedia","wikipedia","search","search","search","wikipedia","articles","reference"]},{"id":"wikipedia/summary","site":"wikipedia","command":"summary","description":"Get Wikipedia article summary","terms":["wikipedia","wikipedia","summary","summary","get","wikipedia","article","summary","reference"]},{"id":"wikipedia/today","site":"wikipedia","command":"today","description":"Wikipedia featured article of the day","terms":["wikipedia","wikipedia","today","today","wikipedia","featured","article","day","reference"]},{"id":"wikipedia/trending","site":"wikipedia","command":"trending","description":"Most-read Wikipedia articles (yesterday)","terms":["wikipedia","wikipedia","trending","trending","most","read","wikipedia","articles","yesterday","reference"]},{"id":"wipo-patentscope/info","site":"wipo-patentscope","command":"info","description":"WIPO PATENTSCOPE registry placeholder — no public REST API; SOAP requires subscription","terms":["wipo-patentscope","wipo","patentscope","info","info","wipo","patentscope","registry","placeholder","public","rest","api","soap","requires","subscription"]},{"id":"wiremock/create-stub","site":"wiremock","command":"create-stub","description":"Create a new stub mapping in WireMock","terms":["wiremock","wiremock","create-stub","create","stub","create","new","stub","mapping","wiremock","dev"]},{"id":"wiremock/delete-stub","site":"wiremock","command":"delete-stub","description":"Delete a WireMock stub mapping by ID","terms":["wiremock","wiremock","delete-stub","delete","stub","delete","wiremock","stub","mapping","id","dev"]},{"id":"wiremock/reset","site":"wiremock","command":"reset","description":"Reset WireMock server (clear all stubs and request history)","terms":["wiremock","wiremock","reset","reset","reset","wiremock","server","clear","all","stubs","request","history","dev"]},{"id":"wiremock/stubs","site":"wiremock","command":"stubs","description":"List all WireMock stub mappings","terms":["wiremock","wiremock","stubs","stubs","list","all","wiremock","stub","mappings","dev"]},{"id":"wiremock/verify","site":"wiremock","command":"verify","description":"Get count of requests matched to a URL pattern","terms":["wiremock","wiremock","verify","verify","get","count","requests","matched","url","pattern","dev"]},{"id":"word/insert-image","site":"word","command":"insert-image","description":"Insert a local image into the active Microsoft Word document","terms":["word","word","insert-image","insert","image","insert","local","image","into","active","microsoft","word","document","desktop"]},{"id":"word/insert-link","site":"word","command":"insert-link","description":"Insert a native hyperlink field into the active Microsoft Word document","terms":["word","word","insert-link","insert","link","insert","native","hyperlink","field","into","active","microsoft","word","document","desktop"]},{"id":"word/insert-text","site":"word","command":"insert-text","description":"Append text to the active Microsoft Word document, creating one if needed","terms":["word","word","insert-text","insert","text","append","text","active","microsoft","word","document","creating","one","needed","desktop"]},{"id":"word/list","site":"word","command":"list","description":"List open Microsoft Word documents","terms":["word","word","list","list","list","open","microsoft","word","documents","desktop"]},{"id":"word/read","site":"word","command":"read","description":"Read text from the active Microsoft Word document","terms":["word","word","read","read","read","text","from","active","microsoft","word","document","desktop"]},{"id":"word/set-font","site":"word","command":"set-font","description":"Apply a font to the active Microsoft Word document or matching text","terms":["word","word","set-font","set","font","apply","font","active","microsoft","word","document","matching","text","desktop"]},{"id":"word/status","site":"word","command":"status","description":"Check Microsoft Word running state without enumerating documents","terms":["word","word","status","status","check","microsoft","word","running","state","without","enumerating","documents","desktop"]},{"id":"wrangler/list","site":"wrangler","command":"list","description":"List Cloudflare Workers","terms":["wrangler","wrangler","list","list","list","cloudflare","workers"]},{"id":"wttr/current","site":"wttr","command":"current","description":"Current weather conditions for a location","terms":["wttr","wttr","current","current","current","weather","conditions","location"]},{"id":"wttr/forecast","site":"wttr","command":"forecast","description":"Multi-day weather forecast for a location","terms":["wttr","wttr","forecast","forecast","multi","day","weather","forecast","location"]},{"id":"xianyu/chat","site":"xianyu","command":"chat","description":"List Xianyu chat conversations","terms":["xianyu","xianyu","chat","chat","list","xianyu","chat","conversations","shopping"]},{"id":"xianyu/item","site":"xianyu","command":"item","description":"Get Xianyu item details","terms":["xianyu","xianyu","item","item","get","xianyu","item","details","shopping"]},{"id":"xianyu/publish","site":"xianyu","command":"publish","description":"Publish a Xianyu listing from a logged-in Goofish browser session","terms":["xianyu","xianyu","publish","publish","publish","xianyu","listing","from","logged","goofish","browser","session","shopping"]},{"id":"xianyu/search","site":"xianyu","command":"search","description":"Search Xianyu (Goofish) second-hand items","terms":["xianyu","xianyu","search","search","search","xianyu","goofish","second","hand","items","shopping"]},{"id":"xiaoe/catalog","site":"xiaoe","command":"catalog","description":"Get Xiaoe course catalog/chapters","terms":["xiaoe","xiaoe","catalog","catalog","get","xiaoe","course","catalog","chapters"]},{"id":"xiaoe/content","site":"xiaoe","command":"content","description":"Get Xiaoe course content/lesson details","terms":["xiaoe","xiaoe","content","content","get","xiaoe","course","content","lesson","details"]},{"id":"xiaoe/courses","site":"xiaoe","command":"courses","description":"List purchased Xiaoe courses","terms":["xiaoe","xiaoe","courses","courses","list","purchased","xiaoe","courses"]},{"id":"xiaoe/detail","site":"xiaoe","command":"detail","description":"Get Xiaoe course details","terms":["xiaoe","xiaoe","detail","detail","get","xiaoe","course","details"]},{"id":"xiaoe/play-url","site":"xiaoe","command":"play-url","description":"Get Xiaoe video/audio play URL","terms":["xiaoe","xiaoe","play-url","play","url","get","xiaoe","video","audio","play","url"]},{"id":"xiaohongshu/comments","site":"xiaohongshu","command":"comments","description":"Get comments on a Xiaohongshu note (supports nested replies)","terms":["xiaohongshu","xiaohongshu","comments","comments","get","comments","xiaohongshu","note","supports","nested","replies","social"]},{"id":"xiaohongshu/creator-note-detail","site":"xiaohongshu","command":"creator-note-detail","description":"Xiaohongshu single note detail page data (core metrics + audience + trends)","terms":["xiaohongshu","xiaohongshu","creator-note-detail","creator","note","detail","xiaohongshu","single","note","detail","page","data","core","metrics","audience","trends","social"]},{"id":"xiaohongshu/creator-notes","site":"xiaohongshu","command":"creator-notes","description":"Xiaohongshu creator note list with per-note metrics (title/date/views/likes/collects/comments)","terms":["xiaohongshu","xiaohongshu","creator-notes","creator","notes","xiaohongshu","creator","note","list","with","per","note","metrics","title","date","views","likes","collects","comments","social"]},{"id":"xiaohongshu/creator-notes-summary","site":"xiaohongshu","command":"creator-notes-summary","description":"Xiaohongshu batch summary for recent notes (list + per-note key metrics)","terms":["xiaohongshu","xiaohongshu","creator-notes-summary","creator","notes","summary","xiaohongshu","batch","summary","recent","notes","list","per","note","key","metrics","social"]},{"id":"xiaohongshu/creator-profile","site":"xiaohongshu","command":"creator-profile","description":"Xiaohongshu creator account info (followers/following/likes/level)","terms":["xiaohongshu","xiaohongshu","creator-profile","creator","profile","xiaohongshu","creator","account","info","followers","following","likes","level","social"]},{"id":"xiaohongshu/creator-stats","site":"xiaohongshu","command":"creator-stats","description":"Xiaohongshu creator analytics overview (views/likes/collects/comments/shares/followers + daily trend)","terms":["xiaohongshu","xiaohongshu","creator-stats","creator","stats","xiaohongshu","creator","analytics","overview","views","likes","collects","comments","shares","followers","daily","trend","social"]},{"id":"xiaohongshu/download","site":"xiaohongshu","command":"download","description":"Download images and videos from a Xiaohongshu note","terms":["xiaohongshu","xiaohongshu","download","download","download","images","videos","from","xiaohongshu","note","social"]},{"id":"xiaohongshu/feed","site":"xiaohongshu","command":"feed","description":"Xiaohongshu home feed (via Pinia Store Action)","terms":["xiaohongshu","xiaohongshu","feed","feed","xiaohongshu","home","feed","via","pinia","store","action","social"]},{"id":"xiaohongshu/follow","site":"xiaohongshu","command":"follow","description":"Follow a Xiaohongshu user","terms":["xiaohongshu","xiaohongshu","follow","follow","follow","xiaohongshu","user","social"]},{"id":"xiaohongshu/hashtag","site":"xiaohongshu","command":"hashtag","description":"Browse notes under a Xiaohongshu hashtag/topic","terms":["xiaohongshu","xiaohongshu","hashtag","hashtag","browse","notes","under","xiaohongshu","hashtag","topic","social"]},{"id":"xiaohongshu/hot","site":"xiaohongshu","command":"hot","description":"Xiaohongshu trending/hot notes","terms":["xiaohongshu","xiaohongshu","hot","hot","xiaohongshu","trending","hot","notes","social"]},{"id":"xiaohongshu/like","site":"xiaohongshu","command":"like","description":"Like a Xiaohongshu note","terms":["xiaohongshu","xiaohongshu","like","like","like","xiaohongshu","note","social"]},{"id":"xiaohongshu/note","site":"xiaohongshu","command":"note","description":"Get note content and engagement metrics","terms":["xiaohongshu","xiaohongshu","note","note","get","note","content","engagement","metrics","social"]},{"id":"xiaohongshu/notifications","site":"xiaohongshu","command":"notifications","description":"Xiaohongshu notifications (mentions/likes/connections)","terms":["xiaohongshu","xiaohongshu","notifications","notifications","xiaohongshu","notifications","mentions","likes","connections","social"]},{"id":"xiaohongshu/profile","site":"xiaohongshu","command":"profile","description":"Get a Xiaohongshu user profile","terms":["xiaohongshu","xiaohongshu","profile","profile","get","xiaohongshu","user","profile","social"]},{"id":"xiaohongshu/publish","site":"xiaohongshu","command":"publish","description":"Publish an image+text note via Xiaohongshu creator center (UI automation)","terms":["xiaohongshu","xiaohongshu","publish","publish","publish","image","text","note","via","xiaohongshu","creator","center","ui","automation","social"]},{"id":"xiaohongshu/save","site":"xiaohongshu","command":"save","description":"Save/collect a Xiaohongshu note","terms":["xiaohongshu","xiaohongshu","save","save","save","collect","xiaohongshu","note","social"]},{"id":"xiaohongshu/search","site":"xiaohongshu","command":"search","description":"Search notes on Xiaohongshu","terms":["xiaohongshu","xiaohongshu","search","search","search","notes","xiaohongshu","social"]},{"id":"xiaohongshu/suggest","site":"xiaohongshu","command":"suggest","description":"Xiaohongshu search suggestions/autocomplete","terms":["xiaohongshu","xiaohongshu","suggest","suggest","xiaohongshu","search","suggestions","autocomplete","social"]},{"id":"xiaohongshu/trending","site":"xiaohongshu","command":"trending","description":"Xiaohongshu trending searches and visible hot notes","terms":["xiaohongshu","xiaohongshu","trending","trending","xiaohongshu","trending","searches","visible","hot","notes","social"]},{"id":"xiaohongshu/unfollow","site":"xiaohongshu","command":"unfollow","description":"Unfollow a Xiaohongshu user","terms":["xiaohongshu","xiaohongshu","unfollow","unfollow","unfollow","xiaohongshu","user","social"]},{"id":"xiaohongshu/user","site":"xiaohongshu","command":"user","description":"Get public notes from a Xiaohongshu user profile","terms":["xiaohongshu","xiaohongshu","user","user","get","public","notes","from","xiaohongshu","user","profile","social"]},{"id":"xiaoyuzhou/download","site":"xiaoyuzhou","command":"download","description":"Download Xiaoyuzhou episode audio","terms":["xiaoyuzhou","xiaoyuzhou","download","download","download","xiaoyuzhou","episode","audio","audio"]},{"id":"xiaoyuzhou/episode","site":"xiaoyuzhou","command":"episode","description":"Get podcast episode details from Xiaoyuzhou","terms":["xiaoyuzhou","xiaoyuzhou","episode","episode","get","podcast","episode","details","from","xiaoyuzhou","audio"]},{"id":"xiaoyuzhou/podcast","site":"xiaoyuzhou","command":"podcast","description":"View a Xiaoyuzhou podcast profile (via SSR page data)","terms":["xiaoyuzhou","xiaoyuzhou","podcast","podcast","view","xiaoyuzhou","podcast","profile","via","ssr","page","data","audio"]},{"id":"xiaoyuzhou/podcast-episodes","site":"xiaoyuzhou","command":"podcast-episodes","description":"List episodes for a Xiaoyuzhou podcast","terms":["xiaoyuzhou","xiaoyuzhou","podcast-episodes","podcast","episodes","list","episodes","xiaoyuzhou","podcast","audio"]},{"id":"xiaoyuzhou/transcript","site":"xiaoyuzhou","command":"transcript","description":"Download Xiaoyuzhou transcript JSON and extracted text","terms":["xiaoyuzhou","xiaoyuzhou","transcript","transcript","download","xiaoyuzhou","transcript","json","extracted","text","audio"]},{"id":"xueqiu/comments","site":"xueqiu","command":"comments","description":"Xueqiu stock discussion timeline","terms":["xueqiu","xueqiu","comments","comments","xueqiu","stock","discussion","timeline","finance"]},{"id":"xueqiu/earnings-date","site":"xueqiu","command":"earnings-date","description":"Xueqiu stock earnings calendar","terms":["xueqiu","xueqiu","earnings-date","earnings","date","xueqiu","stock","earnings","calendar","finance"]},{"id":"xueqiu/feed","site":"xueqiu","command":"feed","description":"Xueqiu personal home timeline","terms":["xueqiu","xueqiu","feed","feed","xueqiu","personal","home","timeline","finance"]},{"id":"xueqiu/fund-holdings","site":"xueqiu","command":"fund-holdings","description":"Xueqiu fund holdings/positions","terms":["xueqiu","xueqiu","fund-holdings","fund","holdings","xueqiu","fund","holdings","positions","finance"]},{"id":"xueqiu/fund-snapshot","site":"xueqiu","command":"fund-snapshot","description":"Xueqiu stock top shareholders snapshot","terms":["xueqiu","xueqiu","fund-snapshot","fund","snapshot","xueqiu","stock","top","shareholders","snapshot","finance"]},{"id":"xueqiu/groups","site":"xueqiu","command":"groups","description":"Read visible Xueqiu portfolio or group lists","terms":["xueqiu","xueqiu","groups","groups","read","visible","xueqiu","portfolio","group","lists","finance"]},{"id":"xueqiu/hot","site":"xueqiu","command":"hot","description":"Xueqiu hot stocks and discussions","terms":["xueqiu","xueqiu","hot","hot","xueqiu","hot","stocks","discussions","finance"]},{"id":"xueqiu/hot-stock","site":"xueqiu","command":"hot-stock","description":"Xueqiu hot stocks ranking","terms":["xueqiu","xueqiu","hot-stock","hot","stock","xueqiu","hot","stocks","ranking","finance"]},{"id":"xueqiu/kline","site":"xueqiu","command":"kline","description":"Fetch Xueqiu stock candlestick data","terms":["xueqiu","xueqiu","kline","kline","fetch","xueqiu","stock","candlestick","data","finance"]},{"id":"xueqiu/market","site":"xueqiu","command":"market","description":"Xueqiu market indices overview","terms":["xueqiu","xueqiu","market","market","xueqiu","market","indices","overview","finance"]},{"id":"xueqiu/quote","site":"xueqiu","command":"quote","description":"Xueqiu stock quote","terms":["xueqiu","xueqiu","quote","quote","xueqiu","stock","quote","finance"]},{"id":"xueqiu/search","site":"xueqiu","command":"search","description":"Search Xueqiu stocks by code or name","terms":["xueqiu","xueqiu","search","search","search","xueqiu","stocks","code","name","finance"]},{"id":"xueqiu/stock","site":"xueqiu","command":"stock","description":"Xueqiu stock detail quote","terms":["xueqiu","xueqiu","stock","stock","xueqiu","stock","detail","quote","finance"]},{"id":"xueqiu/watchlist","site":"xueqiu","command":"watchlist","description":"Xueqiu personal watchlist","terms":["xueqiu","xueqiu","watchlist","watchlist","xueqiu","personal","watchlist","finance"]},{"id":"yahoo/search","site":"yahoo","command":"search","description":"Search the public web via Yahoo Search (no API key needed)","terms":["yahoo","yahoo","search","search","search","public","web","via","yahoo","search","api","key","needed"]},{"id":"yahoo-finance/quote","site":"yahoo-finance","command":"quote","description":"Get stock quote from Yahoo Finance","terms":["yahoo-finance","yahoo","finance","quote","quote","get","stock","quote","from","yahoo","finance","finance"]},{"id":"yahoo-finance/search","site":"yahoo-finance","command":"search","description":"Search Yahoo Finance for tickers and companies","terms":["yahoo-finance","yahoo","finance","search","search","search","yahoo","finance","tickers","companies","finance"]},{"id":"yahoo-finance/trending","site":"yahoo-finance","command":"trending","description":"Yahoo Finance trending tickers","terms":["yahoo-finance","yahoo","finance","trending","trending","yahoo","finance","trending","tickers","finance"]},{"id":"yandere/detail","site":"yandere","command":"detail","description":"Get yande.re post detail by post id","terms":["yandere","yandere","detail","detail","get","yande","re","post","detail","post","id","content"]},{"id":"yandere/download","site":"yandere","command":"download","description":"Download yande.re post image by post id","terms":["yandere","yandere","download","download","download","yande","re","post","image","post","id","content"]},{"id":"yandere/search","site":"yandere","command":"search","description":"Search yande.re illustration posts by Moebooru tag query","terms":["yandere","yandere","search","search","search","yande","re","illustration","posts","moebooru","tag","query","content"]},{"id":"yandere/tags","site":"yandere","command":"tags","description":"Search yande.re tags by name prefix","terms":["yandere","yandere","tags","tags","search","yande","re","tags","name","prefix","content"]},{"id":"ycombinator/launches","site":"ycombinator","command":"launches","description":"Latest YC company launches","terms":["ycombinator","ycombinator","launches","launches","latest","yc","company","launches"]},{"id":"yollomi/background","site":"yollomi","command":"background","description":"Generate custom background for image","terms":["yollomi","yollomi","background","background","generate","custom","background","image","ai"]},{"id":"yollomi/edit","site":"yollomi","command":"edit","description":"Edit an image with Yollomi AI (text prompt)","terms":["yollomi","yollomi","edit","edit","edit","image","with","yollomi","ai","text","prompt","ai"]},{"id":"yollomi/face-swap","site":"yollomi","command":"face-swap","description":"Swap faces between two images","terms":["yollomi","yollomi","face-swap","face","swap","swap","faces","between","two","images","ai"]},{"id":"yollomi/generate","site":"yollomi","command":"generate","description":"Generate an image with Yollomi AI","terms":["yollomi","yollomi","generate","generate","generate","image","with","yollomi","ai","ai"]},{"id":"yollomi/models","site":"yollomi","command":"models","description":"List available Yollomi AI models","terms":["yollomi","yollomi","models","models","list","available","yollomi","ai","models","ai"]},{"id":"yollomi/object-remover","site":"yollomi","command":"object-remover","description":"Remove unwanted objects from image","terms":["yollomi","yollomi","object-remover","object","remover","remove","unwanted","objects","from","image","ai"]},{"id":"yollomi/remove-bg","site":"yollomi","command":"remove-bg","description":"Remove background from image (free)","terms":["yollomi","yollomi","remove-bg","remove","bg","remove","background","from","image","free","ai"]},{"id":"yollomi/restore","site":"yollomi","command":"restore","description":"Restore old/damaged photos","terms":["yollomi","yollomi","restore","restore","restore","old","damaged","photos","ai"]},{"id":"yollomi/try-on","site":"yollomi","command":"try-on","description":"Virtual clothing try-on","terms":["yollomi","yollomi","try-on","try","on","virtual","clothing","try","ai"]},{"id":"yollomi/upload","site":"yollomi","command":"upload","description":"Upload an image to Yollomi for processing","terms":["yollomi","yollomi","upload","upload","upload","image","yollomi","processing","ai"]},{"id":"yollomi/upscale","site":"yollomi","command":"upscale","description":"Upscale/enhance image resolution","terms":["yollomi","yollomi","upscale","upscale","upscale","enhance","image","resolution","ai"]},{"id":"yollomi/video","site":"yollomi","command":"video","description":"Generate video with Yollomi AI","terms":["yollomi","yollomi","video","video","generate","video","with","yollomi","ai","ai"]},{"id":"youtube/channel","site":"youtube","command":"channel","description":"Get YouTube channel info","terms":["youtube","youtube","channel","channel","get","youtube","channel","info","video"]},{"id":"youtube/comments","site":"youtube","command":"comments","description":"Get YouTube video comments","terms":["youtube","youtube","comments","comments","get","youtube","video","comments","video"]},{"id":"youtube/feed","site":"youtube","command":"feed","description":"Read YouTube homepage recommended videos","terms":["youtube","youtube","feed","feed","read","youtube","homepage","recommended","videos","video"]},{"id":"youtube/history","site":"youtube","command":"history","description":"Read YouTube watch history","terms":["youtube","youtube","history","history","read","youtube","watch","history","video"]},{"id":"youtube/like","site":"youtube","command":"like","description":"Like a YouTube video in the active browser session","terms":["youtube","youtube","like","like","like","youtube","video","active","browser","session","video"]},{"id":"youtube/playlist","site":"youtube","command":"playlist","description":"Get videos from a YouTube playlist","terms":["youtube","youtube","playlist","playlist","get","videos","from","youtube","playlist","video"]},{"id":"youtube/search","site":"youtube","command":"search","description":"Search YouTube videos","terms":["youtube","youtube","search","search","search","youtube","videos","video"]},{"id":"youtube/shorts","site":"youtube","command":"shorts","description":"Get YouTube Shorts from a channel or trending","terms":["youtube","youtube","shorts","shorts","get","youtube","shorts","from","channel","trending","video"]},{"id":"youtube/subscribe","site":"youtube","command":"subscribe","description":"Subscribe to a YouTube channel","terms":["youtube","youtube","subscribe","subscribe","subscribe","youtube","channel","video"]},{"id":"youtube/subscriptions","site":"youtube","command":"subscriptions","description":"List YouTube subscribed channels","terms":["youtube","youtube","subscriptions","subscriptions","list","youtube","subscribed","channels","video"]},{"id":"youtube/subtitles","site":"youtube","command":"subtitles","description":"Extract LLM-readable subtitles from a YouTube video URL with optional browser-cookie reuse","terms":["youtube","youtube","subtitles","subtitles","extract","llm","readable","subtitles","from","youtube","video","url","with","optional","browser","cookie","reuse","video"]},{"id":"youtube/transcript","site":"youtube","command":"transcript","description":"Get YouTube video transcript/subtitles","terms":["youtube","youtube","transcript","transcript","get","youtube","video","transcript","subtitles","video"]},{"id":"youtube/trending","site":"youtube","command":"trending","description":"Get YouTube trending videos","terms":["youtube","youtube","trending","trending","get","youtube","trending","videos","video"]},{"id":"youtube/unlike","site":"youtube","command":"unlike","description":"Remove a YouTube video like in the active browser session","terms":["youtube","youtube","unlike","unlike","remove","youtube","video","like","active","browser","session","video"]},{"id":"youtube/unsubscribe","site":"youtube","command":"unsubscribe","description":"Unsubscribe from a YouTube channel","terms":["youtube","youtube","unsubscribe","unsubscribe","unsubscribe","from","youtube","channel","video"]},{"id":"youtube/video","site":"youtube","command":"video","description":"Get YouTube video info","terms":["youtube","youtube","video","video","get","youtube","video","info","video"]},{"id":"youtube/watch-later","site":"youtube","command":"watch-later","description":"Read YouTube Watch Later queue","terms":["youtube","youtube","watch-later","watch","later","read","youtube","watch","later","queue","video"]},{"id":"yt-dlp/download","site":"yt-dlp","command":"download","description":"Download a video from a URL","terms":["yt-dlp","yt","dlp","download","download","download","video","from","url","video"]},{"id":"yt-dlp/extract-audio","site":"yt-dlp","command":"extract-audio","description":"Download and extract audio from a video URL","terms":["yt-dlp","yt","dlp","extract-audio","extract","audio","download","extract","audio","from","video","url","video"]},{"id":"yt-dlp/info","site":"yt-dlp","command":"info","description":"Get metadata for a video URL without downloading","terms":["yt-dlp","yt","dlp","info","info","get","metadata","video","url","without","downloading","video"]},{"id":"yt-dlp/search","site":"yt-dlp","command":"search","description":"Search YouTube and return video metadata","terms":["yt-dlp","yt","dlp","search","search","search","youtube","return","video","metadata","video"]},{"id":"yt-dlp/subtitles","site":"yt-dlp","command":"subtitles","description":"Extract subtitles from any yt-dlp-supported video URL with optional browser-cookie reuse","terms":["yt-dlp","yt","dlp","subtitles","subtitles","extract","subtitles","from","any","yt","dlp","supported","video","url","with","optional","browser","cookie","reuse","video"]},{"id":"yuanbao/ask","site":"yuanbao","command":"ask","description":"Ask Tencent Yuanbao AI a question","terms":["yuanbao","yuanbao","ask","ask","ask","tencent","yuanbao","ai","question","ai"]},{"id":"yuanbao/detail","site":"yuanbao","command":"detail","description":"Open a Yuanbao conversation by ID and read its messages","terms":["yuanbao","yuanbao","detail","detail","open","yuanbao","conversation","id","read","its","messages","ai"]},{"id":"yuanbao/history","site":"yuanbao","command":"history","description":"List recent Yuanbao conversations from the sidebar","terms":["yuanbao","yuanbao","history","history","list","recent","yuanbao","conversations","from","sidebar","ai"]},{"id":"yuanbao/new","site":"yuanbao","command":"new","description":"Start a new Tencent Yuanbao conversation","terms":["yuanbao","yuanbao","new","new","start","new","tencent","yuanbao","conversation","ai"]},{"id":"yuanbao/read","site":"yuanbao","command":"read","description":"Read messages in the current Yuanbao conversation","terms":["yuanbao","yuanbao","read","read","read","messages","current","yuanbao","conversation","ai"]},{"id":"yuanbao/send","site":"yuanbao","command":"send","description":"Send a prompt to Yuanbao without waiting for the reply","terms":["yuanbao","yuanbao","send","send","send","prompt","yuanbao","without","waiting","reply","ai"]},{"id":"yuanbao/shared","site":"yuanbao","command":"shared","description":"List Tencent Yuanbao shared conversations","terms":["yuanbao","yuanbao","shared","shared","list","tencent","yuanbao","shared","conversations","ai"]},{"id":"yuanbao/status","site":"yuanbao","command":"status","description":"Check Yuanbao page availability, login state, current session and model","terms":["yuanbao","yuanbao","status","status","check","yuanbao","page","availability","login","state","current","session","model","ai"]},{"id":"zhihu/answer","site":"zhihu","command":"answer","description":"Get a specific Zhihu answer by ID","terms":["zhihu","zhihu","answer","answer","get","specific","zhihu","answer","id","social"]},{"id":"zhihu/answer-detail","site":"zhihu","command":"answer-detail","description":"知乎单个回答完整内容(按 answer ID 获取)","terms":["zhihu","zhihu","answer-detail","answer","detail","知乎单个回答完整内容","answer","id","获取","social"]},{"id":"zhihu/answers","site":"zhihu","command":"answers","description":"List answers by a Zhihu user","terms":["zhihu","zhihu","answers","answers","list","answers","zhihu","user","social"]},{"id":"zhihu/article","site":"zhihu","command":"article","description":"Get a Zhihu article (zhuanlan) by ID","terms":["zhihu","zhihu","article","article","get","zhihu","article","zhuanlan","id","social"]},{"id":"zhihu/articles","site":"zhihu","command":"articles","description":"List articles by a Zhihu user","terms":["zhihu","zhihu","articles","articles","list","articles","zhihu","user","social"]},{"id":"zhihu/collection","site":"zhihu","command":"collection","description":"List items in a Zhihu collection","terms":["zhihu","zhihu","collection","collection","list","items","zhihu","collection","social"]},{"id":"zhihu/collections","site":"zhihu","command":"collections","description":"List Zhihu collections (favorites) for a user","terms":["zhihu","zhihu","collections","collections","list","zhihu","collections","favorites","user","social"]},{"id":"zhihu/columns","site":"zhihu","command":"columns","description":"Get articles from a Zhihu column (zhuanlan)","terms":["zhihu","zhihu","columns","columns","get","articles","from","zhihu","column","zhuanlan","social"]},{"id":"zhihu/comment","site":"zhihu","command":"comment","description":"Get Zhihu comments with normalized nested reply hierarchy","terms":["zhihu","zhihu","comment","comment","get","zhihu","comments","with","normalized","nested","reply","hierarchy","social"]},{"id":"zhihu/download","site":"zhihu","command":"download","description":"Download Zhihu answer/article content as markdown","terms":["zhihu","zhihu","download","download","download","zhihu","answer","article","content","markdown","social"]},{"id":"zhihu/favorite","site":"zhihu","command":"favorite","description":"Favorite a Zhihu answer or article into an existing collection","terms":["zhihu","zhihu","favorite","favorite","favorite","zhihu","answer","article","into","existing","collection","social"]},{"id":"zhihu/feed","site":"zhihu","command":"feed","description":"Zhihu recommended feed","terms":["zhihu","zhihu","feed","feed","zhihu","recommended","feed","social"]},{"id":"zhihu/follow","site":"zhihu","command":"follow","description":"Follow a Zhihu user or question","terms":["zhihu","zhihu","follow","follow","follow","zhihu","user","question","social"]},{"id":"zhihu/followers","site":"zhihu","command":"followers","description":"List followers of a Zhihu user","terms":["zhihu","zhihu","followers","followers","list","followers","zhihu","user","social"]},{"id":"zhihu/following","site":"zhihu","command":"following","description":"List users followed by a Zhihu user","terms":["zhihu","zhihu","following","following","list","users","followed","zhihu","user","social"]},{"id":"zhihu/hot","site":"zhihu","command":"hot","description":"Zhihu hot topics list","terms":["zhihu","zhihu","hot","hot","zhihu","hot","topics","list","social"]},{"id":"zhihu/like","site":"zhihu","command":"like","description":"Like a Zhihu answer or article","terms":["zhihu","zhihu","like","like","like","zhihu","answer","article","social"]},{"id":"zhihu/me","site":"zhihu","command":"me","description":"Current Zhihu user profile","terms":["zhihu","zhihu","me","me","current","zhihu","user","profile","social"]},{"id":"zhihu/notifications","site":"zhihu","command":"notifications","description":"Zhihu notifications","terms":["zhihu","zhihu","notifications","notifications","zhihu","notifications","social"]},{"id":"zhihu/pins","site":"zhihu","command":"pins","description":"List Zhihu pins (thoughts/status updates) by a user","terms":["zhihu","zhihu","pins","pins","list","zhihu","pins","thoughts","status","updates","user","social"]},{"id":"zhihu/question","site":"zhihu","command":"question","description":"Zhihu question with top answers","terms":["zhihu","zhihu","question","question","zhihu","question","with","top","answers","social"]},{"id":"zhihu/recommend","site":"zhihu","command":"recommend","description":"知乎首页推荐","terms":["zhihu","zhihu","recommend","recommend","知乎首页推荐","social"]},{"id":"zhihu/search","site":"zhihu","command":"search","description":"Search Zhihu questions and answers","terms":["zhihu","zhihu","search","search","search","zhihu","questions","answers","social"]},{"id":"zhihu/topic","site":"zhihu","command":"topic","description":"Get Zhihu topic best answers","terms":["zhihu","zhihu","topic","topic","get","zhihu","topic","best","answers","social"]},{"id":"zhihu/topics","site":"zhihu","command":"topics","description":"Get top answers for a Zhihu topic","terms":["zhihu","zhihu","topics","topics","get","top","answers","zhihu","topic","social"]},{"id":"zhihu/trending","site":"zhihu","command":"trending","description":"Zhihu trending topics by category","terms":["zhihu","zhihu","trending","trending","zhihu","trending","topics","category","social"]},{"id":"zhihu/user","site":"zhihu","command":"user","description":"Get a Zhihu user profile by URL name","terms":["zhihu","zhihu","user","user","get","zhihu","user","profile","url","name","social"]},{"id":"zlibrary/info","site":"zlibrary","command":"info","description":"Get book details and available download formats from a Z-Library book page","terms":["zlibrary","zlibrary","info","info","get","book","details","available","download","formats","from","library","book","page"]},{"id":"zlibrary/search","site":"zlibrary","command":"search","description":"Search Z-Library for books by title, author, ISBN, or keyword","terms":["zlibrary","zlibrary","search","search","search","library","books","title","author","isbn","keyword"]},{"id":"zoom/join","site":"zoom","command":"join","description":"Join a Zoom meeting by meeting ID","terms":["zoom","zoom","join","join","join","zoom","meeting","meeting","id","social"]},{"id":"zoom/start","site":"zoom","command":"start","description":"Start your personal Zoom meeting","terms":["zoom","zoom","start","start","start","your","personal","zoom","meeting","social"]},{"id":"zoom/toggle-mute","site":"zoom","command":"toggle-mute","description":"Toggle mute in the active Zoom meeting via Meeting menu","terms":["zoom","zoom","toggle-mute","toggle","mute","toggle","mute","active","zoom","meeting","via","meeting","menu","social"]},{"id":"zotero/add-note","site":"zotero","command":"add-note","description":"Add a child note to an existing Zotero item","terms":["zotero","zotero","add-note","add","note","add","child","note","existing","zotero","item","scholarly"]},{"id":"zotero/add-tag","site":"zotero","command":"add-tag","description":"Add a tag to an existing Zotero item","terms":["zotero","zotero","add-tag","add","tag","add","tag","existing","zotero","item","scholarly"]},{"id":"zotero/collections","site":"zotero","command":"collections","description":"List all collections in Zotero library","terms":["zotero","zotero","collections","collections","list","all","collections","zotero","library","scholarly"]},{"id":"zotero/export","site":"zotero","command":"export","description":"Export Zotero items as BibTeX, RIS, or other citation format","terms":["zotero","zotero","export","export","export","zotero","items","bibtex","ris","other","citation","format","scholarly"]},{"id":"zotero/items","site":"zotero","command":"items","description":"List items from Zotero library (title, authors, date, type)","terms":["zotero","zotero","items","items","list","items","from","zotero","library","title","authors","date","type","scholarly"]},{"id":"zotero/notes","site":"zotero","command":"notes","description":"List child notes attached to a Zotero item","terms":["zotero","zotero","notes","notes","list","child","notes","attached","zotero","item","scholarly"]},{"id":"zotero/search","site":"zotero","command":"search","description":"Search Zotero library by query string","terms":["zotero","zotero","search","search","search","zotero","library","query","string","scholarly"]},{"id":"zotero/tags","site":"zotero","command":"tags","description":"List all tags in Zotero library with item counts","terms":["zotero","zotero","tags","tags","list","all","tags","zotero","library","with","item","counts","scholarly"]},{"id":"zsxq/dynamics","site":"zsxq","command":"dynamics","description":"Zsxq latest dynamics across all groups","terms":["zsxq","zsxq","dynamics","dynamics","zsxq","latest","dynamics","across","all","groups","content"]},{"id":"zsxq/groups","site":"zsxq","command":"groups","description":"Zsxq (知识星球) joined groups","terms":["zsxq","zsxq","groups","groups","zsxq","知识星球","joined","groups","content"]},{"id":"zsxq/search","site":"zsxq","command":"search","description":"Search topics within a Zsxq group","terms":["zsxq","zsxq","search","search","search","topics","within","zsxq","group","content"]},{"id":"zsxq/topic","site":"zsxq","command":"topic","description":"Get a single Zsxq topic detail","terms":["zsxq","zsxq","topic","topic","get","single","zsxq","topic","detail","content"]},{"id":"zsxq/topics","site":"zsxq","command":"topics","description":"Zsxq (知识星球) group topics/posts","terms":["zsxq","zsxq","topics","topics","zsxq","知识星球","group","topics","posts","content"]},{"id":"logseq/click-text","site":"logseq","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Logseq","terms":["logseq","logseq","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","logseq","productivity"]},{"id":"logseq/dump","site":"logseq","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Logseq","terms":["logseq","logseq","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","logseq","productivity"]},{"id":"logseq/open-app","site":"logseq","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Logseq","terms":["logseq","logseq","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","logseq","productivity"]},{"id":"logseq/press","site":"logseq","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Logseq","terms":["logseq","logseq","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","logseq","productivity"]},{"id":"logseq/snapshot-app","site":"logseq","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Logseq","terms":["logseq","logseq","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","logseq","productivity"]},{"id":"logseq/status-app","site":"logseq","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Logseq","terms":["logseq","logseq","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","logseq","productivity"]},{"id":"logseq/type-text","site":"logseq","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Logseq","terms":["logseq","logseq","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","logseq","productivity"]},{"id":"typora/click-text","site":"typora","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Typora","terms":["typora","typora","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","typora","productivity"]},{"id":"typora/dump","site":"typora","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Typora","terms":["typora","typora","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","typora","productivity"]},{"id":"typora/open-app","site":"typora","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Typora","terms":["typora","typora","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","typora","productivity"]},{"id":"typora/press","site":"typora","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Typora","terms":["typora","typora","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","typora","productivity"]},{"id":"typora/snapshot-app","site":"typora","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Typora","terms":["typora","typora","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","typora","productivity"]},{"id":"typora/status-app","site":"typora","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Typora","terms":["typora","typora","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","typora","productivity"]},{"id":"typora/type-text","site":"typora","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Typora","terms":["typora","typora","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","typora","productivity"]},{"id":"postman/click-text","site":"postman","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Postman","terms":["postman","postman","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","postman","dev"]},{"id":"postman/dump","site":"postman","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Postman","terms":["postman","postman","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","postman","dev"]},{"id":"postman/open-app","site":"postman","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Postman","terms":["postman","postman","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","postman","dev"]},{"id":"postman/press","site":"postman","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Postman","terms":["postman","postman","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","postman","dev"]},{"id":"postman/snapshot-app","site":"postman","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Postman","terms":["postman","postman","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","postman","dev"]},{"id":"postman/status-app","site":"postman","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Postman","terms":["postman","postman","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","postman","dev"]},{"id":"postman/type-text","site":"postman","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Postman","terms":["postman","postman","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","postman","dev"]},{"id":"insomnia/click-text","site":"insomnia","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Insomnia","terms":["insomnia","insomnia","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","insomnia","dev"]},{"id":"insomnia/dump","site":"insomnia","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Insomnia","terms":["insomnia","insomnia","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","insomnia","dev"]},{"id":"insomnia/open-app","site":"insomnia","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Insomnia","terms":["insomnia","insomnia","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","insomnia","dev"]},{"id":"insomnia/press","site":"insomnia","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Insomnia","terms":["insomnia","insomnia","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","insomnia","dev"]},{"id":"insomnia/snapshot-app","site":"insomnia","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Insomnia","terms":["insomnia","insomnia","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","insomnia","dev"]},{"id":"insomnia/status-app","site":"insomnia","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Insomnia","terms":["insomnia","insomnia","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","insomnia","dev"]},{"id":"insomnia/type-text","site":"insomnia","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Insomnia","terms":["insomnia","insomnia","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","insomnia","dev"]},{"id":"bitwarden/click-text","site":"bitwarden","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Bitwarden","terms":["bitwarden","bitwarden","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","bitwarden","utility"]},{"id":"bitwarden/dump","site":"bitwarden","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Bitwarden","terms":["bitwarden","bitwarden","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","bitwarden","utility"]},{"id":"bitwarden/open-app","site":"bitwarden","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Bitwarden","terms":["bitwarden","bitwarden","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","bitwarden","utility"]},{"id":"bitwarden/press","site":"bitwarden","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Bitwarden","terms":["bitwarden","bitwarden","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","bitwarden","utility"]},{"id":"bitwarden/snapshot-app","site":"bitwarden","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Bitwarden","terms":["bitwarden","bitwarden","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","bitwarden","utility"]},{"id":"bitwarden/status-app","site":"bitwarden","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Bitwarden","terms":["bitwarden","bitwarden","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","bitwarden","utility"]},{"id":"bitwarden/type-text","site":"bitwarden","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Bitwarden","terms":["bitwarden","bitwarden","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","bitwarden","utility"]},{"id":"signal/click-text","site":"signal","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Signal","terms":["signal","signal","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","signal","social"]},{"id":"signal/dump","site":"signal","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Signal","terms":["signal","signal","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","signal","social"]},{"id":"signal/open-app","site":"signal","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Signal","terms":["signal","signal","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","signal","social"]},{"id":"signal/press","site":"signal","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Signal","terms":["signal","signal","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","signal","social"]},{"id":"signal/snapshot-app","site":"signal","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Signal","terms":["signal","signal","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","signal","social"]},{"id":"signal/status-app","site":"signal","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Signal","terms":["signal","signal","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","signal","social"]},{"id":"signal/type-text","site":"signal","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Signal","terms":["signal","signal","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","signal","social"]},{"id":"whatsapp/click-text","site":"whatsapp","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 WhatsApp","terms":["whatsapp","whatsapp","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","whatsapp","social"]},{"id":"whatsapp/dump","site":"whatsapp","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 WhatsApp","terms":["whatsapp","whatsapp","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","whatsapp","social"]},{"id":"whatsapp/open-app","site":"whatsapp","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 WhatsApp","terms":["whatsapp","whatsapp","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","whatsapp","social"]},{"id":"whatsapp/press","site":"whatsapp","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 WhatsApp","terms":["whatsapp","whatsapp","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","whatsapp","social"]},{"id":"whatsapp/snapshot-app","site":"whatsapp","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 WhatsApp","terms":["whatsapp","whatsapp","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","whatsapp","social"]},{"id":"whatsapp/status-app","site":"whatsapp","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 WhatsApp","terms":["whatsapp","whatsapp","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","whatsapp","social"]},{"id":"whatsapp/type-text","site":"whatsapp","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 WhatsApp","terms":["whatsapp","whatsapp","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","whatsapp","social"]},{"id":"teams/click-text","site":"teams","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Microsoft Teams","terms":["teams","teams","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","microsoft","teams","social"]},{"id":"teams/dump","site":"teams","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Microsoft Teams","terms":["teams","teams","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","microsoft","teams","social"]},{"id":"teams/open-app","site":"teams","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Microsoft Teams","terms":["teams","teams","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","microsoft","teams","social"]},{"id":"teams/press","site":"teams","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Microsoft Teams","terms":["teams","teams","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","microsoft","teams","social"]},{"id":"teams/snapshot-app","site":"teams","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Microsoft Teams","terms":["teams","teams","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","microsoft","teams","social"]},{"id":"teams/status-app","site":"teams","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Microsoft Teams","terms":["teams","teams","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","microsoft","teams","social"]},{"id":"teams/type-text","site":"teams","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Microsoft Teams","terms":["teams","teams","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","microsoft","teams","social"]},{"id":"todoist/click-text","site":"todoist","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Todoist","terms":["todoist","todoist","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","todoist","utility"]},{"id":"todoist/dump","site":"todoist","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Todoist","terms":["todoist","todoist","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","todoist","utility"]},{"id":"todoist/open-app","site":"todoist","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Todoist","terms":["todoist","todoist","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","todoist","utility"]},{"id":"todoist/press","site":"todoist","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Todoist","terms":["todoist","todoist","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","todoist","utility"]},{"id":"todoist/snapshot-app","site":"todoist","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Todoist","terms":["todoist","todoist","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","todoist","utility"]},{"id":"todoist/status-app","site":"todoist","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Todoist","terms":["todoist","todoist","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","todoist","utility"]},{"id":"todoist/type-text","site":"todoist","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Todoist","terms":["todoist","todoist","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","todoist","utility"]},{"id":"github-desktop/click-text","site":"github-desktop","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 GitHub Desktop","terms":["github-desktop","github","desktop","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","github","desktop","dev"]},{"id":"github-desktop/dump","site":"github-desktop","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 GitHub Desktop","terms":["github-desktop","github","desktop","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","github","desktop","dev"]},{"id":"github-desktop/open-app","site":"github-desktop","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 GitHub Desktop","terms":["github-desktop","github","desktop","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","github","desktop","dev"]},{"id":"github-desktop/press","site":"github-desktop","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 GitHub Desktop","terms":["github-desktop","github","desktop","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","github","desktop","dev"]},{"id":"github-desktop/snapshot-app","site":"github-desktop","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 GitHub Desktop","terms":["github-desktop","github","desktop","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","github","desktop","dev"]},{"id":"github-desktop/status-app","site":"github-desktop","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 GitHub Desktop","terms":["github-desktop","github","desktop","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","github","desktop","dev"]},{"id":"github-desktop/type-text","site":"github-desktop","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 GitHub Desktop","terms":["github-desktop","github","desktop","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","github","desktop","dev"]},{"id":"gitkraken/click-text","site":"gitkraken","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 GitKraken","terms":["gitkraken","gitkraken","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","gitkraken","dev"]},{"id":"gitkraken/dump","site":"gitkraken","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 GitKraken","terms":["gitkraken","gitkraken","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","gitkraken","dev"]},{"id":"gitkraken/open-app","site":"gitkraken","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 GitKraken","terms":["gitkraken","gitkraken","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","gitkraken","dev"]},{"id":"gitkraken/press","site":"gitkraken","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 GitKraken","terms":["gitkraken","gitkraken","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","gitkraken","dev"]},{"id":"gitkraken/snapshot-app","site":"gitkraken","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 GitKraken","terms":["gitkraken","gitkraken","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","gitkraken","dev"]},{"id":"gitkraken/status-app","site":"gitkraken","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 GitKraken","terms":["gitkraken","gitkraken","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","gitkraken","dev"]},{"id":"gitkraken/type-text","site":"gitkraken","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 GitKraken","terms":["gitkraken","gitkraken","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","gitkraken","dev"]},{"id":"docker-desktop/click-text","site":"docker-desktop","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Docker Desktop","terms":["docker-desktop","docker","desktop","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","docker","desktop","dev"]},{"id":"docker-desktop/dump","site":"docker-desktop","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Docker Desktop","terms":["docker-desktop","docker","desktop","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","docker","desktop","dev"]},{"id":"docker-desktop/open-app","site":"docker-desktop","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Docker Desktop","terms":["docker-desktop","docker","desktop","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","docker","desktop","dev"]},{"id":"docker-desktop/press","site":"docker-desktop","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Docker Desktop","terms":["docker-desktop","docker","desktop","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","docker","desktop","dev"]},{"id":"docker-desktop/snapshot-app","site":"docker-desktop","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Docker Desktop","terms":["docker-desktop","docker","desktop","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","docker","desktop","dev"]},{"id":"docker-desktop/status-app","site":"docker-desktop","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Docker Desktop","terms":["docker-desktop","docker","desktop","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","docker","desktop","dev"]},{"id":"docker-desktop/type-text","site":"docker-desktop","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Docker Desktop","terms":["docker-desktop","docker","desktop","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","docker","desktop","dev"]},{"id":"lm-studio/click-text","site":"lm-studio","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 LM Studio","terms":["lm-studio","lm","studio","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","lm","studio","ai"]},{"id":"lm-studio/dump","site":"lm-studio","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 LM Studio","terms":["lm-studio","lm","studio","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","lm","studio","ai"]},{"id":"lm-studio/open-app","site":"lm-studio","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 LM Studio","terms":["lm-studio","lm","studio","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","lm","studio","ai"]},{"id":"lm-studio/press","site":"lm-studio","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 LM Studio","terms":["lm-studio","lm","studio","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","lm","studio","ai"]},{"id":"lm-studio/snapshot-app","site":"lm-studio","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 LM Studio","terms":["lm-studio","lm","studio","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","lm","studio","ai"]},{"id":"lm-studio/status-app","site":"lm-studio","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 LM Studio","terms":["lm-studio","lm","studio","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","lm","studio","ai"]},{"id":"lm-studio/type-text","site":"lm-studio","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 LM Studio","terms":["lm-studio","lm","studio","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","lm","studio","ai"]},{"id":"wechat-work/click-text","site":"wechat-work","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 WeCom","terms":["wechat-work","wechat","work","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","wecom","social"]},{"id":"wechat-work/dump","site":"wechat-work","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 WeCom","terms":["wechat-work","wechat","work","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","wecom","social"]},{"id":"wechat-work/open-app","site":"wechat-work","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 WeCom","terms":["wechat-work","wechat","work","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","wecom","social"]},{"id":"wechat-work/press","site":"wechat-work","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 WeCom","terms":["wechat-work","wechat","work","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","wecom","social"]},{"id":"wechat-work/snapshot-app","site":"wechat-work","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 WeCom","terms":["wechat-work","wechat","work","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","wecom","social"]},{"id":"wechat-work/status-app","site":"wechat-work","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 WeCom","terms":["wechat-work","wechat","work","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","wecom","social"]},{"id":"wechat-work/type-text","site":"wechat-work","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 WeCom","terms":["wechat-work","wechat","work","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","wecom","social"]},{"id":"zoom-app/click-text","site":"zoom-app","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Zoom","terms":["zoom-app","zoom","app","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","zoom","social"]},{"id":"zoom-app/dump","site":"zoom-app","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Zoom","terms":["zoom-app","zoom","app","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","zoom","social"]},{"id":"zoom-app/open-app","site":"zoom-app","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Zoom","terms":["zoom-app","zoom","app","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","zoom","social"]},{"id":"zoom-app/press","site":"zoom-app","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Zoom","terms":["zoom-app","zoom","app","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","zoom","social"]},{"id":"zoom-app/snapshot-app","site":"zoom-app","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Zoom","terms":["zoom-app","zoom","app","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","zoom","social"]},{"id":"zoom-app/status-app","site":"zoom-app","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Zoom","terms":["zoom-app","zoom","app","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","zoom","social"]},{"id":"zoom-app/type-text","site":"zoom-app","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Zoom","terms":["zoom-app","zoom","app","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","zoom","social"]},{"id":"evernote-app/click-text","site":"evernote-app","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Evernote","terms":["evernote-app","evernote","app","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","evernote","productivity"]},{"id":"evernote-app/dump","site":"evernote-app","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Evernote","terms":["evernote-app","evernote","app","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","evernote","productivity"]},{"id":"evernote-app/open-app","site":"evernote-app","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Evernote","terms":["evernote-app","evernote","app","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","evernote","productivity"]},{"id":"evernote-app/press","site":"evernote-app","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Evernote","terms":["evernote-app","evernote","app","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","evernote","productivity"]},{"id":"evernote-app/snapshot-app","site":"evernote-app","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Evernote","terms":["evernote-app","evernote","app","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","evernote","productivity"]},{"id":"evernote-app/status-app","site":"evernote-app","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Evernote","terms":["evernote-app","evernote","app","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","evernote","productivity"]},{"id":"evernote-app/type-text","site":"evernote-app","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Evernote","terms":["evernote-app","evernote","app","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","evernote","productivity"]}],"avgDl":11.73873359954364,"N":1753}
1
+ {"postings":{"16":[686],"90":[598],"180":[598],"250":[418],"264":[534],"270":[598],"1688":[0,1,2,3,4],"2024":[1118],"2025":[1404],"2026":[1404],"assets":[0,1,130,632],"extract":[0,47,119,141,265,313,423,424,529,537,543,719,742,769,787,938,950,1098,1222,1342,1463,1473,1576,1584,1587],"visible":[0,1,45,46,55,57,189,191,192,193,201,203,206,214,215,225,227,235,237,244,246,262,263,271,275,277,309,311,322,324,347,364,365,368,369,373,375,383,385,423,424,426,430,431,438,440,545,546,550,551,761,790,791,794,795,820,821,827,828,954,955,966,967,988,990,1001,1003,1046,1048,1053,1054,1100,1101,1104,1105,1237,1238,1245,1247,1261,1262,1276,1278,1312,1431,1432,1438,1439,1463,1523,1536,1641,1642,1645,1646,1648,1649,1652,1653,1655,1656,1659,1660,1662,1663,1666,1667,1669,1670,1673,1674,1676,1677,1680,1681,1683,1684,1687,1688,1690,1691,1694,1695,1697,1698,1701,1702,1704,1705,1708,1709,1711,1712,1715,1716,1718,1719,1722,1723,1725,1726,1729,1730,1732,1733,1736,1737,1739,1740,1743,1744,1746,1747,1750,1751],"product":[0,1,2,32,35,36,293,295,394,497,735,737,739,740,1129,1131,1132,1133,1308,1310,1312],"media":[0,1,330,535,536,540,544,1320,1365,1376],"from":[0,1,4,6,26,46,47,52,53,63,77,88,119,136,139,141,143,147,170,191,192,198,199,206,209,210,215,217,222,223,229,237,238,263,265,271,272,273,280,281,299,311,313,314,319,320,344,357,365,375,391,395,397,431,435,436,463,470,494,509,529,537,546,559,576,631,674,683,701,719,725,736,769,787,791,821,833,846,863,882,893,919,930,938,949,950,955,978,983,990,1048,1064,1098,1101,1125,1135,1155,1156,1179,1190,1191,1193,1196,1198,1222,1234,1238,1253,1255,1262,1309,1310,1319,1321,1324,1332,1342,1346,1347,1358,1365,1372,1373,1374,1376,1380,1394,1396,1432,1447,1457,1489,1497,1510,1525,1527,1546,1559,1560,1571,1573,1576,1580,1583,1584,1587,1590,1603,1623,1632,1642,1649,1656,1663,1670,1677,1684,1691,1698,1705,1712,1719,1726,1733,1740,1747],"item":[0,1,2,110,640,739,906,1496,1628,1629,1633,1635],"page":[0,1,2,12,37,245,349,491,527,636,938,939,991,993,997,998,1005,1154,1164,1168,1170,1208,1295,1332,1473,1505,1528,1595,1623],"shopping":[0,1,2,3,4,31,32,33,34,35,36,37,38,293,294,295,296,335,336,358,359,360,495,496,735,736,737,738,739,740,741,916,917,933,1109,1110,1257,1258,1259,1308,1309,1310,1311,1312,1313,1495,1496,1497,1498],"download":[1,67,105,330,409,462,701,781,1025,1030,1112,1142,1191,1214,1365,1459,1510,1526,1530,1550,1583,1584,1605,1623],"com":[2,3,4,738,739,741,771,772,773,774],"detail":[2,14,20,110,174,190,236,295,329,343,350,394,421,443,503,630,653,663,737,739,742,753,780,841,1011,1035,1057,1088,1111,1158,1205,1213,1296,1310,1328,1352,1421,1502,1505,1543,1549,1589,1597,1639],"browser":[2,10,11,231,232,233,254,255,502,503,504,529,553,554,687,693,694,719,735,736,1308,1309,1310,1342,1372,1373,1497,1570,1576,1579,1587],"extraction":[2],"search":[3,11,18,22,24,38,39,40,41,42,43,62,63,64,70,82,83,84,89,90,91,92,118,166,182,185,233,255,256,260,296,298,300,302,304,305,306,307,326,327,331,332,333,334,336,339,340,354,359,362,380,387,388,389,390,391,392,393,403,406,416,456,457,465,467,469,474,487,489,492,493,496,501,505,521,528,554,556,574,587,600,601,607,608,612,613,617,619,622,626,628,644,648,651,652,654,660,662,668,679,685,687,694,696,716,728,730,738,741,743,744,745,746,747,755,763,767,777,778,779,782,783,789,798,800,830,832,839,850,865,884,889,904,912,913,914,915,917,918,925,926,929,933,940,947,965,972,999,1013,1021,1022,1028,1034,1036,1052,1056,1073,1076,1077,1083,1086,1091,1097,1108,1110,1115,1118,1119,1128,1132,1136,1138,1141,1145,1153,1178,1195,1200,1207,1212,1215,1216,1220,1226,1243,1259,1274,1290,1299,1305,1311,1313,1314,1316,1318,1323,1329,1341,1350,1351,1354,1389,1407,1410,1420,1424,1425,1426,1427,1428,1429,1441,1444,1448,1453,1455,1462,1469,1472,1475,1498,1521,1522,1542,1545,1547,1551,1552,1572,1586,1618,1624,1634,1638],"wholesale":[3],"products":[3,4,38,294,296,738,741,1109,1110,1129,1130,1132,1313],"store":[4,1192,1299,1511],"list":[4,7,26,55,60,63,66,69,81,85,86,88,108,111,114,121,137,142,143,144,146,151,160,161,172,178,186,187,192,201,217,225,229,230,238,244,266,271,275,291,301,305,314,322,328,335,337,344,345,368,372,376,382,383,396,398,399,401,404,407,409,422,438,444,451,452,455,456,462,463,491,494,508,514,519,522,523,530,531,533,550,557,558,569,575,582,583,584,586,595,625,627,631,649,659,704,705,706,759,761,768,794,806,809,815,823,827,834,840,853,854,855,862,863,874,876,883,890,893,895,901,906,936,943,944,946,951,953,966,971,976,977,981,985,989,992,995,1001,1007,1029,1040,1042,1053,1059,1060,1061,1066,1069,1070,1072,1079,1080,1084,1085,1104,1113,1123,1125,1134,1146,1147,1151,1159,1165,1177,1185,1197,1203,1217,1219,1221,1233,1235,1236,1245,1249,1250,1256,1276,1289,1291,1307,1320,1334,1348,1362,1372,1373,1374,1417,1423,1433,1438,1457,1460,1465,1466,1467,1483,1488,1492,1495,1501,1506,1507,1529,1558,1575,1590,1594,1598,1600,1601,1602,1609,1610,1611,1615,1630,1632,1633,1635,1645,1652,1659,1666,1673,1680,1687,1694,1701,1708,1715,1722,1729,1736,1743,1750],"1point3acres":[5,6,7,8,9,10,11,12,13],"digest":[5],"read":[5,8,9,10,12,13,52,61,107,110,190,198,209,222,236,242,272,295,319,343,347,353,360,379,421,426,435,448,509,621,630,634,643,650,684,686,736,805,842,849,927,939,942,945,997,1000,1078,1098,1154,1158,1162,1173,1190,1193,1224,1239,1257,1288,1309,1310,1312,1314,1325,1328,1331,1361,1374,1394,1442,1446,1478,1489,1536,1568,1569,1582,1589,1592],"threads":[5,6,8,9,266,1319,1320,1321,1322,1323,1324],"social":[5,6,7,8,9,10,11,12,13,85,86,87,88,159,160,161,162,163,164,165,166,167,168,169,170,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,408,409,410,411,412,413,414,415,416,417,418,419,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,663,664,665,666,667,668,669,683,684,685,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,748,749,750,751,752,753,754,755,756,757,790,791,792,793,794,795,796,797,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,918,919,920,921,922,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1319,1320,1321,1322,1323,1324,1326,1327,1328,1329,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1625,1626,1627,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745],"forum":[6,7,11,834,839,840,1082,1329],"browse":[6,516,721,771,774,1129,1337,1390,1513],"fid":[6,1149,1151],"forums":[7],"ids":[7],"names":[7,867,1067],"hot":[8,15,21,82,113,126,294,335,358,408,410,412,419,456,464,476,477,495,575,664,732,738,766,788,837,847,916,956,1009,1013,1023,1109,1130,1170,1225,1258,1283,1286,1311,1314,1319,1325,1326,1349,1411,1412,1443,1448,1455,1461,1514,1523,1537,1538,1611],"latest":[9,16,52,131,132,155,198,209,222,272,319,352,355,435,623,627,688,689,733,734,804,838,930,1131,1206,1284,1315,1317,1401,1413,1553,1636],"notifications":[10,86,163,525,697,752,1015,1194,1338,1379,1418,1517,1614],"account":[10,184,458,919,1152,1457,1458,1460,1508],"using":[10,11,536,544,570,597,670,690,765,785,878,887,897,899,904,1006],"cookies":[10,11],"posts":[11,88,162,170,332,528,637,645,664,668,698,699,701,702,715,721,725,755,756,757,782,803,804,807,808,810,811,812,813,815,833,843,918,921,1012,1019,1020,1024,1131,1170,1171,1172,1175,1177,1178,1179,1182,1185,1188,1215,1225,1226,1227,1306,1319,1323,1324,1327,1453,1551,1640],"thread":[12,168,264,1327,1328,1391],"with":[12,50,51,97,168,173,175,196,197,220,221,240,241,269,270,310,317,318,342,366,367,377,378,433,434,462,492,529,534,548,549,568,580,632,671,672,684,691,719,753,758,792,793,825,826,854,861,873,883,886,913,930,939,948,958,963,994,996,1050,1051,1058,1062,1070,1102,1103,1160,1167,1205,1240,1242,1265,1270,1287,1288,1291,1342,1383,1433,1436,1437,1506,1555,1557,1565,1576,1587,1604,1616,1635,1643,1644,1650,1651,1657,1658,1664,1665,1671,1672,1678,1679,1685,1686,1692,1693,1699,1700,1706,1707,1713,1714,1720,1721,1727,1728,1734,1735,1741,1742,1748,1749],"floor":[12,1254],"rows":[12],"user":[13,106,111,116,121,160,161,162,165,167,170,357,411,415,462,527,603,647,697,703,704,705,706,710,717,722,725,757,814,815,819,831,843,844,922,932,1065,1113,1116,1177,1185,1186,1187,1188,1189,1196,1227,1269,1280,1294,1302,1324,1333,1339,1344,1347,1359,1366,1367,1368,1371,1372,1373,1375,1376,1377,1378,1380,1382,1394,1395,1397,1399,1414,1418,1422,1449,1451,1456,1470,1512,1518,1524,1525,1598,1600,1602,1608,1609,1610,1613,1615,1622],"profile":[13,116,165,458,527,603,621,647,710,814,819,831,922,932,1080,1116,1186,1196,1222,1227,1322,1324,1339,1382,1394,1414,1415,1422,1449,1451,1456,1508,1518,1525,1528,1613,1622],"36kr":[14,15,16,17,18],"article":[14,353,927,938,939,1137,1139,1140,1204,1205,1224,1257,1358,1457,1458,1459,1460,1473,1474,1476,1477,1599,1605,1606,1612],"id":[14,23,63,67,68,93,122,190,236,283,290,329,343,353,360,374,390,391,394,417,421,555,630,653,680,699,739,780,781,805,854,979,1011,1080,1117,1158,1213,1214,1218,1257,1289,1296,1352,1430,1450,1471,1481,1549,1550,1589,1596,1597,1599,1625],"news":[14,15,16,17,18,30,98,99,100,101,102,149,150,151,152,153,154,155,156,157,158,257,258,517,612,637,638,639,640,641,642,643,644,645,646,647,688,689,732,733,734,1036,1037,1204,1205,1206,1207,1208,1229,1230,1315,1316,1317,1318,1401],"trending":[15,71,82,120,126,169,288,294,358,464,495,602,604,605,606,609,615,661,682,702,712,713,738,788,921,928,931,956,1024,1031,1109,1130,1183,1201,1225,1258,1283,1306,1319,1326,1332,1343,1393,1443,1448,1455,1461,1478,1514,1523,1548,1573,1578,1621],"articles":[15,16,18,352,354,355,356,357,688,689,733,798,928,929,930,931,932,940,1036,1138,1140,1141,1206,1207,1259,1283,1284,1315,1316,1317,1318,1348,1350,1457,1461,1462,1475,1478,1600,1603],"tech":[16,17,158,734],"rss":[17,98,149,150,151,152,153,154,155,156,157,158,258,612,613,734,930,1037,1130,1315,1317],"51job":[19,20,21,22],"company":[19,1553],"公司在招职位":[19],"enccoid":[19],"jobs":[19,20,21,22,171,172,173,174,175,176,177,178,179,180,181,182,183,184,641,686,687,830,831,832,833,912,913,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024],"职位详情":[20],"jobid":[20],"推荐职位列表":[21],"前程无忧关键词职位搜索":[22],"acl-anthology":[23,24],"acl":[23,24],"anthology":[23,24],"paper":[23,67,68,338,620,653,1081,1082,1093,1094,1095,1117,1217,1218,1219],"fetch":[23,104,283,303,338,350,397,405,466,499,555,620,656,657,695,727,737,740,762,775,819,923,941,1057,1074,1090,1117,1204,1209,1210,1218,1352,1408,1471,1539],"scholarly":[23,24,66,67,68,69,70,71,84,256,302,303,326,337,338,339,340,620,621,622,661,662,800,972,1073,1074,1080,1081,1082,1083,1084,1093,1094,1095,1117,1118,1137,1138,1139,1140,1141,1217,1218,1219,1220,1405,1441,1628,1629,1630,1631,1632,1633,1634,1635],"papers":[24,66,70,71,84,256,621,622,655,661,662,1016,1083,1084,1220,1441],"adguardhome":[25,26,27,28,29],"add-rule":[25],"add":[25,293,515,599,735,1120,1272,1308,1340,1372,1628,1629],"rule":[25],"custom":[25,26,1554],"dns":[25,27,29],"filtering":[25,26,29],"rules":[26],"adguard":[26,28,29],"home":[26,28,29,732,733,734,1169,1192,1392,1447,1454,1511,1533],"stats":[27,184,286,292,460,1025,1142,1509],"get":[27,28,32,35,36,68,74,82,93,97,105,122,162,163,165,167,168,170,173,174,180,184,231,251,253,259,280,281,290,292,299,329,361,394,402,414,417,443,445,446,458,460,462,466,470,490,499,503,513,517,518,524,525,527,553,565,573,576,594,618,639,640,658,663,673,693,695,697,710,712,713,715,717,720,725,727,762,775,780,799,852,857,859,864,866,867,868,875,879,882,894,896,905,906,907,908,909,910,911,919,920,922,924,941,962,973,974,975,978,982,983,984,987,1025,1026,1031,1032,1043,1065,1068,1071,1089,1096,1107,1135,1137,1139,1143,1179,1196,1211,1213,1252,1254,1264,1269,1280,1287,1297,1302,1319,1321,1322,1324,1332,1335,1338,1339,1347,1349,1353,1355,1358,1363,1365,1367,1368,1371,1375,1376,1377,1379,1380,1382,1384,1388,1391,1392,1393,1406,1408,1430,1450,1456,1464,1474,1476,1484,1496,1499,1500,1502,1503,1504,1516,1518,1525,1527,1546,1549,1566,1567,1571,1573,1577,1578,1581,1585,1596,1599,1603,1604,1619,1620,1622,1623,1639],"query":[27,332,470,612,614,765,782,1083,1087,1215,1323,1551,1634],"statistics":[27,184,251],"total":[27,94],"queries":[27],"blocked":[27],"top":[27,65,100,125,126,129,134,149,150,152,153,154,156,157,158,258,284,285,287,288,351,356,418,462,621,646,655,671,681,731,801,810,811,812,813,818,890,969,1037,1133,1182,1208,1280,1293,1301,1353,1355,1356,1535,1616,1620],"clients":[27],"status":[28,56,57,202,203,212,226,227,232,245,246,248,254,276,277,292,323,324,349,369,384,385,428,439,440,450,500,504,512,551,636,776,795,797,828,857,858,866,879,908,910,967,986,1002,1003,1008,1043,1054,1105,1126,1164,1246,1247,1254,1277,1278,1409,1439,1491,1595,1615,1646,1653,1660,1667,1674,1681,1688,1695,1702,1709,1716,1723,1730,1737,1744,1751],"protection":[28,29],"version":[28,248,279,292,371,623,624,797,905,923,1033,1075],"info":[28,74,116,141,165,175,251,259,299,402,458,527,565,594,658,710,726,769,787,867,905,911,924,950,973,1026,1032,1065,1071,1089,1135,1143,1180,1211,1222,1304,1339,1404,1451,1479,1508,1566,1581,1585,1623],"toggle":[29,869,881,968,1275,1279,1627],"enable":[29],"disable":[29],"aibase":[30],"daily":[30,604,615,655,661,1047,1411,1509],"ai":[30,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,234,235,236,237,238,239,240,241,242,243,244,245,246,247,261,263,267,268,272,273,274,276,308,311,315,316,319,320,321,323,341,342,343,344,345,346,347,348,349,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,577,578,579,580,581,629,630,631,632,633,634,635,636,651,652,653,654,655,758,759,760,761,935,936,937,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,1006,1007,1008,1058,1059,1060,1061,1085,1086,1093,1094,1095,1099,1100,1101,1102,1103,1104,1105,1106,1157,1158,1159,1160,1161,1162,1163,1164,1199,1200,1201,1256,1401,1463,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1588,1589,1590,1591,1592,1593,1594,1595,1725,1726,1727,1728,1729,1730,1731],"industry":[30],"amazon":[31,32,33,34,35,36,37,38],"bestsellers":[31,37],"best":[31,638,1619],"sellers":[31,1301],"ranking":[31,33,34,117,1013,1114,1231,1232,1314,1325,1468,1538],"discussion":[32,1531],"reviews":[32,415,678,740,1082,1312],"discussions":[32,845,1537],"movers-shakers":[33],"movers":[33,37],"shakers":[33,37],"new-releases":[34,1298],"new":[34,37,49,195,208,219,239,268,316,346,413,425,432,447,564,581,633,642,698,760,804,822,836,861,873,891,993,1037,1161,1171,1298,1381,1452,1480,1591],"releases":[34,37,584,1298,1426],"offer":[35],"pricing":[35],"details":[35,36,68,93,174,259,299,329,360,402,417,443,585,658,663,677,680,831,974,1026,1068,1111,1143,1297,1430,1464,1496,1500,1502,1527,1623],"asin":[36],"url":[36,57,122,203,227,246,277,324,360,369,385,421,440,529,551,579,719,795,805,828,887,896,967,1003,1011,1054,1105,1204,1247,1278,1342,1439,1484,1503,1576,1583,1584,1585,1587,1622,1646,1653,1660,1667,1674,1681,1688,1695,1702,1709,1716,1723,1730,1737,1744,1751],"rankings":[37,117,1114,1468],"generic":[37,1076],"anilist":[39,40,41,42,43],"anime":[39,89,744,778],"japanese":[39,40,41,42,43,89,90,91,92,744,745,746,747,778,779,782,783,915],"title":[39,41,45,57,61,89,90,92,189,203,214,227,235,246,262,277,302,309,324,364,369,373,385,430,440,545,551,678,680,778,779,790,795,820,828,861,884,886,896,915,950,954,967,988,1003,1046,1054,1100,1105,1120,1205,1237,1247,1261,1278,1351,1426,1427,1431,1439,1506,1624,1632,1641,1646,1648,1653,1655,1660,1662,1667,1669,1674,1676,1681,1683,1688,1690,1695,1697,1702,1704,1709,1711,1716,1718,1723,1725,1730,1732,1737,1739,1744,1746,1751],"native":[39,40,41,42,43,507,1486],"romaji":[39,40,41,42,43,89,90,91,92,744,745,746,747,778,779,782,783,914,915],"alias":[39,40,41,42,43,89,90,91,92,744,745,746,747,778,779,915,1427],"keyword":[39,41,118,298,393,406,556,616,755,778,779,798,889,915,926,930,1056,1073,1128,1207,1389,1426,1427,1441,1453,1472,1624],"reference":[39,40,41,42,43,89,90,91,92,93,186,187,361,362,363,612,613,614,615,676,677,678,679,680,681,682,744,745,746,747,778,779,914,915,938,939,940,1473,1474,1475,1476,1477,1478],"characters":[40,91,745,940,1424],"name":[40,42,43,91,291,337,340,388,559,595,650,699,744,745,746,747,783,854,865,904,914,1076,1138,1202,1216,1294,1542,1552,1622],"manga":[41,392,746,779,915],"staff":[42,1428],"studios":[43,940,1425],"antigravity":[44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59],"ask":[44,96,123,188,205,213,234,261,308,341,420,429,442,577,629,637,1099,1157,1588],"send":[44,54,176,183,188,200,205,211,213,224,234,243,261,274,308,321,341,348,381,427,429,437,449,515,532,635,878,880,885,886,1157,1163,1244,1593],"prompt":[44,188,205,213,234,243,261,289,290,308,310,341,348,429,635,1157,1163,1555,1593],"wait":[44,188,205,213,261,308,341,429],"response":[44,52,188,198,205,209,213,222,234,243,261,265,272,308,313,319,341,348,429,435],"desktop":[44,45,46,48,49,50,51,52,53,54,55,56,57,58,72,73,74,75,76,77,78,79,136,137,138,139,140,141,142,143,144,145,146,147,148,188,189,191,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,218,219,220,221,222,223,224,225,226,227,228,235,237,240,241,244,246,247,249,250,251,252,261,262,263,264,266,267,268,269,270,272,273,274,275,276,277,278,289,290,291,292,308,309,311,315,316,317,318,319,320,321,322,323,324,325,364,365,366,367,368,369,370,373,375,377,378,383,385,386,395,396,397,398,399,400,401,429,430,431,432,433,434,435,436,437,438,439,440,441,468,506,507,508,509,510,511,512,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,588,589,590,591,592,593,594,595,596,597,598,599,670,671,672,673,674,675,690,691,692,768,769,770,784,785,786,787,790,791,792,793,794,795,796,816,817,820,821,825,826,827,828,829,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,934,948,949,950,951,952,954,955,957,958,959,960,961,963,964,966,967,968,970,988,990,994,996,1001,1003,1004,1038,1039,1040,1041,1042,1043,1044,1045,1046,1048,1050,1051,1053,1054,1055,1092,1100,1101,1102,1103,1104,1105,1106,1120,1121,1122,1123,1124,1125,1126,1197,1198,1221,1222,1223,1237,1238,1240,1242,1245,1247,1248,1261,1262,1263,1265,1266,1267,1268,1270,1271,1276,1278,1279,1281,1431,1432,1436,1437,1438,1439,1440,1485,1486,1487,1488,1489,1490,1491,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752],"chat":[44,46,48,49,52,53,54,56,172,173,183,188,191,194,195,198,199,200,202,205,206,207,208,209,210,211,212,213,215,218,219,222,223,224,226,261,263,267,268,272,273,274,276,308,311,314,315,316,319,320,321,323,341,342,425,427,429,431,432,435,436,437,439,447,935,975,1495],"app":[44,45,46,48,50,51,52,53,54,55,56,57,58,188,189,191,194,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,218,220,221,222,223,224,225,226,227,228,235,237,240,241,244,246,247,261,262,263,267,269,270,272,273,274,275,276,277,278,308,309,311,315,317,318,319,320,321,322,323,324,325,364,365,366,367,368,369,370,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,429,430,431,432,433,434,435,436,437,438,439,440,441,545,546,548,549,550,551,552,555,790,791,792,793,794,795,796,820,821,825,826,827,828,829,852,853,863,878,879,888,891,892,893,901,902,954,955,957,958,959,960,961,963,964,966,967,968,970,988,990,994,996,1001,1003,1004,1046,1048,1050,1051,1053,1054,1055,1100,1101,1102,1103,1104,1105,1106,1237,1238,1240,1242,1245,1247,1248,1261,1262,1263,1265,1266,1267,1268,1270,1271,1276,1278,1279,1281,1296,1297,1431,1432,1436,1437,1438,1439,1440,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752],"click-text":[45,189,214,235,262,309,364,373,430,545,790,820,954,988,1046,1100,1237,1261,1431,1641,1648,1655,1662,1669,1676,1683,1690,1697,1704,1711,1718,1725,1732,1739,1746],"click":[45,189,214,235,262,309,364,373,430,545,790,820,954,988,1046,1100,1237,1261,1431,1641,1648,1655,1662,1669,1676,1683,1690,1697,1704,1711,1718,1725,1732,1739,1746],"text":[45,46,54,55,57,58,59,62,189,191,200,201,203,204,206,211,214,215,216,224,225,227,228,235,237,244,246,247,262,263,264,274,275,277,278,302,309,311,321,322,324,325,364,365,368,369,370,373,375,383,385,386,424,427,430,431,437,438,440,441,535,545,546,550,551,552,599,685,708,758,767,790,791,794,795,796,820,821,827,828,829,864,897,937,939,942,954,955,966,967,970,982,988,990,1001,1003,1004,1005,1006,1021,1046,1048,1052,1053,1054,1055,1058,1083,1098,1100,1101,1104,1105,1106,1122,1124,1125,1205,1237,1238,1245,1247,1248,1261,1262,1276,1278,1281,1383,1431,1432,1438,1439,1440,1473,1487,1489,1490,1519,1530,1555,1641,1642,1645,1646,1647,1648,1649,1652,1653,1654,1655,1656,1659,1660,1661,1662,1663,1666,1667,1668,1669,1670,1673,1674,1675,1676,1677,1680,1681,1682,1683,1684,1687,1688,1689,1690,1691,1694,1695,1696,1697,1698,1701,1702,1703,1704,1705,1708,1709,1710,1711,1712,1715,1716,1717,1718,1719,1722,1723,1724,1725,1726,1729,1730,1731,1732,1733,1736,1737,1738,1739,1740,1743,1744,1745,1746,1747,1750,1751,1752],"aria":[45,189,214,235,262,309,364,373,430,545,790,820,954,988,1046,1100,1237,1261,1431,1641,1648,1655,1662,1669,1676,1683,1690,1697,1704,1711,1718,1725,1732,1739,1746],"label":[45,189,214,235,262,309,364,373,430,545,790,820,954,988,1046,1067,1076,1100,1237,1261,1431,1641,1648,1655,1662,1669,1676,1683,1690,1697,1704,1711,1718,1725,1732,1739,1746],"button":[45,189,214,235,262,309,364,373,430,545,790,820,954,988,1046,1100,1237,1261,1431,1641,1648,1655,1662,1669,1676,1683,1690,1697,1704,1711,1718,1725,1732,1739,1746],"content":[45,108,189,214,235,262,309,327,328,329,330,331,332,333,334,364,373,387,388,389,390,391,392,393,394,430,489,490,491,492,493,494,545,780,781,782,783,790,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,820,832,842,884,927,928,929,930,931,932,954,988,997,1046,1100,1111,1112,1113,1114,1115,1116,1213,1214,1215,1216,1224,1225,1226,1227,1237,1261,1283,1284,1303,1304,1305,1306,1331,1348,1349,1350,1358,1424,1425,1426,1427,1428,1429,1430,1431,1459,1463,1464,1465,1466,1467,1468,1469,1470,1500,1516,1549,1550,1551,1552,1605,1636,1637,1638,1639,1640,1641,1648,1655,1662,1669,1676,1683,1690,1697,1704,1711,1718,1725,1732,1739,1746],"electron":[45,50,51,55,57,58,189,196,197,201,203,204,214,220,221,225,227,228,235,237,240,241,244,246,247,262,269,270,275,277,278,309,317,318,322,324,325,364,365,366,367,368,369,370,373,375,377,378,383,385,386,430,433,434,438,440,441,545,546,548,549,550,551,552,790,791,792,793,794,795,796,820,821,825,826,827,828,829,954,955,957,958,959,960,961,963,964,966,967,968,970,988,990,994,996,1001,1003,1004,1046,1048,1050,1051,1053,1054,1055,1100,1101,1102,1103,1104,1105,1106,1237,1238,1240,1242,1245,1247,1248,1261,1262,1263,1265,1266,1267,1268,1270,1271,1276,1278,1279,1281,1431,1432,1436,1437,1438,1439,1440,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752],"按文本点击桌面版控件":[45,189,214,235,262,309,364,373,430,545,790,820,954,988,1046,1100,1237,1261,1431,1641,1648,1655,1662,1669,1676,1683,1690,1697,1704,1711,1718,1725,1732,1739,1746],"dump":[46,191,206,215,237,263,311,365,375,431,546,791,821,955,990,1048,1101,1238,1262,1432,1642,1649,1656,1663,1670,1677,1684,1691,1698,1705,1712,1719,1726,1733,1740,1747],"extract-code":[47,313],"code":[47,248,313,934,941,1402,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1542],"blocks":[47,313],"active":[47,130,374,506,509,510,511,735,736,845,852,896,1120,1121,1122,1124,1125,1152,1285,1308,1309,1310,1485,1486,1487,1489,1490,1570,1579,1627],"conversation":[47,59,190,192,216,236,238,239,242,266,312,343,344,346,347,348,421,422,425,426,443,444,447,448,449,581,630,633,634,1158,1161,1162,1386,1391,1589,1591,1592],"model":[48,194,207,218,267,315,570,636,905,1058,1164,1199,1595],"switch":[48,194,207,218,267,315],"inspect":[48,56,57,194,202,203,207,212,218,226,227,246,267,276,277,315,323,324,369,385,439,440,551,795,828,967,1003,1054,1105,1247,1278,1439,1646,1653,1660,1667,1674,1681,1688,1695,1702,1709,1716,1723,1730,1737,1744,1751],"start":[49,79,195,208,219,239,268,316,346,425,432,447,578,581,633,960,1038,1044,1161,1267,1591,1626],"open-app":[50,196,220,240,269,317,366,377,433,548,792,825,888,958,994,1050,1102,1240,1265,1436,1643,1650,1657,1664,1671,1678,1685,1692,1699,1706,1713,1720,1727,1734,1741,1748],"open":[50,190,196,220,230,236,240,269,310,317,366,377,433,501,508,548,561,630,695,696,760,792,825,887,888,895,958,961,979,994,1047,1049,1050,1102,1123,1158,1240,1265,1268,1295,1405,1410,1435,1436,1488,1589,1643,1650,1657,1664,1671,1678,1685,1692,1699,1706,1713,1720,1727,1734,1741,1748],"cdp":[50,196,220,240,269,317,366,377,433,548,792,825,958,994,1050,1102,1240,1265,1436,1643,1650,1657,1664,1671,1678,1685,1692,1699,1706,1713,1720,1727,1734,1741,1748],"enabled":[50,196,220,240,269,317,366,377,433,548,792,825,958,994,1050,1102,1240,1265,1436,1643,1650,1657,1664,1671,1678,1685,1692,1699,1706,1713,1720,1727,1734,1741,1748],"打开桌面版":[50,196,220,240,269,317,366,377,433,548,792,825,958,994,1050,1102,1240,1265,1436,1643,1650,1657,1664,1671,1678,1685,1692,1699,1706,1713,1720,1727,1734,1741,1748],"并启用":[50,196,220,240,269,317,366,377,433,548,792,825,958,994,1050,1102,1240,1265,1436,1643,1650,1657,1664,1671,1678,1685,1692,1699,1706,1713,1720,1727,1734,1741,1748],"控制":[50,196,220,240,269,317,366,377,433,548,792,825,958,994,1050,1102,1240,1265,1436,1643,1650,1657,1664,1671,1678,1685,1692,1699,1706,1713,1720,1727,1734,1741,1748],"press":[51,197,221,241,270,318,367,378,434,549,793,826,963,996,1051,1103,1242,1270,1437,1644,1651,1658,1665,1672,1679,1686,1693,1700,1707,1714,1721,1728,1735,1742,1749],"key":[51,185,197,221,241,270,318,338,367,378,434,469,503,505,513,549,574,619,686,726,793,826,963,996,1051,1103,1242,1270,1437,1507,1545,1644,1651,1658,1665,1672,1679,1686,1693,1700,1707,1714,1721,1728,1735,1742,1749],"optional":[51,197,221,241,270,318,367,378,434,529,549,672,719,793,823,826,886,963,996,1051,1070,1103,1242,1270,1342,1383,1437,1576,1587,1644,1651,1658,1665,1672,1679,1686,1693,1700,1707,1714,1721,1728,1735,1742,1749],"modifiers":[51,197,221,241,270,318,367,378,434,549,793,826,963,996,1051,1103,1242,1270,1437,1644,1651,1658,1665,1672,1679,1686,1693,1700,1707,1714,1721,1728,1735,1742,1749],"向桌面版发送按键":[51,197,221,241,270,318,367,378,434,549,793,826,963,996,1051,1103,1242,1270,1437,1644,1651,1658,1665,1672,1679,1686,1693,1700,1707,1714,1721,1728,1735,1742,1749],"screenshot":[53,147,199,210,223,273,320,436,900,998,1041,1403],"capture":[53,147,199,210,223,273,320,436,1197,1198,1403],"without":[54,200,211,224,243,274,321,348,437,512,635,650,1126,1163,1491,1585,1593],"waiting":[54,200,211,224,243,274,321,348,437,635,1163,1593],"snapshot-app":[55,201,225,244,275,322,368,383,438,550,794,827,966,1001,1053,1104,1245,1276,1438,1645,1652,1659,1666,1673,1680,1687,1694,1701,1708,1715,1722,1729,1736,1743,1750],"snapshot":[55,201,225,244,275,322,368,383,438,550,794,827,966,1001,1053,1104,1245,1276,1438,1535,1645,1652,1659,1666,1673,1680,1687,1694,1701,1708,1715,1722,1729,1736,1743,1750],"clickable":[55,201,225,244,275,322,368,383,438,550,794,827,966,1001,1053,1104,1245,1276,1438,1645,1652,1659,1666,1673,1680,1687,1694,1701,1708,1715,1722,1729,1736,1743,1750],"buttons":[55,201,225,244,275,322,368,383,438,550,794,827,966,1001,1053,1104,1245,1276,1438,1645,1652,1659,1666,1673,1680,1687,1694,1701,1708,1715,1722,1729,1736,1743,1750],"inputs":[55,201,225,244,275,322,368,383,438,550,794,827,966,1001,1053,1104,1245,1276,1438,1645,1652,1659,1666,1673,1680,1687,1694,1701,1708,1715,1722,1729,1736,1743,1750],"regions":[55,201,225,244,275,322,368,383,438,550,794,827,966,1001,1053,1104,1245,1276,1438,1645,1652,1659,1666,1673,1680,1687,1694,1701,1708,1715,1722,1729,1736,1743,1750],"枚举桌面版可交互控件":[55,201,225,244,275,322,368,383,438,550,794,827,966,1001,1053,1104,1245,1276,1438,1645,1652,1659,1666,1673,1680,1687,1694,1701,1708,1715,1722,1729,1736,1743,1750],"status-app":[57,203,227,246,277,324,369,385,440,551,795,828,967,1003,1054,1105,1247,1278,1439,1646,1653,1660,1667,1674,1681,1688,1695,1702,1709,1716,1723,1730,1737,1744,1751],"controls":[57,203,227,246,277,324,369,385,440,551,795,828,967,1003,1054,1105,1247,1278,1439,1646,1653,1660,1667,1674,1681,1688,1695,1702,1709,1716,1723,1730,1737,1744,1751],"查看桌面版状态和内容":[57,203,227,246,277,324,369,385,440,551,795,828,967,1003,1054,1105,1247,1278,1439,1646,1653,1660,1667,1674,1681,1688,1695,1702,1709,1716,1723,1730,1737,1744,1751],"type-text":[58,204,228,247,278,325,370,386,441,552,796,829,970,1004,1055,1106,1248,1281,1440,1647,1654,1661,1668,1675,1682,1689,1696,1703,1710,1717,1724,1731,1738,1745,1752],"type":[58,142,204,228,247,278,325,370,386,393,441,552,559,796,818,829,970,1004,1055,1106,1248,1281,1440,1632,1647,1654,1661,1668,1675,1682,1689,1696,1703,1710,1717,1724,1731,1738,1745,1752],"into":[58,75,78,140,204,228,247,278,325,370,386,441,507,542,552,564,596,796,829,970,1004,1055,1106,1121,1152,1248,1281,1440,1485,1486,1606,1647,1654,1661,1668,1675,1682,1689,1696,1703,1710,1717,1724,1731,1738,1745,1752],"focused":[58,204,228,247,278,325,370,386,441,552,796,829,970,1004,1055,1106,1248,1281,1440,1647,1654,1661,1668,1675,1682,1689,1696,1703,1710,1717,1724,1731,1738,1745,1752],"field":[58,204,228,247,278,325,370,386,441,552,796,829,970,1004,1055,1062,1069,1106,1248,1281,1440,1486,1647,1654,1661,1668,1675,1682,1689,1696,1703,1710,1717,1724,1731,1738,1745,1752],"matched":[58,204,228,247,278,325,370,386,441,552,796,829,970,1004,1055,1106,1248,1281,1440,1484,1647,1654,1661,1668,1675,1682,1689,1696,1703,1710,1717,1724,1731,1738,1745,1752],"target":[58,76,204,228,247,278,325,370,386,441,552,589,784,796,829,970,1004,1055,1106,1149,1248,1281,1440,1647,1654,1661,1668,1675,1682,1689,1696,1703,1710,1717,1724,1731,1738,1745,1752],"向桌面版输入文本":[58,204,228,247,278,325,370,386,441,552,796,829,970,1004,1055,1106,1248,1281,1440,1647,1654,1661,1668,1675,1682,1689,1696,1703,1710,1717,1724,1731,1738,1745,1752],"watch":[59,112,114,1569,1582],"poll":[59,640],"updates":[59,109,1615],"apple-notes":[60,61,62],"apple":[60,61,62,63,64,65,881,882,883,884,889],"notes":[60,61,62,883,884,945,947,977,978,1195,1196,1466,1467,1506,1507,1513,1514,1521,1523,1525,1633],"note":[60,61,708,977,978,1047,1049,1190,1191,1193,1358,1504,1505,1506,1507,1510,1515,1516,1519,1520,1628],"titles":[60,62,681],"folder":[60,107,871,872,873,883,1148,1149,1150,1361,1435],"default":[60,921],"productivity":[60,61,62,942,943,944,945,946,947,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1147,1148,1149,1150,1151,1152,1153,1154,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1746,1747,1748,1749,1750,1751,1752],"plaintext":[61],"body":[61,353,842,1120,1193,1205],"first":[61,1198],"match":[61],"wins":[61],"full":[62,295,555,685,767,805,982,1021,1033,1081,1473],"across":[62,856,1636],"all":[62,137,139,142,143,144,146,230,514,569,595,596,685,766,810,834,867,893,895,901,976,1029,1040,1042,1085,1146,1168,1233,1235,1250,1417,1482,1483,1630,1635,1636],"matches":[62],"apple-podcasts":[63,64,65],"podcasts":[63,64,65],"episodes":[63,1529],"recent":[63,69,71,135,170,314,357,379,522,525,531,604,625,627,631,684,697,721,725,771,833,874,883,894,919,932,946,995,1159,1227,1324,1347,1377,1379,1394,1507,1590],"podcast":[63,1527,1528,1529],"use":[63,541,1255],"audio":[63,64,65,72,73,74,75,76,77,78,79,537,539,768,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1503,1526,1527,1528,1529,1530,1584],"chart":[65,681],"arxiv":[66,67,68,69,70,71,653,1218],"author":[66,302,337,388,621,1080,1138,1624],"given":[66,571,1291],"pdf":[67,468,690,691,816,949,1092,1098,1234,1405],"submissions":[69,71,1080],"category":[69,71,492,835,1129,1468,1621],"newest":[71,642,848,1171],"audacity":[72,73,74,75,76,77,78,79],"convert":[72,138,250,513,536,538,562,589,590,672,690,784,785,816,948,1092,1442],"file":[72,74,77,78,79,136,138,139,140,141,143,144,250,312,535,537,540,542,559,562,563,564,565,650,769,770,786,787,817,871,872,876,887,899,900,934,948,949,950,951,1039,1098,1150,1222,1223,1233,1234,1235,1435],"between":[72,249,250,562,785,1092,1556],"formats":[72,250,562,785,816,1092,1623],"wav":[72,949],"mp3":[72,949],"flac":[72],"ogg":[72],"aiff":[72],"effects":[73,768,1221],"apply":[73,511,592,1124,1490],"reverb":[73],"echo":[73],"chorus":[73],"flanger":[73],"pitch":[73],"shift":[73],"duration":[74,79,540,769,860,861],"channels":[74,78,372,1236,1354,1443,1444,1575],"sample":[74],"rate":[74],"encoding":[74,534],"mix":[75],"combine":[75],"multiple":[75,535,674,784],"files":[75,78,535,536,674,784,874,875,904,1078,1147,1149,1151,1153,1197],"one":[75,303,304,671,1096,1218,1487],"normalize":[76,539],"db":[76],"level":[76,1508],"spectrogram":[77],"generate":[77,193,289,559,571,580,632,758,1006,1058,1160,1554,1557,1565],"png":[77,468,570,590,611,691,786,949,1234],"split-channels":[78],"split":[78],"stereo":[78],"separate":[78],"mono":[78],"channel":[78,374,381,1239,1241,1244,1566,1573,1574,1580],"trim":[79,544,948],"specified":[79,139,541,591,597,599,860],"autoagent":[80],"eval-run":[80],"eval":[80],"run":[80,400,578,586,610,902,1199,1295],"evaluation":[80],"hill":[80],"climbing":[80],"agent":[80,649],"py":[80,566],"aws":[81],"s3-ls":[81],"s3":[81],"ls":[81,1147],"buckets":[81],"baidu":[82,83,84,1326,1327,1328,1329],"topics":[82,169,410,835,836,837,838,839,844,1023,1326,1349,1393,1411,1412,1413,1416,1420,1448,1455,1611,1620,1621,1638,1640],"web":[83,185,190,192,193,341,346,347,349,422,426,427,442,443,444,445,446,447,448,449,450,469,573,574,613,618,619,926,999,1442,1545],"results":[83],"baidu-scholar":[84],"scholar":[84,620,621,622,1217,1218,1219,1220],"band":[85,86,87,88],"bands":[85],"groups":[85,519,1536,1636,1637],"mentions":[86,666,1194,1338,1377,1517],"post":[87,164,168,328,329,330,526,663,665,667,669,700,707,709,711,714,718,723,724,748,749,751,753,754,780,781,801,805,806,1011,1166,1167,1173,1176,1184,1213,1214,1241,1257,1303,1320,1321,1381,1445,1450,1452,1549,1550],"create":[87,164,526,674,698,749,822,861,873,891,993,1148,1260,1458,1480],"group":[87,88,410,493,520,756,1536,1638,1640],"bangumi":[89,90,91,92,93],"subjects":[89,90,92],"chinese":[89,90,91,92,688],"book":[90,123,124,335,408,417,1463,1464,1465,1467,1468,1623],"game":[92,389,1254,1297,1429],"subject":[93,417],"barchart":[94,95,96,97],"flow":[94,483],"options":[94,95,96,1069],"unusual":[94],"activity":[94,106,697],"sorted":[94],"value":[94,510],"finance":[94,95,96,97,123,124,125,126,127,128,129,130,131,132,133,134,135,280,281,282,283,284,285,286,287,288,350,351,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,575,576,1228,1229,1230,1231,1232,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1546,1547,1548],"greeks":[95],"delta":[95],"gamma":[95],"theta":[95],"vega":[95],"iv":[95],"symbol":[95,96],"chain":[96],"strike":[96],"bid":[96,124],"volume":[96,97,126,134,284,285,476,559,567,908,1117,1118,1232,1282],"oi":[96],"quote":[97,130,134,485,576,1231,1383,1384,1541,1543,1546],"stock":[97,576,1108,1228,1231,1232,1314,1325,1531,1532,1535,1538,1539,1541,1543,1546],"etf":[97,473],"price":[97,125,129,131,133,1232],"data":[97,127,128,283,696,764,765,1062,1410,1505,1528,1539],"bbc":[98,99,100,101,102],"headlines":[98,100,101,155],"technology":[99,158,257],"topic":[101,756,841,842,928,1078,1419,1421,1513,1619,1620,1639],"specific":[101,343,348,355,357,683,846,978,983,1049,1179,1383,1384,1387,1388,1398,1400,1596],"section":[101,571],"world":[102,146],"bilibili":[103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122],"coin":[103,283],"recently":[103,946],"coined":[103],"videos":[103,107,113,118,121,455,462,463,701,788,789,1191,1331,1332,1341,1347,1443,1444,1510,1568,1571,1572,1578],"video":[103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,529,534,537,538,541,542,543,711,718,719,768,770,788,789,899,1223,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1353,1354,1355,1356,1365,1443,1444,1503,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587],"comments":[104,328,462,639,753,801,1082,1167,1173,1187,1190,1288,1338,1445,1504,1506,1509,1531,1567,1604],"urls":[105,409,462,491,1365],"dynamic":[106,109,110],"dynamics":[106,1636],"feed":[106,109,110,159,517,612,750,766,833,836,928,1018,1169,1192,1229,1230,1303,1392,1447,1454,1511,1533,1568,1607],"favorite":[107,1606],"favorites":[108,992,1340,1346,1446,1602],"following":[109,111,161,705,750,1334,1368,1508,1610],"feed-detail":[110],"followings":[111],"history":[112,192,217,238,266,290,314,344,422,444,631,648,759,894,923,975,1033,1159,1187,1409,1482,1569,1590],"popular":[113,115,159,294,419,609,659,676,681,682,729,809,1172,1225,1292],"later":[114,1582],"live":[115,464,465,1229,1337,1355,1356,1390],"streams":[115,464,465,540,1337,1355,1356],"me":[116,495,496,1065,1414,1449,1613],"current":[116,216,242,264,312,351,372,381,427,448,449,634,636,859,864,866,911,916,973,991,997,998,1005,1041,1042,1043,1065,1156,1162,1164,1250,1251,1252,1254,1277,1414,1449,1493,1592,1595,1613],"subtitle":[119,886],"subtitles":[119,529,542,719,1342,1576,1577,1587],"searches":[120,615,1523],"user-videos":[121,462],"published":[121,178,501,624],"metadata":[122,141,297,405,461,490,494,540,555,623,656,657,673,769,787,924,939,950,1027,1032,1081,1089,1090,1135,1144,1180,1205,1209,1210,1211,1222,1321,1322,1585,1586],"bv":[122],"binance":[123,124,125,126,127,128,129,130,131,132,133,134,135],"asks":[123],"side":[123,124],"order":[123,124,393],"levels":[123,124,908],"币安卖盘挂单深度":[123],"depth":[124,673],"币安买盘挂单深度":[124],"gainers":[125],"24h":[125,126,129,133,134,284,285],"change":[125,129,461,1232],"percentage":[125,129,675,857],"币安24小时涨幅榜":[125],"coins":[126,287],"trading":[126,127,128,130,131,132,133,134,135,285],"币安热门成交量":[126],"kline":[127,128,479,1539],"candlestick":[127,128,1539],"pair":[127,128,131,133,135],"币安k线蜡烛图":[127,128],"klines":[128],"losers":[129],"币安24小时跌幅榜":[129],"pairs":[130,132,134],"spot":[130,280],"base":[130,514],"币安现货交易对":[130],"币安最新价格":[131],"prices":[132,280],"币安全市场最新价格":[132],"ticker":[133],"币安24小时行情":[133],"币安成交额排行":[134],"trades":[135],"币安最新成交":[135],"blender":[136,137,138,139,140,141,142,143,144,145,146,147,148],"animation":[136],"render":[136,145,147,570,770,934,1223],"range":[136,544,945],"output":[136,908,949,1039,1041],"directory":[136,589,873,876,1154,1197],"camera":[137],"cameras":[137,144],"their":[137,142,143,146],"properties":[137,142,143,146,569],"focal":[137],"length":[137],"sensor":[137],"clipping":[137],"blend":[138],"another":[138,671,690,948],"3d":[138,140,562,564,570],"format":[138,139,540,563,568,589,590,672,673,690,691,764,784,786,948,949,1631],"fbx":[138,140],"obj":[138,140,562,564],"stl":[138,140,562,563,564,568],"gltf":[138,140,611],"export":[139,216,264,312,468,547,563,572,579,611,690,691,786,949,952,991,1198,1234,1402,1631],"objects":[139,141,144,565,1559],"import":[140,564],"scene":[141,145,146,147,611,1042],"meshes":[141,144],"materials":[141,143,559],"frames":[141],"engine":[141],"resolution":[141,594,1564],"lighting":[142],"lights":[142,144],"color":[142,569,594,787],"energy":[142],"shadow":[142],"empties":[144],"image":[145,193,395,402,404,405,491,506,543,570,580,588,590,591,592,593,594,595,597,598,599,632,670,671,672,673,674,675,691,718,758,781,784,785,786,934,1006,1121,1160,1198,1214,1383,1485,1519,1550,1554,1555,1557,1559,1560,1563,1564],"scenes":[146,1040],"settings":[146,908],"viewport":[147],"script":[148],"execute":[148,566],"python":[148,292,566],"headless":[148,610,611,785],"environment":[148],"bloomberg":[149,150,151,152,153,154,155,156,157,158],"businessweek":[149],"stories":[149,150,152,153,154,156,157,158,258,638,642,644,646,717,846,847,848,850,851,1037,1208],"economics":[150],"feeds":[151,159],"available":[151,291,345,768,936,1007,1060,1085,1221,1252,1558,1623],"industries":[152],"main":[153,842],"markets":[154,284],"opinions":[156],"opinion":[156],"politics":[157],"bluesky":[159,160,161,162,163,164,165,166,167,168,169,170],"generators":[159],"followers":[160,704,1338,1367,1508,1509,1609],"accounts":[161,705,879,1334,1443,1444],"likes":[162,1194,1338,1371,1506,1508,1509,1517],"liked":[162,961,1268,1371],"users":[166,716,720,1249,1294,1368,1388,1447,1610],"starter-packs":[167],"starter":[167],"packs":[167],"created":[167,844],"replies":[168,666,841,843,1190,1327,1377,1419,1504],"boss":[171,172,173,174,175,176,177,178,179,180,181,182,183,184],"batchgreet":[171],"batch":[171,589,784,1507],"greet":[171,176],"recommended":[171,180,1018,1258,1568,1607],"candidates":[171,180],"zhipin":[171,172,173,174,175,176,177,178,179,180,181,182,183,184],"chatlist":[172],"conversations":[172,217,271,522,631,1159,1495,1590,1594],"chatmsg":[173],"messages":[173,190,236,379,380,426,448,630,634,683,880,1158,1162,1239,1243,1589,1592],"candidate":[173,175,176,177,179,181],"job":[174,640,641,686,830],"exchange":[175,281,513,514],"contact":[175,674,683,880],"greeting":[176],"invite":[177],"interview":[177,1009,1012,1016],"joblist":[178],"mark":[179,892],"tag":[179,332,355,390,489,492,493,782,783,808,851,930,1067,1215,1216,1291,1427,1551,1629],"recommend":[180,1018,1617],"resume":[181],"view":[181,570,571,585,666,1111,1116,1186,1187,1188,1528],"message":[183,374,381,449,532,685,879,1015,1241,1244],"brave":[185],"public":[185,255,298,394,405,469,489,491,492,493,505,574,603,616,617,619,696,819,914,919,920,1196,1302,1320,1321,1322,1356,1479,1525,1545],"via":[185,255,258,467,469,501,532,547,574,611,613,619,648,677,679,680,681,696,728,734,770,800,816,817,894,999,1037,1095,1097,1099,1127,1145,1223,1231,1315,1317,1356,1405,1410,1420,1462,1511,1519,1528,1545,1627],"api":[185,233,255,342,469,490,494,513,554,574,619,677,679,680,681,694,696,728,763,856,935,999,1006,1099,1145,1231,1404,1479,1545],"needed":[185,469,513,1487,1545],"chaoxing":[186,187],"assignments":[186],"xuexitong":[186,187],"exams":[187],"chatgpt":[188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212],"its":[190,236,374,630,849,1158,1173,1321,1391,1589],"sidebar":[192,217,271,314,344,631,1000,1590],"optionally":[193],"save":[193,454,596,632,714,900,1041,1152,1160,1176,1340,1520],"images":[193,396,403,589,632,670,701,758,1112,1160,1191,1365,1510,1556],"chatgpt-app":[205,206,207,208,209,210,211,212],"chatwise":[213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228],"markdown":[216,264,312,842,927,942,991,1092,1224,1442,1459,1605],"chrome":[229,230,573,574,618,619],"bookmarks":[229,1363],"bookmark":[229,714,724,1360,1361,1362,1396],"bar":[229],"macos":[229,230,260,547,684,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911],"tabs":[230,895],"google":[230,577,579,612,613,614,615,616,617,618,619,620,621,622],"cipo":[231,232,233],"retrieve":[231,253,503,553,573,618,693,799,1096],"single":[231,253,283,297,499,503,553,573,596,618,693,718,799,1027,1074,1081,1088,1144,1204,1296,1450,1505,1639],"canadian":[231,232,233],"patent":[231,232,233,253,254,255,466,467,498,499,500,501,502,503,504,505,553,554,573,574,616,617,618,619,693,694,695,696,727,728,762,763,775,776,777,799,800,1096,1097,1127,1128,1408,1409,1410],"document":[231,253,553,564,569,817,942,1485,1486,1487,1489,1490],"legal-status":[232,254,500,504,776,1409],"legal":[232,254,500,504,776,1409],"administrative":[232],"lookup":[232,254,502,504,726,1422],"patents":[233,467,501,505,616,617,618,619,694,696,728,777,1410],"database":[233,554,626,953],"claude":[234,235,236,237,238,239,240,241,242,243,244,245,246,247,248],"return":[234,632,1039,1157,1586],"assistant":[234,1157],"dom":[237,365,375,546,687,791,821,955,990,1048,1101,1238,1262,1432,1642,1649,1656,1663,1670,1677,1684,1691,1698,1705,1712,1719,1726,1733,1740,1747],"读取桌面版可见文本内容":[237,365,375,546,791,821,955,990,1048,1101,1238,1262,1432,1642,1649,1656,1663,1670,1677,1684,1691,1698,1705,1712,1719,1726,1733,1740,1747],"recents":[238],"check":[245,248,279,349,371,428,450,512,561,636,797,858,986,1008,1075,1126,1164,1246,1491,1595],"availability":[245,349,636,1164,1405,1595],"login":[245,349,428,450,636,666,912,986,1063,1164,1256,1595],"state":[245,349,512,627,636,823,824,1126,1164,1254,1491,1595],"claude-code":[248],"cli":[248,279,371,532,797,856,1075,1246],"dev":[248,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,297,298,299,300,301,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,352,353,354,355,356,357,402,403,404,405,406,582,583,584,585,586,587,600,601,602,603,604,605,606,607,608,609,623,624,656,657,658,659,660,766,767,923,924,925,941,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1075,1078,1079,1087,1088,1089,1090,1091,1129,1130,1131,1132,1133,1135,1136,1142,1143,1144,1145,1146,1210,1211,1212,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1480,1481,1482,1483,1484,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724],"cloudcompare":[249,250,251,252],"compare":[249,670,1030],"compute":[249],"cloud":[249,250,251,252,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,1147,1153],"distance":[249,252],"two":[249,560,670,1556],"point":[249,250,251,252],"clouds":[249],"ply":[250],"las":[250],"e57":[250],"pcd":[250],"xyz":[250],"count":[251,906,1353,1484],"bounding":[251,565],"box":[251,565,676,916],"subsample":[252],"reduce":[252],"minimum":[252],"random":[252,1406,1474],"cnipa":[253,254,255],"publication":[253,466,498,499,500,503,695,799,1096,1303,1304],"number":[253,466,499,594,695,727,762,775,799,1057,1096,1209,1408],"prosecution":[254],"timeline":[254,833,920,1392,1454,1531,1533],"公众查询":[255],"interface":[255],"cnki":[256],"academic":[256],"cnn":[257,258],"cocoapods":[259,260],"pod":[259],"ios":[260],"libraries":[260],"codex":[261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279],"extract-diff":[265],"diff":[265,670],"patches":[265],"last":[265,313,874],"projects":[271,607,608,609,953,1307],"codex-cli":[279],"openai":[279,342,935],"coinbase":[280,281],"cryptocurrency":[280,281,283],"rates":[281,513,514],"coingecko":[282,283,284,285,286,287,288],"categories":[282,516,766,834,1014,1017],"crypto":[282,284,285,286],"ranked":[282],"aggregated":[282],"market":[282,283,286,287,482,1228,1540],"cap":[282,287],"derivatives":[284],"derivative":[284],"exchanges":[285],"btc":[285],"global":[286],"aggregate":[286],"cryptocurrencies":[288],"comfyui":[289,290,291,292],"queue":[289,1272,1582],"workflow":[289,586,824],"generation":[289,759,760,937,1008],"execution":[290],"returns":[290,291],"raw":[290,291,980],"json":[290,291,764,765,1530],"object":[290,291,1559],"keyed":[290,291],"nodes":[291,1417],"node":[291,1416],"types":[291,1069],"system":[292,856,905,907,908],"device":[292],"memory":[292,905,1078],"torch":[292],"coupang":[293,294,295,296],"add-to-cart":[293],"to":[293],"cart":[293,735,736,1308,1309],"crates":[297,298,299,300,301],"crate":[297,299,301],"io":[297,298,299,300,301,468,557,729,730,731],"registry":[298,340,1060,1404,1479],"crates-io":[299,300,301],"rust":[299,300,301],"versions":[301,624,1029,1146,1433],"crossref":[302,303],"works":[302,387,388,389,390,391,392,393,463,800,940,1073],"doi":[302,303,1218,1405],"bibliographic":[302,573,618],"work":[303,394,1072,1074,1732,1733,1734,1735,1736,1737,1738],"ctrip":[304,305,306,307],"flight":[304],"way":[304],"flights":[304],"iata":[304],"route":[304],"date":[304,497,861,883,945,1506,1532,1632],"hotel-search":[305],"hotel":[305,306],"city":[305],"stay":[305],"dates":[305,497],"hotel-suggest":[306],"suggest":[306,456,470,614,1022,1522],"context":[306],"suggestions":[306,470,518,614,1022,1335,1522],"destinations":[307],"landmarks":[307],"scenic":[307],"spots":[307],"stations":[307],"cursor":[308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325],"composer":[310,950,1089,1091],"mode":[310,594,610,611,785,866,869,1273,1275],"sessions":[314,648],"cvf":[326],"openaccess":[326],"proceedings":[326,972,1117,1118],"cvpr":[326],"iccv":[326],"eccv":[326],"wacv":[326],"danbooru":[327,328,329,330,331,332,333,334],"artists":[327,914],"artist":[327,489,493,1116],"records":[327,771],"original":[330],"pools":[331],"tags":[333,404,624,721,783,809,840,876,1216,1292,1429,1552,1635],"wiki":[334,940],"pages":[334,491,528,938,995,999],"dangdang":[335,336],"bestseller":[335],"books":[336,408,416,1466,1469,1470,1624],"dblp":[337,338,339,340],"publications":[337,1305],"pid":[337,854],"record":[338,423,424,466,573,618,693,695,775,799,899,1038,1039,1096],"canonical":[338],"computer":[339],"science":[339],"bibliography":[339],"venue":[340,1084,1095],"acronym":[340],"deepseek":[341,342,343,344,345,346,347,348,349],"compatible":[342,935],"models":[345,652,777,936,1007,1059,1060,1061,1085,1086,1200,1201,1558],"defillama":[350,351],"protocol":[350],"slug":[350,808],"protocols":[351],"defi":[351],"tvl":[351],"devto":[352,353,354,355,356,357],"day":[356,460,524,1477,1494],"dianping":[358,359,360],"restaurants":[358,359,495,496,933],"shop":[360],"dictionary":[361,362,363],"examples":[361],"example":[361,941],"sentences":[361],"word":[361,362,363,1485,1486,1487,1488,1489,1490,1491],"look":[362,1202],"definitions":[362],"phonetics":[362],"parts":[362,569,950,951],"speech":[362,897,937],"synonyms":[363],"find":[363,1140,1294,1405],"dingtalk":[364,365,366,367,368,369,370,371],"discord-app":[372,373,374,375,376,377,378,379,380,381,382,383,384,385,386],"discord":[372,373,374,375,376,377,378,379,380,381,382,383,384,385,386],"server":[372,376,1482],"delete":[374,453,699,1151,1364,1481],"members":[376],"servers":[382,1256],"dlsite":[387,388,389,390,391,392,393,394],"cg":[387],"illustration":[387,782,1111,1112,1114,1215,1551],"creator":[388,463,1010,1331,1348,1505,1506,1507,1508,1509,1519],"illustrator":[388],"voice":[388],"actor":[388,677],"adv":[389],"genre":[390],"maker":[391],"circle":[391],"such":[391,493,1215,1216,1425],"rg01012594":[391],"vg02994":[391],"doujin":[393],"sort":[393],"docker":[395,396,397,398,399,400,401,402,403,404,405,406,1718,1719,1720,1721,1722,1723,1724],"build":[395],"dockerfile":[395],"local":[396,506,649,1079,1098,1121,1485],"logs":[397,1072],"container":[397,400],"networks":[398],"ps":[399,690,691,1061],"running":[399,512,854,1061,1126,1491],"containers":[399],"command":[400,887],"volumes":[401,867],"docker-hub":[402,403,404],"hub":[402,403,404,405,406],"dockerhub":[405,406],"repository":[405,582,583,584,585,586],"repositories":[406,587,600,601,602,604,606],"doctl":[407],"droplets":[407],"digitalocean":[407],"douban":[408,409,410,411,412,413,414,415,416,417,418,419],"book-hot":[408],"movie":[409,411,412,414,415,417,418,680],"photo":[409,709,1406],"group-hot":[410],"marks":[411],"ratings":[411],"movie-hot":[412],"movies":[412,413,416,676,679,682,916,917],"new-movies":[413],"theaters":[413],"photos":[414,889,1107,1108,1407,1561],"posters":[414],"stills":[414],"top250":[418],"tv-hot":[419],"tv":[419],"shows":[419,679,1351],"doubao":[420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450],"question":[420,442,577,629,1016,1017,1099,1287,1288,1289,1588,1608,1616],"meeting-summary":[423,445],"meeting":[423,424,445,446,1625,1626,1627],"summary":[423,445,868,987,1015,1476,1507],"meeting-transcript":[424,446],"transcript":[424,446,1530,1577],"doubao-app":[429,430,431,432,433,434,435,436,437,438,439,440,441],"doubao-web":[442,443,444,445,446,447,448,449,450],"feishu":[445,530,531,532,533],"minutes":[445],"integration":[445],"douyin":[451,452,453,454,455,456,457,458,459,460,461,462,463],"activities":[451],"official":[451,490,494,1202,1457,1458,1460],"collections":[452,806,1602,1630],"playlists":[452,1269],"draft":[454,455,1093,1458],"upload":[454,1563],"drafts":[455,1460],"hashtag":[456,721,1513],"hashtags":[456,1343],"location":[457,1493,1494],"poi":[457],"locations":[457],"tagging":[457],"publish":[459,708,709,1452,1497,1519],"scheduled":[459],"2h":[459],"14d":[459],"window":[459],"required":[459,619],"analytics":[460,1509],"metrics":[460,1331,1505,1506,1507,1516],"trend":[460,1509],"update":[461,824],"reschedule":[461],"caption":[461],"center":[463,567,1519],"douyu":[464,465],"dpma":[466,467],"german":[466,467],"subscription":[466,467,1479],"dpmaconnectplus":[467],"rest":[467,777,1202,1203,1479],"drawio":[468],"draw":[468],"diagram":[468,934],"jpg":[468,590],"svg":[468,572,690,691,692],"vsdx":[468],"duckduckgo":[469,470],"autocompletion":[470],"eastmoney":[471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488],"announcement":[471],"东方财富上市公司公告":[471],"convertible":[472],"东方财富可转债行情列表":[472],"东方财富":[473],"列表按成交额":[473],"涨跌幅排行":[473],"fund":[474,1534,1535],"east":[474,482],"money":[474,482,483],"holders":[475],"东方财富十大流通股东":[475],"a股":[475,478,485],"f10":[475],"stocks":[476,487,575,1537,1538,1542],"share":[476,1152,1154],"leaders":[476],"hot-rank":[477,1314,1325],"rank":[477,486,1232,1314,1325],"东方财富热股榜":[477],"按成交额近似排序":[477],"index-board":[478],"index":[478,904,1128],"board":[478],"东方财富主要市场指数行情":[478],"港股":[478,485],"美股":[478,485],"东方财富个股":[479],"线行情":[479],"kuaixun":[480],"东方财富财经快讯":[480],"longhu":[481],"东方财富龙虎榜明细":[481],"indices":[482,1540],"overview":[482,1228,1509,1540],"money-flow":[483],"东方财富主力资金净流入排行":[483],"northbound":[484],"东方财富沪深港通北向":[484],"南向资金分时净流入":[484],"东方财富个股实时行情":[485],"东方财富市场涨跌":[486],"成交排行":[486],"沪深":[486],"北证":[486],"sectors":[488],"东方财富板块排行":[488],"行业":[488],"概念":[488],"地域":[488],"ehentai":[489,490,491,492,493,494],"hentai":[489,490,491,492,493,494],"galleries":[489,492,493],"exact":[489,493,1216],"gallery":[490,491,494],"through":[490,687,744,745,746,747,1128],"thumbnail":[491,543],"sprites":[491],"structured":[492],"filters":[492,913],"namespaced":[493],"parody":[493],"language":[493],"character":[493,686],"torrents":[494],"torrent":[494],"ele":[495,496],"food":[496,1077],"endoflife":[497],"release":[497,584],"cycles":[497],"support":[497],"epo":[498,499,500,501,505],"family":[498,502],"inpadoc":[498,500,504],"simple":[498,502],"docdb":[499,502],"biblio":[499,775],"events":[500,516,530,776,856,862,863],"services":[501],"v3":[501],"cql":[501],"espacenet":[502,503,504,505],"front":[505,1168,1170,1208],"end":[505,1251],"worldwide":[505],"excel":[506,507,508,509,510,511,512],"insert-image":[506,1121,1485],"insert":[506,507,1121,1122,1485,1486,1487],"set":[506,510,511,909,1124,1273,1282,1490],"microsoft":[506,508,509,510,511,512,1120,1121,1122,1123,1124,1125,1126,1485,1486,1487,1488,1489,1490,1491,1690,1691,1692,1693,1694,1695,1696],"worksheet":[506],"background":[506,1554,1560],"insert-link":[507,1122,1486],"link":[507,1122,1486],"hyperlink":[507,1486],"formula":[507,657,658],"cell":[507,509,510,511],"workbooks":[508,512],"workbook":[509,510,511],"set-cell":[510],"set-font":[511,1124,1490],"font":[511,1124,1490],"enumerating":[512,1126,1491],"exchangerate":[513,514],"free":[513,726,867,1083,1108,1156,1407,1560],"utility":[513,514,726,777,820,821,822,823,824,825,826,827,828,829,1155,1156,1442,1669,1670,1671,1672,1673,1674,1675,1697,1698,1699,1700,1701,1702,1703],"currency":[514],"facebook":[515,516,517,518,519,520,521,522,523,524,525,526,527,528,529],"add-friend":[515],"friend":[515,518,1335],"request":[515,1357,1482],"event":[516,861],"your":[517,519,523,524,715,1363,1364,1369,1446,1465,1467,1626],"friends":[518,1335],"join-group":[520],"join":[520,1625],"marketplace":[521,522,523],"listings":[521,523,743,772,773,774],"marketplace-inbox":[522],"inbox":[522],"buyer":[522],"seller":[522,523],"marketplace-listings":[523],"memories":[524],"this":[524,606,811,812,813],"people":[528,747,912],"llm":[529,719,1342,1576],"readable":[529,719,1342,1576],"cookie":[529,719,1342,1576,1587],"reuse":[529,719,1342,1576,1587],"calendar":[530,861,862,863,1532],"upcoming":[530,1390],"lark":[530,531,532,533,790,791,792,793,794,795,796,797],"docs":[531,579,926,943],"documents":[531,627,628,816,943,944,946,1092,1488,1491],"tasks":[533,1062,1066,1070],"ffmpeg":[534,535,536,537,538,539,540,541,542,543,544],"compress":[534],"crf":[534],"lower":[534],"better":[534],"quality":[534,672],"concat":[535],"concatenate":[535],"listed":[535],"extract-audio":[537,1584],"track":[537,882,957,964,1263,1264,1271,1272],"gif":[538],"segment":[538],"animated":[538],"loudness":[539],"ebu":[539],"r128":[539],"standard":[539],"probe":[540,856],"show":[540,603,645,1081,1082,1180,1189,1277,1352],"codec":[540],"resize":[541,597,675],"dimensions":[541,565,567,594,597,673,787],"auto":[541],"aspect":[541],"ratio":[541],"burn":[542],"srt":[542],"hardcoded":[542],"frame":[543,547,1198],"time":[544,810,853,857,861,1231,1455],"stream":[544,1044,1045],"copy":[544,871],"lossless":[544],"figma":[545,546,547,548,549,550,551,552],"export-selected":[547],"selected":[547,875],"currently":[547,852,875,882,1189,1264],"visual":[547,1425,1426,1427,1430,1431,1432,1436,1437,1438,1439,1440],"ax":[547,856],"fips":[553,554],"rospatent":[553,554],"only":[553,684,693,694],"russian":[554],"flathub":[555,556],"appstream":[555],"apps":[556,557,853,854,855],"flyctl":[557],"fly":[557],"applications":[557,854,855,1410],"freecad":[558,559,560,561,562,563,564,565,566,567,568,569,570,571,572],"assembly":[558],"structure":[558],"constraints":[558],"part":[558,567],"relationships":[558,1139],"bom":[559],"bill":[559],"material":[559,569],"boolean":[560],"perform":[560],"operations":[560,568],"union":[560],"subtract":[560],"intersect":[560],"shapes":[560,561],"validate":[561],"geometry":[561,572,675],"invalid":[561],"edges":[561],"self":[561],"intersections":[561],"step":[562,564],"iges":[562,564],"dxf":[562,572],"brep":[562],"export-stl":[563],"fcstd":[563,564],"mesh":[563,568],"labels":[565,1067,1076],"macro":[566],"fcmacro":[566],"measure":[567],"area":[567],"mass":[567],"tessellate":[568],"configurable":[568],"deviation":[568],"placement":[569],"cross":[571],"plane":[571],"offset":[571],"sketch":[572,1233,1234,1235],"2d":[572],"freepatentsonline-web":[573,574],"freepatentsonline":[573,574],"keyless":[573,574,618,619],"ssr":[574,1528],"listing":[574,1497],"futu":[575,576],"gemini":[577,578,579,580,581],"deep-research":[578],"deep":[578,579],"research":[578,579],"deep-research-result":[579],"result":[579],"report":[579],"gh":[582,583,584,585,586,587],"issue":[582,822,823,824],"github":[582,583,584,585,586,587,604,605,606,1704,1705,1706,1707,1708,1709,1710],"issues":[582,823],"pr":[583],"pull":[583],"requests":[583,1484],"repo":[585],"actions":[586,853,1077],"runs":[586],"search-repos":[587],"repos":[587,600],"gimp":[588,589,590,591,592,593,594,595,596,597,598,599],"adjust":[588],"brightness":[588,859],"contrast":[588],"different":[590],"bmp":[590],"tiff":[590],"webp":[590],"crop":[591],"region":[591,1203],"filter":[592,765,823,1070],"blur":[592],"sharpen":[592],"edge":[592],"detect":[592],"emboss":[592],"flip":[593],"horizontally":[593],"vertically":[593],"layers":[594,595,596,787],"size":[595],"visibility":[595],"opacity":[595],"merge-layers":[596],"merge":[596],"flatten":[596],"layer":[596],"rotate":[598],"degrees":[598],"overlay":[599,671],"position":[599],"gitee":[600,601,602,603],"information":[603,763,1071,1137,1382],"github-trending":[604,605,606],"stars":[604],"developers":[605],"weekly":[606],"week":[606,812],"gitlab":[607,608,609],"godot":[610,611],"project-run":[610],"project":[610,769,770,823,1063,1064,1222,1223],"scene-export":[611],"dae":[611],"autocomplete":[614,1522],"trends":[615,1030,1031,1505],"google-patents-bq":[616,617],"bq":[616,617],"prior-art":[616,1127],"prior":[616,1127],"art":[616,1127],"arm":[616],"fusion":[616],"against":[616,1295],"bigquery":[616,617],"dataset":[616],"over":[617,685],"datasets":[617,651],"corpus":[617,800],"google-patents-web":[618,619],"xhr":[619],"endpoint":[619,1356],"google-scholar":[620,621,622],"cite":[620],"citation":[620,1139,1631],"goproxy":[623,624],"module":[623,624],"vcs":[623],"origin":[623],"go":[623,624],"gov-law":[625,626],"gov":[625,626,627,628],"law":[625,626],"laws":[625,626],"regulations":[625,626],"national":[626],"gov-policy":[627,628],"policy":[627,628],"council":[627],"cn":[628],"grok":[629,630,631,632,633,634,635,636],"reply":[635,667,1157,1163,1166,1167,1174,1369,1385,1386,1593,1604],"session":[636,648,735,736,1164,1308,1309,1310,1497,1570,1579,1595],"hackernews":[637,638,639,640,641,642,643,644,645,646,647],"hacker":[637,638,639,640,641,642,643,644,645,646,647],"hn":[637,645],"story":[639,640,643,706,718,849],"comment":[640,643,700,748,849,1166,1174,1176,1184,1187,1330,1604],"postings":[641,830],"tree":[643,849,1154],"hermes":[648,649,650],"sessions-search":[648],"sqlite":[648,894],"fts5":[648],"skills-list":[649,1079],"skills":[649,650,1079],"installed":[649,659,853,855,1059,1079,1433],"skills-read":[650],"skill":[650],"md":[650,1078],"extension":[650,949,1434],"hf":[651,652,653,654,655],"hugging":[651,653,654,655,661,662],"face":[651,653,654,655,661,662,1556],"huggingface":[652,661,662],"spaces":[654,1390],"upvoted":[655,1185],"homebrew":[656,657,658,659,660],"cask":[656],"most":[659,682,845,1478],"formulae":[659,660],"casks":[659],"huggingface-papers":[661,662],"hupu":[663,664,665,666,667,668,669],"like":[665,685,707,751,942,1336,1370,1515,1570,1579,1612],"light":[665],"that":[666,1368,1466],"mention":[666],"you":[666,1334,1392],"requires":[666,912,1256,1479],"unlike":[669,723,1345,1398,1579],"unlight":[669],"imagemagick":[670,671,672,673,674,675],"difference":[670],"metric":[670],"produce":[670],"composite":[671],"gravity":[671],"control":[671,672,691,881,948],"identify":[673],"colorspace":[673],"montage":[674],"grid":[674],"sheet":[674],"input":[674,908],"pixels":[675],"dimension":[675],"constraint":[675],"imdb":[676,677,678,679,680,681,682],"box-office":[676],"office":[676,916],"person":[677],"suggestion":[677,679],"omdb":[680],"imessage":[683,684,685,880],"handle":[683],"phone":[683,865],"email":[683,865,878],"imessages":[684],"timestamp":[684],"direction":[684],"bodies":[685],"indeed":[686,687],"posting":[686],"jk":[686],"rendered":[687],"infoq":[688,689],"edition":[688],"inkscape":[690,691,692],"vector":[690],"eps":[690,691],"plain":[690,692,939,1473],"dpi":[691],"optimize":[692],"clean":[692],"vacuuming":[692],"unused":[692],"defs":[692],"producing":[692],"inpi-br":[693,694],"inpi":[693,694,695,696],"br":[693,694],"brasil":[693,694],"upstream":[694],"inpi-fr":[695,696],"fr":[695,696],"french":[695,696],"subset":[695],"instagram":[697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725],"logged":[697,1189,1377,1497],"collection-create":[698],"collection":[698,699,1601,1606],"saved":[698,699,715,1177],"collection-delete":[699],"reels":[701,712,713],"explore":[702,1332],"discover":[702],"follow":[703,720,1333,1334,1357,1366,1512,1608],"highlights":[706,1465,1466],"reel":[711,719],"reels-trending":[713],"suggested":[720],"unfollow":[722,1344,1397,1524],"unsave":[724,1346],"remove":[724,1346,1373,1396,1559,1560,1579],"ip-info":[726],"ip":[726,728],"geolocation":[726],"ipaustralia":[727,728],"australian":[727,728],"application":[727,762,775,776,852,887,888,1408,1409],"australia":[728],"portal":[728,1410],"itch-io":[729,730,731],"itch":[729,730,731],"games":[729,730,731,940,1296,1297,1298,1299,1300,1301,1302,1353],"rated":[731],"ithome":[732,733,734],"it之家":[734],"jd":[735,736,737,738,739,740,741],"add-cart":[735,1308],"items":[736,906,1309,1472,1498,1601,1631,1632],"sku":[737,739,740],"keywords":[738,1311],"jianyu":[742,743],"procurement":[742,1119],"notice":[742],"evidence":[742],"real":[743,853,1231,1455],"estate":[743],"jikan":[744,745,746,747],"myanimelist":[744,745,746,747],"jike":[748,749,750,751,752,753,754,755,756,757],"repost":[754],"jimeng":[758,759,760,761],"workspace":[760,1002,1246,1249],"workspaces":[761],"jpo":[762,763],"retrieval":[763,1127],"jq":[764,765],"pretty":[764],"print":[764,817],"expression":[765],"juejin":[766,767],"掘金全站热门推荐":[766],"掘金全文搜索":[767],"kdenlive":[768,769,770],"mlt":[768,1221,1222,1223],"tracks":[769,962,1222,1280],"clips":[769,1222],"melt":[770,1223],"ke":[771,772,773,774],"chengjiao":[771],"transaction":[771,1409],"ershoufang":[772],"beike":[772,773],"second":[772,1498],"hand":[772,1253,1498],"housing":[772],"xiaoqu":[773],"neighborhood":[773],"community":[773],"zufang":[774],"rental":[774],"kipris":[775,776,777],"right":[776],"trans":[776],"registration":[776],"korean":[776,777],"plus":[777],"kitsu":[778,779],"konachan":[780,781,782,783],"moebooru":[782,1215,1551],"prefix":[783,1216,1552],"krita":[784,785,786,787],"kra":[786,787],"jpeg":[786],"other":[786,816,1631],"space":[787,867],"kuaishou":[788,789],"leetcode":[798],"discuss-search":[798],"discuss":[798],"文章关键词搜索":[798],"lens":[799,800],"org":[799,800],"combined":[800],"dsl":[800],"lesswrong":[801,802,803,804,805,806,807,808,809,810,811,812,813,814,815],"curated":[802,1107],"editor":[802],"picks":[802],"frontpage":[803,1168],"algorithmic":[803],"sequences":[806,1056],"shortform":[807],"quick":[807,945],"takes":[807],"top-month":[811],"month":[811],"top-week":[812],"top-year":[813],"year":[813,972],"user-posts":[815,843,1188],"libreoffice":[816,817],"headlessly":[816,817],"lichess":[818,819],"leaderboard":[818,1010],"perf":[818],"player":[819],"username":[819],"linear":[820,821,822,823,824,825,826,827,828,829],"issue-create":[822],"issue-list":[823],"issue-update":[824],"linkedin":[830,831,832,833],"profiles":[832,913],"connections":[833,1194,1517],"linux-do":[834,835,836,837,838,839,840,841,842,843,844],"linux":[834,835,836,837,838,839,840,841,842,843,844],"do":[834,835,836,837,838,839,840,841,842,843,844,869],"personal":[836,1533,1544,1626],"topic-content":[842],"user-topics":[844],"lobsters":[845,846,847,848,849,850,851],"lobste":[845,846,847,848,849,851],"rs":[845,846,847,848,849,851],"domain":[846],"submitted":[846,1188],"hottest":[847],"active-app":[852],"app-actions":[853],"shortcuts":[853,856,901,902],"intents":[853],"exposed":[853,1320],"bundle":[854],"apps-list":[855],"automation-smoke":[856],"automation":[856,1519],"smoke":[856],"reproducibility":[856],"toolkit":[856],"battery":[857],"charging":[857],"remaining":[857],"bluetooth":[858],"screen":[859,877,898,899],"caffeinate":[860],"keep":[860],"mac":[860],"awake":[860],"prevents":[860],"display":[860,877,1294],"sleep":[860,877,903],"calendar-create":[861],"calendar-list":[862],"next":[862,881,957,1263],"days":[862,874],"calendar-today":[863],"today":[863,1047,1133,1477],"clipboard":[864,900],"contents":[864],"contacts-search":[865],"contacts":[865],"dark-mode":[866],"dark":[866],"disk-info":[867],"disk":[867,868],"capacity":[867],"mounted":[867],"disk-usage":[868],"usage":[868,890],"do-not-disturb":[869],"not":[869],"disturb":[869],"focus":[869],"empty-trash":[870],"empty":[870],"trash":[870,906],"finder-copy":[871],"finder":[871,872,873,874,875,876],"destination":[871],"path":[871,1039,1204],"finder-move":[872],"move":[872,1149],"rename":[872,1150],"finder-new-folder":[873],"intermediate":[873],"directories":[873],"finder-recent":[874],"opened":[874],"finder-selection":[875],"selection":[875],"finder-tags":[876],"lock-screen":[877],"lock":[877,898],"put":[877,903],"mail-send":[878],"mail":[878,879],"mail-status":[879],"unread":[879,1015],"counts":[879,1030,1193,1635],"messages-send":[880],"music-control":[881],"music":[881,882,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,1263,1266,1267,1268,1271,1279],"playback":[881,959,960,968,1266,1267,1272,1277,1279,1282],"play":[881,960,961,1253,1267,1268,1503],"pause":[881,959,1266],"prev":[881,964,1271],"music-now":[882],"now":[882,1156,1264],"playing":[882,1264],"notes-list":[883],"modification":[883],"notes-search":[884],"notification":[885,886],"notify":[886],"photos-search":[889],"library":[889,1623,1624,1630,1632,1634,1635],"processes":[890],"cpu":[890],"reminder-create":[891],"reminder":[891,892],"reminders":[891,892,893],"reminders-complete":[892],"complete":[892,1260],"reminders-list":[893],"safari-history":[894],"safari":[894,895,896],"browsing":[894],"safari-tabs":[895],"safari-url":[896],"tab":[896],"say":[897],"speak":[897],"aloud":[897],"screen-lock":[898],"screen-recording":[899],"recording":[899,1038,1039,1043],"screencapture":[899],"take":[900],"shortcuts-list":[901],"shortcuts-run":[902],"shortcut":[902],"spotlight":[904],"system-info":[905],"hardware":[905],"processor":[905],"os":[905],"uptime":[907],"alert":[908],"mute":[908,1378,1627],"wallpaper":[909],"wifi":[910,911],"wi":[910],"fi":[910],"turn":[910,1251],"off":[910],"wifi-info":[911],"connection":[911],"maimai":[912,913],"talents":[912,913],"search-talents":[913],"talent":[913],"mangadex":[914,915],"authors":[914,1632],"maoyan":[916,917],"mastodon":[918,919,920,921,922],"instance":[918,921],"statuses":[919,1069],"maven":[923,924,925],"artifact":[923,924],"central":[923,924,925],"artifacts":[925],"mdn":[926],"medium":[927,928,929,930,931,932],"tagged":[930,1291],"meituan":[933],"shops":[933],"mermaid":[934],"minimax":[935,936,937],"m2":[935],"completion":[935],"tts":[937],"moegirl":[938,939,940],"links":[938],"internal":[938],"useful":[938],"disambiguation":[938],"acg":[940],"songs":[940,956,961,965,1268],"motion-studio":[941],"motion":[941],"studio":[941,1331,1431,1432,1436,1437,1438,1439,1440,1725,1726,1727,1728,1729,1730,1731],"component-get":[941],"component":[941,1402,1403],"paste":[941],"ready":[941],"mubu":[942,943,944,945,946,947],"doc":[942],"folders":[943,1151,1362],"edited":[946],"musescore":[948,949,950,951,952],"explicit":[948],"midi":[949],"musicxml":[949],"inferred":[949],"measures":[950],"instruments":[951],"transpose":[952],"score":[952],"semitones":[952],"neonctl":[953],"neon":[953],"netease-music":[954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970],"netease":[954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970],"skip":[957,964,1263,1271],"下一首":[957,1263],"暂停音乐":[959,1266],"播放音乐":[960,1267],"play-liked":[961,1268],"playlist":[961,962,1268,1571],"打开我喜欢的音乐并播放":[961,1268],"previous":[964,1271],"上一首":[964,1271],"切换播放暂停":[968,1279],"charts":[969],"netlify":[971],"sites":[971],"neurips":[972],"notebooklm":[973,974,975,976,977,978,979,980,981,982,983,984,985,986,987],"notebook":[973,974,975,977,979,985,987],"notebooks":[976,981,1466],"note-list":[977],"notes-get":[978],"rpc":[980],"make":[980],"call":[980],"backend":[980,1457],"shared":[981,1594],"source-fulltext":[982],"source":[982,983,984,985],"fulltext":[982],"source-get":[983],"source-guide":[984],"guide":[984],"study":[984],"source-list":[985],"sources":[985,1042],"notion":[988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005],"databases":[989,1134],"navigation":[1000],"write":[1005],"append":[1005,1120,1487],"novita":[1006,1007,1008],"platform":[1007],"task":[1008,1068,1069],"nowcoder":[1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024],"companies":[1009,1425,1547],"牛客面试题热门公司":[1009],"prep":[1009],"creators":[1010,1428],"牛客创作者榜":[1010],"牛客帖子详情":[1011],"uuid":[1011],"experience":[1012],"牛客面经帖子":[1012],"牛客热搜榜":[1013],"牛客职业方向列表":[1014],"career":[1014],"牛客未读消息摘要":[1015],"牛客公司真题试卷":[1016],"practice":[1017],"牛客专项练习题库":[1017],"牛客推荐流":[1018],"referral":[1019],"牛客内推帖子":[1019],"salary":[1020],"牛客薪资爆料帖子":[1020],"disclosure":[1020],"牛客全文搜索":[1021],"牛客搜索建议":[1022],"牛客热门讨论话题":[1023],"牛客热门帖子":[1024],"npm":[1025,1026,1027,1028,1029,1030,1031],"downloads":[1025,1142],"package":[1025,1026,1027,1029,1030,1032,1033,1087,1089,1090,1135,1142,1143,1144,1146,1211],"packages":[1028,1031,1034,1091,1136,1145,1212],"npm-trends":[1030,1031],"nuget":[1032,1033,1034],"nvd":[1035],"cve":[1035],"nist":[1035],"nytimes":[1036,1037],"york":[1037],"times":[1037],"obs":[1038,1039,1040,1041,1042,1043,1044,1045],"record-start":[1038],"record-stop":[1039],"stop":[1039,1045],"streaming":[1043,1044,1045],"stream-start":[1044],"stream-stop":[1045],"obsidian":[1046,1047,1048,1049,1050,1051,1052,1053,1054,1055],"vault":[1047,1049,1052],"within":[1052,1638],"oeis":[1056,1057],"numeric":[1056],"pattern":[1056,1484],"sequence":[1057],"ollama":[1058,1059,1060,1061],"locally":[1059,1160],"ones":[1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072],"enrich-tasks":[1062],"enrich":[1062],"additional":[1062],"logout":[1064],"my-tasks":[1066],"my":[1066],"resolve-labels":[1067],"resolve":[1067],"uuids":[1067],"task-helpers":[1069],"helpers":[1069],"priorities":[1069],"token-info":[1071],"token":[1071],"auth":[1071,1246,1260],"worklog":[1072],"openalex":[1073,1074],"opencode":[1075],"openfda":[1076,1077],"drug-label":[1076],"drug":[1076],"fda":[1076,1077],"brand":[1076],"food-recall":[1077],"recall":[1077],"enforcement":[1077],"openharness":[1078,1079],"memory-read":[1078],"per":[1078,1506,1507],"openreview":[1080,1081,1082,1083,1084],"decisions":[1082],"invitation":[1084],"openrouter":[1085,1086],"osv":[1087,1088],"vulnerabilities":[1087],"affecting":[1087],"vulnerability":[1088],"packagist":[1089,1090,1091],"pandoc":[1092],"html":[1092,1402],"docx":[1092],"more":[1092],"paperreview":[1093,1094,1095],"feedback":[1093],"submit":[1093,1094,1095],"review":[1094],"patsnap":[1096,1097],"eureka":[1097],"oauth2":[1097],"client":[1097],"credentials":[1097],"perplexity":[1099,1100,1101,1102,1103,1104,1105,1106],"pexels":[1107,1108],"pinduoduo":[1109,1110],"pixiv":[1111,1112,1113,1114,1115,1116],"illusts":[1113],"illustrations":[1113,1115],"pmlr":[1117,1118],"inside":[1117,1361],"v235":[1118],"icml":[1118],"powerchina":[1119],"notices":[1119],"powerpoint":[1120,1121,1122,1123,1124,1125,1126],"add-slide":[1120],"slide":[1120,1121,1122,1124,1125],"presentation":[1120,1125],"linked":[1122],"presentations":[1123,1126],"slides":[1125],"snippets":[1125],"pqai":[1127,1128],"semantic":[1127,1128,1217,1218,1219,1220],"embedding":[1127],"based":[1127],"ranker":[1127],"hybrid":[1128],"producthunt":[1129,1130,1131,1132,1133],"hunt":[1129,1131,1132,1133],"launches":[1131,1133,1553],"pscale":[1134],"planetscale":[1134],"pub-dev":[1135,1136],"pub":[1135,1136],"dart":[1135,1136],"flutter":[1135,1136],"pubmed":[1137,1138,1139,1140,1141],"detailed":[1137],"pmid":[1137],"citations":[1139,1217],"related":[1140,1289],"pypi":[1142,1143,1144,1145,1146],"warehouse":[1145],"quark":[1147,1148,1149,1150,1151,1152,1153,1154],"drive":[1147,1148,1149,1150,1151,1152,1153],"mkdir":[1148],"mv":[1149],"rm":[1151],"share-tree":[1154],"qweather":[1155,1156],"forecast":[1155,1494],"weather":[1155,1156,1493,1494],"和风天气":[1156],"tier":[1156],"qwen":[1157,1158,1159,1160,1161,1162,1163,1164],"them":[1160],"railway":[1165],"deploy":[1165],"deployments":[1165,1423],"reddit":[1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189],"nested":[1167,1190,1504,1604],"hierarchy":[1167,1604],"personalized":[1169],"rising":[1175],"subreddit":[1179,1180,1181],"subreddit-info":[1180],"subscribe":[1181,1574],"subreddits":[1183],"upvote":[1184],"user-comments":[1187],"whoami":[1189],"rednote":[1190,1191,1192,1193,1194,1195,1196],"supports":[1190,1504],"reads":[1192],"hydrated":[1192],"pinia":[1192,1511],"engagement":[1193,1516],"renderdoc":[1197,1198],"capture-list":[1197],"rdc":[1197,1198],"frame-export":[1198],"replicate":[1199,1200,1201],"rest-countries":[1202,1203],"countries":[1202,1203],"country":[1202],"common":[1202],"reuters":[1204,1205,1206,1207,1208],"article-detail":[1205],"rfc":[1209],"ietf":[1209],"rubygems":[1210,1211,1212],"gem":[1210],"safebooru":[1213,1214,1215,1216],"blue":[1215,1216],"archive":[1215,1216],"rating":[1215],"safe":[1215],"ascii":[1216],"semantic-scholar":[1217,1218,1219,1220],"paperid":[1218],"references":[1219],"shotcut":[1221,1222,1223],"transitions":[1221],"sinablog":[1224,1225,1226,1227],"sina":[1224,1225,1226,1227,1228,1229,1230,1231,1232],"blog":[1224,1225,1226,1227],"sinafinance":[1228,1229,1230,1231,1232],"7x24":[1229],"rolling-news":[1230],"rolling":[1230],"stock-rank":[1232],"artboards":[1233,1234],"symbols":[1235],"slack":[1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249],"slay-the-spire-ii":[1250,1251,1252,1253,1254,1255],"slay":[1250,1251,1252,1253,1254,1255],"the":[1250,1251,1252,1253,1254,1255],"spire":[1250,1251,1252,1253,1254,1255],"ii":[1250,1251,1252,1253,1254,1255],"deck":[1250],"cards":[1250],"end-turn":[1251],"combat":[1251,1253],"map":[1252],"layout":[1252],"paths":[1252],"play-card":[1253],"card":[1253],"during":[1253],"health":[1254],"gold":[1254],"act":[1254],"use-potion":[1255],"potion":[1255],"inventory":[1255],"slock":[1256],"smzdm":[1257,1258,1259],"deals":[1258,1259],"spotify":[1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282],"oauth":[1260],"setup":[1260],"now-playing":[1264],"repeat":[1273],"catalog":[1274,1499],"shuffle":[1275],"top-tracks":[1280],"sspai":[1283,1284],"少数派":[1283,1284],"stackoverflow":[1285,1286,1287,1288,1289,1290,1291,1292,1293,1294],"bounties":[1285],"stack":[1285,1286,1288,1289,1290,1291,1293,1294],"overflow":[1285,1286,1288,1289,1290,1291,1293,1294],"questions":[1286,1289,1290,1291,1293,1618],"answers":[1287,1288,1598,1616,1618,1619,1620],"unanswered":[1293],"voted":[1293],"stagehand":[1295],"wrap-observe":[1295],"wrap":[1295],"observe":[1295],"verb":[1295],"subprocess":[1295],"wrapper":[1295],"steam":[1296,1297,1298,1299,1300,1301,1302],"storefront":[1296],"app-details":[1297],"appid":[1297],"specials":[1300],"special":[1300],"sale":[1300],"top-sellers":[1301],"selling":[1301],"wishlist":[1302],"substack":[1303,1304,1305,1306],"supabase":[1307],"taobao":[1308,1309,1310,1311,1312,1313],"tdx":[1314],"techcrunch":[1315,1316],"theverge":[1317,1318],"verge":[1317,1318],"matching":[1323,1490],"ths":[1325],"tonghuashun":[1325],"tieba":[1326,1327,1328,1329],"tiktok":[1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347],"creator-videos":[1331],"sounds":[1343],"toutiao":[1348,1349,1350],"dashboard":[1348],"jinri":[1349],"tvmaze":[1351,1352],"twitch":[1353,1354,1355,1356],"viewer":[1353],"gql":[1356],"twitter":[1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400],"accept":[1357],"pending":[1357],"tweet":[1358,1360,1364,1365,1369,1370,1380,1381,1383,1384,1385,1387,1388,1391,1396,1398,1400],"block":[1359],"bookmark-folder":[1361],"tweets":[1361,1363,1371,1374,1376,1384,1389,1394],"bookmark-folders":[1362],"bookmarked":[1363],"own":[1364],"follows":[1368],"hide-reply":[1369],"hide":[1369],"list-add":[1372],"ui":[1372,1373,1519],"list-remove":[1373],"list-tweets":[1374],"lists":[1375,1536],"pin":[1380],"pinned":[1380],"quotes":[1384],"reply-dm":[1386],"dm":[1386],"retweet":[1387],"retweets":[1388],"who":[1388],"retweeted":[1388],"unblock":[1395],"unbookmark":[1396],"unmute":[1399],"unretweet":[1400],"uisdc":[1401],"design":[1401],"uiverse":[1402,1403],"css":[1402],"preview":[1403],"ukipo":[1404],"uk":[1404],"ipo":[1404],"placeholder":[1404,1479],"ipsum":[1404],"retired":[1404],"01":[1404],"oneipo":[1404],"roadmap":[1404],"unpaywall":[1405],"oa":[1405],"access":[1405],"unsplash":[1406,1407],"uspto":[1408,1409,1410],"odp":[1410],"v2ex":[1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422],"member":[1415],"sov2ex":[1420],"vercel":[1423],"vndb":[1424,1425,1426,1427,1428,1429,1430],"traits":[1424],"producers":[1425],"brands":[1425],"makers":[1425],"circles":[1425],"novel":[1425,1426,1430],"publishers":[1425],"yuzusoft":[1425],"novels":[1427],"genres":[1429],"vn":[1430],"vscode":[1431,1432,1433,1434,1435,1436,1437,1438,1439,1440],"extensions":[1433],"vs":[1433,1434,1435],"install-ext":[1434],"install":[1434],"ext":[1434],"identifier":[1434],"wanfang":[1441],"any":[1442,1587],"webpage":[1442],"wechat-channels":[1443,1444],"wechat":[1443,1444,1457,1458,1459,1460,1461,1462,1732,1733,1734,1735,1736,1737,1738],"weibo":[1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456],"followed":[1447,1610],"immediately":[1452],"uid":[1456],"weixin":[1457,1458,1459,1460,1461,1462],"create-draft":[1458],"sogou":[1462],"weread":[1463,1464,1465,1466,1467,1468,1469,1470],"ai-outline":[1463],"outline":[1463],"underlines":[1465],"have":[1466],"thoughts":[1467,1615],"shelf":[1470],"bookshelf":[1470],"wikidata":[1471,1472],"entity":[1471],"wikipedia":[1473,1474,1475,1476,1477,1478],"featured":[1477],"yesterday":[1478],"wipo-patentscope":[1479],"wipo":[1479],"patentscope":[1479],"soap":[1479],"wiremock":[1480,1481,1482,1483,1484],"create-stub":[1480],"stub":[1480,1481,1483],"mapping":[1480,1481],"delete-stub":[1481],"reset":[1482],"clear":[1482],"stubs":[1482,1483],"mappings":[1483],"verify":[1484],"insert-text":[1487],"creating":[1487],"wrangler":[1492],"cloudflare":[1492],"workers":[1492],"wttr":[1493,1494],"conditions":[1493],"multi":[1494],"xianyu":[1495,1496,1497,1498],"goofish":[1497,1498],"xiaoe":[1499,1500,1501,1502,1503],"course":[1499,1500,1502],"chapters":[1499],"lesson":[1500],"courses":[1501],"purchased":[1501],"play-url":[1503],"xiaohongshu":[1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525],"creator-note-detail":[1505],"core":[1505],"audience":[1505],"creator-notes":[1506],"views":[1506,1509],"collects":[1506,1509],"creator-notes-summary":[1507],"creator-profile":[1508],"creator-stats":[1509],"shares":[1509],"action":[1511],"under":[1513],"collect":[1520],"xiaoyuzhou":[1526,1527,1528,1529,1530],"episode":[1526,1527],"podcast-episodes":[1529],"extracted":[1530],"xueqiu":[1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544],"earnings-date":[1532],"earnings":[1532],"fund-holdings":[1534],"holdings":[1534],"positions":[1534],"fund-snapshot":[1535],"shareholders":[1535],"portfolio":[1536],"hot-stock":[1538],"watchlist":[1544],"yahoo":[1545,1546,1547,1548],"yahoo-finance":[1546,1547,1548],"tickers":[1547,1548],"yandere":[1549,1550,1551,1552],"yande":[1549,1550,1551,1552],"re":[1549,1550,1551,1552],"ycombinator":[1553],"yc":[1553],"yollomi":[1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565],"edit":[1555],"face-swap":[1556],"swap":[1556],"faces":[1556],"object-remover":[1559],"remover":[1559],"unwanted":[1559],"remove-bg":[1560],"bg":[1560],"restore":[1561],"old":[1561],"damaged":[1561],"try-on":[1562],"try":[1562],"on":[1562],"virtual":[1562],"clothing":[1562],"processing":[1563],"upscale":[1564],"enhance":[1564],"youtube":[1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1586],"homepage":[1568],"shorts":[1573],"subscriptions":[1575],"subscribed":[1575],"unsubscribe":[1580],"watch-later":[1582],"yt-dlp":[1583,1584,1585,1586,1587],"yt":[1583,1584,1585,1586,1587],"dlp":[1583,1584,1585,1586,1587],"downloading":[1585],"supported":[1587],"yuanbao":[1588,1589,1590,1591,1592,1593,1594,1595],"tencent":[1588,1591,1594],"zhihu":[1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622],"answer":[1596,1597,1605,1606,1612],"answer-detail":[1597],"知乎单个回答完整内容":[1597],"获取":[1597],"zhuanlan":[1599,1603],"columns":[1603],"column":[1603],"normalized":[1604],"existing":[1606,1628,1629],"pins":[1615],"知乎首页推荐":[1617],"zlibrary":[1623,1624],"isbn":[1624],"zoom":[1625,1626,1627,1739,1740,1741,1742,1743,1744,1745],"toggle-mute":[1627],"menu":[1627],"zotero":[1628,1629,1630,1631,1632,1633,1634,1635],"add-note":[1628],"child":[1628,1633],"add-tag":[1629],"bibtex":[1631],"ris":[1631],"attached":[1633],"string":[1634],"zsxq":[1636,1637,1638,1639,1640],"知识星球":[1637,1640],"joined":[1637],"logseq":[1641,1642,1643,1644,1645,1646,1647],"typora":[1648,1649,1650,1651,1652,1653,1654],"postman":[1655,1656,1657,1658,1659,1660,1661],"insomnia":[1662,1663,1664,1665,1666,1667,1668],"bitwarden":[1669,1670,1671,1672,1673,1674,1675],"signal":[1676,1677,1678,1679,1680,1681,1682],"whatsapp":[1683,1684,1685,1686,1687,1688,1689],"teams":[1690,1691,1692,1693,1694,1695,1696],"todoist":[1697,1698,1699,1700,1701,1702,1703],"github-desktop":[1704,1705,1706,1707,1708,1709,1710],"gitkraken":[1711,1712,1713,1714,1715,1716,1717],"docker-desktop":[1718,1719,1720,1721,1722,1723,1724],"lm-studio":[1725,1726,1727,1728,1729,1730,1731],"lm":[1725,1726,1727,1728,1729,1730,1731],"wechat-work":[1732,1733,1734,1735,1736,1737,1738],"wecom":[1732,1733,1734,1735,1736,1737,1738],"zoom-app":[1739,1740,1741,1742,1743,1744,1745],"evernote-app":[1746,1747,1748,1749,1750,1751,1752],"evernote":[1746,1747,1748,1749,1750,1751,1752]},"idf":{"16":7.064189064823964,"90":7.064189064823964,"180":7.064189064823964,"250":7.064189064823964,"264":7.064189064823964,"270":7.064189064823964,"1688":5.764906080693703,"2024":7.064189064823964,"2025":7.064189064823964,"2026":7.064189064823964,"assets":5.965576776155855,"extract":4.230975720767748,"visible":2.4230084413128394,"product":4.401601237798511,"media":5.11827891576865,"from":2.35465886351163,"item":4.943925528623873,"page":4.085263909586354,"shopping":3.5676815033574836,"download":4.270981055381447,"com":5.11827891576865,"detail":3.6741649837599337,"browser":4.019666627100541,"extraction":7.064189064823964,"search":2.012198585045794,"wholesale":7.064189064823964,"products":4.866964487487745,"store":5.965576776155855,"list":1.9952848626037325,"1point3acres":5.2183623743256335,"digest":7.064189064823964,"read":3.1065555481437657,"threads":5.027307137562924,"social":1.541395701727939,"forum":5.329588009435858,"browse":5.2183623743256335,"fid":6.21689120443676,"forums":7.064189064823964,"ids":7.064189064823964,"names":6.21689120443676,"hot":3.4532711521797395,"latest":3.9884140835964366,"notifications":4.866964487487745,"account":5.2183623743256335,"using":4.666293792025593,"cookies":6.553363441057973,"posts":3.3506169981196563,"thread":5.597851996030537,"with":2.669739910151525,"floor":6.553363441057973,"rows":7.064189064823964,"user":2.931692736637487,"profile":3.8453132399557632,"36kr":5.764906080693703,"article":4.230975720767748,"id":3.47145347126293,"news":3.4532711521797395,"trending":3.47145347126293,"articles":3.7683521988196347,"tech":5.965576776155855,"rss":4.401601237798511,"51job":5.965576776155855,"company":6.553363441057973,"公司在招职位":7.064189064823964,"enccoid":7.064189064823964,"jobs":3.69689323483749,"职位详情":7.064189064823964,"jobid":7.064189064823964,"推荐职位列表":7.064189064823964,"前程无忧关键词职位搜索":7.064189064823964,"acl-anthology":6.553363441057973,"acl":6.553363441057973,"anthology":6.553363441057973,"paper":4.7288141490069275,"fetch":3.9001214764507584,"scholarly":3.4532711521797395,"papers":4.666293792025593,"adguardhome":5.764906080693703,"add-rule":7.064189064823964,"add":4.943925528623873,"rule":7.064189064823964,"custom":6.21689120443676,"dns":6.21689120443676,"filtering":6.21689120443676,"rules":7.064189064823964,"adguard":6.21689120443676,"home":4.866964487487745,"stats":5.329588009435858,"get":2.1345228332613755,"query":4.866964487487745,"statistics":6.21689120443676,"total":6.553363441057973,"queries":7.064189064823964,"blocked":7.064189064823964,"top":3.528072365262438,"clients":7.064189064823964,"status":3.119376236572827,"protection":6.553363441057973,"version":4.943925528623873,"info":3.6519418469752236,"toggle":5.454751152389863,"enable":7.064189064823964,"disable":7.064189064823964,"aibase":7.064189064823964,"daily":5.329588009435858,"ai":2.0337511434315285,"industry":7.064189064823964,"amazon":5.329588009435858,"bestsellers":6.553363441057973,"best":6.21689120443676,"sellers":6.553363441057973,"ranking":4.943925528623873,"discussion":6.553363441057973,"reviews":5.597851996030537,"discussions":6.21689120443676,"movers-shakers":7.064189064823964,"movers":6.553363441057973,"shakers":6.553363441057973,"new-releases":6.553363441057973,"new":3.9001214764507584,"releases":5.764906080693703,"offer":7.064189064823964,"pricing":7.064189064823964,"details":4.019666627100541,"asin":7.064189064823964,"url":3.435413534779733,"rankings":5.965576776155855,"generic":6.553363441057973,"anilist":5.764906080693703,"anime":5.965576776155855,"japanese":4.551883440847849,"title":2.910527925445444,"native":5.454751152389863,"romaji":4.4992397073624275,"alias":4.60745329200266,"keyword":4.155468168259603,"reference":3.69689323483749,"characters":5.764906080693703,"name":4.085263909586354,"manga":5.764906080693703,"staff":6.553363441057973,"studios":6.21689120443676,"antigravity":4.666293792025593,"ask":4.4992397073624275,"send":3.928694848894814,"prompt":4.4992397073624275,"wait":5.329588009435858,"response":4.449229286787766,"desktop":1.2480704607735114,"chat":3.257526575053644,"app":1.690455058991173,"click-text":3.9001214764507584,"click":3.9001214764507584,"text":2.069231583446938,"aria":3.9001214764507584,"label":3.8453132399557632,"button":3.9001214764507584,"content":2.524446684158328,"electron":1.9422111833923343,"按文本点击桌面版控件":3.9001214764507584,"dump":3.8723419123436824,"extract-code":6.553363441057973,"code":4.60745329200266,"blocks":6.553363441057973,"active":4.0519274893187625,"conversation":3.8453132399557632,"model":4.866964487487745,"switch":5.597851996030537,"inspect":3.588090374988691,"start":4.356138863721754,"open-app":3.8723419123436824,"open":3.3344876161897727,"cdp":3.9001214764507584,"enabled":3.9001214764507584,"打开桌面版":3.9001214764507584,"并启用":3.9001214764507584,"控制":3.9001214764507584,"press":3.9001214764507584,"key":3.608924461891533,"optional":3.6519418469752236,"modifiers":3.9001214764507584,"向桌面版发送按键":3.9001214764507584,"screenshot":4.943925528623873,"capture":5.027307137562924,"without":4.60745329200266,"waiting":4.943925528623873,"snapshot-app":3.9001214764507584,"snapshot":3.8723419123436824,"clickable":3.9001214764507584,"buttons":3.9001214764507584,"inputs":3.9001214764507584,"regions":3.9001214764507584,"枚举桌面版可交互控件":3.9001214764507584,"status-app":3.9001214764507584,"controls":3.9001214764507584,"查看桌面版状态和内容":3.9001214764507584,"type-text":3.9001214764507584,"type":3.7683521988196347,"into":3.608924461891533,"focused":3.9001214764507584,"field":3.8189959316383897,"matched":3.8723419123436824,"target":3.7933535010250523,"向桌面版输入文本":3.9001214764507584,"watch":5.764906080693703,"poll":6.553363441057973,"updates":6.21689120443676,"apple-notes":6.21689120443676,"apple":5.027307137562924,"notes":4.401601237798511,"note":4.401601237798511,"titles":6.21689120443676,"folder":5.027307137562924,"default":6.553363441057973,"productivity":3.119376236572827,"plaintext":7.064189064823964,"body":5.597851996030537,"first":6.553363441057973,"match":7.064189064823964,"wins":7.064189064823964,"full":5.027307137562924,"across":6.21689120443676,"all":3.8723419123436824,"matches":7.064189064823964,"apple-podcasts":6.21689120443676,"podcasts":6.21689120443676,"episodes":6.553363441057973,"recent":3.8453132399557632,"podcast":5.965576776155855,"use":6.21689120443676,"audio":3.3506169981196563,"chart":6.553363441057973,"arxiv":5.329588009435858,"author":5.329588009435858,"given":6.21689120443676,"pdf":5.11827891576865,"submissions":6.21689120443676,"category":5.454751152389863,"newest":5.965576776155855,"audacity":5.329588009435858,"convert":4.60745329200266,"file":3.5676815033574836,"between":5.454751152389863,"formats":5.454751152389863,"wav":6.553363441057973,"mp3":6.553363441057973,"flac":7.064189064823964,"ogg":7.064189064823964,"aiff":7.064189064823964,"effects":6.21689120443676,"apply":5.764906080693703,"reverb":7.064189064823964,"echo":7.064189064823964,"chorus":7.064189064823964,"flanger":7.064189064823964,"pitch":7.064189064823964,"shift":7.064189064823964,"duration":5.597851996030537,"channels":5.329588009435858,"sample":7.064189064823964,"rate":7.064189064823964,"encoding":6.553363441057973,"mix":7.064189064823964,"combine":7.064189064823964,"multiple":5.965576776155855,"files":4.7288141490069275,"one":5.454751152389863,"normalize":6.553363441057973,"db":7.064189064823964,"level":6.553363441057973,"spectrogram":7.064189064823964,"generate":4.7955055235056,"png":5.2183623743256335,"split-channels":7.064189064823964,"split":7.064189064823964,"stereo":7.064189064823964,"separate":7.064189064823964,"mono":7.064189064823964,"channel":5.11827891576865,"trim":6.21689120443676,"specified":5.454751152389863,"autoagent":7.064189064823964,"eval-run":7.064189064823964,"eval":7.064189064823964,"run":5.329588009435858,"evaluation":7.064189064823964,"hill":7.064189064823964,"climbing":7.064189064823964,"agent":6.553363441057973,"py":6.553363441057973,"aws":7.064189064823964,"s3-ls":7.064189064823964,"s3":7.064189064823964,"ls":6.553363441057973,"buckets":7.064189064823964,"baidu":5.454751152389863,"topics":4.230975720767748,"web":4.019666627100541,"results":7.064189064823964,"baidu-scholar":7.064189064823964,"scholar":5.329588009435858,"band":5.965576776155855,"bands":7.064189064823964,"groups":5.764906080693703,"mentions":5.597851996030537,"post":3.588090374988691,"create":4.7288141490069275,"group":5.2183623743256335,"bangumi":5.764906080693703,"subjects":6.21689120443676,"chinese":5.764906080693703,"book":4.943925528623873,"game":5.764906080693703,"subject":6.553363441057973,"barchart":5.965576776155855,"flow":6.553363441057973,"options":5.965576776155855,"unusual":7.064189064823964,"activity":6.21689120443676,"sorted":7.064189064823964,"value":6.553363441057973,"finance":3.2140414631139054,"greeks":7.064189064823964,"delta":7.064189064823964,"gamma":7.064189064823964,"theta":7.064189064823964,"vega":7.064189064823964,"iv":7.064189064823964,"symbol":6.553363441057973,"chain":7.064189064823964,"strike":7.064189064823964,"bid":6.553363441057973,"volume":4.7955055235056,"oi":7.064189064823964,"quote":5.027307137562924,"stock":4.666293792025593,"etf":6.553363441057973,"price":5.597851996030537,"data":4.943925528623873,"bbc":5.764906080693703,"headlines":5.965576776155855,"technology":6.21689120443676,"topic":4.943925528623873,"specific":4.551883440847849,"section":6.553363441057973,"world":6.553363441057973,"bilibili":4.449229286787766,"coin":6.553363441057973,"recently":6.553363441057973,"coined":7.064189064823964,"videos":4.312653751782015,"video":2.859496445432998,"comments":4.449229286787766,"urls":5.764906080693703,"dynamic":6.21689120443676,"dynamics":6.553363441057973,"feed":4.270981055381447,"favorite":6.553363441057973,"favorites":5.597851996030537,"following":5.2183623743256335,"feed-detail":7.064189064823964,"followings":7.064189064823964,"history":4.312653751782015,"popular":4.7288141490069275,"later":6.553363441057973,"live":5.329588009435858,"streams":5.454751152389863,"me":5.454751152389863,"current":3.7439607456954755,"subtitle":6.553363441057973,"subtitles":5.329588009435858,"searches":6.21689120443676,"user-videos":6.553363441057973,"published":5.965576776155855,"metadata":3.9001214764507584,"bv":7.064189064823964,"binance":4.866964487487745,"asks":7.064189064823964,"side":6.553363441057973,"order":6.21689120443676,"levels":6.21689120443676,"币安卖盘挂单深度":7.064189064823964,"depth":6.553363441057973,"币安买盘挂单深度":7.064189064823964,"gainers":7.064189064823964,"24h":5.454751152389863,"change":5.965576776155855,"percentage":5.965576776155855,"币安24小时涨幅榜":7.064189064823964,"coins":6.553363441057973,"trading":5.11827891576865,"币安热门成交量":7.064189064823964,"kline":5.965576776155855,"candlestick":6.21689120443676,"pair":5.764906080693703,"币安k线蜡烛图":6.553363441057973,"klines":7.064189064823964,"losers":7.064189064823964,"币安24小时跌幅榜":7.064189064823964,"pairs":6.21689120443676,"spot":6.553363441057973,"base":6.553363441057973,"币安现货交易对":7.064189064823964,"币安最新价格":7.064189064823964,"prices":6.553363441057973,"币安全市场最新价格":7.064189064823964,"ticker":7.064189064823964,"币安24小时行情":7.064189064823964,"币安成交额排行":7.064189064823964,"trades":7.064189064823964,"币安最新成交":7.064189064823964,"blender":4.866964487487745,"animation":7.064189064823964,"render":5.454751152389863,"range":6.21689120443676,"output":5.764906080693703,"directory":5.597851996030537,"camera":7.064189064823964,"cameras":6.553363441057973,"their":5.965576776155855,"properties":5.764906080693703,"focal":7.064189064823964,"length":7.064189064823964,"sensor":7.064189064823964,"clipping":7.064189064823964,"blend":7.064189064823964,"another":5.965576776155855,"3d":5.764906080693703,"format":4.60745329200266,"fbx":6.553363441057973,"obj":5.965576776155855,"stl":5.597851996030537,"gltf":6.21689120443676,"export":4.449229286787766,"objects":5.764906080693703,"import":6.553363441057973,"scene":5.597851996030537,"meshes":6.553363441057973,"materials":6.21689120443676,"frames":7.064189064823964,"engine":7.064189064823964,"resolution":6.21689120443676,"lighting":7.064189064823964,"lights":6.553363441057973,"color":5.965576776155855,"energy":7.064189064823964,"shadow":7.064189064823964,"empties":7.064189064823964,"image":3.5088410033345503,"scenes":6.553363441057973,"settings":6.553363441057973,"viewport":7.064189064823964,"script":7.064189064823964,"execute":6.553363441057973,"python":6.21689120443676,"headless":5.965576776155855,"environment":7.064189064823964,"bloomberg":5.11827891576865,"businessweek":7.064189064823964,"stories":4.401601237798511,"economics":7.064189064823964,"feeds":6.553363441057973,"available":4.943925528623873,"industries":7.064189064823964,"main":6.553363441057973,"markets":6.553363441057973,"opinions":7.064189064823964,"opinion":7.064189064823964,"politics":7.064189064823964,"bluesky":4.943925528623873,"generators":7.064189064823964,"followers":5.454751152389863,"accounts":5.597851996030537,"likes":5.329588009435858,"liked":5.965576776155855,"users":5.2183623743256335,"starter-packs":7.064189064823964,"starter":7.064189064823964,"packs":7.064189064823964,"created":6.553363441057973,"replies":5.2183623743256335,"boss":4.7955055235056,"batchgreet":7.064189064823964,"batch":5.965576776155855,"greet":6.553363441057973,"recommended":5.597851996030537,"candidates":6.553363441057973,"zhipin":4.7955055235056,"chatlist":7.064189064823964,"conversations":5.2183623743256335,"chatmsg":7.064189064823964,"messages":4.60745329200266,"candidate":5.597851996030537,"job":5.764906080693703,"exchange":5.965576776155855,"contact":5.965576776155855,"greeting":7.064189064823964,"invite":7.064189064823964,"interview":5.965576776155855,"joblist":7.064189064823964,"mark":6.553363441057973,"tag":4.4992397073624275,"recommend":6.21689120443676,"resume":7.064189064823964,"view":5.027307137562924,"message":5.11827891576865,"brave":7.064189064823964,"public":4.0519274893187625,"via":3.6302018603388175,"api":4.085263909586354,"needed":5.764906080693703,"chaoxing":6.553363441057973,"assignments":7.064189064823964,"xuexitong":6.553363441057973,"exams":7.064189064823964,"chatgpt":4.230975720767748,"its":5.11827891576865,"sidebar":5.329588009435858,"optionally":7.064189064823964,"save":4.943925528623873,"images":4.7955055235056,"chatgpt-app":5.329588009435858,"chatwise":4.666293792025593,"markdown":4.943925528623873,"chrome":5.597851996030537,"bookmarks":6.553363441057973,"bookmark":5.454751152389863,"bar":7.064189064823964,"macos":3.287604030290922,"tabs":6.553363441057973,"google":4.7955055235056,"cipo":6.21689120443676,"retrieve":5.2183623743256335,"single":4.312653751782015,"canadian":6.21689120443676,"patent":3.6741649837599337,"document":4.943925528623873,"legal-status":5.597851996030537,"legal":5.597851996030537,"administrative":7.064189064823964,"lookup":5.597851996030537,"patents":4.866964487487745,"database":5.965576776155855,"claude":4.7288141490069275,"return":5.764906080693703,"assistant":6.553363441057973,"dom":4.0519274893187625,"读取桌面版可见文本内容":4.085263909586354,"recents":7.064189064823964,"check":4.449229286787766,"availability":5.597851996030537,"login":4.943925528623873,"state":4.943925528623873,"claude-code":7.064189064823964,"cli":5.329588009435858,"dev":2.2850655717124346,"cloudcompare":5.965576776155855,"compare":6.21689120443676,"compute":7.064189064823964,"cloud":4.312653751782015,"distance":6.553363441057973,"two":5.965576776155855,"point":5.965576776155855,"clouds":7.064189064823964,"ply":7.064189064823964,"las":7.064189064823964,"e57":7.064189064823964,"pcd":7.064189064823964,"xyz":7.064189064823964,"count":5.965576776155855,"bounding":6.553363441057973,"box":5.965576776155855,"subsample":7.064189064823964,"reduce":7.064189064823964,"minimum":7.064189064823964,"random":6.21689120443676,"cnipa":6.21689120443676,"publication":5.027307137562924,"number":4.866964487487745,"prosecution":7.064189064823964,"timeline":5.454751152389863,"公众查询":7.064189064823964,"interface":7.064189064823964,"cnki":7.064189064823964,"academic":7.064189064823964,"cnn":6.553363441057973,"cocoapods":6.553363441057973,"pod":7.064189064823964,"ios":7.064189064823964,"libraries":7.064189064823964,"codex":4.4992397073624275,"extract-diff":7.064189064823964,"diff":6.553363441057973,"patches":7.064189064823964,"last":6.21689120443676,"projects":5.597851996030537,"codex-cli":7.064189064823964,"openai":6.21689120443676,"coinbase":6.553363441057973,"cryptocurrency":6.21689120443676,"rates":6.21689120443676,"coingecko":5.454751152389863,"categories":5.597851996030537,"crypto":5.965576776155855,"ranked":7.064189064823964,"aggregated":7.064189064823964,"market":5.454751152389863,"cap":6.553363441057973,"derivatives":7.064189064823964,"derivative":7.064189064823964,"exchanges":7.064189064823964,"btc":7.064189064823964,"global":7.064189064823964,"aggregate":7.064189064823964,"cryptocurrencies":7.064189064823964,"comfyui":5.965576776155855,"queue":6.21689120443676,"workflow":6.21689120443676,"generation":5.764906080693703,"execution":7.064189064823964,"returns":6.553363441057973,"raw":6.21689120443676,"json":5.764906080693703,"object":6.21689120443676,"keyed":6.553363441057973,"nodes":6.553363441057973,"node":6.553363441057973,"types":6.553363441057973,"system":5.764906080693703,"device":7.064189064823964,"memory":6.21689120443676,"torch":7.064189064823964,"coupang":5.965576776155855,"add-to-cart":7.064189064823964,"to":7.064189064823964,"cart":5.764906080693703,"crates":5.764906080693703,"crate":6.21689120443676,"io":5.11827891576865,"registry":5.764906080693703,"crates-io":6.21689120443676,"rust":6.21689120443676,"versions":5.764906080693703,"crossref":6.553363441057973,"works":4.943925528623873,"doi":5.965576776155855,"bibliographic":6.21689120443676,"work":5.027307137562924,"ctrip":5.965576776155855,"flight":7.064189064823964,"way":7.064189064823964,"flights":7.064189064823964,"iata":7.064189064823964,"route":7.064189064823964,"date":5.329588009435858,"hotel-search":7.064189064823964,"hotel":6.553363441057973,"city":7.064189064823964,"stay":7.064189064823964,"dates":6.553363441057973,"hotel-suggest":7.064189064823964,"suggest":5.597851996030537,"context":7.064189064823964,"suggestions":5.454751152389863,"destinations":7.064189064823964,"landmarks":7.064189064823964,"scenic":7.064189064823964,"spots":7.064189064823964,"stations":7.064189064823964,"cursor":4.551883440847849,"composer":5.965576776155855,"mode":5.2183623743256335,"sessions":6.553363441057973,"cvf":7.064189064823964,"openaccess":7.064189064823964,"proceedings":5.965576776155855,"cvpr":7.064189064823964,"iccv":7.064189064823964,"eccv":7.064189064823964,"wacv":7.064189064823964,"danbooru":5.329588009435858,"artists":6.553363441057973,"artist":5.965576776155855,"records":6.553363441057973,"original":7.064189064823964,"pools":7.064189064823964,"tags":4.866964487487745,"wiki":6.553363441057973,"pages":5.597851996030537,"dangdang":6.553363441057973,"bestseller":7.064189064823964,"books":5.454751152389863,"dblp":5.965576776155855,"publications":6.553363441057973,"pid":6.553363441057973,"record":4.7955055235056,"canonical":7.064189064823964,"computer":7.064189064823964,"science":7.064189064823964,"bibliography":7.064189064823964,"venue":6.21689120443676,"acronym":7.064189064823964,"deepseek":5.2183623743256335,"compatible":6.553363441057973,"models":4.866964487487745,"defillama":6.553363441057973,"protocol":7.064189064823964,"slug":6.553363441057973,"protocols":7.064189064823964,"defi":7.064189064823964,"tvl":7.064189064823964,"devto":5.597851996030537,"day":5.764906080693703,"dianping":6.21689120443676,"restaurants":5.764906080693703,"shop":7.064189064823964,"dictionary":6.21689120443676,"examples":7.064189064823964,"example":6.553363441057973,"sentences":7.064189064823964,"word":5.11827891576865,"look":6.553363441057973,"definitions":7.064189064823964,"phonetics":7.064189064823964,"parts":5.965576776155855,"speech":6.21689120443676,"synonyms":7.064189064823964,"find":5.965576776155855,"dingtalk":5.329588009435858,"discord-app":4.7288141490069275,"discord":4.7288141490069275,"server":6.21689120443676,"delete":5.597851996030537,"members":7.064189064823964,"servers":6.553363441057973,"dlsite":5.329588009435858,"cg":7.064189064823964,"illustration":5.454751152389863,"creator":5.027307137562924,"illustrator":7.064189064823964,"voice":7.064189064823964,"actor":6.553363441057973,"adv":7.064189064823964,"genre":7.064189064823964,"maker":7.064189064823964,"circle":7.064189064823964,"such":5.764906080693703,"rg01012594":7.064189064823964,"vg02994":7.064189064823964,"doujin":7.064189064823964,"sort":7.064189064823964,"docker":4.4992397073624275,"build":7.064189064823964,"dockerfile":7.064189064823964,"local":5.454751152389863,"logs":6.553363441057973,"container":6.553363441057973,"networks":7.064189064823964,"ps":5.965576776155855,"running":5.597851996030537,"containers":7.064189064823964,"command":6.553363441057973,"volumes":6.553363441057973,"docker-hub":6.21689120443676,"hub":5.764906080693703,"dockerhub":6.553363441057973,"repository":5.597851996030537,"repositories":5.454751152389863,"doctl":7.064189064823964,"droplets":7.064189064823964,"digitalocean":7.064189064823964,"douban":4.943925528623873,"book-hot":7.064189064823964,"movie":5.329588009435858,"photo":6.21689120443676,"group-hot":7.064189064823964,"marks":7.064189064823964,"ratings":7.064189064823964,"movie-hot":7.064189064823964,"movies":5.329588009435858,"new-movies":7.064189064823964,"theaters":7.064189064823964,"photos":5.597851996030537,"posters":7.064189064823964,"stills":7.064189064823964,"top250":7.064189064823964,"tv-hot":7.064189064823964,"tv":7.064189064823964,"shows":6.21689120443676,"doubao":4.019666627100541,"question":4.866964487487745,"meeting-summary":6.553363441057973,"meeting":5.454751152389863,"summary":5.454751152389863,"meeting-transcript":6.553363441057973,"transcript":5.965576776155855,"doubao-app":4.866964487487745,"doubao-web":5.2183623743256335,"feishu":5.764906080693703,"minutes":7.064189064823964,"integration":7.064189064823964,"douyin":4.866964487487745,"activities":7.064189064823964,"official":5.454751152389863,"collections":5.965576776155855,"playlists":6.553363441057973,"draft":5.965576776155855,"upload":6.553363441057973,"drafts":6.553363441057973,"hashtag":6.21689120443676,"hashtags":6.553363441057973,"location":6.21689120443676,"poi":7.064189064823964,"locations":7.064189064823964,"tagging":7.064189064823964,"publish":5.597851996030537,"scheduled":7.064189064823964,"2h":7.064189064823964,"14d":7.064189064823964,"window":7.064189064823964,"required":6.553363441057973,"analytics":6.553363441057973,"metrics":5.597851996030537,"trend":6.553363441057973,"update":6.553363441057973,"reschedule":7.064189064823964,"caption":7.064189064823964,"center":6.21689120443676,"douyu":6.553363441057973,"dpma":6.553363441057973,"german":6.553363441057973,"subscription":6.21689120443676,"dpmaconnectplus":7.064189064823964,"rest":5.764906080693703,"drawio":7.064189064823964,"draw":7.064189064823964,"diagram":6.553363441057973,"jpg":6.553363441057973,"svg":5.764906080693703,"vsdx":7.064189064823964,"duckduckgo":6.553363441057973,"autocompletion":7.064189064823964,"eastmoney":4.551883440847849,"announcement":7.064189064823964,"东方财富上市公司公告":7.064189064823964,"convertible":7.064189064823964,"东方财富可转债行情列表":7.064189064823964,"东方财富":7.064189064823964,"列表按成交额":7.064189064823964,"涨跌幅排行":7.064189064823964,"fund":6.21689120443676,"east":6.553363441057973,"money":6.21689120443676,"holders":7.064189064823964,"东方财富十大流通股东":7.064189064823964,"a股":6.21689120443676,"f10":7.064189064823964,"stocks":5.597851996030537,"share":6.21689120443676,"leaders":7.064189064823964,"hot-rank":6.21689120443676,"rank":5.764906080693703,"东方财富热股榜":7.064189064823964,"按成交额近似排序":7.064189064823964,"index-board":7.064189064823964,"index":6.21689120443676,"board":7.064189064823964,"东方财富主要市场指数行情":7.064189064823964,"港股":6.553363441057973,"美股":6.553363441057973,"东方财富个股":7.064189064823964,"线行情":7.064189064823964,"kuaixun":7.064189064823964,"东方财富财经快讯":7.064189064823964,"longhu":7.064189064823964,"东方财富龙虎榜明细":7.064189064823964,"indices":6.553363441057973,"overview":5.965576776155855,"money-flow":7.064189064823964,"东方财富主力资金净流入排行":7.064189064823964,"northbound":7.064189064823964,"东方财富沪深港通北向":7.064189064823964,"南向资金分时净流入":7.064189064823964,"东方财富个股实时行情":7.064189064823964,"东方财富市场涨跌":7.064189064823964,"成交排行":7.064189064823964,"沪深":7.064189064823964,"北证":7.064189064823964,"sectors":7.064189064823964,"东方财富板块排行":7.064189064823964,"行业":7.064189064823964,"概念":7.064189064823964,"地域":7.064189064823964,"ehentai":5.597851996030537,"hentai":5.597851996030537,"galleries":6.21689120443676,"exact":6.21689120443676,"gallery":6.21689120443676,"through":5.454751152389863,"thumbnail":6.553363441057973,"sprites":7.064189064823964,"structured":7.064189064823964,"filters":6.553363441057973,"namespaced":7.064189064823964,"parody":7.064189064823964,"language":7.064189064823964,"character":6.553363441057973,"torrents":7.064189064823964,"torrent":7.064189064823964,"ele":6.553363441057973,"food":6.553363441057973,"endoflife":7.064189064823964,"release":6.553363441057973,"cycles":7.064189064823964,"support":7.064189064823964,"epo":5.764906080693703,"family":6.553363441057973,"inpadoc":6.21689120443676,"simple":6.553363441057973,"docdb":6.553363441057973,"biblio":6.553363441057973,"events":5.454751152389863,"services":7.064189064823964,"v3":7.064189064823964,"cql":7.064189064823964,"espacenet":5.965576776155855,"front":5.965576776155855,"end":6.553363441057973,"worldwide":7.064189064823964,"excel":5.454751152389863,"insert-image":6.21689120443676,"insert":5.454751152389863,"set":5.329588009435858,"microsoft":4.155468168259603,"worksheet":7.064189064823964,"background":6.21689120443676,"insert-link":6.21689120443676,"link":6.21689120443676,"hyperlink":6.553363441057973,"formula":6.21689120443676,"cell":5.965576776155855,"workbooks":6.553363441057973,"workbook":6.21689120443676,"set-cell":7.064189064823964,"set-font":6.21689120443676,"font":6.21689120443676,"enumerating":6.21689120443676,"exchangerate":6.553363441057973,"free":5.329588009435858,"utility":4.019666627100541,"currency":7.064189064823964,"facebook":4.7288141490069275,"add-friend":7.064189064823964,"friend":6.21689120443676,"request":6.21689120443676,"event":6.553363441057973,"your":4.943925528623873,"friends":6.553363441057973,"join-group":7.064189064823964,"join":6.553363441057973,"marketplace":6.21689120443676,"listings":5.597851996030537,"marketplace-inbox":7.064189064823964,"inbox":7.064189064823964,"buyer":7.064189064823964,"seller":6.553363441057973,"marketplace-listings":7.064189064823964,"memories":7.064189064823964,"this":5.764906080693703,"people":6.21689120443676,"llm":5.965576776155855,"readable":5.965576776155855,"cookie":5.764906080693703,"reuse":5.764906080693703,"calendar":5.764906080693703,"upcoming":6.553363441057973,"lark":4.943925528623873,"docs":5.965576776155855,"documents":5.11827891576865,"tasks":5.965576776155855,"ffmpeg":5.027307137562924,"compress":7.064189064823964,"crf":7.064189064823964,"lower":7.064189064823964,"better":7.064189064823964,"quality":6.553363441057973,"concat":7.064189064823964,"concatenate":7.064189064823964,"listed":7.064189064823964,"extract-audio":6.553363441057973,"track":5.329588009435858,"gif":7.064189064823964,"segment":7.064189064823964,"animated":7.064189064823964,"loudness":7.064189064823964,"ebu":7.064189064823964,"r128":7.064189064823964,"standard":7.064189064823964,"probe":6.553363441057973,"show":5.2183623743256335,"codec":7.064189064823964,"resize":6.21689120443676,"dimensions":5.454751152389863,"auto":7.064189064823964,"aspect":7.064189064823964,"ratio":7.064189064823964,"burn":7.064189064823964,"srt":7.064189064823964,"hardcoded":7.064189064823964,"frame":6.21689120443676,"time":5.454751152389863,"stream":6.21689120443676,"copy":6.553363441057973,"lossless":7.064189064823964,"figma":5.329588009435858,"export-selected":7.064189064823964,"selected":6.553363441057973,"currently":5.597851996030537,"visual":4.943925528623873,"ax":6.553363441057973,"fips":6.553363441057973,"rospatent":6.553363441057973,"only":5.965576776155855,"russian":7.064189064823964,"flathub":6.553363441057973,"appstream":7.064189064823964,"apps":5.764906080693703,"flyctl":7.064189064823964,"fly":7.064189064823964,"applications":5.965576776155855,"freecad":4.7288141490069275,"assembly":7.064189064823964,"structure":7.064189064823964,"constraints":7.064189064823964,"part":6.553363441057973,"relationships":6.553363441057973,"bom":7.064189064823964,"bill":7.064189064823964,"material":6.553363441057973,"boolean":7.064189064823964,"perform":7.064189064823964,"operations":6.553363441057973,"union":7.064189064823964,"subtract":7.064189064823964,"intersect":7.064189064823964,"shapes":6.553363441057973,"validate":7.064189064823964,"geometry":6.21689120443676,"invalid":7.064189064823964,"edges":7.064189064823964,"self":7.064189064823964,"intersections":7.064189064823964,"step":6.553363441057973,"iges":6.553363441057973,"dxf":6.553363441057973,"brep":7.064189064823964,"export-stl":7.064189064823964,"fcstd":6.553363441057973,"mesh":6.553363441057973,"labels":6.21689120443676,"macro":7.064189064823964,"fcmacro":7.064189064823964,"measure":7.064189064823964,"area":7.064189064823964,"mass":7.064189064823964,"tessellate":7.064189064823964,"configurable":7.064189064823964,"deviation":7.064189064823964,"placement":7.064189064823964,"cross":7.064189064823964,"plane":7.064189064823964,"offset":7.064189064823964,"sketch":5.965576776155855,"2d":7.064189064823964,"freepatentsonline-web":6.553363441057973,"freepatentsonline":6.553363441057973,"keyless":5.965576776155855,"ssr":6.553363441057973,"listing":6.553363441057973,"futu":6.553363441057973,"gemini":5.764906080693703,"deep-research":7.064189064823964,"deep":6.553363441057973,"research":6.553363441057973,"deep-research-result":7.064189064823964,"result":7.064189064823964,"report":7.064189064823964,"gh":5.597851996030537,"issue":5.965576776155855,"github":4.666293792025593,"issues":6.553363441057973,"pr":7.064189064823964,"pull":7.064189064823964,"requests":6.553363441057973,"repo":7.064189064823964,"actions":6.21689120443676,"runs":7.064189064823964,"search-repos":7.064189064823964,"repos":6.553363441057973,"gimp":4.943925528623873,"adjust":7.064189064823964,"brightness":6.553363441057973,"contrast":7.064189064823964,"different":7.064189064823964,"bmp":7.064189064823964,"tiff":7.064189064823964,"webp":7.064189064823964,"crop":7.064189064823964,"region":6.553363441057973,"filter":5.965576776155855,"blur":7.064189064823964,"sharpen":7.064189064823964,"edge":7.064189064823964,"detect":7.064189064823964,"emboss":7.064189064823964,"flip":7.064189064823964,"horizontally":7.064189064823964,"vertically":7.064189064823964,"layers":5.965576776155855,"size":7.064189064823964,"visibility":7.064189064823964,"opacity":7.064189064823964,"merge-layers":7.064189064823964,"merge":7.064189064823964,"flatten":7.064189064823964,"layer":7.064189064823964,"rotate":7.064189064823964,"degrees":7.064189064823964,"overlay":6.553363441057973,"position":7.064189064823964,"gitee":5.965576776155855,"information":5.764906080693703,"github-trending":6.21689120443676,"stars":7.064189064823964,"developers":7.064189064823964,"weekly":7.064189064823964,"week":6.553363441057973,"gitlab":6.21689120443676,"godot":6.553363441057973,"project-run":7.064189064823964,"project":5.329588009435858,"scene-export":7.064189064823964,"dae":7.064189064823964,"autocomplete":6.553363441057973,"trends":5.965576776155855,"google-patents-bq":6.553363441057973,"bq":6.553363441057973,"prior-art":6.553363441057973,"prior":6.553363441057973,"art":6.553363441057973,"arm":7.064189064823964,"fusion":7.064189064823964,"against":6.553363441057973,"bigquery":6.553363441057973,"dataset":7.064189064823964,"over":6.553363441057973,"datasets":6.553363441057973,"corpus":6.553363441057973,"google-patents-web":6.553363441057973,"xhr":7.064189064823964,"endpoint":6.553363441057973,"google-scholar":6.21689120443676,"cite":7.064189064823964,"citation":6.21689120443676,"goproxy":6.553363441057973,"module":6.553363441057973,"vcs":7.064189064823964,"origin":7.064189064823964,"go":6.553363441057973,"gov-law":6.553363441057973,"gov":5.965576776155855,"law":6.553363441057973,"laws":6.553363441057973,"regulations":6.553363441057973,"national":7.064189064823964,"gov-policy":6.553363441057973,"policy":6.553363441057973,"council":7.064189064823964,"cn":7.064189064823964,"grok":5.329588009435858,"reply":4.943925528623873,"session":4.943925528623873,"hackernews":5.027307137562924,"hacker":5.027307137562924,"hn":6.553363441057973,"story":5.597851996030537,"comment":4.943925528623873,"postings":6.553363441057973,"tree":6.21689120443676,"hermes":6.21689120443676,"sessions-search":7.064189064823964,"sqlite":6.553363441057973,"fts5":7.064189064823964,"skills-list":6.553363441057973,"skills":6.21689120443676,"installed":5.454751152389863,"skills-read":7.064189064823964,"skill":7.064189064823964,"md":6.553363441057973,"extension":6.21689120443676,"hf":5.764906080693703,"hugging":5.597851996030537,"face":5.454751152389863,"huggingface":6.21689120443676,"spaces":6.553363441057973,"upvoted":6.553363441057973,"homebrew":5.764906080693703,"cask":7.064189064823964,"most":5.965576776155855,"formulae":6.553363441057973,"casks":7.064189064823964,"huggingface-papers":6.553363441057973,"hupu":5.454751152389863,"like":5.027307137562924,"light":7.064189064823964,"that":6.21689120443676,"mention":7.064189064823964,"you":6.21689120443676,"requires":5.965576776155855,"unlike":5.764906080693703,"unlight":7.064189064823964,"imagemagick":5.597851996030537,"difference":7.064189064823964,"metric":7.064189064823964,"produce":7.064189064823964,"composite":7.064189064823964,"gravity":7.064189064823964,"control":5.764906080693703,"identify":7.064189064823964,"colorspace":7.064189064823964,"montage":7.064189064823964,"grid":7.064189064823964,"sheet":7.064189064823964,"input":6.553363441057973,"pixels":7.064189064823964,"dimension":7.064189064823964,"constraint":7.064189064823964,"imdb":5.454751152389863,"box-office":7.064189064823964,"office":6.553363441057973,"person":7.064189064823964,"suggestion":6.553363441057973,"omdb":7.064189064823964,"imessage":5.965576776155855,"handle":7.064189064823964,"phone":6.553363441057973,"email":6.21689120443676,"imessages":7.064189064823964,"timestamp":7.064189064823964,"direction":7.064189064823964,"bodies":7.064189064823964,"indeed":6.553363441057973,"posting":7.064189064823964,"jk":7.064189064823964,"rendered":7.064189064823964,"infoq":6.553363441057973,"edition":7.064189064823964,"inkscape":6.21689120443676,"vector":7.064189064823964,"eps":6.553363441057973,"plain":5.965576776155855,"dpi":7.064189064823964,"optimize":7.064189064823964,"clean":7.064189064823964,"vacuuming":7.064189064823964,"unused":7.064189064823964,"defs":7.064189064823964,"producing":7.064189064823964,"inpi-br":6.553363441057973,"inpi":5.965576776155855,"br":6.553363441057973,"brasil":6.553363441057973,"upstream":7.064189064823964,"inpi-fr":6.553363441057973,"fr":6.553363441057973,"french":6.553363441057973,"subset":7.064189064823964,"instagram":4.085263909586354,"logged":5.965576776155855,"collection-create":7.064189064823964,"collection":5.965576776155855,"saved":5.965576776155855,"collection-delete":7.064189064823964,"reels":6.21689120443676,"explore":6.553363441057973,"discover":7.064189064823964,"follow":5.329588009435858,"highlights":6.21689120443676,"reel":6.553363441057973,"reels-trending":7.064189064823964,"suggested":7.064189064823964,"unfollow":5.965576776155855,"unsave":6.553363441057973,"remove":5.454751152389863,"ip-info":7.064189064823964,"ip":6.553363441057973,"geolocation":7.064189064823964,"ipaustralia":6.553363441057973,"australian":6.553363441057973,"application":5.2183623743256335,"australia":7.064189064823964,"portal":6.553363441057973,"itch-io":6.21689120443676,"itch":6.21689120443676,"games":4.943925528623873,"rated":7.064189064823964,"ithome":6.21689120443676,"it之家":7.064189064823964,"jd":5.454751152389863,"add-cart":6.553363441057973,"items":5.329588009435858,"sku":6.21689120443676,"keywords":6.553363441057973,"jianyu":6.553363441057973,"procurement":6.553363441057973,"notice":7.064189064823964,"evidence":7.064189064823964,"real":5.965576776155855,"estate":7.064189064823964,"jikan":5.965576776155855,"myanimelist":5.965576776155855,"jike":5.11827891576865,"repost":7.064189064823964,"jimeng":5.965576776155855,"workspace":5.965576776155855,"workspaces":7.064189064823964,"jpo":6.553363441057973,"retrieval":6.553363441057973,"jq":6.553363441057973,"pretty":7.064189064823964,"print":6.553363441057973,"expression":7.064189064823964,"juejin":6.553363441057973,"掘金全站热门推荐":7.064189064823964,"掘金全文搜索":7.064189064823964,"kdenlive":6.21689120443676,"mlt":5.965576776155855,"tracks":5.965576776155855,"clips":6.553363441057973,"melt":6.553363441057973,"ke":5.965576776155855,"chengjiao":7.064189064823964,"transaction":6.553363441057973,"ershoufang":7.064189064823964,"beike":6.553363441057973,"second":6.553363441057973,"hand":6.21689120443676,"housing":7.064189064823964,"xiaoqu":7.064189064823964,"neighborhood":7.064189064823964,"community":7.064189064823964,"zufang":7.064189064823964,"rental":7.064189064823964,"kipris":6.21689120443676,"right":7.064189064823964,"trans":7.064189064823964,"registration":7.064189064823964,"korean":6.553363441057973,"plus":7.064189064823964,"kitsu":6.553363441057973,"konachan":5.965576776155855,"moebooru":6.21689120443676,"prefix":6.21689120443676,"krita":5.965576776155855,"kra":6.553363441057973,"jpeg":7.064189064823964,"other":6.21689120443676,"space":6.553363441057973,"kuaishou":6.553363441057973,"leetcode":7.064189064823964,"discuss-search":7.064189064823964,"discuss":7.064189064823964,"文章关键词搜索":7.064189064823964,"lens":6.553363441057973,"org":6.553363441057973,"combined":7.064189064823964,"dsl":7.064189064823964,"lesswrong":4.7288141490069275,"curated":6.553363441057973,"editor":7.064189064823964,"picks":7.064189064823964,"frontpage":6.553363441057973,"algorithmic":7.064189064823964,"sequences":6.553363441057973,"shortform":7.064189064823964,"quick":6.553363441057973,"takes":7.064189064823964,"top-month":7.064189064823964,"month":7.064189064823964,"top-week":7.064189064823964,"top-year":7.064189064823964,"year":6.553363441057973,"user-posts":6.21689120443676,"libreoffice":6.553363441057973,"headlessly":6.553363441057973,"lichess":6.553363441057973,"leaderboard":6.553363441057973,"perf":7.064189064823964,"player":7.064189064823964,"username":7.064189064823964,"linear":5.11827891576865,"issue-create":7.064189064823964,"issue-list":7.064189064823964,"issue-update":7.064189064823964,"linkedin":5.965576776155855,"profiles":6.553363441057973,"connections":6.21689120443676,"linux-do":5.027307137562924,"linux":5.027307137562924,"do":4.943925528623873,"personal":5.965576776155855,"topic-content":7.064189064823964,"user-topics":7.064189064823964,"lobsters":5.454751152389863,"lobste":5.597851996030537,"rs":5.597851996030537,"domain":7.064189064823964,"submitted":6.553363441057973,"hottest":7.064189064823964,"active-app":7.064189064823964,"app-actions":7.064189064823964,"shortcuts":5.965576776155855,"intents":7.064189064823964,"exposed":6.553363441057973,"bundle":7.064189064823964,"apps-list":7.064189064823964,"automation-smoke":7.064189064823964,"automation":6.553363441057973,"smoke":7.064189064823964,"reproducibility":7.064189064823964,"toolkit":7.064189064823964,"battery":7.064189064823964,"charging":7.064189064823964,"remaining":7.064189064823964,"bluetooth":7.064189064823964,"screen":5.965576776155855,"caffeinate":7.064189064823964,"keep":7.064189064823964,"mac":7.064189064823964,"awake":7.064189064823964,"prevents":7.064189064823964,"display":6.21689120443676,"sleep":6.21689120443676,"calendar-create":7.064189064823964,"calendar-list":7.064189064823964,"next":5.965576776155855,"days":6.553363441057973,"calendar-today":7.064189064823964,"today":5.965576776155855,"clipboard":6.553363441057973,"contents":7.064189064823964,"contacts-search":7.064189064823964,"contacts":7.064189064823964,"dark-mode":7.064189064823964,"dark":7.064189064823964,"disk-info":7.064189064823964,"disk":6.553363441057973,"capacity":7.064189064823964,"mounted":7.064189064823964,"disk-usage":7.064189064823964,"usage":6.553363441057973,"do-not-disturb":7.064189064823964,"not":7.064189064823964,"disturb":7.064189064823964,"focus":7.064189064823964,"empty-trash":7.064189064823964,"empty":7.064189064823964,"trash":6.553363441057973,"finder-copy":7.064189064823964,"finder":5.597851996030537,"destination":7.064189064823964,"path":6.21689120443676,"finder-move":7.064189064823964,"move":6.553363441057973,"rename":6.553363441057973,"finder-new-folder":7.064189064823964,"intermediate":7.064189064823964,"directories":7.064189064823964,"finder-recent":7.064189064823964,"opened":7.064189064823964,"finder-selection":7.064189064823964,"selection":7.064189064823964,"finder-tags":7.064189064823964,"lock-screen":7.064189064823964,"lock":6.553363441057973,"put":6.553363441057973,"mail-send":7.064189064823964,"mail":6.553363441057973,"mail-status":7.064189064823964,"unread":6.553363441057973,"counts":5.965576776155855,"messages-send":7.064189064823964,"music-control":7.064189064823964,"music":4.230975720767748,"playback":5.11827891576865,"play":5.454751152389863,"pause":6.21689120443676,"prev":6.21689120443676,"music-now":7.064189064823964,"now":6.21689120443676,"playing":6.553363441057973,"notes-list":7.064189064823964,"modification":7.064189064823964,"notes-search":7.064189064823964,"notification":6.553363441057973,"notify":7.064189064823964,"photos-search":7.064189064823964,"library":5.454751152389863,"processes":7.064189064823964,"cpu":7.064189064823964,"reminder-create":7.064189064823964,"reminder":6.553363441057973,"reminders":6.21689120443676,"reminders-complete":7.064189064823964,"complete":6.553363441057973,"reminders-list":7.064189064823964,"safari-history":7.064189064823964,"safari":6.21689120443676,"browsing":7.064189064823964,"safari-tabs":7.064189064823964,"safari-url":7.064189064823964,"tab":7.064189064823964,"say":7.064189064823964,"speak":7.064189064823964,"aloud":7.064189064823964,"screen-lock":7.064189064823964,"screen-recording":7.064189064823964,"recording":5.965576776155855,"screencapture":7.064189064823964,"take":7.064189064823964,"shortcuts-list":7.064189064823964,"shortcuts-run":7.064189064823964,"shortcut":7.064189064823964,"spotlight":7.064189064823964,"system-info":7.064189064823964,"hardware":7.064189064823964,"processor":7.064189064823964,"os":7.064189064823964,"uptime":7.064189064823964,"alert":7.064189064823964,"mute":6.21689120443676,"wallpaper":7.064189064823964,"wifi":6.553363441057973,"wi":7.064189064823964,"fi":7.064189064823964,"turn":6.553363441057973,"off":7.064189064823964,"wifi-info":7.064189064823964,"connection":7.064189064823964,"maimai":6.553363441057973,"talents":6.553363441057973,"search-talents":7.064189064823964,"talent":7.064189064823964,"mangadex":6.553363441057973,"authors":6.553363441057973,"maoyan":6.553363441057973,"mastodon":5.764906080693703,"instance":6.553363441057973,"statuses":6.553363441057973,"maven":6.21689120443676,"artifact":6.553363441057973,"central":6.21689120443676,"artifacts":7.064189064823964,"mdn":7.064189064823964,"medium":5.597851996030537,"tagged":6.553363441057973,"meituan":7.064189064823964,"shops":7.064189064823964,"mermaid":7.064189064823964,"minimax":6.21689120443676,"m2":7.064189064823964,"completion":7.064189064823964,"tts":7.064189064823964,"moegirl":6.21689120443676,"links":7.064189064823964,"internal":7.064189064823964,"useful":7.064189064823964,"disambiguation":7.064189064823964,"acg":7.064189064823964,"songs":5.764906080693703,"motion-studio":7.064189064823964,"motion":7.064189064823964,"studio":4.666293792025593,"component-get":7.064189064823964,"component":6.21689120443676,"paste":7.064189064823964,"ready":7.064189064823964,"mubu":5.597851996030537,"doc":7.064189064823964,"folders":6.21689120443676,"edited":7.064189064823964,"musescore":5.764906080693703,"explicit":7.064189064823964,"midi":7.064189064823964,"musicxml":7.064189064823964,"inferred":7.064189064823964,"measures":7.064189064823964,"instruments":7.064189064823964,"transpose":7.064189064823964,"score":7.064189064823964,"semitones":7.064189064823964,"neonctl":7.064189064823964,"neon":7.064189064823964,"netease-music":4.60745329200266,"netease":4.60745329200266,"skip":5.965576776155855,"下一首":6.553363441057973,"暂停音乐":6.553363441057973,"播放音乐":6.553363441057973,"play-liked":6.553363441057973,"playlist":5.965576776155855,"打开我喜欢的音乐并播放":6.553363441057973,"previous":6.553363441057973,"上一首":6.553363441057973,"切换播放暂停":6.553363441057973,"charts":7.064189064823964,"netlify":7.064189064823964,"sites":7.064189064823964,"neurips":7.064189064823964,"notebooklm":4.7288141490069275,"notebook":5.454751152389863,"notebooks":6.21689120443676,"note-list":7.064189064823964,"notes-get":7.064189064823964,"rpc":7.064189064823964,"make":7.064189064823964,"call":7.064189064823964,"backend":6.553363441057973,"shared":6.553363441057973,"source-fulltext":7.064189064823964,"source":5.965576776155855,"fulltext":7.064189064823964,"source-get":7.064189064823964,"source-guide":7.064189064823964,"guide":7.064189064823964,"study":7.064189064823964,"source-list":7.064189064823964,"sources":6.553363441057973,"notion":4.551883440847849,"databases":6.553363441057973,"navigation":7.064189064823964,"write":7.064189064823964,"append":6.21689120443676,"novita":6.21689120443676,"platform":7.064189064823964,"task":6.21689120443676,"nowcoder":4.666293792025593,"companies":6.21689120443676,"牛客面试题热门公司":7.064189064823964,"prep":7.064189064823964,"creators":6.553363441057973,"牛客创作者榜":7.064189064823964,"牛客帖子详情":7.064189064823964,"uuid":7.064189064823964,"experience":7.064189064823964,"牛客面经帖子":7.064189064823964,"牛客热搜榜":7.064189064823964,"牛客职业方向列表":7.064189064823964,"career":7.064189064823964,"牛客未读消息摘要":7.064189064823964,"牛客公司真题试卷":7.064189064823964,"practice":7.064189064823964,"牛客专项练习题库":7.064189064823964,"牛客推荐流":7.064189064823964,"referral":7.064189064823964,"牛客内推帖子":7.064189064823964,"salary":7.064189064823964,"牛客薪资爆料帖子":7.064189064823964,"disclosure":7.064189064823964,"牛客全文搜索":7.064189064823964,"牛客搜索建议":7.064189064823964,"牛客热门讨论话题":7.064189064823964,"牛客热门帖子":7.064189064823964,"npm":5.454751152389863,"downloads":6.553363441057973,"package":4.666293792025593,"packages":5.454751152389863,"npm-trends":6.553363441057973,"nuget":6.21689120443676,"nvd":7.064189064823964,"cve":7.064189064823964,"nist":7.064189064823964,"nytimes":6.553363441057973,"york":7.064189064823964,"times":7.064189064823964,"obs":5.329588009435858,"record-start":7.064189064823964,"record-stop":7.064189064823964,"stop":6.553363441057973,"streaming":6.21689120443676,"stream-start":7.064189064823964,"stream-stop":7.064189064823964,"obsidian":5.11827891576865,"vault":6.21689120443676,"within":6.553363441057973,"oeis":6.553363441057973,"numeric":7.064189064823964,"pattern":6.553363441057973,"sequence":7.064189064823964,"ollama":5.965576776155855,"locally":6.553363441057973,"ones":5.027307137562924,"enrich-tasks":7.064189064823964,"enrich":7.064189064823964,"additional":7.064189064823964,"logout":7.064189064823964,"my-tasks":7.064189064823964,"my":7.064189064823964,"resolve-labels":7.064189064823964,"resolve":7.064189064823964,"uuids":7.064189064823964,"task-helpers":7.064189064823964,"helpers":7.064189064823964,"priorities":7.064189064823964,"token-info":7.064189064823964,"token":7.064189064823964,"auth":6.21689120443676,"worklog":7.064189064823964,"openalex":6.553363441057973,"opencode":7.064189064823964,"openfda":6.553363441057973,"drug-label":7.064189064823964,"drug":7.064189064823964,"fda":6.553363441057973,"brand":7.064189064823964,"food-recall":7.064189064823964,"recall":7.064189064823964,"enforcement":7.064189064823964,"openharness":6.553363441057973,"memory-read":7.064189064823964,"per":6.21689120443676,"openreview":5.764906080693703,"decisions":7.064189064823964,"invitation":7.064189064823964,"openrouter":6.553363441057973,"osv":6.553363441057973,"vulnerabilities":7.064189064823964,"affecting":7.064189064823964,"vulnerability":7.064189064823964,"packagist":6.21689120443676,"pandoc":7.064189064823964,"html":6.553363441057973,"docx":7.064189064823964,"more":7.064189064823964,"paperreview":6.21689120443676,"feedback":7.064189064823964,"submit":6.21689120443676,"review":7.064189064823964,"patsnap":6.553363441057973,"eureka":7.064189064823964,"oauth2":7.064189064823964,"client":7.064189064823964,"credentials":7.064189064823964,"perplexity":5.329588009435858,"pexels":6.553363441057973,"pinduoduo":6.553363441057973,"pixiv":5.597851996030537,"illusts":7.064189064823964,"illustrations":6.553363441057973,"pmlr":6.553363441057973,"inside":6.553363441057973,"v235":7.064189064823964,"icml":7.064189064823964,"powerchina":7.064189064823964,"notices":7.064189064823964,"powerpoint":5.454751152389863,"add-slide":7.064189064823964,"slide":5.764906080693703,"presentation":6.553363441057973,"linked":7.064189064823964,"presentations":6.553363441057973,"slides":7.064189064823964,"snippets":7.064189064823964,"pqai":6.553363441057973,"semantic":5.597851996030537,"embedding":7.064189064823964,"based":7.064189064823964,"ranker":7.064189064823964,"hybrid":7.064189064823964,"producthunt":5.764906080693703,"hunt":5.965576776155855,"launches":6.21689120443676,"pscale":7.064189064823964,"planetscale":7.064189064823964,"pub-dev":6.553363441057973,"pub":6.553363441057973,"dart":6.553363441057973,"flutter":6.553363441057973,"pubmed":5.764906080693703,"detailed":7.064189064823964,"pmid":7.064189064823964,"citations":6.553363441057973,"related":6.553363441057973,"pypi":5.764906080693703,"warehouse":7.064189064823964,"quark":5.329588009435858,"drive":5.454751152389863,"mkdir":7.064189064823964,"mv":7.064189064823964,"rm":7.064189064823964,"share-tree":7.064189064823964,"qweather":6.553363441057973,"forecast":6.553363441057973,"weather":5.965576776155855,"和风天气":7.064189064823964,"tier":7.064189064823964,"qwen":5.329588009435858,"them":7.064189064823964,"railway":7.064189064823964,"deploy":7.064189064823964,"deployments":6.553363441057973,"reddit":4.270981055381447,"nested":5.965576776155855,"hierarchy":6.553363441057973,"personalized":7.064189064823964,"rising":7.064189064823964,"subreddit":6.21689120443676,"subreddit-info":7.064189064823964,"subscribe":6.553363441057973,"subreddits":7.064189064823964,"upvote":7.064189064823964,"user-comments":7.064189064823964,"whoami":7.064189064823964,"rednote":5.454751152389863,"supports":6.553363441057973,"reads":7.064189064823964,"hydrated":7.064189064823964,"pinia":6.553363441057973,"engagement":6.553363441057973,"renderdoc":6.553363441057973,"capture-list":7.064189064823964,"rdc":6.553363441057973,"frame-export":7.064189064823964,"replicate":6.21689120443676,"rest-countries":6.553363441057973,"countries":6.553363441057973,"country":7.064189064823964,"common":7.064189064823964,"reuters":5.764906080693703,"article-detail":7.064189064823964,"rfc":7.064189064823964,"ietf":7.064189064823964,"rubygems":6.21689120443676,"gem":7.064189064823964,"safebooru":5.965576776155855,"blue":6.553363441057973,"archive":6.553363441057973,"rating":7.064189064823964,"safe":7.064189064823964,"ascii":7.064189064823964,"semantic-scholar":5.965576776155855,"paperid":7.064189064823964,"references":7.064189064823964,"shotcut":6.21689120443676,"transitions":7.064189064823964,"sinablog":5.965576776155855,"sina":5.2183623743256335,"blog":5.965576776155855,"sinafinance":5.764906080693703,"7x24":7.064189064823964,"rolling-news":7.064189064823964,"rolling":7.064189064823964,"stock-rank":7.064189064823964,"artboards":6.553363441057973,"symbols":7.064189064823964,"slack":4.7955055235056,"slay-the-spire-ii":5.597851996030537,"slay":5.597851996030537,"the":5.597851996030537,"spire":5.597851996030537,"ii":5.597851996030537,"deck":7.064189064823964,"cards":7.064189064823964,"end-turn":7.064189064823964,"combat":6.553363441057973,"map":7.064189064823964,"layout":7.064189064823964,"paths":7.064189064823964,"play-card":7.064189064823964,"card":7.064189064823964,"during":7.064189064823964,"health":7.064189064823964,"gold":7.064189064823964,"act":7.064189064823964,"use-potion":7.064189064823964,"potion":7.064189064823964,"inventory":7.064189064823964,"slock":7.064189064823964,"smzdm":6.21689120443676,"deals":6.553363441057973,"spotify":4.312653751782015,"oauth":7.064189064823964,"setup":7.064189064823964,"now-playing":7.064189064823964,"repeat":7.064189064823964,"catalog":6.553363441057973,"shuffle":7.064189064823964,"top-tracks":7.064189064823964,"sspai":6.553363441057973,"少数派":6.553363441057973,"stackoverflow":5.11827891576865,"bounties":7.064189064823964,"stack":5.329588009435858,"overflow":5.329588009435858,"questions":5.597851996030537,"answers":5.454751152389863,"unanswered":7.064189064823964,"voted":7.064189064823964,"stagehand":7.064189064823964,"wrap-observe":7.064189064823964,"wrap":7.064189064823964,"observe":7.064189064823964,"verb":7.064189064823964,"subprocess":7.064189064823964,"wrapper":7.064189064823964,"steam":5.454751152389863,"storefront":7.064189064823964,"app-details":7.064189064823964,"appid":7.064189064823964,"specials":7.064189064823964,"special":7.064189064823964,"sale":7.064189064823964,"top-sellers":7.064189064823964,"selling":7.064189064823964,"wishlist":7.064189064823964,"substack":5.965576776155855,"supabase":7.064189064823964,"taobao":5.597851996030537,"tdx":7.064189064823964,"techcrunch":6.553363441057973,"theverge":6.553363441057973,"verge":6.553363441057973,"matching":6.553363441057973,"ths":7.064189064823964,"tonghuashun":7.064189064823964,"tieba":5.965576776155855,"tiktok":4.551883440847849,"creator-videos":7.064189064823964,"sounds":7.064189064823964,"toutiao":6.21689120443676,"dashboard":7.064189064823964,"jinri":7.064189064823964,"tvmaze":6.553363441057973,"twitch":5.965576776155855,"viewer":7.064189064823964,"gql":7.064189064823964,"twitter":3.6741649837599337,"accept":7.064189064823964,"pending":7.064189064823964,"tweet":4.60745329200266,"block":7.064189064823964,"bookmark-folder":7.064189064823964,"tweets":5.329588009435858,"bookmark-folders":7.064189064823964,"bookmarked":7.064189064823964,"own":7.064189064823964,"follows":7.064189064823964,"hide-reply":7.064189064823964,"hide":7.064189064823964,"list-add":7.064189064823964,"ui":6.21689120443676,"list-remove":7.064189064823964,"list-tweets":7.064189064823964,"lists":6.553363441057973,"pin":7.064189064823964,"pinned":7.064189064823964,"quotes":7.064189064823964,"reply-dm":7.064189064823964,"dm":7.064189064823964,"retweet":7.064189064823964,"retweets":7.064189064823964,"who":7.064189064823964,"retweeted":7.064189064823964,"unblock":7.064189064823964,"unbookmark":7.064189064823964,"unmute":7.064189064823964,"unretweet":7.064189064823964,"uisdc":7.064189064823964,"design":7.064189064823964,"uiverse":6.553363441057973,"css":7.064189064823964,"preview":7.064189064823964,"ukipo":7.064189064823964,"uk":7.064189064823964,"ipo":7.064189064823964,"placeholder":6.553363441057973,"ipsum":7.064189064823964,"retired":7.064189064823964,"01":7.064189064823964,"oneipo":7.064189064823964,"roadmap":7.064189064823964,"unpaywall":7.064189064823964,"oa":7.064189064823964,"access":7.064189064823964,"unsplash":6.553363441057973,"uspto":6.21689120443676,"odp":7.064189064823964,"v2ex":4.943925528623873,"member":7.064189064823964,"sov2ex":7.064189064823964,"vercel":7.064189064823964,"vndb":5.454751152389863,"traits":7.064189064823964,"producers":7.064189064823964,"brands":7.064189064823964,"makers":7.064189064823964,"circles":7.064189064823964,"novel":6.21689120443676,"publishers":7.064189064823964,"yuzusoft":7.064189064823964,"novels":7.064189064823964,"genres":7.064189064823964,"vn":7.064189064823964,"vscode":5.11827891576865,"extensions":7.064189064823964,"vs":6.21689120443676,"install-ext":7.064189064823964,"install":7.064189064823964,"ext":7.064189064823964,"identifier":7.064189064823964,"wanfang":7.064189064823964,"any":6.553363441057973,"webpage":7.064189064823964,"wechat-channels":6.553363441057973,"wechat":4.7288141490069275,"weibo":4.943925528623873,"followed":6.553363441057973,"immediately":7.064189064823964,"uid":7.064189064823964,"weixin":5.597851996030537,"create-draft":7.064189064823964,"sogou":7.064189064823964,"weread":5.329588009435858,"ai-outline":7.064189064823964,"outline":7.064189064823964,"underlines":7.064189064823964,"have":7.064189064823964,"thoughts":6.553363441057973,"shelf":7.064189064823964,"bookshelf":7.064189064823964,"wikidata":6.553363441057973,"entity":7.064189064823964,"wikipedia":5.597851996030537,"featured":7.064189064823964,"yesterday":7.064189064823964,"wipo-patentscope":7.064189064823964,"wipo":7.064189064823964,"patentscope":7.064189064823964,"soap":7.064189064823964,"wiremock":5.764906080693703,"create-stub":7.064189064823964,"stub":6.21689120443676,"mapping":6.553363441057973,"delete-stub":7.064189064823964,"reset":7.064189064823964,"clear":7.064189064823964,"stubs":6.553363441057973,"mappings":7.064189064823964,"verify":7.064189064823964,"insert-text":7.064189064823964,"creating":7.064189064823964,"wrangler":7.064189064823964,"cloudflare":7.064189064823964,"workers":7.064189064823964,"wttr":6.553363441057973,"conditions":7.064189064823964,"multi":7.064189064823964,"xianyu":5.965576776155855,"goofish":6.553363441057973,"xiaoe":5.764906080693703,"course":6.21689120443676,"chapters":7.064189064823964,"lesson":7.064189064823964,"courses":7.064189064823964,"purchased":7.064189064823964,"play-url":7.064189064823964,"xiaohongshu":4.356138863721754,"creator-note-detail":7.064189064823964,"core":7.064189064823964,"audience":7.064189064823964,"creator-notes":7.064189064823964,"views":6.553363441057973,"collects":6.553363441057973,"creator-notes-summary":7.064189064823964,"creator-profile":7.064189064823964,"creator-stats":7.064189064823964,"shares":7.064189064823964,"action":7.064189064823964,"under":7.064189064823964,"collect":7.064189064823964,"xiaoyuzhou":5.764906080693703,"episode":6.553363441057973,"podcast-episodes":7.064189064823964,"extracted":7.064189064823964,"xueqiu":4.7955055235056,"earnings-date":7.064189064823964,"earnings":7.064189064823964,"fund-holdings":7.064189064823964,"holdings":7.064189064823964,"positions":7.064189064823964,"fund-snapshot":7.064189064823964,"shareholders":7.064189064823964,"portfolio":7.064189064823964,"hot-stock":7.064189064823964,"watchlist":7.064189064823964,"yahoo":5.965576776155855,"yahoo-finance":6.21689120443676,"tickers":6.553363441057973,"yandere":5.965576776155855,"yande":5.965576776155855,"re":5.965576776155855,"ycombinator":7.064189064823964,"yc":7.064189064823964,"yollomi":4.943925528623873,"edit":7.064189064823964,"face-swap":7.064189064823964,"swap":7.064189064823964,"faces":7.064189064823964,"object-remover":7.064189064823964,"remover":7.064189064823964,"unwanted":7.064189064823964,"remove-bg":7.064189064823964,"bg":7.064189064823964,"restore":7.064189064823964,"old":7.064189064823964,"damaged":7.064189064823964,"try-on":7.064189064823964,"try":7.064189064823964,"on":7.064189064823964,"virtual":7.064189064823964,"clothing":7.064189064823964,"processing":7.064189064823964,"upscale":7.064189064823964,"enhance":7.064189064823964,"youtube":4.551883440847849,"homepage":7.064189064823964,"shorts":7.064189064823964,"subscriptions":7.064189064823964,"subscribed":7.064189064823964,"unsubscribe":7.064189064823964,"watch-later":7.064189064823964,"yt-dlp":5.764906080693703,"yt":5.764906080693703,"dlp":5.764906080693703,"downloading":7.064189064823964,"supported":7.064189064823964,"yuanbao":5.329588009435858,"tencent":6.21689120443676,"zhihu":4.155468168259603,"answer":5.764906080693703,"answer-detail":7.064189064823964,"知乎单个回答完整内容":7.064189064823964,"获取":7.064189064823964,"zhuanlan":6.553363441057973,"columns":7.064189064823964,"column":7.064189064823964,"normalized":7.064189064823964,"existing":6.21689120443676,"pins":7.064189064823964,"知乎首页推荐":7.064189064823964,"zlibrary":6.553363441057973,"isbn":7.064189064823964,"zoom":5.11827891576865,"toggle-mute":7.064189064823964,"menu":7.064189064823964,"zotero":5.329588009435858,"add-note":7.064189064823964,"child":6.553363441057973,"add-tag":7.064189064823964,"bibtex":7.064189064823964,"ris":7.064189064823964,"attached":7.064189064823964,"string":7.064189064823964,"zsxq":5.764906080693703,"知识星球":6.553363441057973,"joined":7.064189064823964,"logseq":5.454751152389863,"typora":5.454751152389863,"postman":5.454751152389863,"insomnia":5.454751152389863,"bitwarden":5.454751152389863,"signal":5.454751152389863,"whatsapp":5.454751152389863,"teams":5.454751152389863,"todoist":5.454751152389863,"github-desktop":5.454751152389863,"gitkraken":5.454751152389863,"docker-desktop":5.454751152389863,"lm-studio":5.454751152389863,"lm":5.454751152389863,"wechat-work":5.454751152389863,"wecom":5.454751152389863,"zoom-app":5.454751152389863,"evernote-app":5.454751152389863,"evernote":5.454751152389863},"documents":[{"id":"1688/assets","site":"1688","command":"assets","description":"Extract visible product media assets from a 1688 item page","terms":["1688","1688","assets","assets","extract","visible","product","media","assets","from","1688","item","page","shopping"]},{"id":"1688/download","site":"1688","command":"download","description":"Download visible product media assets from a 1688 item page","terms":["1688","1688","download","download","download","visible","product","media","assets","from","1688","item","page","shopping"]},{"id":"1688/item","site":"1688","command":"item","description":"1688.com product detail page (browser extraction)","terms":["1688","1688","item","item","1688","com","product","detail","page","browser","extraction","shopping"]},{"id":"1688/search","site":"1688","command":"search","description":"Search 1688.com wholesale products","terms":["1688","1688","search","search","search","1688","com","wholesale","products","shopping"]},{"id":"1688/store","site":"1688","command":"store","description":"List products from a 1688.com store","terms":["1688","1688","store","store","list","products","from","1688","com","store","shopping"]},{"id":"1point3acres/digest","site":"1point3acres","command":"digest","description":"Read digest 1Point3Acres threads","terms":["1point3acres","1point3acres","digest","digest","read","digest","1point3acres","threads","social"]},{"id":"1point3acres/forum","site":"1point3acres","command":"forum","description":"Browse threads from a 1Point3Acres forum by fid","terms":["1point3acres","1point3acres","forum","forum","browse","threads","from","1point3acres","forum","fid","social"]},{"id":"1point3acres/forums","site":"1point3acres","command":"forums","description":"List 1Point3Acres forum ids and names","terms":["1point3acres","1point3acres","forums","forums","list","1point3acres","forum","ids","names","social"]},{"id":"1point3acres/hot","site":"1point3acres","command":"hot","description":"Read hot 1Point3Acres threads","terms":["1point3acres","1point3acres","hot","hot","read","hot","1point3acres","threads","social"]},{"id":"1point3acres/latest","site":"1point3acres","command":"latest","description":"Read latest 1Point3Acres threads","terms":["1point3acres","1point3acres","latest","latest","read","latest","1point3acres","threads","social"]},{"id":"1point3acres/notifications","site":"1point3acres","command":"notifications","description":"Read 1Point3Acres account notifications using browser cookies","terms":["1point3acres","1point3acres","notifications","notifications","read","1point3acres","account","notifications","using","browser","cookies","social"]},{"id":"1point3acres/search","site":"1point3acres","command":"search","description":"Search 1Point3Acres forum posts using browser cookies","terms":["1point3acres","1point3acres","search","search","search","1point3acres","forum","posts","using","browser","cookies","social"]},{"id":"1point3acres/thread","site":"1point3acres","command":"thread","description":"Read a 1Point3Acres thread page with floor rows","terms":["1point3acres","1point3acres","thread","thread","read","1point3acres","thread","page","with","floor","rows","social"]},{"id":"1point3acres/user","site":"1point3acres","command":"user","description":"Read a 1Point3Acres user profile","terms":["1point3acres","1point3acres","user","user","read","1point3acres","user","profile","social"]},{"id":"36kr/article","site":"36kr","command":"article","description":"36Kr article detail by ID","terms":["36kr","36kr","article","article","36kr","article","detail","id","news"]},{"id":"36kr/hot","site":"36kr","command":"hot","description":"36Kr hot/trending articles","terms":["36kr","36kr","hot","hot","36kr","hot","trending","articles","news"]},{"id":"36kr/latest","site":"36kr","command":"latest","description":"Latest 36Kr tech news articles","terms":["36kr","36kr","latest","latest","latest","36kr","tech","news","articles","news"]},{"id":"36kr/news","site":"36kr","command":"news","description":"36Kr tech news (RSS)","terms":["36kr","36kr","news","news","36kr","tech","news","rss","news"]},{"id":"36kr/search","site":"36kr","command":"search","description":"Search 36Kr articles","terms":["36kr","36kr","search","search","search","36kr","articles","news"]},{"id":"51job/company","site":"51job","command":"company","description":"51job 公司在招职位(按 encCoId)","terms":["51job","51job","company","company","51job","公司在招职位","enccoid","jobs"]},{"id":"51job/detail","site":"51job","command":"detail","description":"51job 职位详情(按 jobId)","terms":["51job","51job","detail","detail","51job","职位详情","jobid","jobs"]},{"id":"51job/hot","site":"51job","command":"hot","description":"51job 推荐职位列表","terms":["51job","51job","hot","hot","51job","推荐职位列表","jobs"]},{"id":"51job/search","site":"51job","command":"search","description":"51job 前程无忧关键词职位搜索","terms":["51job","51job","search","search","51job","前程无忧关键词职位搜索","jobs"]},{"id":"acl-anthology/paper","site":"acl-anthology","command":"paper","description":"Fetch an ACL Anthology paper by anthology id","terms":["acl-anthology","acl","anthology","paper","paper","fetch","acl","anthology","paper","anthology","id","scholarly"]},{"id":"acl-anthology/search","site":"acl-anthology","command":"search","description":"Search ACL Anthology papers","terms":["acl-anthology","acl","anthology","search","search","search","acl","anthology","papers","scholarly"]},{"id":"adguardhome/add-rule","site":"adguardhome","command":"add-rule","description":"Add a custom DNS filtering rule","terms":["adguardhome","adguardhome","add-rule","add","rule","add","custom","dns","filtering","rule"]},{"id":"adguardhome/rules","site":"adguardhome","command":"rules","description":"List custom filtering rules from AdGuard Home","terms":["adguardhome","adguardhome","rules","rules","list","custom","filtering","rules","from","adguard","home"]},{"id":"adguardhome/stats","site":"adguardhome","command":"stats","description":"Get DNS query statistics (total queries, blocked, top clients)","terms":["adguardhome","adguardhome","stats","stats","get","dns","query","statistics","total","queries","blocked","top","clients"]},{"id":"adguardhome/status","site":"adguardhome","command":"status","description":"Get AdGuard Home protection status and version info","terms":["adguardhome","adguardhome","status","status","get","adguard","home","protection","status","version","info"]},{"id":"adguardhome/toggle","site":"adguardhome","command":"toggle","description":"Enable or disable AdGuard Home DNS filtering protection","terms":["adguardhome","adguardhome","toggle","toggle","enable","disable","adguard","home","dns","filtering","protection"]},{"id":"aibase/news","site":"aibase","command":"news","description":"AIbase daily AI industry news","terms":["aibase","aibase","news","news","aibase","daily","ai","industry","news"]},{"id":"amazon/bestsellers","site":"amazon","command":"bestsellers","description":"Amazon Best Sellers ranking","terms":["amazon","amazon","bestsellers","bestsellers","amazon","best","sellers","ranking","shopping"]},{"id":"amazon/discussion","site":"amazon","command":"discussion","description":"Get Amazon product reviews/discussions","terms":["amazon","amazon","discussion","discussion","get","amazon","product","reviews","discussions","shopping"]},{"id":"amazon/movers-shakers","site":"amazon","command":"movers-shakers","description":"Amazon Movers & Shakers ranking","terms":["amazon","amazon","movers-shakers","movers","shakers","amazon","movers","shakers","ranking","shopping"]},{"id":"amazon/new-releases","site":"amazon","command":"new-releases","description":"Amazon New Releases ranking","terms":["amazon","amazon","new-releases","new","releases","amazon","new","releases","ranking","shopping"]},{"id":"amazon/offer","site":"amazon","command":"offer","description":"Get Amazon product offer/pricing details","terms":["amazon","amazon","offer","offer","get","amazon","product","offer","pricing","details","shopping"]},{"id":"amazon/product","site":"amazon","command":"product","description":"Get Amazon product details by ASIN or URL","terms":["amazon","amazon","product","product","get","amazon","product","details","asin","url","shopping"]},{"id":"amazon/rankings","site":"amazon","command":"rankings","description":"Amazon generic rankings page (bestsellers/new-releases/movers-shakers)","terms":["amazon","amazon","rankings","rankings","amazon","generic","rankings","page","bestsellers","new","releases","movers","shakers","shopping"]},{"id":"amazon/search","site":"amazon","command":"search","description":"Search Amazon products","terms":["amazon","amazon","search","search","search","amazon","products","shopping"]},{"id":"anilist/anime","site":"anilist","command":"anime","description":"Search AniList anime by Japanese title, native title, romaji, alias, or keyword","terms":["anilist","anilist","anime","anime","search","anilist","anime","japanese","title","native","title","romaji","alias","keyword","reference"]},{"id":"anilist/characters","site":"anilist","command":"characters","description":"Search AniList characters by Japanese name, native name, romaji, or alias","terms":["anilist","anilist","characters","characters","search","anilist","characters","japanese","name","native","name","romaji","alias","reference"]},{"id":"anilist/manga","site":"anilist","command":"manga","description":"Search AniList manga by Japanese title, native title, romaji, alias, or keyword","terms":["anilist","anilist","manga","manga","search","anilist","manga","japanese","title","native","title","romaji","alias","keyword","reference"]},{"id":"anilist/staff","site":"anilist","command":"staff","description":"Search AniList staff by Japanese name, native name, romaji, or alias","terms":["anilist","anilist","staff","staff","search","anilist","staff","japanese","name","native","name","romaji","alias","reference"]},{"id":"anilist/studios","site":"anilist","command":"studios","description":"Search AniList studios by Japanese name, native name, romaji, or alias","terms":["anilist","anilist","studios","studios","search","anilist","studios","japanese","name","native","name","romaji","alias","reference"]},{"id":"antigravity/ask","site":"antigravity","command":"ask","description":"Send a prompt and wait for response in desktop AI chat app Antigravity","terms":["antigravity","antigravity","ask","ask","send","prompt","wait","response","desktop","ai","chat","app","antigravity","ai"]},{"id":"antigravity/click-text","site":"antigravity","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Antigravity","terms":["antigravity","antigravity","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","antigravity","ai"]},{"id":"antigravity/dump","site":"antigravity","command":"dump","description":"Dump visible text from desktop AI chat app Antigravity","terms":["antigravity","antigravity","dump","dump","dump","visible","text","from","desktop","ai","chat","app","antigravity","ai"]},{"id":"antigravity/extract-code","site":"antigravity","command":"extract-code","description":"Extract code blocks from the active Antigravity conversation","terms":["antigravity","antigravity","extract-code","extract","code","extract","code","blocks","from","active","antigravity","conversation","ai"]},{"id":"antigravity/model","site":"antigravity","command":"model","description":"Switch or inspect the model in desktop AI chat app Antigravity","terms":["antigravity","antigravity","model","model","switch","inspect","model","desktop","ai","chat","app","antigravity","ai"]},{"id":"antigravity/new","site":"antigravity","command":"new","description":"Start a new desktop AI chat Antigravity","terms":["antigravity","antigravity","new","new","start","new","desktop","ai","chat","antigravity","ai"]},{"id":"antigravity/open-app","site":"antigravity","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Antigravity","terms":["antigravity","antigravity","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","antigravity","ai"]},{"id":"antigravity/press","site":"antigravity","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Antigravity","terms":["antigravity","antigravity","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","antigravity","ai"]},{"id":"antigravity/read","site":"antigravity","command":"read","description":"Read the latest response from desktop AI chat app Antigravity","terms":["antigravity","antigravity","read","read","read","latest","response","from","desktop","ai","chat","app","antigravity","ai"]},{"id":"antigravity/screenshot","site":"antigravity","command":"screenshot","description":"Capture a screenshot from desktop AI chat app Antigravity","terms":["antigravity","antigravity","screenshot","screenshot","capture","screenshot","from","desktop","ai","chat","app","antigravity","ai"]},{"id":"antigravity/send","site":"antigravity","command":"send","description":"Send text without waiting in desktop AI chat app Antigravity","terms":["antigravity","antigravity","send","send","send","text","without","waiting","desktop","ai","chat","app","antigravity","ai"]},{"id":"antigravity/snapshot-app","site":"antigravity","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Antigravity","terms":["antigravity","antigravity","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","antigravity","ai"]},{"id":"antigravity/status","site":"antigravity","command":"status","description":"Inspect desktop AI chat app status Antigravity","terms":["antigravity","antigravity","status","status","inspect","desktop","ai","chat","app","status","antigravity","ai"]},{"id":"antigravity/status-app","site":"antigravity","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Antigravity","terms":["antigravity","antigravity","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","antigravity","ai"]},{"id":"antigravity/type-text","site":"antigravity","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Antigravity","terms":["antigravity","antigravity","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","antigravity","ai"]},{"id":"antigravity/watch","site":"antigravity","command":"watch","description":"Poll Antigravity conversation text for updates","terms":["antigravity","antigravity","watch","watch","poll","antigravity","conversation","text","updates","ai"]},{"id":"apple-notes/list","site":"apple-notes","command":"list","description":"List note titles in a folder (default \"Notes\")","terms":["apple-notes","apple","notes","list","list","list","note","titles","folder","default","notes","productivity"]},{"id":"apple-notes/read","site":"apple-notes","command":"read","description":"Read a note's plaintext body by title (first match wins)","terms":["apple-notes","apple","notes","read","read","read","note","plaintext","body","title","first","match","wins","productivity"]},{"id":"apple-notes/search","site":"apple-notes","command":"search","description":"Full-text search across all notes (titles of matches)","terms":["apple-notes","apple","notes","search","search","full","text","search","across","all","notes","titles","matches","productivity"]},{"id":"apple-podcasts/episodes","site":"apple-podcasts","command":"episodes","description":"List recent episodes of an Apple Podcast (use ID from search)","terms":["apple-podcasts","apple","podcasts","episodes","episodes","list","recent","episodes","apple","podcast","use","id","from","search","audio"]},{"id":"apple-podcasts/search","site":"apple-podcasts","command":"search","description":"Search Apple Podcasts","terms":["apple-podcasts","apple","podcasts","search","search","search","apple","podcasts","audio"]},{"id":"apple-podcasts/top","site":"apple-podcasts","command":"top","description":"Top podcasts chart on Apple Podcasts","terms":["apple-podcasts","apple","podcasts","top","top","top","podcasts","chart","apple","podcasts","audio"]},{"id":"arxiv/author","site":"arxiv","command":"author","description":"List arXiv papers by a given author","terms":["arxiv","arxiv","author","author","list","arxiv","papers","given","author","scholarly"]},{"id":"arxiv/download","site":"arxiv","command":"download","description":"Download an arXiv paper PDF by ID","terms":["arxiv","arxiv","download","download","download","arxiv","paper","pdf","id","scholarly"]},{"id":"arxiv/paper","site":"arxiv","command":"paper","description":"Get arXiv paper details by ID","terms":["arxiv","arxiv","paper","paper","get","arxiv","paper","details","id","scholarly"]},{"id":"arxiv/recent","site":"arxiv","command":"recent","description":"List recent arXiv submissions in a category","terms":["arxiv","arxiv","recent","recent","list","recent","arxiv","submissions","category","scholarly"]},{"id":"arxiv/search","site":"arxiv","command":"search","description":"Search arXiv papers","terms":["arxiv","arxiv","search","search","search","arxiv","papers","scholarly"]},{"id":"arxiv/trending","site":"arxiv","command":"trending","description":"Recent arXiv papers by category (newest submissions)","terms":["arxiv","arxiv","trending","trending","recent","arxiv","papers","category","newest","submissions","scholarly"]},{"id":"audacity/convert","site":"audacity","command":"convert","description":"Convert audio file between formats (wav, mp3, flac, ogg, aiff)","terms":["audacity","audacity","convert","convert","convert","audio","file","between","formats","wav","mp3","flac","ogg","aiff","desktop"]},{"id":"audacity/effects","site":"audacity","command":"effects","description":"Apply audio effects (reverb, echo, chorus, flanger, pitch shift)","terms":["audacity","audacity","effects","effects","apply","audio","effects","reverb","echo","chorus","flanger","pitch","shift","desktop"]},{"id":"audacity/info","site":"audacity","command":"info","description":"Get audio file info (duration, channels, sample rate, encoding)","terms":["audacity","audacity","info","info","get","audio","file","info","duration","channels","sample","rate","encoding","desktop"]},{"id":"audacity/mix","site":"audacity","command":"mix","description":"Mix (combine) multiple audio files into one","terms":["audacity","audacity","mix","mix","mix","combine","multiple","audio","files","into","one","desktop"]},{"id":"audacity/normalize","site":"audacity","command":"normalize","description":"Normalize audio to a target dB level","terms":["audacity","audacity","normalize","normalize","normalize","audio","target","db","level","desktop"]},{"id":"audacity/spectrogram","site":"audacity","command":"spectrogram","description":"Generate a spectrogram PNG from an audio file","terms":["audacity","audacity","spectrogram","spectrogram","generate","spectrogram","png","from","audio","file","desktop"]},{"id":"audacity/split-channels","site":"audacity","command":"split-channels","description":"Split a stereo audio file into separate mono channel files","terms":["audacity","audacity","split-channels","split","channels","split","stereo","audio","file","into","separate","mono","channel","files","desktop"]},{"id":"audacity/trim","site":"audacity","command":"trim","description":"Trim audio file to specified start and duration","terms":["audacity","audacity","trim","trim","trim","audio","file","specified","start","duration","desktop"]},{"id":"autoagent/eval-run","site":"autoagent","command":"eval-run","description":"Run an AutoAgent evaluation (hill-climbing on agent.py)","terms":["autoagent","autoagent","eval-run","eval","run","run","autoagent","evaluation","hill","climbing","agent","py"]},{"id":"aws/s3-ls","site":"aws","command":"s3-ls","description":"List S3 buckets","terms":["aws","aws","s3-ls","s3","ls","list","s3","buckets"]},{"id":"baidu/hot","site":"baidu","command":"hot","description":"Get Baidu hot search trending topics","terms":["baidu","baidu","hot","hot","get","baidu","hot","search","trending","topics"]},{"id":"baidu/search","site":"baidu","command":"search","description":"Search Baidu for web results","terms":["baidu","baidu","search","search","search","baidu","web","results"]},{"id":"baidu-scholar/search","site":"baidu-scholar","command":"search","description":"Search Baidu Scholar papers","terms":["baidu-scholar","baidu","scholar","search","search","search","baidu","scholar","papers","scholarly"]},{"id":"band/bands","site":"band","command":"bands","description":"List BAND groups","terms":["band","band","bands","bands","list","band","groups","social"]},{"id":"band/mentions","site":"band","command":"mentions","description":"List BAND mentions/notifications","terms":["band","band","mentions","mentions","list","band","mentions","notifications","social"]},{"id":"band/post","site":"band","command":"post","description":"Create a post in a BAND group","terms":["band","band","post","post","create","post","band","group","social"]},{"id":"band/posts","site":"band","command":"posts","description":"List BAND posts from a group","terms":["band","band","posts","posts","list","band","posts","from","group","social"]},{"id":"bangumi/anime","site":"bangumi","command":"anime","description":"Search Bangumi anime subjects by Japanese title, Chinese title, romaji, or alias","terms":["bangumi","bangumi","anime","anime","search","bangumi","anime","subjects","japanese","title","chinese","title","romaji","alias","reference"]},{"id":"bangumi/book","site":"bangumi","command":"book","description":"Search Bangumi book subjects by Japanese title, Chinese title, romaji, or alias","terms":["bangumi","bangumi","book","book","search","bangumi","book","subjects","japanese","title","chinese","title","romaji","alias","reference"]},{"id":"bangumi/characters","site":"bangumi","command":"characters","description":"Search Bangumi characters by Japanese name, Chinese name, romaji, or alias","terms":["bangumi","bangumi","characters","characters","search","bangumi","characters","japanese","name","chinese","name","romaji","alias","reference"]},{"id":"bangumi/game","site":"bangumi","command":"game","description":"Search Bangumi game subjects by Japanese title, Chinese title, romaji, or alias","terms":["bangumi","bangumi","game","game","search","bangumi","game","subjects","japanese","title","chinese","title","romaji","alias","reference"]},{"id":"bangumi/subject","site":"bangumi","command":"subject","description":"Get Bangumi subject details by subject id","terms":["bangumi","bangumi","subject","subject","get","bangumi","subject","details","subject","id","reference"]},{"id":"barchart/flow","site":"barchart","command":"flow","description":"Options flow (unusual activity) sorted by total value","terms":["barchart","barchart","flow","flow","options","flow","unusual","activity","sorted","total","value","finance"]},{"id":"barchart/greeks","site":"barchart","command":"greeks","description":"Options Greeks (delta, gamma, theta, vega, IV) for a symbol","terms":["barchart","barchart","greeks","greeks","options","greeks","delta","gamma","theta","vega","iv","symbol","finance"]},{"id":"barchart/options","site":"barchart","command":"options","description":"Options chain for a symbol (strike, bid, ask, volume, OI)","terms":["barchart","barchart","options","options","options","chain","symbol","strike","bid","ask","volume","oi","finance"]},{"id":"barchart/quote","site":"barchart","command":"quote","description":"Get stock/ETF quote with price and volume data","terms":["barchart","barchart","quote","quote","get","stock","etf","quote","with","price","volume","data","finance"]},{"id":"bbc/news","site":"bbc","command":"news","description":"BBC News headlines (RSS)","terms":["bbc","bbc","news","news","bbc","news","headlines","rss","news"]},{"id":"bbc/technology","site":"bbc","command":"technology","description":"BBC technology news","terms":["bbc","bbc","technology","technology","bbc","technology","news","news"]},{"id":"bbc/top","site":"bbc","command":"top","description":"BBC top news headlines","terms":["bbc","bbc","top","top","bbc","top","news","headlines","news"]},{"id":"bbc/topic","site":"bbc","command":"topic","description":"BBC News headlines for a specific section","terms":["bbc","bbc","topic","topic","bbc","news","headlines","specific","section","news"]},{"id":"bbc/world","site":"bbc","command":"world","description":"BBC world news","terms":["bbc","bbc","world","world","bbc","world","news","news"]},{"id":"bilibili/coin","site":"bilibili","command":"coin","description":"Bilibili recently coined videos","terms":["bilibili","bilibili","coin","coin","bilibili","recently","coined","videos","video"]},{"id":"bilibili/comments","site":"bilibili","command":"comments","description":"Fetch comments on a Bilibili video","terms":["bilibili","bilibili","comments","comments","fetch","comments","bilibili","video","video"]},{"id":"bilibili/download","site":"bilibili","command":"download","description":"Get download URLs for a Bilibili video","terms":["bilibili","bilibili","download","download","get","download","urls","bilibili","video","video"]},{"id":"bilibili/dynamic","site":"bilibili","command":"dynamic","description":"Bilibili user dynamics/activity feed","terms":["bilibili","bilibili","dynamic","dynamic","bilibili","user","dynamics","activity","feed","video"]},{"id":"bilibili/favorite","site":"bilibili","command":"favorite","description":"Read Bilibili favorite folder videos","terms":["bilibili","bilibili","favorite","favorite","read","bilibili","favorite","folder","videos","video"]},{"id":"bilibili/favorites","site":"bilibili","command":"favorites","description":"Bilibili favorites list content","terms":["bilibili","bilibili","favorites","favorites","bilibili","favorites","list","content","video"]},{"id":"bilibili/feed","site":"bilibili","command":"feed","description":"Bilibili dynamic feed (following updates)","terms":["bilibili","bilibili","feed","feed","bilibili","dynamic","feed","following","updates","video"]},{"id":"bilibili/feed-detail","site":"bilibili","command":"feed-detail","description":"Read a Bilibili dynamic feed item detail","terms":["bilibili","bilibili","feed-detail","feed","detail","read","bilibili","dynamic","feed","item","detail","video"]},{"id":"bilibili/following","site":"bilibili","command":"following","description":"Bilibili user followings list","terms":["bilibili","bilibili","following","following","bilibili","user","followings","list","video"]},{"id":"bilibili/history","site":"bilibili","command":"history","description":"Bilibili watch history","terms":["bilibili","bilibili","history","history","bilibili","watch","history","video"]},{"id":"bilibili/hot","site":"bilibili","command":"hot","description":"Bilibili popular videos","terms":["bilibili","bilibili","hot","hot","bilibili","popular","videos","video"]},{"id":"bilibili/later","site":"bilibili","command":"later","description":"Bilibili watch later list","terms":["bilibili","bilibili","later","later","bilibili","watch","later","list","video"]},{"id":"bilibili/live","site":"bilibili","command":"live","description":"Bilibili popular live streams","terms":["bilibili","bilibili","live","live","bilibili","popular","live","streams","video"]},{"id":"bilibili/me","site":"bilibili","command":"me","description":"Current Bilibili user profile info","terms":["bilibili","bilibili","me","me","current","bilibili","user","profile","info","video"]},{"id":"bilibili/ranking","site":"bilibili","command":"ranking","description":"Bilibili video rankings","terms":["bilibili","bilibili","ranking","ranking","bilibili","video","rankings","video"]},{"id":"bilibili/search","site":"bilibili","command":"search","description":"Search Bilibili videos by keyword","terms":["bilibili","bilibili","search","search","search","bilibili","videos","keyword","video"]},{"id":"bilibili/subtitle","site":"bilibili","command":"subtitle","description":"Extract subtitles from a Bilibili video","terms":["bilibili","bilibili","subtitle","subtitle","extract","subtitles","from","bilibili","video","video"]},{"id":"bilibili/trending","site":"bilibili","command":"trending","description":"Bilibili trending searches","terms":["bilibili","bilibili","trending","trending","bilibili","trending","searches","video"]},{"id":"bilibili/user-videos","site":"bilibili","command":"user-videos","description":"List videos published by a Bilibili user","terms":["bilibili","bilibili","user-videos","user","videos","list","videos","published","bilibili","user","video"]},{"id":"bilibili/video","site":"bilibili","command":"video","description":"Get Bilibili video metadata by BV ID or URL","terms":["bilibili","bilibili","video","video","get","bilibili","video","metadata","bv","id","url","video"]},{"id":"binance/asks","site":"binance","command":"asks","description":"Binance ask-side order book levels / 币安卖盘挂单深度","terms":["binance","binance","asks","asks","binance","ask","side","order","book","levels","币安卖盘挂单深度","finance"]},{"id":"binance/depth","site":"binance","command":"depth","description":"Binance bid-side order book levels / 币安买盘挂单深度","terms":["binance","binance","depth","depth","binance","bid","side","order","book","levels","币安买盘挂单深度","finance"]},{"id":"binance/gainers","site":"binance","command":"gainers","description":"Binance top 24h gainers by price change percentage / 币安24小时涨幅榜","terms":["binance","binance","gainers","gainers","binance","top","24h","gainers","price","change","percentage","币安24小时涨幅榜","finance"]},{"id":"binance/hot","site":"binance","command":"hot","description":"Binance top trending coins by 24h trading volume / 币安热门成交量","terms":["binance","binance","hot","hot","binance","top","trending","coins","24h","trading","volume","币安热门成交量","finance"]},{"id":"binance/kline","site":"binance","command":"kline","description":"Binance candlestick kline data for a trading pair / 币安K线蜡烛图","terms":["binance","binance","kline","kline","binance","candlestick","kline","data","trading","pair","币安k线蜡烛图","finance"]},{"id":"binance/klines","site":"binance","command":"klines","description":"Binance candlestick kline data for a trading pair / 币安K线蜡烛图","terms":["binance","binance","klines","klines","binance","candlestick","kline","data","trading","pair","币安k线蜡烛图","finance"]},{"id":"binance/losers","site":"binance","command":"losers","description":"Binance top 24h losers by price change percentage / 币安24小时跌幅榜","terms":["binance","binance","losers","losers","binance","top","24h","losers","price","change","percentage","币安24小时跌幅榜","finance"]},{"id":"binance/pairs","site":"binance","command":"pairs","description":"Binance active spot trading pairs and base/quote assets / 币安现货交易对","terms":["binance","binance","pairs","pairs","binance","active","spot","trading","pairs","base","quote","assets","币安现货交易对","finance"]},{"id":"binance/price","site":"binance","command":"price","description":"Binance latest price for a trading pair / 币安最新价格","terms":["binance","binance","price","price","binance","latest","price","trading","pair","币安最新价格","finance"]},{"id":"binance/prices","site":"binance","command":"prices","description":"Binance latest prices for trading pairs / 币安全市场最新价格","terms":["binance","binance","prices","prices","binance","latest","prices","trading","pairs","币安全市场最新价格","finance"]},{"id":"binance/ticker","site":"binance","command":"ticker","description":"Binance 24h price ticker for a trading pair / 币安24小时行情","terms":["binance","binance","ticker","ticker","binance","24h","price","ticker","trading","pair","币安24小时行情","finance"]},{"id":"binance/top","site":"binance","command":"top","description":"Binance top trading pairs by 24h quote volume / 币安成交额排行","terms":["binance","binance","top","top","binance","top","trading","pairs","24h","quote","volume","币安成交额排行","finance"]},{"id":"binance/trades","site":"binance","command":"trades","description":"Binance recent trades for a trading pair / 币安最新成交","terms":["binance","binance","trades","trades","binance","recent","trades","trading","pair","币安最新成交","finance"]},{"id":"blender/animation","site":"blender","command":"animation","description":"Render an animation range from a Blender file to an output directory","terms":["blender","blender","animation","animation","render","animation","range","from","blender","file","output","directory","desktop"]},{"id":"blender/camera","site":"blender","command":"camera","description":"List all cameras and their properties (focal length, sensor, clipping)","terms":["blender","blender","camera","camera","list","all","cameras","their","properties","focal","length","sensor","clipping","desktop"]},{"id":"blender/convert","site":"blender","command":"convert","description":"Convert a .blend file to another 3D format (fbx, obj, stl, gltf, blend)","terms":["blender","blender","convert","convert","convert","blend","file","another","3d","format","fbx","obj","stl","gltf","blend","desktop"]},{"id":"blender/export","site":"blender","command":"export","description":"Export all objects from a Blender file to a specified format","terms":["blender","blender","export","export","export","all","objects","from","blender","file","specified","format","desktop"]},{"id":"blender/import","site":"blender","command":"import","description":"Import a 3D file (FBX, OBJ, STL, GLTF) into a Blender file","terms":["blender","blender","import","import","import","3d","file","fbx","obj","stl","gltf","into","blender","file","desktop"]},{"id":"blender/info","site":"blender","command":"info","description":"Extract scene metadata from a Blender file (objects, meshes, materials, frames, engine, resolution)","terms":["blender","blender","info","info","extract","scene","metadata","from","blender","file","objects","meshes","materials","frames","engine","resolution","desktop"]},{"id":"blender/lighting","site":"blender","command":"lighting","description":"List all lights and their properties (type, color, energy, shadow)","terms":["blender","blender","lighting","lighting","list","all","lights","their","properties","type","color","energy","shadow","desktop"]},{"id":"blender/materials","site":"blender","command":"materials","description":"List all materials and their properties from a Blender file","terms":["blender","blender","materials","materials","list","all","materials","their","properties","from","blender","file","desktop"]},{"id":"blender/objects","site":"blender","command":"objects","description":"List all objects (meshes, cameras, lights, empties) in a Blender file","terms":["blender","blender","objects","objects","list","all","objects","meshes","cameras","lights","empties","blender","file","desktop"]},{"id":"blender/render","site":"blender","command":"render","description":"Render a Blender scene to image","terms":["blender","blender","render","render","render","blender","scene","image","desktop"]},{"id":"blender/scene","site":"blender","command":"scene","description":"List all scenes, their settings, and world properties","terms":["blender","blender","scene","scene","list","all","scenes","their","settings","world","properties","desktop"]},{"id":"blender/screenshot","site":"blender","command":"screenshot","description":"Capture a viewport render screenshot from a Blender scene","terms":["blender","blender","screenshot","screenshot","capture","viewport","render","screenshot","from","blender","scene","desktop"]},{"id":"blender/script","site":"blender","command":"script","description":"Execute a Python script in Blender's headless environment","terms":["blender","blender","script","script","execute","python","script","blender","headless","environment","desktop"]},{"id":"bloomberg/businessweek","site":"bloomberg","command":"businessweek","description":"Bloomberg Businessweek top stories (RSS)","terms":["bloomberg","bloomberg","businessweek","businessweek","bloomberg","businessweek","top","stories","rss","news"]},{"id":"bloomberg/economics","site":"bloomberg","command":"economics","description":"Bloomberg Economics top stories (RSS)","terms":["bloomberg","bloomberg","economics","economics","bloomberg","economics","top","stories","rss","news"]},{"id":"bloomberg/feeds","site":"bloomberg","command":"feeds","description":"List available Bloomberg RSS feeds","terms":["bloomberg","bloomberg","feeds","feeds","list","available","bloomberg","rss","feeds","news"]},{"id":"bloomberg/industries","site":"bloomberg","command":"industries","description":"Bloomberg Industries top stories (RSS)","terms":["bloomberg","bloomberg","industries","industries","bloomberg","industries","top","stories","rss","news"]},{"id":"bloomberg/main","site":"bloomberg","command":"main","description":"Bloomberg top stories (RSS)","terms":["bloomberg","bloomberg","main","main","bloomberg","top","stories","rss","news"]},{"id":"bloomberg/markets","site":"bloomberg","command":"markets","description":"Bloomberg Markets top stories (RSS)","terms":["bloomberg","bloomberg","markets","markets","bloomberg","markets","top","stories","rss","news"]},{"id":"bloomberg/news","site":"bloomberg","command":"news","description":"Bloomberg latest news headlines (RSS)","terms":["bloomberg","bloomberg","news","news","bloomberg","latest","news","headlines","rss","news"]},{"id":"bloomberg/opinions","site":"bloomberg","command":"opinions","description":"Bloomberg Opinion top stories (RSS)","terms":["bloomberg","bloomberg","opinions","opinions","bloomberg","opinion","top","stories","rss","news"]},{"id":"bloomberg/politics","site":"bloomberg","command":"politics","description":"Bloomberg Politics top stories (RSS)","terms":["bloomberg","bloomberg","politics","politics","bloomberg","politics","top","stories","rss","news"]},{"id":"bloomberg/tech","site":"bloomberg","command":"tech","description":"Bloomberg Technology top stories (RSS)","terms":["bloomberg","bloomberg","tech","tech","bloomberg","technology","top","stories","rss","news"]},{"id":"bluesky/feeds","site":"bluesky","command":"feeds","description":"Popular Bluesky feed generators","terms":["bluesky","bluesky","feeds","feeds","popular","bluesky","feed","generators","social"]},{"id":"bluesky/followers","site":"bluesky","command":"followers","description":"List followers of a Bluesky user","terms":["bluesky","bluesky","followers","followers","list","followers","bluesky","user","social"]},{"id":"bluesky/following","site":"bluesky","command":"following","description":"List accounts a Bluesky user is following","terms":["bluesky","bluesky","following","following","list","accounts","bluesky","user","following","social"]},{"id":"bluesky/likes","site":"bluesky","command":"likes","description":"Get Bluesky liked posts for a user","terms":["bluesky","bluesky","likes","likes","get","bluesky","liked","posts","user","social"]},{"id":"bluesky/notifications","site":"bluesky","command":"notifications","description":"Get Bluesky notifications","terms":["bluesky","bluesky","notifications","notifications","get","bluesky","notifications","social"]},{"id":"bluesky/post","site":"bluesky","command":"post","description":"Create a Bluesky post","terms":["bluesky","bluesky","post","post","create","bluesky","post","social"]},{"id":"bluesky/profile","site":"bluesky","command":"profile","description":"Get Bluesky user profile info","terms":["bluesky","bluesky","profile","profile","get","bluesky","user","profile","info","social"]},{"id":"bluesky/search","site":"bluesky","command":"search","description":"Search Bluesky users","terms":["bluesky","bluesky","search","search","search","bluesky","users","social"]},{"id":"bluesky/starter-packs","site":"bluesky","command":"starter-packs","description":"Get starter packs created by a Bluesky user","terms":["bluesky","bluesky","starter-packs","starter","packs","get","starter","packs","created","bluesky","user","social"]},{"id":"bluesky/thread","site":"bluesky","command":"thread","description":"Get a Bluesky post thread with replies","terms":["bluesky","bluesky","thread","thread","get","bluesky","post","thread","with","replies","social"]},{"id":"bluesky/trending","site":"bluesky","command":"trending","description":"Trending topics on Bluesky","terms":["bluesky","bluesky","trending","trending","trending","topics","bluesky","social"]},{"id":"bluesky/user","site":"bluesky","command":"user","description":"Get recent posts from a Bluesky user","terms":["bluesky","bluesky","user","user","get","recent","posts","from","bluesky","user","social"]},{"id":"boss/batchgreet","site":"boss","command":"batchgreet","description":"Batch greet recommended candidates on BOSS Zhipin","terms":["boss","boss","batchgreet","batchgreet","batch","greet","recommended","candidates","boss","zhipin","jobs"]},{"id":"boss/chatlist","site":"boss","command":"chatlist","description":"List BOSS Zhipin chat conversations","terms":["boss","boss","chatlist","chatlist","list","boss","zhipin","chat","conversations","jobs"]},{"id":"boss/chatmsg","site":"boss","command":"chatmsg","description":"Get BOSS Zhipin chat messages with a candidate","terms":["boss","boss","chatmsg","chatmsg","get","boss","zhipin","chat","messages","with","candidate","jobs"]},{"id":"boss/detail","site":"boss","command":"detail","description":"Get BOSS Zhipin job details","terms":["boss","boss","detail","detail","get","boss","zhipin","job","details","jobs"]},{"id":"boss/exchange","site":"boss","command":"exchange","description":"Exchange contact info with a candidate on BOSS Zhipin","terms":["boss","boss","exchange","exchange","exchange","contact","info","with","candidate","boss","zhipin","jobs"]},{"id":"boss/greet","site":"boss","command":"greet","description":"Send greeting to a candidate on BOSS Zhipin","terms":["boss","boss","greet","greet","send","greeting","candidate","boss","zhipin","jobs"]},{"id":"boss/invite","site":"boss","command":"invite","description":"Invite a candidate to interview on BOSS Zhipin","terms":["boss","boss","invite","invite","invite","candidate","interview","boss","zhipin","jobs"]},{"id":"boss/joblist","site":"boss","command":"joblist","description":"List my published jobs on BOSS Zhipin","terms":["boss","boss","joblist","joblist","list","published","jobs","boss","zhipin","jobs"]},{"id":"boss/mark","site":"boss","command":"mark","description":"Mark/tag a candidate on BOSS Zhipin","terms":["boss","boss","mark","mark","mark","tag","candidate","boss","zhipin","jobs"]},{"id":"boss/recommend","site":"boss","command":"recommend","description":"Get BOSS Zhipin recommended candidates","terms":["boss","boss","recommend","recommend","get","boss","zhipin","recommended","candidates","jobs"]},{"id":"boss/resume","site":"boss","command":"resume","description":"View a candidate resume on BOSS Zhipin","terms":["boss","boss","resume","resume","view","candidate","resume","boss","zhipin","jobs"]},{"id":"boss/search","site":"boss","command":"search","description":"Search BOSS Zhipin jobs","terms":["boss","boss","search","search","search","boss","zhipin","jobs","jobs"]},{"id":"boss/send","site":"boss","command":"send","description":"Send a chat message on BOSS Zhipin","terms":["boss","boss","send","send","send","chat","message","boss","zhipin","jobs"]},{"id":"boss/stats","site":"boss","command":"stats","description":"Get BOSS Zhipin account statistics","terms":["boss","boss","stats","stats","get","boss","zhipin","account","statistics","jobs"]},{"id":"brave/search","site":"brave","command":"search","description":"Search the public web via Brave Search (no API key needed)","terms":["brave","brave","search","search","search","public","web","via","brave","search","api","key","needed"]},{"id":"chaoxing/assignments","site":"chaoxing","command":"assignments","description":"List Chaoxing (XuexiTong) assignments","terms":["chaoxing","chaoxing","assignments","assignments","list","chaoxing","xuexitong","assignments","reference"]},{"id":"chaoxing/exams","site":"chaoxing","command":"exams","description":"List Chaoxing (XuexiTong) exams","terms":["chaoxing","chaoxing","exams","exams","list","chaoxing","xuexitong","exams","reference"]},{"id":"chatgpt/ask","site":"chatgpt","command":"ask","description":"Send a prompt and wait for response in desktop AI chat app ChatGPT","terms":["chatgpt","chatgpt","ask","ask","send","prompt","wait","response","desktop","ai","chat","app","chatgpt","ai"]},{"id":"chatgpt/click-text","site":"chatgpt","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 ChatGPT","terms":["chatgpt","chatgpt","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","chatgpt","ai"]},{"id":"chatgpt/detail","site":"chatgpt","command":"detail","description":"Open a ChatGPT web conversation by ID and read its messages","terms":["chatgpt","chatgpt","detail","detail","open","chatgpt","web","conversation","id","read","its","messages","ai"]},{"id":"chatgpt/dump","site":"chatgpt","command":"dump","description":"Dump visible text from desktop AI chat app ChatGPT","terms":["chatgpt","chatgpt","dump","dump","dump","visible","text","from","desktop","ai","chat","app","chatgpt","ai"]},{"id":"chatgpt/history","site":"chatgpt","command":"history","description":"List visible ChatGPT web conversation history from the sidebar","terms":["chatgpt","chatgpt","history","history","list","visible","chatgpt","web","conversation","history","from","sidebar","ai"]},{"id":"chatgpt/image","site":"chatgpt","command":"image","description":"Generate an image in ChatGPT web and optionally save visible images","terms":["chatgpt","chatgpt","image","image","generate","image","chatgpt","web","optionally","save","visible","images","ai"]},{"id":"chatgpt/model","site":"chatgpt","command":"model","description":"Switch or inspect the model in desktop AI chat app ChatGPT","terms":["chatgpt","chatgpt","model","model","switch","inspect","model","desktop","ai","chat","app","chatgpt","ai"]},{"id":"chatgpt/new","site":"chatgpt","command":"new","description":"Start a new desktop AI chat ChatGPT","terms":["chatgpt","chatgpt","new","new","start","new","desktop","ai","chat","chatgpt","ai"]},{"id":"chatgpt/open-app","site":"chatgpt","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 ChatGPT","terms":["chatgpt","chatgpt","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","chatgpt","ai"]},{"id":"chatgpt/press","site":"chatgpt","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 ChatGPT","terms":["chatgpt","chatgpt","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","chatgpt","ai"]},{"id":"chatgpt/read","site":"chatgpt","command":"read","description":"Read the latest response from desktop AI chat app ChatGPT","terms":["chatgpt","chatgpt","read","read","read","latest","response","from","desktop","ai","chat","app","chatgpt","ai"]},{"id":"chatgpt/screenshot","site":"chatgpt","command":"screenshot","description":"Capture a screenshot from desktop AI chat app ChatGPT","terms":["chatgpt","chatgpt","screenshot","screenshot","capture","screenshot","from","desktop","ai","chat","app","chatgpt","ai"]},{"id":"chatgpt/send","site":"chatgpt","command":"send","description":"Send text without waiting in desktop AI chat app ChatGPT","terms":["chatgpt","chatgpt","send","send","send","text","without","waiting","desktop","ai","chat","app","chatgpt","ai"]},{"id":"chatgpt/snapshot-app","site":"chatgpt","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 ChatGPT","terms":["chatgpt","chatgpt","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","chatgpt","ai"]},{"id":"chatgpt/status","site":"chatgpt","command":"status","description":"Inspect desktop AI chat app status ChatGPT","terms":["chatgpt","chatgpt","status","status","inspect","desktop","ai","chat","app","status","chatgpt","ai"]},{"id":"chatgpt/status-app","site":"chatgpt","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 ChatGPT","terms":["chatgpt","chatgpt","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","chatgpt","ai"]},{"id":"chatgpt/type-text","site":"chatgpt","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 ChatGPT","terms":["chatgpt","chatgpt","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","chatgpt","ai"]},{"id":"chatgpt-app/ask","site":"chatgpt-app","command":"ask","description":"Send a prompt and wait for response in desktop AI chat app ChatGPT","terms":["chatgpt-app","chatgpt","app","ask","ask","send","prompt","wait","response","desktop","ai","chat","app","chatgpt","ai"]},{"id":"chatgpt-app/dump","site":"chatgpt-app","command":"dump","description":"Dump visible text from desktop AI chat app ChatGPT","terms":["chatgpt-app","chatgpt","app","dump","dump","dump","visible","text","from","desktop","ai","chat","app","chatgpt","ai"]},{"id":"chatgpt-app/model","site":"chatgpt-app","command":"model","description":"Switch or inspect the model in desktop AI chat app ChatGPT","terms":["chatgpt-app","chatgpt","app","model","model","switch","inspect","model","desktop","ai","chat","app","chatgpt","ai"]},{"id":"chatgpt-app/new","site":"chatgpt-app","command":"new","description":"Start a new desktop AI chat ChatGPT","terms":["chatgpt-app","chatgpt","app","new","new","start","new","desktop","ai","chat","chatgpt","ai"]},{"id":"chatgpt-app/read","site":"chatgpt-app","command":"read","description":"Read the latest response from desktop AI chat app ChatGPT","terms":["chatgpt-app","chatgpt","app","read","read","read","latest","response","from","desktop","ai","chat","app","chatgpt","ai"]},{"id":"chatgpt-app/screenshot","site":"chatgpt-app","command":"screenshot","description":"Capture a screenshot from desktop AI chat app ChatGPT","terms":["chatgpt-app","chatgpt","app","screenshot","screenshot","capture","screenshot","from","desktop","ai","chat","app","chatgpt","ai"]},{"id":"chatgpt-app/send","site":"chatgpt-app","command":"send","description":"Send text without waiting in desktop AI chat app ChatGPT","terms":["chatgpt-app","chatgpt","app","send","send","send","text","without","waiting","desktop","ai","chat","app","chatgpt","ai"]},{"id":"chatgpt-app/status","site":"chatgpt-app","command":"status","description":"Inspect desktop AI chat app status ChatGPT","terms":["chatgpt-app","chatgpt","app","status","status","inspect","desktop","ai","chat","app","status","chatgpt","ai"]},{"id":"chatwise/ask","site":"chatwise","command":"ask","description":"Send a prompt and wait for response in desktop AI chat app ChatWise","terms":["chatwise","chatwise","ask","ask","send","prompt","wait","response","desktop","ai","chat","app","chatwise","ai"]},{"id":"chatwise/click-text","site":"chatwise","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 ChatWise","terms":["chatwise","chatwise","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","chatwise","ai"]},{"id":"chatwise/dump","site":"chatwise","command":"dump","description":"Dump visible text from desktop AI chat app ChatWise","terms":["chatwise","chatwise","dump","dump","dump","visible","text","from","desktop","ai","chat","app","chatwise","ai"]},{"id":"chatwise/export","site":"chatwise","command":"export","description":"Export the current ChatWise conversation as Markdown text","terms":["chatwise","chatwise","export","export","export","current","chatwise","conversation","markdown","text","ai"]},{"id":"chatwise/history","site":"chatwise","command":"history","description":"List ChatWise conversations from the sidebar","terms":["chatwise","chatwise","history","history","list","chatwise","conversations","from","sidebar","ai"]},{"id":"chatwise/model","site":"chatwise","command":"model","description":"Switch or inspect the model in desktop AI chat app ChatWise","terms":["chatwise","chatwise","model","model","switch","inspect","model","desktop","ai","chat","app","chatwise","ai"]},{"id":"chatwise/new","site":"chatwise","command":"new","description":"Start a new desktop AI chat ChatWise","terms":["chatwise","chatwise","new","new","start","new","desktop","ai","chat","chatwise","ai"]},{"id":"chatwise/open-app","site":"chatwise","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 ChatWise","terms":["chatwise","chatwise","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","chatwise","ai"]},{"id":"chatwise/press","site":"chatwise","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 ChatWise","terms":["chatwise","chatwise","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","chatwise","ai"]},{"id":"chatwise/read","site":"chatwise","command":"read","description":"Read the latest response from desktop AI chat app ChatWise","terms":["chatwise","chatwise","read","read","read","latest","response","from","desktop","ai","chat","app","chatwise","ai"]},{"id":"chatwise/screenshot","site":"chatwise","command":"screenshot","description":"Capture a screenshot from desktop AI chat app ChatWise","terms":["chatwise","chatwise","screenshot","screenshot","capture","screenshot","from","desktop","ai","chat","app","chatwise","ai"]},{"id":"chatwise/send","site":"chatwise","command":"send","description":"Send text without waiting in desktop AI chat app ChatWise","terms":["chatwise","chatwise","send","send","send","text","without","waiting","desktop","ai","chat","app","chatwise","ai"]},{"id":"chatwise/snapshot-app","site":"chatwise","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 ChatWise","terms":["chatwise","chatwise","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","chatwise","ai"]},{"id":"chatwise/status","site":"chatwise","command":"status","description":"Inspect desktop AI chat app status ChatWise","terms":["chatwise","chatwise","status","status","inspect","desktop","ai","chat","app","status","chatwise","ai"]},{"id":"chatwise/status-app","site":"chatwise","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 ChatWise","terms":["chatwise","chatwise","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","chatwise","ai"]},{"id":"chatwise/type-text","site":"chatwise","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 ChatWise","terms":["chatwise","chatwise","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","chatwise","ai"]},{"id":"chrome/bookmarks","site":"chrome","command":"bookmarks","description":"List bookmarks from Chrome's bookmark bar (macOS)","terms":["chrome","chrome","bookmarks","bookmarks","list","bookmarks","from","chrome","bookmark","bar","macos"]},{"id":"chrome/tabs","site":"chrome","command":"tabs","description":"List all open tabs in Google Chrome (macOS)","terms":["chrome","chrome","tabs","tabs","list","all","open","tabs","google","chrome","macos"]},{"id":"cipo/get","site":"cipo","command":"get","description":"Retrieve a single Canadian patent document (CIPO, browser)","terms":["cipo","cipo","get","get","retrieve","single","canadian","patent","document","cipo","browser","patent"]},{"id":"cipo/legal-status","site":"cipo","command":"legal-status","description":"CIPO Canadian patent administrative-status lookup (browser)","terms":["cipo","cipo","legal-status","legal","status","cipo","canadian","patent","administrative","status","lookup","browser","patent"]},{"id":"cipo/search","site":"cipo","command":"search","description":"Search the Canadian Patents Database (CIPO, browser, no API)","terms":["cipo","cipo","search","search","search","canadian","patents","database","cipo","browser","api","patent"]},{"id":"claude/ask","site":"claude","command":"ask","description":"Send a prompt to Claude and return the assistant response","terms":["claude","claude","ask","ask","send","prompt","claude","return","assistant","response","ai"]},{"id":"claude/click-text","site":"claude","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Claude","terms":["claude","claude","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","claude","ai"]},{"id":"claude/detail","site":"claude","command":"detail","description":"Open a Claude conversation by ID and read its messages","terms":["claude","claude","detail","detail","open","claude","conversation","id","read","its","messages","ai"]},{"id":"claude/dump","site":"claude","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Claude","terms":["claude","claude","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","claude","ai"]},{"id":"claude/history","site":"claude","command":"history","description":"List conversation history from Claude /recents","terms":["claude","claude","history","history","list","conversation","history","from","claude","recents","ai"]},{"id":"claude/new","site":"claude","command":"new","description":"Start a new conversation in Claude","terms":["claude","claude","new","new","start","new","conversation","claude","ai"]},{"id":"claude/open-app","site":"claude","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Claude","terms":["claude","claude","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","claude","ai"]},{"id":"claude/press","site":"claude","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Claude","terms":["claude","claude","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","claude","ai"]},{"id":"claude/read","site":"claude","command":"read","description":"Read the current Claude conversation","terms":["claude","claude","read","read","read","current","claude","conversation","ai"]},{"id":"claude/send","site":"claude","command":"send","description":"Send a prompt to Claude without waiting for a response","terms":["claude","claude","send","send","send","prompt","claude","without","waiting","response","ai"]},{"id":"claude/snapshot-app","site":"claude","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Claude","terms":["claude","claude","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","claude","ai"]},{"id":"claude/status","site":"claude","command":"status","description":"Check Claude page availability and login state","terms":["claude","claude","status","status","check","claude","page","availability","login","state","ai"]},{"id":"claude/status-app","site":"claude","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Claude","terms":["claude","claude","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","claude","ai"]},{"id":"claude/type-text","site":"claude","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Claude","terms":["claude","claude","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","claude","ai"]},{"id":"claude-code/version","site":"claude-code","command":"version","description":"Check Claude Code CLI version and status","terms":["claude-code","claude","code","version","version","check","claude","code","cli","version","status","dev"]},{"id":"cloudcompare/compare","site":"cloudcompare","command":"compare","description":"Compute cloud-to-cloud distance between two point clouds","terms":["cloudcompare","cloudcompare","compare","compare","compute","cloud","cloud","distance","between","two","point","clouds","desktop"]},{"id":"cloudcompare/convert","site":"cloudcompare","command":"convert","description":"Convert point cloud file between formats (PLY, LAS, E57, PCD, XYZ)","terms":["cloudcompare","cloudcompare","convert","convert","convert","point","cloud","file","between","formats","ply","las","e57","pcd","xyz","desktop"]},{"id":"cloudcompare/info","site":"cloudcompare","command":"info","description":"Get point cloud statistics (point count, bounding box)","terms":["cloudcompare","cloudcompare","info","info","get","point","cloud","statistics","point","count","bounding","box","desktop"]},{"id":"cloudcompare/subsample","site":"cloudcompare","command":"subsample","description":"Subsample (reduce) a point cloud by minimum distance or random","terms":["cloudcompare","cloudcompare","subsample","subsample","subsample","reduce","point","cloud","minimum","distance","random","desktop"]},{"id":"cnipa/get","site":"cnipa","command":"get","description":"Retrieve a single CNIPA patent document by publication number","terms":["cnipa","cnipa","get","get","retrieve","single","cnipa","patent","document","publication","number","patent"]},{"id":"cnipa/legal-status","site":"cnipa","command":"legal-status","description":"CNIPA legal-status / prosecution timeline lookup (browser)","terms":["cnipa","cnipa","legal-status","legal","status","cnipa","legal","status","prosecution","timeline","lookup","browser","patent"]},{"id":"cnipa/search","site":"cnipa","command":"search","description":"Search CNIPA via the public 公众查询 browser interface (no API)","terms":["cnipa","cnipa","search","search","search","cnipa","via","public","公众查询","browser","interface","api","patent"]},{"id":"cnki/search","site":"cnki","command":"search","description":"Search CNKI academic papers","terms":["cnki","cnki","search","search","search","cnki","academic","papers","scholarly"]},{"id":"cnn/technology","site":"cnn","command":"technology","description":"CNN technology news","terms":["cnn","cnn","technology","technology","cnn","technology","news","news"]},{"id":"cnn/top","site":"cnn","command":"top","description":"CNN top stories via RSS","terms":["cnn","cnn","top","top","cnn","top","stories","via","rss","news"]},{"id":"cocoapods/info","site":"cocoapods","command":"info","description":"Get CocoaPods pod details","terms":["cocoapods","cocoapods","info","info","get","cocoapods","pod","details","dev"]},{"id":"cocoapods/search","site":"cocoapods","command":"search","description":"Search CocoaPods iOS/macOS libraries","terms":["cocoapods","cocoapods","search","search","search","cocoapods","ios","macos","libraries","dev"]},{"id":"codex/ask","site":"codex","command":"ask","description":"Send a prompt and wait for response in desktop AI chat app Codex","terms":["codex","codex","ask","ask","send","prompt","wait","response","desktop","ai","chat","app","codex","dev"]},{"id":"codex/click-text","site":"codex","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Codex","terms":["codex","codex","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","codex","dev"]},{"id":"codex/dump","site":"codex","command":"dump","description":"Dump visible text from desktop AI chat app Codex","terms":["codex","codex","dump","dump","dump","visible","text","from","desktop","ai","chat","app","codex","dev"]},{"id":"codex/export","site":"codex","command":"export","description":"Export the current Codex desktop thread as Markdown text","terms":["codex","codex","export","export","export","current","codex","desktop","thread","markdown","text","dev"]},{"id":"codex/extract-diff","site":"codex","command":"extract-diff","description":"Extract diff patches from the last Codex response","terms":["codex","codex","extract-diff","extract","diff","extract","diff","patches","from","last","codex","response","dev"]},{"id":"codex/history","site":"codex","command":"history","description":"List Codex desktop conversation threads","terms":["codex","codex","history","history","list","codex","desktop","conversation","threads","dev"]},{"id":"codex/model","site":"codex","command":"model","description":"Switch or inspect the model in desktop AI chat app Codex","terms":["codex","codex","model","model","switch","inspect","model","desktop","ai","chat","app","codex","dev"]},{"id":"codex/new","site":"codex","command":"new","description":"Start a new desktop AI chat Codex","terms":["codex","codex","new","new","start","new","desktop","ai","chat","codex","dev"]},{"id":"codex/open-app","site":"codex","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Codex","terms":["codex","codex","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","codex","dev"]},{"id":"codex/press","site":"codex","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Codex","terms":["codex","codex","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","codex","dev"]},{"id":"codex/projects","site":"codex","command":"projects","description":"List Codex projects and visible conversations from the sidebar","terms":["codex","codex","projects","projects","list","codex","projects","visible","conversations","from","sidebar","dev"]},{"id":"codex/read","site":"codex","command":"read","description":"Read the latest response from desktop AI chat app Codex","terms":["codex","codex","read","read","read","latest","response","from","desktop","ai","chat","app","codex","dev"]},{"id":"codex/screenshot","site":"codex","command":"screenshot","description":"Capture a screenshot from desktop AI chat app Codex","terms":["codex","codex","screenshot","screenshot","capture","screenshot","from","desktop","ai","chat","app","codex","dev"]},{"id":"codex/send","site":"codex","command":"send","description":"Send text without waiting in desktop AI chat app Codex","terms":["codex","codex","send","send","send","text","without","waiting","desktop","ai","chat","app","codex","dev"]},{"id":"codex/snapshot-app","site":"codex","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Codex","terms":["codex","codex","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","codex","dev"]},{"id":"codex/status","site":"codex","command":"status","description":"Inspect desktop AI chat app status Codex","terms":["codex","codex","status","status","inspect","desktop","ai","chat","app","status","codex","dev"]},{"id":"codex/status-app","site":"codex","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Codex","terms":["codex","codex","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","codex","dev"]},{"id":"codex/type-text","site":"codex","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Codex","terms":["codex","codex","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","codex","dev"]},{"id":"codex-cli/version","site":"codex-cli","command":"version","description":"Check OpenAI Codex CLI version","terms":["codex-cli","codex","cli","version","version","check","openai","codex","cli","version","dev"]},{"id":"coinbase/prices","site":"coinbase","command":"prices","description":"Get cryptocurrency spot prices from Coinbase","terms":["coinbase","coinbase","prices","prices","get","cryptocurrency","spot","prices","from","coinbase","finance"]},{"id":"coinbase/rates","site":"coinbase","command":"rates","description":"Get cryptocurrency exchange rates from Coinbase","terms":["coinbase","coinbase","rates","rates","get","cryptocurrency","exchange","rates","from","coinbase","finance"]},{"id":"coingecko/categories","site":"coingecko","command":"categories","description":"Crypto categories ranked by aggregated market cap","terms":["coingecko","coingecko","categories","categories","crypto","categories","ranked","aggregated","market","cap","finance"]},{"id":"coingecko/coin","site":"coingecko","command":"coin","description":"Fetch a single cryptocurrency's market data by CoinGecko id","terms":["coingecko","coingecko","coin","coin","fetch","single","cryptocurrency","market","data","coingecko","id","finance"]},{"id":"coingecko/derivatives","site":"coingecko","command":"derivatives","description":"Top crypto derivative markets by 24h volume","terms":["coingecko","coingecko","derivatives","derivatives","top","crypto","derivative","markets","24h","volume","finance"]},{"id":"coingecko/exchanges","site":"coingecko","command":"exchanges","description":"Top crypto exchanges by 24h BTC trading volume","terms":["coingecko","coingecko","exchanges","exchanges","top","crypto","exchanges","24h","btc","trading","volume","finance"]},{"id":"coingecko/global","site":"coingecko","command":"global","description":"Aggregate crypto market stats","terms":["coingecko","coingecko","global","global","aggregate","crypto","market","stats","finance"]},{"id":"coingecko/top","site":"coingecko","command":"top","description":"Top coins by market cap","terms":["coingecko","coingecko","top","top","top","coins","market","cap","finance"]},{"id":"coingecko/trending","site":"coingecko","command":"trending","description":"Top trending cryptocurrencies on CoinGecko","terms":["coingecko","coingecko","trending","trending","top","trending","cryptocurrencies","coingecko","finance"]},{"id":"comfyui/generate","site":"comfyui","command":"generate","description":"Queue a ComfyUI workflow prompt for generation","terms":["comfyui","comfyui","generate","generate","queue","comfyui","workflow","prompt","generation","desktop"]},{"id":"comfyui/history","site":"comfyui","command":"history","description":"Get ComfyUI execution history (returns raw JSON object keyed by prompt ID)","terms":["comfyui","comfyui","history","history","get","comfyui","execution","history","returns","raw","json","object","keyed","prompt","id","desktop"]},{"id":"comfyui/nodes","site":"comfyui","command":"nodes","description":"List available ComfyUI node types (returns raw JSON object keyed by node name)","terms":["comfyui","comfyui","nodes","nodes","list","available","comfyui","node","types","returns","raw","json","object","keyed","node","name","desktop"]},{"id":"comfyui/status","site":"comfyui","command":"status","description":"Get ComfyUI system stats (device, memory, Python version, torch version)","terms":["comfyui","comfyui","status","status","get","comfyui","system","stats","device","memory","python","version","torch","version","desktop"]},{"id":"coupang/add-to-cart","site":"coupang","command":"add-to-cart","description":"Add a Coupang product to cart","terms":["coupang","coupang","add-to-cart","add","to","cart","add","coupang","product","cart","shopping"]},{"id":"coupang/hot","site":"coupang","command":"hot","description":"Coupang trending/popular products","terms":["coupang","coupang","hot","hot","coupang","trending","popular","products","shopping"]},{"id":"coupang/product","site":"coupang","command":"product","description":"Read full product detail for a Coupang product","terms":["coupang","coupang","product","product","read","full","product","detail","coupang","product","shopping"]},{"id":"coupang/search","site":"coupang","command":"search","description":"Search Coupang products","terms":["coupang","coupang","search","search","search","coupang","products","shopping"]},{"id":"crates/crate","site":"crates","command":"crate","description":"Single crates.io crate metadata","terms":["crates","crates","crate","crate","single","crates","io","crate","metadata","dev"]},{"id":"crates/search","site":"crates","command":"search","description":"Search the public crates.io registry by keyword","terms":["crates","crates","search","search","search","public","crates","io","registry","keyword","dev"]},{"id":"crates-io/info","site":"crates-io","command":"info","description":"Get Rust crate details from crates.io","terms":["crates-io","crates","io","info","info","get","rust","crate","details","from","crates","io","dev"]},{"id":"crates-io/search","site":"crates-io","command":"search","description":"Search Rust crates on crates.io","terms":["crates-io","crates","io","search","search","search","rust","crates","crates","io","dev"]},{"id":"crates-io/versions","site":"crates-io","command":"versions","description":"List versions of a Rust crate","terms":["crates-io","crates","io","versions","versions","list","versions","rust","crate","dev"]},{"id":"crossref/search","site":"crossref","command":"search","description":"Search Crossref Works by title, author, DOI, or bibliographic text","terms":["crossref","crossref","search","search","search","crossref","works","title","author","doi","bibliographic","text","scholarly"]},{"id":"crossref/work","site":"crossref","command":"work","description":"Fetch one Crossref Work by DOI","terms":["crossref","crossref","work","work","fetch","one","crossref","work","doi","scholarly"]},{"id":"ctrip/flight","site":"ctrip","command":"flight","description":"Search Ctrip one-way flights by IATA route and date","terms":["ctrip","ctrip","flight","flight","search","ctrip","one","way","flights","iata","route","date"]},{"id":"ctrip/hotel-search","site":"ctrip","command":"hotel-search","description":"Search Ctrip hotel list by city and stay dates","terms":["ctrip","ctrip","hotel-search","hotel","search","search","ctrip","hotel","list","city","stay","dates"]},{"id":"ctrip/hotel-suggest","site":"ctrip","command":"hotel-suggest","description":"Search Ctrip hotel context suggestions","terms":["ctrip","ctrip","hotel-suggest","hotel","suggest","search","ctrip","hotel","context","suggestions"]},{"id":"ctrip/search","site":"ctrip","command":"search","description":"Search Ctrip destinations, landmarks, scenic spots, and stations","terms":["ctrip","ctrip","search","search","search","ctrip","destinations","landmarks","scenic","spots","stations"]},{"id":"cursor/ask","site":"cursor","command":"ask","description":"Send a prompt and wait for response in desktop AI chat app Cursor","terms":["cursor","cursor","ask","ask","send","prompt","wait","response","desktop","ai","chat","app","cursor","dev"]},{"id":"cursor/click-text","site":"cursor","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Cursor","terms":["cursor","cursor","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","cursor","dev"]},{"id":"cursor/composer","site":"cursor","command":"composer","description":"Open Cursor Composer mode with a prompt","terms":["cursor","cursor","composer","composer","open","cursor","composer","mode","with","prompt","dev"]},{"id":"cursor/dump","site":"cursor","command":"dump","description":"Dump visible text from desktop AI chat app Cursor","terms":["cursor","cursor","dump","dump","dump","visible","text","from","desktop","ai","chat","app","cursor","dev"]},{"id":"cursor/export","site":"cursor","command":"export","description":"Export the current Cursor conversation to a Markdown file","terms":["cursor","cursor","export","export","export","current","cursor","conversation","markdown","file","dev"]},{"id":"cursor/extract-code","site":"cursor","command":"extract-code","description":"Extract code blocks from the last Cursor response","terms":["cursor","cursor","extract-code","extract","code","extract","code","blocks","from","last","cursor","response","dev"]},{"id":"cursor/history","site":"cursor","command":"history","description":"List recent chat sessions from the Cursor sidebar","terms":["cursor","cursor","history","history","list","recent","chat","sessions","from","cursor","sidebar","dev"]},{"id":"cursor/model","site":"cursor","command":"model","description":"Switch or inspect the model in desktop AI chat app Cursor","terms":["cursor","cursor","model","model","switch","inspect","model","desktop","ai","chat","app","cursor","dev"]},{"id":"cursor/new","site":"cursor","command":"new","description":"Start a new desktop AI chat Cursor","terms":["cursor","cursor","new","new","start","new","desktop","ai","chat","cursor","dev"]},{"id":"cursor/open-app","site":"cursor","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Cursor","terms":["cursor","cursor","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","cursor","dev"]},{"id":"cursor/press","site":"cursor","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Cursor","terms":["cursor","cursor","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","cursor","dev"]},{"id":"cursor/read","site":"cursor","command":"read","description":"Read the latest response from desktop AI chat app Cursor","terms":["cursor","cursor","read","read","read","latest","response","from","desktop","ai","chat","app","cursor","dev"]},{"id":"cursor/screenshot","site":"cursor","command":"screenshot","description":"Capture a screenshot from desktop AI chat app Cursor","terms":["cursor","cursor","screenshot","screenshot","capture","screenshot","from","desktop","ai","chat","app","cursor","dev"]},{"id":"cursor/send","site":"cursor","command":"send","description":"Send text without waiting in desktop AI chat app Cursor","terms":["cursor","cursor","send","send","send","text","without","waiting","desktop","ai","chat","app","cursor","dev"]},{"id":"cursor/snapshot-app","site":"cursor","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Cursor","terms":["cursor","cursor","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","cursor","dev"]},{"id":"cursor/status","site":"cursor","command":"status","description":"Inspect desktop AI chat app status Cursor","terms":["cursor","cursor","status","status","inspect","desktop","ai","chat","app","status","cursor","dev"]},{"id":"cursor/status-app","site":"cursor","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Cursor","terms":["cursor","cursor","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","cursor","dev"]},{"id":"cursor/type-text","site":"cursor","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Cursor","terms":["cursor","cursor","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","cursor","dev"]},{"id":"cvf/search","site":"cvf","command":"search","description":"Search CVF OpenAccess proceedings (CVPR/ICCV/ECCV/WACV)","terms":["cvf","cvf","search","search","search","cvf","openaccess","proceedings","cvpr","iccv","eccv","wacv","scholarly"]},{"id":"danbooru/artists","site":"danbooru","command":"artists","description":"Search Danbooru artist records","terms":["danbooru","danbooru","artists","artists","search","danbooru","artist","records","content"]},{"id":"danbooru/comments","site":"danbooru","command":"comments","description":"List Danbooru comments for a post","terms":["danbooru","danbooru","comments","comments","list","danbooru","comments","post","content"]},{"id":"danbooru/detail","site":"danbooru","command":"detail","description":"Get Danbooru post details by ID","terms":["danbooru","danbooru","detail","detail","get","danbooru","post","details","id","content"]},{"id":"danbooru/download","site":"danbooru","command":"download","description":"Download original media for a Danbooru post","terms":["danbooru","danbooru","download","download","download","original","media","danbooru","post","content"]},{"id":"danbooru/pools","site":"danbooru","command":"pools","description":"Search Danbooru pools","terms":["danbooru","danbooru","pools","pools","search","danbooru","pools","content"]},{"id":"danbooru/search","site":"danbooru","command":"search","description":"Search Danbooru posts by tag query","terms":["danbooru","danbooru","search","search","search","danbooru","posts","tag","query","content"]},{"id":"danbooru/tags","site":"danbooru","command":"tags","description":"Search Danbooru tags","terms":["danbooru","danbooru","tags","tags","search","danbooru","tags","content"]},{"id":"danbooru/wiki","site":"danbooru","command":"wiki","description":"Search Danbooru wiki pages","terms":["danbooru","danbooru","wiki","wiki","search","danbooru","wiki","pages","content"]},{"id":"dangdang/hot","site":"dangdang","command":"hot","description":"Dangdang bestseller book list","terms":["dangdang","dangdang","hot","hot","dangdang","bestseller","book","list","shopping"]},{"id":"dangdang/search","site":"dangdang","command":"search","description":"Search books on Dangdang","terms":["dangdang","dangdang","search","search","search","books","dangdang","shopping"]},{"id":"dblp/author","site":"dblp","command":"author","description":"List dblp publications by author name or PID","terms":["dblp","dblp","author","author","list","dblp","publications","author","name","pid","scholarly"]},{"id":"dblp/paper","site":"dblp","command":"paper","description":"Fetch a dblp record by canonical key","terms":["dblp","dblp","paper","paper","fetch","dblp","record","canonical","key","scholarly"]},{"id":"dblp/search","site":"dblp","command":"search","description":"Search dblp computer-science bibliography","terms":["dblp","dblp","search","search","search","dblp","computer","science","bibliography","scholarly"]},{"id":"dblp/venue","site":"dblp","command":"venue","description":"Search dblp venue registry by name or acronym","terms":["dblp","dblp","venue","venue","search","dblp","venue","registry","name","acronym","scholarly"]},{"id":"deepseek/ask","site":"deepseek","command":"ask","description":"Send a prompt to DeepSeek web chat and wait for a response","terms":["deepseek","deepseek","ask","ask","send","prompt","deepseek","web","chat","wait","response","ai"]},{"id":"deepseek/chat","site":"deepseek","command":"chat","description":"Chat with DeepSeek AI (OpenAI-compatible API)","terms":["deepseek","deepseek","chat","chat","chat","with","deepseek","ai","openai","compatible","api","ai"]},{"id":"deepseek/detail","site":"deepseek","command":"detail","description":"Read a specific DeepSeek conversation by ID","terms":["deepseek","deepseek","detail","detail","read","specific","deepseek","conversation","id","ai"]},{"id":"deepseek/history","site":"deepseek","command":"history","description":"List DeepSeek conversation history from the sidebar","terms":["deepseek","deepseek","history","history","list","deepseek","conversation","history","from","sidebar","ai"]},{"id":"deepseek/models","site":"deepseek","command":"models","description":"List available DeepSeek models","terms":["deepseek","deepseek","models","models","list","available","deepseek","models","ai"]},{"id":"deepseek/new","site":"deepseek","command":"new","description":"Start a new DeepSeek web conversation","terms":["deepseek","deepseek","new","new","start","new","deepseek","web","conversation","ai"]},{"id":"deepseek/read","site":"deepseek","command":"read","description":"Read the visible DeepSeek web conversation","terms":["deepseek","deepseek","read","read","read","visible","deepseek","web","conversation","ai"]},{"id":"deepseek/send","site":"deepseek","command":"send","description":"Send a prompt to a specific DeepSeek conversation without waiting for a response","terms":["deepseek","deepseek","send","send","send","prompt","specific","deepseek","conversation","without","waiting","response","ai"]},{"id":"deepseek/status","site":"deepseek","command":"status","description":"Check DeepSeek web page availability and login state","terms":["deepseek","deepseek","status","status","check","deepseek","web","page","availability","login","state","ai"]},{"id":"defillama/protocol","site":"defillama","command":"protocol","description":"Fetch DefiLlama protocol detail by slug","terms":["defillama","defillama","protocol","protocol","fetch","defillama","protocol","detail","slug","finance"]},{"id":"defillama/protocols","site":"defillama","command":"protocols","description":"Top DeFi protocols by current TVL","terms":["defillama","defillama","protocols","protocols","top","defi","protocols","current","tvl","finance"]},{"id":"devto/latest","site":"devto","command":"latest","description":"Latest Dev.to articles","terms":["devto","devto","latest","latest","latest","dev","articles","dev"]},{"id":"devto/read","site":"devto","command":"read","description":"Read a DEV.to article body by id","terms":["devto","devto","read","read","read","dev","article","body","id","dev"]},{"id":"devto/search","site":"devto","command":"search","description":"Search Dev.to articles","terms":["devto","devto","search","search","search","dev","articles","dev"]},{"id":"devto/tag","site":"devto","command":"tag","description":"Latest DEV.to articles for a specific tag","terms":["devto","devto","tag","tag","latest","dev","articles","specific","tag","dev"]},{"id":"devto/top","site":"devto","command":"top","description":"Top DEV.to articles of the day","terms":["devto","devto","top","top","top","dev","articles","day","dev"]},{"id":"devto/user","site":"devto","command":"user","description":"Recent DEV.to articles from a specific user","terms":["devto","devto","user","user","recent","dev","articles","from","specific","user","dev"]},{"id":"dianping/hot","site":"dianping","command":"hot","description":"Dianping trending restaurants","terms":["dianping","dianping","hot","hot","dianping","trending","restaurants","shopping"]},{"id":"dianping/search","site":"dianping","command":"search","description":"Search restaurants on Dianping","terms":["dianping","dianping","search","search","search","restaurants","dianping","shopping"]},{"id":"dianping/shop","site":"dianping","command":"shop","description":"Read Dianping shop details by shop ID or shop URL","terms":["dianping","dianping","shop","shop","read","dianping","shop","details","shop","id","shop","url","shopping"]},{"id":"dictionary/examples","site":"dictionary","command":"examples","description":"Get example sentences for a word","terms":["dictionary","dictionary","examples","examples","get","example","sentences","word","reference"]},{"id":"dictionary/search","site":"dictionary","command":"search","description":"Look up word definitions, phonetics, and parts of speech","terms":["dictionary","dictionary","search","search","look","word","definitions","phonetics","parts","speech","reference"]},{"id":"dictionary/synonyms","site":"dictionary","command":"synonyms","description":"Find synonyms for a word","terms":["dictionary","dictionary","synonyms","synonyms","find","synonyms","word","reference"]},{"id":"dingtalk/click-text","site":"dingtalk","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 DingTalk","terms":["dingtalk","dingtalk","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","dingtalk","social"]},{"id":"dingtalk/dump","site":"dingtalk","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 DingTalk","terms":["dingtalk","dingtalk","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","dingtalk","social"]},{"id":"dingtalk/open-app","site":"dingtalk","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 DingTalk","terms":["dingtalk","dingtalk","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","dingtalk","social"]},{"id":"dingtalk/press","site":"dingtalk","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 DingTalk","terms":["dingtalk","dingtalk","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","dingtalk","social"]},{"id":"dingtalk/snapshot-app","site":"dingtalk","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 DingTalk","terms":["dingtalk","dingtalk","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","dingtalk","social"]},{"id":"dingtalk/status-app","site":"dingtalk","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 DingTalk","terms":["dingtalk","dingtalk","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","dingtalk","social"]},{"id":"dingtalk/type-text","site":"dingtalk","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 DingTalk","terms":["dingtalk","dingtalk","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","dingtalk","social"]},{"id":"dingtalk/version","site":"dingtalk","command":"version","description":"Check DingTalk CLI version","terms":["dingtalk","dingtalk","version","version","check","dingtalk","cli","version","social"]},{"id":"discord-app/channels","site":"discord-app","command":"channels","description":"List channels in current server","terms":["discord-app","discord","app","channels","channels","list","channels","current","server","social"]},{"id":"discord-app/click-text","site":"discord-app","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Discord","terms":["discord-app","discord","app","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","discord","social"]},{"id":"discord-app/delete","site":"discord-app","command":"delete","description":"Delete a message by its ID in the active Discord channel","terms":["discord-app","discord","app","delete","delete","delete","message","its","id","active","discord","channel","social"]},{"id":"discord-app/dump","site":"discord-app","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Discord","terms":["discord-app","discord","app","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","discord","social"]},{"id":"discord-app/members","site":"discord-app","command":"members","description":"List server members","terms":["discord-app","discord","app","members","members","list","server","members","social"]},{"id":"discord-app/open-app","site":"discord-app","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Discord","terms":["discord-app","discord","app","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","discord","social"]},{"id":"discord-app/press","site":"discord-app","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Discord","terms":["discord-app","discord","app","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","discord","social"]},{"id":"discord-app/read","site":"discord-app","command":"read","description":"Read recent messages","terms":["discord-app","discord","app","read","read","read","recent","messages","social"]},{"id":"discord-app/search","site":"discord-app","command":"search","description":"Search Discord messages","terms":["discord-app","discord","app","search","search","search","discord","messages","social"]},{"id":"discord-app/send","site":"discord-app","command":"send","description":"Send message in current channel","terms":["discord-app","discord","app","send","send","send","message","current","channel","social"]},{"id":"discord-app/servers","site":"discord-app","command":"servers","description":"List Discord servers","terms":["discord-app","discord","app","servers","servers","list","discord","servers","social"]},{"id":"discord-app/snapshot-app","site":"discord-app","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Discord","terms":["discord-app","discord","app","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","discord","social"]},{"id":"discord-app/status","site":"discord-app","command":"status","description":"Discord app status","terms":["discord-app","discord","app","status","status","discord","app","status","social"]},{"id":"discord-app/status-app","site":"discord-app","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Discord","terms":["discord-app","discord","app","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","discord","social"]},{"id":"discord-app/type-text","site":"discord-app","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Discord","terms":["discord-app","discord","app","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","discord","social"]},{"id":"dlsite/cg","site":"dlsite","command":"cg","description":"Search DLsite CG and illustration works","terms":["dlsite","dlsite","cg","cg","search","dlsite","cg","illustration","works","content"]},{"id":"dlsite/creator","site":"dlsite","command":"creator","description":"Search DLsite works by creator, author, illustrator, or voice actor name","terms":["dlsite","dlsite","creator","creator","search","dlsite","works","creator","author","illustrator","voice","actor","name","content"]},{"id":"dlsite/game","site":"dlsite","command":"game","description":"Search DLsite game and ADV works","terms":["dlsite","dlsite","game","game","search","dlsite","game","adv","works","content"]},{"id":"dlsite/genre","site":"dlsite","command":"genre","description":"Search DLsite works by DLsite genre tag id","terms":["dlsite","dlsite","genre","genre","search","dlsite","works","dlsite","genre","tag","id","content"]},{"id":"dlsite/maker","site":"dlsite","command":"maker","description":"Search DLsite works from a circle or maker id such as RG01012594 or VG02994","terms":["dlsite","dlsite","maker","maker","search","dlsite","works","from","circle","maker","id","such","rg01012594","vg02994","content"]},{"id":"dlsite/manga","site":"dlsite","command":"manga","description":"Search DLsite manga works","terms":["dlsite","dlsite","manga","manga","search","dlsite","manga","works","content"]},{"id":"dlsite/search","site":"dlsite","command":"search","description":"Search DLsite doujin works by keyword, type, and sort order","terms":["dlsite","dlsite","search","search","search","dlsite","doujin","works","keyword","type","sort","order","content"]},{"id":"dlsite/work","site":"dlsite","command":"work","description":"Get DLsite public work detail by product id","terms":["dlsite","dlsite","work","work","get","dlsite","public","work","detail","product","id","content"]},{"id":"docker/build","site":"docker","command":"build","description":"Build a Docker image from a Dockerfile","terms":["docker","docker","build","build","build","docker","image","from","dockerfile","desktop"]},{"id":"docker/images","site":"docker","command":"images","description":"List local Docker images","terms":["docker","docker","images","images","list","local","docker","images","desktop"]},{"id":"docker/logs","site":"docker","command":"logs","description":"Fetch logs from a Docker container","terms":["docker","docker","logs","logs","fetch","logs","from","docker","container","desktop"]},{"id":"docker/networks","site":"docker","command":"networks","description":"List Docker networks","terms":["docker","docker","networks","networks","list","docker","networks","desktop"]},{"id":"docker/ps","site":"docker","command":"ps","description":"List running Docker containers","terms":["docker","docker","ps","ps","list","running","docker","containers","desktop"]},{"id":"docker/run","site":"docker","command":"run","description":"Run a command in a Docker container","terms":["docker","docker","run","run","run","command","docker","container","desktop"]},{"id":"docker/volumes","site":"docker","command":"volumes","description":"List Docker volumes","terms":["docker","docker","volumes","volumes","list","docker","volumes","desktop"]},{"id":"docker-hub/info","site":"docker-hub","command":"info","description":"Get Docker Hub image details","terms":["docker-hub","docker","hub","info","info","get","docker","hub","image","details","dev"]},{"id":"docker-hub/search","site":"docker-hub","command":"search","description":"Search Docker Hub images","terms":["docker-hub","docker","hub","search","search","search","docker","hub","images","dev"]},{"id":"docker-hub/tags","site":"docker-hub","command":"tags","description":"List Docker Hub image tags","terms":["docker-hub","docker","hub","tags","tags","list","docker","hub","image","tags","dev"]},{"id":"dockerhub/image","site":"dockerhub","command":"image","description":"Fetch a Docker Hub repository's public metadata","terms":["dockerhub","dockerhub","image","image","fetch","docker","hub","repository","public","metadata","dev"]},{"id":"dockerhub/search","site":"dockerhub","command":"search","description":"Search Docker Hub repositories by keyword","terms":["dockerhub","dockerhub","search","search","search","docker","hub","repositories","keyword","dev"]},{"id":"doctl/droplets","site":"doctl","command":"droplets","description":"List DigitalOcean droplets","terms":["doctl","doctl","droplets","droplets","list","digitalocean","droplets"]},{"id":"douban/book-hot","site":"douban","command":"book-hot","description":"Douban hot books","terms":["douban","douban","book-hot","book","hot","douban","hot","books","social"]},{"id":"douban/download","site":"douban","command":"download","description":"List Douban movie photo download URLs","terms":["douban","douban","download","download","list","douban","movie","photo","download","urls","social"]},{"id":"douban/group-hot","site":"douban","command":"group-hot","description":"Douban group hot topics","terms":["douban","douban","group-hot","group","hot","douban","group","hot","topics","social"]},{"id":"douban/marks","site":"douban","command":"marks","description":"Douban movie marks/ratings for a user","terms":["douban","douban","marks","marks","douban","movie","marks","ratings","user","social"]},{"id":"douban/movie-hot","site":"douban","command":"movie-hot","description":"Douban hot movies","terms":["douban","douban","movie-hot","movie","hot","douban","hot","movies","social"]},{"id":"douban/new-movies","site":"douban","command":"new-movies","description":"Douban new movies in theaters","terms":["douban","douban","new-movies","new","movies","douban","new","movies","theaters","social"]},{"id":"douban/photos","site":"douban","command":"photos","description":"Get Douban movie posters and stills","terms":["douban","douban","photos","photos","get","douban","movie","posters","stills","social"]},{"id":"douban/reviews","site":"douban","command":"reviews","description":"Douban user movie reviews","terms":["douban","douban","reviews","reviews","douban","user","movie","reviews","social"]},{"id":"douban/search","site":"douban","command":"search","description":"Search Douban movies and books","terms":["douban","douban","search","search","search","douban","movies","books","social"]},{"id":"douban/subject","site":"douban","command":"subject","description":"Get Douban movie/book details by subject ID","terms":["douban","douban","subject","subject","get","douban","movie","book","details","subject","id","social"]},{"id":"douban/top250","site":"douban","command":"top250","description":"Douban movie Top 250","terms":["douban","douban","top250","top250","douban","movie","top","250","social"]},{"id":"douban/tv-hot","site":"douban","command":"tv-hot","description":"Douban popular TV shows","terms":["douban","douban","tv-hot","tv","hot","douban","popular","tv","shows","social"]},{"id":"doubao/ask","site":"doubao","command":"ask","description":"Ask Doubao AI a question","terms":["doubao","doubao","ask","ask","ask","doubao","ai","question","ai"]},{"id":"doubao/detail","site":"doubao","command":"detail","description":"Read a Doubao conversation by id or URL","terms":["doubao","doubao","detail","detail","read","doubao","conversation","id","url","ai"]},{"id":"doubao/history","site":"doubao","command":"history","description":"List Doubao web conversation history","terms":["doubao","doubao","history","history","list","doubao","web","conversation","history","ai"]},{"id":"doubao/meeting-summary","site":"doubao","command":"meeting-summary","description":"Extract the visible summary for a Doubao meeting record","terms":["doubao","doubao","meeting-summary","meeting","summary","extract","visible","summary","doubao","meeting","record","ai"]},{"id":"doubao/meeting-transcript","site":"doubao","command":"meeting-transcript","description":"Extract visible transcript text for a Doubao meeting record","terms":["doubao","doubao","meeting-transcript","meeting","transcript","extract","visible","transcript","text","doubao","meeting","record","ai"]},{"id":"doubao/new","site":"doubao","command":"new","description":"Start a new Doubao chat conversation","terms":["doubao","doubao","new","new","start","new","doubao","chat","conversation","ai"]},{"id":"doubao/read","site":"doubao","command":"read","description":"Read visible Doubao web conversation messages","terms":["doubao","doubao","read","read","read","visible","doubao","web","conversation","messages","ai"]},{"id":"doubao/send","site":"doubao","command":"send","description":"Send text to the current Doubao web chat","terms":["doubao","doubao","send","send","send","text","current","doubao","web","chat","ai"]},{"id":"doubao/status","site":"doubao","command":"status","description":"Check Doubao login status","terms":["doubao","doubao","status","status","check","doubao","login","status","ai"]},{"id":"doubao-app/ask","site":"doubao-app","command":"ask","description":"Send a prompt and wait for response in desktop AI chat app Doubao","terms":["doubao-app","doubao","app","ask","ask","send","prompt","wait","response","desktop","ai","chat","app","doubao","ai"]},{"id":"doubao-app/click-text","site":"doubao-app","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Doubao","terms":["doubao-app","doubao","app","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","doubao","ai"]},{"id":"doubao-app/dump","site":"doubao-app","command":"dump","description":"Dump visible text from desktop AI chat app Doubao","terms":["doubao-app","doubao","app","dump","dump","dump","visible","text","from","desktop","ai","chat","app","doubao","ai"]},{"id":"doubao-app/new","site":"doubao-app","command":"new","description":"Start a new desktop AI chat Doubao","terms":["doubao-app","doubao","app","new","new","start","new","desktop","ai","chat","doubao","ai"]},{"id":"doubao-app/open-app","site":"doubao-app","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Doubao","terms":["doubao-app","doubao","app","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","doubao","ai"]},{"id":"doubao-app/press","site":"doubao-app","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Doubao","terms":["doubao-app","doubao","app","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","doubao","ai"]},{"id":"doubao-app/read","site":"doubao-app","command":"read","description":"Read the latest response from desktop AI chat app Doubao","terms":["doubao-app","doubao","app","read","read","read","latest","response","from","desktop","ai","chat","app","doubao","ai"]},{"id":"doubao-app/screenshot","site":"doubao-app","command":"screenshot","description":"Capture a screenshot from desktop AI chat app Doubao","terms":["doubao-app","doubao","app","screenshot","screenshot","capture","screenshot","from","desktop","ai","chat","app","doubao","ai"]},{"id":"doubao-app/send","site":"doubao-app","command":"send","description":"Send text without waiting in desktop AI chat app Doubao","terms":["doubao-app","doubao","app","send","send","send","text","without","waiting","desktop","ai","chat","app","doubao","ai"]},{"id":"doubao-app/snapshot-app","site":"doubao-app","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Doubao","terms":["doubao-app","doubao","app","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","doubao","ai"]},{"id":"doubao-app/status","site":"doubao-app","command":"status","description":"Inspect desktop AI chat app status Doubao","terms":["doubao-app","doubao","app","status","status","inspect","desktop","ai","chat","app","status","doubao","ai"]},{"id":"doubao-app/status-app","site":"doubao-app","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Doubao","terms":["doubao-app","doubao","app","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","doubao","ai"]},{"id":"doubao-app/type-text","site":"doubao-app","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Doubao","terms":["doubao-app","doubao","app","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","doubao","ai"]},{"id":"doubao-web/ask","site":"doubao-web","command":"ask","description":"Ask Doubao AI a question (web)","terms":["doubao-web","doubao","web","ask","ask","ask","doubao","ai","question","web","ai"]},{"id":"doubao-web/detail","site":"doubao-web","command":"detail","description":"Get Doubao conversation details","terms":["doubao-web","doubao","web","detail","detail","get","doubao","conversation","details","ai"]},{"id":"doubao-web/history","site":"doubao-web","command":"history","description":"List Doubao conversation history","terms":["doubao-web","doubao","web","history","history","list","doubao","conversation","history","ai"]},{"id":"doubao-web/meeting-summary","site":"doubao-web","command":"meeting-summary","description":"Get Doubao meeting summary (Feishu Minutes integration)","terms":["doubao-web","doubao","web","meeting-summary","meeting","summary","get","doubao","meeting","summary","feishu","minutes","integration","ai"]},{"id":"doubao-web/meeting-transcript","site":"doubao-web","command":"meeting-transcript","description":"Get Doubao meeting transcript","terms":["doubao-web","doubao","web","meeting-transcript","meeting","transcript","get","doubao","meeting","transcript","ai"]},{"id":"doubao-web/new","site":"doubao-web","command":"new","description":"Start a new Doubao chat conversation","terms":["doubao-web","doubao","web","new","new","start","new","doubao","chat","conversation","ai"]},{"id":"doubao-web/read","site":"doubao-web","command":"read","description":"Read current Doubao conversation messages","terms":["doubao-web","doubao","web","read","read","read","current","doubao","conversation","messages","ai"]},{"id":"doubao-web/send","site":"doubao-web","command":"send","description":"Send a message to current Doubao conversation","terms":["doubao-web","doubao","web","send","send","send","message","current","doubao","conversation","ai"]},{"id":"doubao-web/status","site":"doubao-web","command":"status","description":"Check Doubao login status","terms":["doubao-web","doubao","web","status","status","check","doubao","login","status","ai"]},{"id":"douyin/activities","site":"douyin","command":"activities","description":"List official Douyin activities","terms":["douyin","douyin","activities","activities","list","official","douyin","activities","video"]},{"id":"douyin/collections","site":"douyin","command":"collections","description":"List Douyin collections (playlists)","terms":["douyin","douyin","collections","collections","list","douyin","collections","playlists","video"]},{"id":"douyin/delete","site":"douyin","command":"delete","description":"Delete a Douyin video","terms":["douyin","douyin","delete","delete","delete","douyin","video","video"]},{"id":"douyin/draft","site":"douyin","command":"draft","description":"Upload a video and save as draft on Douyin","terms":["douyin","douyin","draft","draft","upload","video","save","draft","douyin","video"]},{"id":"douyin/drafts","site":"douyin","command":"drafts","description":"List Douyin draft videos","terms":["douyin","douyin","drafts","drafts","list","douyin","draft","videos","video"]},{"id":"douyin/hashtag","site":"douyin","command":"hashtag","description":"Search, suggest, or list hot Douyin hashtags","terms":["douyin","douyin","hashtag","hashtag","search","suggest","list","hot","douyin","hashtags","video"]},{"id":"douyin/location","site":"douyin","command":"location","description":"Search Douyin POI locations for video tagging","terms":["douyin","douyin","location","location","search","douyin","poi","locations","video","tagging","video"]},{"id":"douyin/profile","site":"douyin","command":"profile","description":"Get Douyin account info","terms":["douyin","douyin","profile","profile","get","douyin","account","info","video"]},{"id":"douyin/publish","site":"douyin","command":"publish","description":"Publish a scheduled video to Douyin (2h-14d window required)","terms":["douyin","douyin","publish","publish","publish","scheduled","video","douyin","2h","14d","window","required","video"]},{"id":"douyin/stats","site":"douyin","command":"stats","description":"Get Douyin video analytics (7-day metrics trend)","terms":["douyin","douyin","stats","stats","get","douyin","video","analytics","day","metrics","trend","video"]},{"id":"douyin/update","site":"douyin","command":"update","description":"Update Douyin video metadata (reschedule or change caption)","terms":["douyin","douyin","update","update","update","douyin","video","metadata","reschedule","change","caption","video"]},{"id":"douyin/user-videos","site":"douyin","command":"user-videos","description":"Get a user's video list with download URLs and top comments","terms":["douyin","douyin","user-videos","user","videos","get","user","video","list","with","download","urls","top","comments","video"]},{"id":"douyin/videos","site":"douyin","command":"videos","description":"List works from the Douyin creator center","terms":["douyin","douyin","videos","videos","list","works","from","douyin","creator","center","video"]},{"id":"douyu/hot","site":"douyu","command":"hot","description":"Douyu trending live streams","terms":["douyu","douyu","hot","hot","douyu","trending","live","streams","video"]},{"id":"douyu/search","site":"douyu","command":"search","description":"Search Douyu live streams","terms":["douyu","douyu","search","search","search","douyu","live","streams","video"]},{"id":"dpma/get","site":"dpma","command":"get","description":"Fetch a German patent record by publication number (subscription)","terms":["dpma","dpma","get","get","fetch","german","patent","record","publication","number","subscription","patent"]},{"id":"dpma/search","site":"dpma","command":"search","description":"Search German patents via DPMAconnectPlus REST (subscription)","terms":["dpma","dpma","search","search","search","german","patents","via","dpmaconnectplus","rest","subscription","patent"]},{"id":"drawio/export","site":"drawio","command":"export","description":"Export a Draw.io diagram to png, jpg, svg, pdf, or vsdx","terms":["drawio","drawio","export","export","export","draw","io","diagram","png","jpg","svg","pdf","vsdx","desktop"]},{"id":"duckduckgo/search","site":"duckduckgo","command":"search","description":"Search the public web via DuckDuckGo (no API key needed)","terms":["duckduckgo","duckduckgo","search","search","search","public","web","via","duckduckgo","api","key","needed"]},{"id":"duckduckgo/suggest","site":"duckduckgo","command":"suggest","description":"Get query autocompletion suggestions from DuckDuckGo","terms":["duckduckgo","duckduckgo","suggest","suggest","get","query","autocompletion","suggestions","from","duckduckgo"]},{"id":"eastmoney/announcement","site":"eastmoney","command":"announcement","description":"东方财富上市公司公告","terms":["eastmoney","eastmoney","announcement","announcement","东方财富上市公司公告","finance"]},{"id":"eastmoney/convertible","site":"eastmoney","command":"convertible","description":"东方财富可转债行情列表","terms":["eastmoney","eastmoney","convertible","convertible","东方财富可转债行情列表","finance"]},{"id":"eastmoney/etf","site":"eastmoney","command":"etf","description":"东方财富 ETF 列表按成交额/涨跌幅排行","terms":["eastmoney","eastmoney","etf","etf","东方财富","etf","列表按成交额","涨跌幅排行","finance"]},{"id":"eastmoney/fund","site":"eastmoney","command":"fund","description":"East Money fund search","terms":["eastmoney","eastmoney","fund","fund","east","money","fund","search","finance"]},{"id":"eastmoney/holders","site":"eastmoney","command":"holders","description":"东方财富十大流通股东(A股 F10)","terms":["eastmoney","eastmoney","holders","holders","东方财富十大流通股东","a股","f10","finance"]},{"id":"eastmoney/hot","site":"eastmoney","command":"hot","description":"Eastmoney hot stocks (A-share volume leaders)","terms":["eastmoney","eastmoney","hot","hot","eastmoney","hot","stocks","share","volume","leaders","finance"]},{"id":"eastmoney/hot-rank","site":"eastmoney","command":"hot-rank","description":"东方财富热股榜(按成交额近似排序)","terms":["eastmoney","eastmoney","hot-rank","hot","rank","东方财富热股榜","按成交额近似排序","finance"]},{"id":"eastmoney/index-board","site":"eastmoney","command":"index-board","description":"东方财富主要市场指数行情(A股 / 港股 / 美股)","terms":["eastmoney","eastmoney","index-board","index","board","东方财富主要市场指数行情","a股","港股","美股","finance"]},{"id":"eastmoney/kline","site":"eastmoney","command":"kline","description":"东方财富个股 K 线行情","terms":["eastmoney","eastmoney","kline","kline","东方财富个股","线行情","finance"]},{"id":"eastmoney/kuaixun","site":"eastmoney","command":"kuaixun","description":"东方财富财经快讯","terms":["eastmoney","eastmoney","kuaixun","kuaixun","东方财富财经快讯","finance"]},{"id":"eastmoney/longhu","site":"eastmoney","command":"longhu","description":"东方财富龙虎榜明细","terms":["eastmoney","eastmoney","longhu","longhu","东方财富龙虎榜明细","finance"]},{"id":"eastmoney/market","site":"eastmoney","command":"market","description":"East Money market indices overview","terms":["eastmoney","eastmoney","market","market","east","money","market","indices","overview","finance"]},{"id":"eastmoney/money-flow","site":"eastmoney","command":"money-flow","description":"东方财富主力资金净流入排行","terms":["eastmoney","eastmoney","money-flow","money","flow","东方财富主力资金净流入排行","finance"]},{"id":"eastmoney/northbound","site":"eastmoney","command":"northbound","description":"东方财富沪深港通北向/南向资金分时净流入","terms":["eastmoney","eastmoney","northbound","northbound","东方财富沪深港通北向","南向资金分时净流入","finance"]},{"id":"eastmoney/quote","site":"eastmoney","command":"quote","description":"东方财富个股实时行情(A股 / 港股 / 美股)","terms":["eastmoney","eastmoney","quote","quote","东方财富个股实时行情","a股","港股","美股","finance"]},{"id":"eastmoney/rank","site":"eastmoney","command":"rank","description":"东方财富市场涨跌/成交排行(沪深/北证/港/美)","terms":["eastmoney","eastmoney","rank","rank","东方财富市场涨跌","成交排行","沪深","北证","finance"]},{"id":"eastmoney/search","site":"eastmoney","command":"search","description":"Search stocks on Eastmoney","terms":["eastmoney","eastmoney","search","search","search","stocks","eastmoney","finance"]},{"id":"eastmoney/sectors","site":"eastmoney","command":"sectors","description":"东方财富板块排行(行业/概念/地域)","terms":["eastmoney","eastmoney","sectors","sectors","东方财富板块排行","行业","概念","地域","finance"]},{"id":"ehentai/artist","site":"ehentai","command":"artist","description":"Search public E-Hentai galleries by exact artist tag","terms":["ehentai","ehentai","artist","artist","search","public","hentai","galleries","exact","artist","tag","content"]},{"id":"ehentai/gallery","site":"ehentai","command":"gallery","description":"Get E-Hentai gallery metadata through the official API","terms":["ehentai","ehentai","gallery","gallery","get","hentai","gallery","metadata","through","official","api","content"]},{"id":"ehentai/pages","site":"ehentai","command":"pages","description":"List public E-Hentai gallery image page URLs and thumbnail sprites","terms":["ehentai","ehentai","pages","pages","list","public","hentai","gallery","image","page","urls","thumbnail","sprites","content"]},{"id":"ehentai/search","site":"ehentai","command":"search","description":"Search public E-Hentai galleries with category and structured tag filters","terms":["ehentai","ehentai","search","search","search","public","hentai","galleries","with","category","structured","tag","filters","content"]},{"id":"ehentai/tag","site":"ehentai","command":"tag","description":"Search public E-Hentai galleries by exact namespaced tag such as artist, group, parody, language, or character","terms":["ehentai","ehentai","tag","tag","search","public","hentai","galleries","exact","namespaced","tag","such","artist","group","parody","language","character","content"]},{"id":"ehentai/torrents","site":"ehentai","command":"torrents","description":"List E-Hentai gallery torrent metadata from the official API","terms":["ehentai","ehentai","torrents","torrents","list","hentai","gallery","torrent","metadata","from","official","api","content"]},{"id":"ele/hot","site":"ele","command":"hot","description":"Ele.me trending restaurants","terms":["ele","ele","hot","hot","ele","me","trending","restaurants","shopping"]},{"id":"ele/search","site":"ele","command":"search","description":"Search restaurants and food on Ele.me","terms":["ele","ele","search","search","search","restaurants","food","ele","me","shopping"]},{"id":"endoflife/product","site":"endoflife","command":"product","description":"Release cycles and support dates for an endoflife.date product","terms":["endoflife","endoflife","product","product","release","cycles","support","dates","endoflife","date","product"]},{"id":"epo/family","site":"epo","command":"family","description":"INPADOC simple family for an EPO publication","terms":["epo","epo","family","family","inpadoc","simple","family","epo","publication","patent"]},{"id":"epo/get","site":"epo","command":"get","description":"Fetch EPO DOCDB biblio for a single publication number","terms":["epo","epo","get","get","fetch","epo","docdb","biblio","single","publication","number","patent"]},{"id":"epo/legal-status","site":"epo","command":"legal-status","description":"INPADOC legal-status events for an EPO publication","terms":["epo","epo","legal-status","legal","status","inpadoc","legal","status","events","epo","publication","patent"]},{"id":"epo/search","site":"epo","command":"search","description":"Search EPO published patents via Open Patent Services v3.2 (CQL)","terms":["epo","epo","search","search","search","epo","published","patents","via","open","patent","services","v3","cql","patent"]},{"id":"espacenet/family","site":"espacenet","command":"family","description":"Espacenet DOCDB simple-family lookup (browser)","terms":["espacenet","espacenet","family","family","espacenet","docdb","simple","family","lookup","browser","patent"]},{"id":"espacenet/get","site":"espacenet","command":"get","description":"Retrieve a single Espacenet publication detail (browser, no key)","terms":["espacenet","espacenet","get","get","retrieve","single","espacenet","publication","detail","browser","key","patent"]},{"id":"espacenet/legal-status","site":"espacenet","command":"legal-status","description":"Espacenet INPADOC legal-status lookup (browser)","terms":["espacenet","espacenet","legal-status","legal","status","espacenet","inpadoc","legal","status","lookup","browser","patent"]},{"id":"espacenet/search","site":"espacenet","command":"search","description":"Search Espacenet (EPO public no-key front end) for worldwide patents","terms":["espacenet","espacenet","search","search","search","espacenet","epo","public","key","front","end","worldwide","patents","patent"]},{"id":"excel/insert-image","site":"excel","command":"insert-image","description":"Set a local image as the active Microsoft Excel worksheet background","terms":["excel","excel","insert-image","insert","image","set","local","image","active","microsoft","excel","worksheet","background","desktop"]},{"id":"excel/insert-link","site":"excel","command":"insert-link","description":"Insert a native HYPERLINK formula into an Excel cell","terms":["excel","excel","insert-link","insert","link","insert","native","hyperlink","formula","into","excel","cell","desktop"]},{"id":"excel/list","site":"excel","command":"list","description":"List open Microsoft Excel workbooks","terms":["excel","excel","list","list","list","open","microsoft","excel","workbooks","desktop"]},{"id":"excel/read","site":"excel","command":"read","description":"Read a cell from the active Microsoft Excel workbook","terms":["excel","excel","read","read","read","cell","from","active","microsoft","excel","workbook","desktop"]},{"id":"excel/set-cell","site":"excel","command":"set-cell","description":"Set a cell value in the active Microsoft Excel workbook","terms":["excel","excel","set-cell","set","cell","set","cell","value","active","microsoft","excel","workbook","desktop"]},{"id":"excel/set-font","site":"excel","command":"set-font","description":"Apply a font to a cell in the active Microsoft Excel workbook","terms":["excel","excel","set-font","set","font","apply","font","cell","active","microsoft","excel","workbook","desktop"]},{"id":"excel/status","site":"excel","command":"status","description":"Check Microsoft Excel running state without enumerating workbooks","terms":["excel","excel","status","status","check","microsoft","excel","running","state","without","enumerating","workbooks","desktop"]},{"id":"exchangerate/convert","site":"exchangerate","command":"convert","description":"Get exchange rates (free API, no key needed)","terms":["exchangerate","exchangerate","convert","convert","get","exchange","rates","free","api","key","needed","utility"]},{"id":"exchangerate/list","site":"exchangerate","command":"list","description":"List all exchange rates for a base currency","terms":["exchangerate","exchangerate","list","list","list","all","exchange","rates","base","currency","utility"]},{"id":"facebook/add-friend","site":"facebook","command":"add-friend","description":"Send a friend request on Facebook","terms":["facebook","facebook","add-friend","add","friend","send","friend","request","facebook","social"]},{"id":"facebook/events","site":"facebook","command":"events","description":"Browse Facebook event categories","terms":["facebook","facebook","events","events","browse","facebook","event","categories","social"]},{"id":"facebook/feed","site":"facebook","command":"feed","description":"Get your Facebook news feed","terms":["facebook","facebook","feed","feed","get","your","facebook","news","feed","social"]},{"id":"facebook/friends","site":"facebook","command":"friends","description":"Get Facebook friend suggestions","terms":["facebook","facebook","friends","friends","get","facebook","friend","suggestions","social"]},{"id":"facebook/groups","site":"facebook","command":"groups","description":"List your Facebook groups","terms":["facebook","facebook","groups","groups","list","your","facebook","groups","social"]},{"id":"facebook/join-group","site":"facebook","command":"join-group","description":"Join a Facebook group","terms":["facebook","facebook","join-group","join","group","join","facebook","group","social"]},{"id":"facebook/marketplace","site":"facebook","command":"marketplace","description":"Search Facebook Marketplace listings","terms":["facebook","facebook","marketplace","marketplace","search","facebook","marketplace","listings","social"]},{"id":"facebook/marketplace-inbox","site":"facebook","command":"marketplace-inbox","description":"List recent Facebook Marketplace buyer and seller conversations","terms":["facebook","facebook","marketplace-inbox","marketplace","inbox","list","recent","facebook","marketplace","buyer","seller","conversations","social"]},{"id":"facebook/marketplace-listings","site":"facebook","command":"marketplace-listings","description":"List your Facebook Marketplace seller listings","terms":["facebook","facebook","marketplace-listings","marketplace","listings","list","your","facebook","marketplace","seller","listings","social"]},{"id":"facebook/memories","site":"facebook","command":"memories","description":"Get your Facebook memories (On This Day)","terms":["facebook","facebook","memories","memories","get","your","facebook","memories","this","day","social"]},{"id":"facebook/notifications","site":"facebook","command":"notifications","description":"Get recent Facebook notifications","terms":["facebook","facebook","notifications","notifications","get","recent","facebook","notifications","social"]},{"id":"facebook/post","site":"facebook","command":"post","description":"Create a Facebook post","terms":["facebook","facebook","post","post","create","facebook","post","social"]},{"id":"facebook/profile","site":"facebook","command":"profile","description":"Get Facebook user/page profile info","terms":["facebook","facebook","profile","profile","get","facebook","user","page","profile","info","social"]},{"id":"facebook/search","site":"facebook","command":"search","description":"Search Facebook for people, pages, or posts","terms":["facebook","facebook","search","search","search","facebook","people","pages","posts","social"]},{"id":"facebook/subtitles","site":"facebook","command":"subtitles","description":"Extract LLM-readable subtitles from a Facebook video URL with optional browser-cookie reuse","terms":["facebook","facebook","subtitles","subtitles","extract","llm","readable","subtitles","from","facebook","video","url","with","optional","browser","cookie","reuse","social"]},{"id":"feishu/calendar","site":"feishu","command":"calendar","description":"List upcoming Feishu/Lark calendar events","terms":["feishu","feishu","calendar","calendar","list","upcoming","feishu","lark","calendar","events","social"]},{"id":"feishu/docs","site":"feishu","command":"docs","description":"List recent Feishu/Lark documents","terms":["feishu","feishu","docs","docs","list","recent","feishu","lark","documents","social"]},{"id":"feishu/send","site":"feishu","command":"send","description":"Send a message via Feishu/Lark CLI","terms":["feishu","feishu","send","send","send","message","via","feishu","lark","cli","social"]},{"id":"feishu/tasks","site":"feishu","command":"tasks","description":"List Feishu/Lark tasks","terms":["feishu","feishu","tasks","tasks","list","feishu","lark","tasks","social"]},{"id":"ffmpeg/compress","site":"ffmpeg","command":"compress","description":"Compress video with H.264 CRF encoding (lower CRF = better quality)","terms":["ffmpeg","ffmpeg","compress","compress","compress","video","with","264","crf","encoding","lower","crf","better","quality","desktop"]},{"id":"ffmpeg/concat","site":"ffmpeg","command":"concat","description":"Concatenate multiple media files listed in a text file","terms":["ffmpeg","ffmpeg","concat","concat","concatenate","multiple","media","files","listed","text","file","desktop"]},{"id":"ffmpeg/convert","site":"ffmpeg","command":"convert","description":"Convert media files using ffmpeg","terms":["ffmpeg","ffmpeg","convert","convert","convert","media","files","using","ffmpeg","desktop"]},{"id":"ffmpeg/extract-audio","site":"ffmpeg","command":"extract-audio","description":"Extract audio track from a video file","terms":["ffmpeg","ffmpeg","extract-audio","extract","audio","extract","audio","track","from","video","file","desktop"]},{"id":"ffmpeg/gif","site":"ffmpeg","command":"gif","description":"Convert a video segment to an animated GIF","terms":["ffmpeg","ffmpeg","gif","gif","convert","video","segment","animated","gif","desktop"]},{"id":"ffmpeg/normalize","site":"ffmpeg","command":"normalize","description":"Normalize audio loudness to EBU R128 standard","terms":["ffmpeg","ffmpeg","normalize","normalize","normalize","audio","loudness","ebu","r128","standard","desktop"]},{"id":"ffmpeg/probe","site":"ffmpeg","command":"probe","description":"Show media file metadata (format, streams, duration, codec)","terms":["ffmpeg","ffmpeg","probe","probe","show","media","file","metadata","format","streams","duration","codec","desktop"]},{"id":"ffmpeg/resize","site":"ffmpeg","command":"resize","description":"Resize video to specified dimensions (use -1 for auto aspect ratio)","terms":["ffmpeg","ffmpeg","resize","resize","resize","video","specified","dimensions","use","auto","aspect","ratio","desktop"]},{"id":"ffmpeg/subtitles","site":"ffmpeg","command":"subtitles","description":"Burn SRT subtitles into a video file (hardcoded subtitles)","terms":["ffmpeg","ffmpeg","subtitles","subtitles","burn","srt","subtitles","into","video","file","hardcoded","subtitles","desktop"]},{"id":"ffmpeg/thumbnail","site":"ffmpeg","command":"thumbnail","description":"Extract a video frame as a thumbnail image","terms":["ffmpeg","ffmpeg","thumbnail","thumbnail","extract","video","frame","thumbnail","image","desktop"]},{"id":"ffmpeg/trim","site":"ffmpeg","command":"trim","description":"Trim media to a time range using stream copy (lossless)","terms":["ffmpeg","ffmpeg","trim","trim","trim","media","time","range","using","stream","copy","lossless","desktop"]},{"id":"figma/click-text","site":"figma","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Figma","terms":["figma","figma","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","figma","desktop"]},{"id":"figma/dump","site":"figma","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Figma","terms":["figma","figma","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","figma","desktop"]},{"id":"figma/export-selected","site":"figma","command":"export-selected","description":"Export the currently-selected Figma frame via Visual + macOS AX","terms":["figma","figma","export-selected","export","selected","export","currently","selected","figma","frame","via","visual","macos","ax","desktop"]},{"id":"figma/open-app","site":"figma","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Figma","terms":["figma","figma","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","figma","desktop"]},{"id":"figma/press","site":"figma","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Figma","terms":["figma","figma","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","figma","desktop"]},{"id":"figma/snapshot-app","site":"figma","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Figma","terms":["figma","figma","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","figma","desktop"]},{"id":"figma/status-app","site":"figma","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Figma","terms":["figma","figma","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","figma","desktop"]},{"id":"figma/type-text","site":"figma","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Figma","terms":["figma","figma","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","figma","desktop"]},{"id":"fips/get","site":"fips","command":"get","description":"Retrieve a single Rospatent FIPS document (browser-only)","terms":["fips","fips","get","get","retrieve","single","rospatent","fips","document","browser","only","patent"]},{"id":"fips/search","site":"fips","command":"search","description":"Search Rospatent FIPS Russian patent database (browser, no API)","terms":["fips","fips","search","search","search","rospatent","fips","russian","patent","database","browser","api","patent"]},{"id":"flathub/app","site":"flathub","command":"app","description":"Fetch full Flathub appstream metadata by app id","terms":["flathub","flathub","app","app","fetch","full","flathub","appstream","metadata","app","id"]},{"id":"flathub/search","site":"flathub","command":"search","description":"Search Flathub apps by keyword","terms":["flathub","flathub","search","search","search","flathub","apps","keyword"]},{"id":"flyctl/apps","site":"flyctl","command":"apps","description":"List Fly.io applications","terms":["flyctl","flyctl","apps","apps","list","fly","io","applications"]},{"id":"freecad/assembly","site":"freecad","command":"assembly","description":"List assembly structure, constraints, and part relationships","terms":["freecad","freecad","assembly","assembly","list","assembly","structure","constraints","part","relationships","desktop"]},{"id":"freecad/bom","site":"freecad","command":"bom","description":"Generate a bill of materials (name, type, volume, material) from a FreeCAD file","terms":["freecad","freecad","bom","bom","generate","bill","materials","name","type","volume","material","from","freecad","file","desktop"]},{"id":"freecad/boolean","site":"freecad","command":"boolean","description":"Perform boolean operations (union, subtract, intersect) on two shapes","terms":["freecad","freecad","boolean","boolean","perform","boolean","operations","union","subtract","intersect","two","shapes","desktop"]},{"id":"freecad/check","site":"freecad","command":"check","description":"Validate geometry (check for invalid shapes, open edges, self-intersections)","terms":["freecad","freecad","check","check","validate","geometry","check","invalid","shapes","open","edges","self","intersections","desktop"]},{"id":"freecad/convert","site":"freecad","command":"convert","description":"Convert 3D file between formats (STEP, IGES, STL, OBJ, DXF, BREP)","terms":["freecad","freecad","convert","convert","convert","3d","file","between","formats","step","iges","stl","obj","dxf","brep","desktop"]},{"id":"freecad/export-stl","site":"freecad","command":"export-stl","description":"Export a FreeCAD file (.FCStd) to STL mesh format","terms":["freecad","freecad","export-stl","export","stl","export","freecad","file","fcstd","stl","mesh","format","desktop"]},{"id":"freecad/import","site":"freecad","command":"import","description":"Import a 3D file (STEP, IGES, STL, OBJ) into a new .FCStd document","terms":["freecad","freecad","import","import","import","3d","file","step","iges","stl","obj","into","new","fcstd","document","desktop"]},{"id":"freecad/info","site":"freecad","command":"info","description":"Get FreeCAD file info (objects, dimensions, labels, bounding box)","terms":["freecad","freecad","info","info","get","freecad","file","info","objects","dimensions","labels","bounding","box","desktop"]},{"id":"freecad/macro","site":"freecad","command":"macro","description":"Execute a FreeCAD Python macro (.FCMacro or .py)","terms":["freecad","freecad","macro","macro","execute","freecad","python","macro","fcmacro","py","desktop"]},{"id":"freecad/measure","site":"freecad","command":"measure","description":"Measure dimensions, volume, area, and center of mass of a part","terms":["freecad","freecad","measure","measure","measure","dimensions","volume","area","center","mass","part","desktop"]},{"id":"freecad/mesh","site":"freecad","command":"mesh","description":"Mesh operations (tessellate to STL with configurable deviation and format)","terms":["freecad","freecad","mesh","mesh","mesh","operations","tessellate","stl","with","configurable","deviation","format","desktop"]},{"id":"freecad/properties","site":"freecad","command":"properties","description":"List all properties (material, placement, color) of parts in a document","terms":["freecad","freecad","properties","properties","list","all","properties","material","placement","color","parts","document","desktop"]},{"id":"freecad/render","site":"freecad","command":"render","description":"Render a FreeCAD model to a PNG image using the 3D view","terms":["freecad","freecad","render","render","render","freecad","model","png","image","using","3d","view","desktop"]},{"id":"freecad/section","site":"freecad","command":"section","description":"Generate a cross-section view at a given plane and offset","terms":["freecad","freecad","section","section","generate","cross","section","view","given","plane","offset","desktop"]},{"id":"freecad/sketch","site":"freecad","command":"sketch","description":"Export 2D sketch geometry to SVG or DXF","terms":["freecad","freecad","sketch","sketch","export","2d","sketch","geometry","svg","dxf","desktop"]},{"id":"freepatentsonline-web/get","site":"freepatentsonline-web","command":"get","description":"Retrieve a single FreePatentsOnline bibliographic record (keyless, no Chrome)","terms":["freepatentsonline-web","freepatentsonline","web","get","get","retrieve","single","freepatentsonline","bibliographic","record","keyless","chrome","patent"]},{"id":"freepatentsonline-web/search","site":"freepatentsonline-web","command":"search","description":"Keyless FreePatentsOnline search via the public SSR listing (no API key, no Chrome)","terms":["freepatentsonline-web","freepatentsonline","web","search","search","keyless","freepatentsonline","search","via","public","ssr","listing","api","key","chrome","patent"]},{"id":"futu/hot","site":"futu","command":"hot","description":"Futu hot stocks list","terms":["futu","futu","hot","hot","futu","hot","stocks","list","finance"]},{"id":"futu/quote","site":"futu","command":"quote","description":"Get stock quote from Futu","terms":["futu","futu","quote","quote","get","stock","quote","from","futu","finance"]},{"id":"gemini/ask","site":"gemini","command":"ask","description":"Ask Google Gemini a question","terms":["gemini","gemini","ask","ask","ask","google","gemini","question","ai"]},{"id":"gemini/deep-research","site":"gemini","command":"deep-research","description":"Start a Gemini Deep Research run","terms":["gemini","gemini","deep-research","deep","research","start","gemini","deep","research","run","ai"]},{"id":"gemini/deep-research-result","site":"gemini","command":"deep-research-result","description":"Export Deep Research report as Google Docs URL","terms":["gemini","gemini","deep-research-result","deep","research","result","export","deep","research","report","google","docs","url","ai"]},{"id":"gemini/image","site":"gemini","command":"image","description":"Generate an image with Gemini","terms":["gemini","gemini","image","image","generate","image","with","gemini","ai"]},{"id":"gemini/new","site":"gemini","command":"new","description":"Start a new Gemini conversation","terms":["gemini","gemini","new","new","start","new","gemini","conversation","ai"]},{"id":"gh/issue","site":"gh","command":"issue","description":"List GitHub issues for a repository","terms":["gh","gh","issue","issue","list","github","issues","repository","dev"]},{"id":"gh/pr","site":"gh","command":"pr","description":"List GitHub pull requests for a repository","terms":["gh","gh","pr","pr","list","github","pull","requests","repository","dev"]},{"id":"gh/release","site":"gh","command":"release","description":"List GitHub releases for a repository","terms":["gh","gh","release","release","list","github","releases","repository","dev"]},{"id":"gh/repo","site":"gh","command":"repo","description":"View GitHub repository details","terms":["gh","gh","repo","repo","view","github","repository","details","dev"]},{"id":"gh/run","site":"gh","command":"run","description":"List GitHub Actions workflow runs for a repository","terms":["gh","gh","run","run","list","github","actions","workflow","runs","repository","dev"]},{"id":"gh/search-repos","site":"gh","command":"search-repos","description":"Search GitHub repositories","terms":["gh","gh","search-repos","search","repos","search","github","repositories","dev"]},{"id":"gimp/adjust","site":"gimp","command":"adjust","description":"Adjust brightness and contrast of an image","terms":["gimp","gimp","adjust","adjust","adjust","brightness","contrast","image","desktop"]},{"id":"gimp/batch","site":"gimp","command":"batch","description":"Batch convert images in a directory to a target format","terms":["gimp","gimp","batch","batch","batch","convert","images","directory","target","format","desktop"]},{"id":"gimp/convert","site":"gimp","command":"convert","description":"Convert an image to a different format (png, jpg, bmp, tiff, webp)","terms":["gimp","gimp","convert","convert","convert","image","different","format","png","jpg","bmp","tiff","webp","desktop"]},{"id":"gimp/crop","site":"gimp","command":"crop","description":"Crop an image to specified region","terms":["gimp","gimp","crop","crop","crop","image","specified","region","desktop"]},{"id":"gimp/filter","site":"gimp","command":"filter","description":"Apply a filter (blur, sharpen, edge-detect, emboss) to an image","terms":["gimp","gimp","filter","filter","apply","filter","blur","sharpen","edge","detect","emboss","image","desktop"]},{"id":"gimp/flip","site":"gimp","command":"flip","description":"Flip an image horizontally or vertically","terms":["gimp","gimp","flip","flip","flip","image","horizontally","vertically","desktop"]},{"id":"gimp/info","site":"gimp","command":"info","description":"Get image info (dimensions, color mode, number of layers, resolution)","terms":["gimp","gimp","info","info","get","image","info","dimensions","color","mode","number","layers","resolution","desktop"]},{"id":"gimp/layers","site":"gimp","command":"layers","description":"List all layers in an image (name, size, visibility, opacity)","terms":["gimp","gimp","layers","layers","list","all","layers","image","name","size","visibility","opacity","desktop"]},{"id":"gimp/merge-layers","site":"gimp","command":"merge-layers","description":"Flatten all layers into a single layer and save","terms":["gimp","gimp","merge-layers","merge","layers","flatten","all","layers","into","single","layer","save","desktop"]},{"id":"gimp/resize","site":"gimp","command":"resize","description":"Resize an image to specified dimensions using GIMP","terms":["gimp","gimp","resize","resize","resize","image","specified","dimensions","using","gimp","desktop"]},{"id":"gimp/rotate","site":"gimp","command":"rotate","description":"Rotate an image by 90, 180, or 270 degrees","terms":["gimp","gimp","rotate","rotate","rotate","image","90","180","270","degrees","desktop"]},{"id":"gimp/text","site":"gimp","command":"text","description":"Add a text overlay to an image at specified position","terms":["gimp","gimp","text","text","add","text","overlay","image","specified","position","desktop"]},{"id":"gitee/repos","site":"gitee","command":"repos","description":"Search Gitee repositories","terms":["gitee","gitee","repos","repos","search","gitee","repositories","dev"]},{"id":"gitee/search","site":"gitee","command":"search","description":"Search repositories on Gitee","terms":["gitee","gitee","search","search","search","repositories","gitee","dev"]},{"id":"gitee/trending","site":"gitee","command":"trending","description":"Trending repositories on Gitee","terms":["gitee","gitee","trending","trending","trending","repositories","gitee","dev"]},{"id":"gitee/user","site":"gitee","command":"user","description":"Show public Gitee user profile information","terms":["gitee","gitee","user","user","show","public","gitee","user","profile","information","dev"]},{"id":"github-trending/daily","site":"github-trending","command":"daily","description":"GitHub trending repositories (by recent stars)","terms":["github-trending","github","trending","daily","daily","github","trending","repositories","recent","stars","dev"]},{"id":"github-trending/developers","site":"github-trending","command":"developers","description":"GitHub trending developers","terms":["github-trending","github","trending","developers","developers","github","trending","developers","dev"]},{"id":"github-trending/weekly","site":"github-trending","command":"weekly","description":"GitHub trending repositories this week","terms":["github-trending","github","trending","weekly","weekly","github","trending","repositories","this","week","dev"]},{"id":"gitlab/projects","site":"gitlab","command":"projects","description":"Search GitLab projects","terms":["gitlab","gitlab","projects","projects","search","gitlab","projects","dev"]},{"id":"gitlab/search","site":"gitlab","command":"search","description":"Search GitLab projects","terms":["gitlab","gitlab","search","search","search","gitlab","projects","dev"]},{"id":"gitlab/trending","site":"gitlab","command":"trending","description":"Trending/popular GitLab projects","terms":["gitlab","gitlab","trending","trending","trending","popular","gitlab","projects","dev"]},{"id":"godot/project-run","site":"godot","command":"project-run","description":"Run a Godot project in headless mode","terms":["godot","godot","project-run","project","run","run","godot","project","headless","mode"]},{"id":"godot/scene-export","site":"godot","command":"scene-export","description":"Export a Godot scene to PNG / GLTF / DAE via headless mode","terms":["godot","godot","scene-export","scene","export","export","godot","scene","png","gltf","dae","via","headless","mode"]},{"id":"google/news","site":"google","command":"news","description":"Google News RSS feed for a search query","terms":["google","google","news","news","google","news","rss","feed","search","query","reference"]},{"id":"google/search","site":"google","command":"search","description":"Google web search via RSS","terms":["google","google","search","search","google","web","search","via","rss","reference"]},{"id":"google/suggest","site":"google","command":"suggest","description":"Google autocomplete suggestions for a query","terms":["google","google","suggest","suggest","google","autocomplete","suggestions","query","reference"]},{"id":"google/trends","site":"google","command":"trends","description":"Google Trends daily trending searches","terms":["google","google","trends","trends","google","trends","daily","trending","searches","reference"]},{"id":"google-patents-bq/prior-art","site":"google-patents-bq","command":"prior-art","description":"Keyword-arm of the prior-art fusion against BigQuery public dataset","terms":["google-patents-bq","google","patents","bq","prior-art","prior","art","keyword","arm","prior","art","fusion","against","bigquery","public","dataset","patent"]},{"id":"google-patents-bq/search","site":"google-patents-bq","command":"search","description":"BigQuery search over the Google Patents Public Datasets corpus","terms":["google-patents-bq","google","patents","bq","search","search","bigquery","search","over","google","patents","public","datasets","corpus","patent"]},{"id":"google-patents-web/get","site":"google-patents-web","command":"get","description":"Retrieve a single Google Patents bibliographic record (keyless, no Chrome)","terms":["google-patents-web","google","patents","web","get","get","retrieve","single","google","patents","bibliographic","record","keyless","chrome","patent"]},{"id":"google-patents-web/search","site":"google-patents-web","command":"search","description":"Keyless Google Patents search via the public XHR endpoint (no API key, no Chrome required)","terms":["google-patents-web","google","patents","web","search","search","keyless","google","patents","search","via","public","xhr","endpoint","api","key","chrome","required","patent"]},{"id":"google-scholar/cite","site":"google-scholar","command":"cite","description":"Fetch a Google Scholar citation for a paper","terms":["google-scholar","google","scholar","cite","cite","fetch","google","scholar","citation","paper","scholarly"]},{"id":"google-scholar/profile","site":"google-scholar","command":"profile","description":"Read a Google Scholar author profile and top papers","terms":["google-scholar","google","scholar","profile","profile","read","google","scholar","author","profile","top","papers","scholarly"]},{"id":"google-scholar/search","site":"google-scholar","command":"search","description":"Search Google Scholar papers","terms":["google-scholar","google","scholar","search","search","search","google","scholar","papers","scholarly"]},{"id":"goproxy/module","site":"goproxy","command":"module","description":"Latest version and VCS origin metadata for a Go module","terms":["goproxy","goproxy","module","module","latest","version","vcs","origin","metadata","go","module","dev"]},{"id":"goproxy/versions","site":"goproxy","command":"versions","description":"Published version tags for a Go module","terms":["goproxy","goproxy","versions","versions","published","version","tags","go","module","dev"]},{"id":"gov-law/recent","site":"gov-law","command":"recent","description":"List recent laws and regulations","terms":["gov-law","gov","law","recent","recent","list","recent","laws","regulations"]},{"id":"gov-law/search","site":"gov-law","command":"search","description":"Search the National Laws and Regulations Database","terms":["gov-law","gov","law","search","search","search","national","laws","regulations","database"]},{"id":"gov-policy/recent","site":"gov-policy","command":"recent","description":"List latest State Council policy documents","terms":["gov-policy","gov","policy","recent","recent","list","latest","state","council","policy","documents"]},{"id":"gov-policy/search","site":"gov-policy","command":"search","description":"Search gov.cn policy documents","terms":["gov-policy","gov","policy","search","search","search","gov","cn","policy","documents"]},{"id":"grok/ask","site":"grok","command":"ask","description":"Ask Grok AI a question","terms":["grok","grok","ask","ask","ask","grok","ai","question","ai"]},{"id":"grok/detail","site":"grok","command":"detail","description":"Open a Grok conversation by ID and read its messages","terms":["grok","grok","detail","detail","open","grok","conversation","id","read","its","messages","ai"]},{"id":"grok/history","site":"grok","command":"history","description":"List recent Grok conversations from the sidebar","terms":["grok","grok","history","history","list","recent","grok","conversations","from","sidebar","ai"]},{"id":"grok/image","site":"grok","command":"image","description":"Generate images with Grok and return or save image assets","terms":["grok","grok","image","image","generate","images","with","grok","return","save","image","assets","ai"]},{"id":"grok/new","site":"grok","command":"new","description":"Start a new conversation in Grok","terms":["grok","grok","new","new","start","new","conversation","grok","ai"]},{"id":"grok/read","site":"grok","command":"read","description":"Read messages in the current Grok conversation","terms":["grok","grok","read","read","read","messages","current","grok","conversation","ai"]},{"id":"grok/send","site":"grok","command":"send","description":"Send a prompt to Grok without waiting for the reply","terms":["grok","grok","send","send","send","prompt","grok","without","waiting","reply","ai"]},{"id":"grok/status","site":"grok","command":"status","description":"Check Grok page availability, login state, current session and model","terms":["grok","grok","status","status","check","grok","page","availability","login","state","current","session","model","ai"]},{"id":"hackernews/ask","site":"hackernews","command":"ask","description":"Hacker News Ask HN posts","terms":["hackernews","hackernews","ask","ask","hacker","news","ask","hn","posts","news"]},{"id":"hackernews/best","site":"hackernews","command":"best","description":"Hacker News best stories","terms":["hackernews","hackernews","best","best","hacker","news","best","stories","news"]},{"id":"hackernews/comments","site":"hackernews","command":"comments","description":"Get comments for a Hacker News story","terms":["hackernews","hackernews","comments","comments","get","comments","hacker","news","story","news"]},{"id":"hackernews/item","site":"hackernews","command":"item","description":"Get a Hacker News item (story, comment, job, poll)","terms":["hackernews","hackernews","item","item","get","hacker","news","item","story","comment","job","poll","news"]},{"id":"hackernews/jobs","site":"hackernews","command":"jobs","description":"Hacker News job postings","terms":["hackernews","hackernews","jobs","jobs","hacker","news","job","postings","news"]},{"id":"hackernews/new","site":"hackernews","command":"new","description":"Hacker News newest stories","terms":["hackernews","hackernews","new","new","hacker","news","newest","stories","news"]},{"id":"hackernews/read","site":"hackernews","command":"read","description":"Read a Hacker News story and comment tree","terms":["hackernews","hackernews","read","read","read","hacker","news","story","comment","tree","news"]},{"id":"hackernews/search","site":"hackernews","command":"search","description":"Search Hacker News stories","terms":["hackernews","hackernews","search","search","search","hacker","news","stories","news"]},{"id":"hackernews/show","site":"hackernews","command":"show","description":"Hacker News Show HN posts","terms":["hackernews","hackernews","show","show","hacker","news","show","hn","posts","news"]},{"id":"hackernews/top","site":"hackernews","command":"top","description":"Hacker News top stories","terms":["hackernews","hackernews","top","top","hacker","news","top","stories","news"]},{"id":"hackernews/user","site":"hackernews","command":"user","description":"Hacker News user profile","terms":["hackernews","hackernews","user","user","hacker","news","user","profile","news"]},{"id":"hermes/sessions-search","site":"hermes","command":"sessions-search","description":"Search Hermes session history via SQLite FTS5","terms":["hermes","hermes","sessions-search","sessions","search","search","hermes","session","history","via","sqlite","fts5"]},{"id":"hermes/skills-list","site":"hermes","command":"skills-list","description":"List skills installed in the local Hermes agent (~/.hermes/skills/)","terms":["hermes","hermes","skills-list","skills","list","list","skills","installed","local","hermes","agent","hermes","skills"]},{"id":"hermes/skills-read","site":"hermes","command":"skills-read","description":"Read a Hermes skill file by name (without .md extension)","terms":["hermes","hermes","skills-read","skills","read","read","hermes","skill","file","name","without","md","extension"]},{"id":"hf/datasets","site":"hf","command":"datasets","description":"Search Hugging Face datasets","terms":["hf","hf","datasets","datasets","search","hugging","face","datasets","ai"]},{"id":"hf/models","site":"hf","command":"models","description":"Search HuggingFace models","terms":["hf","hf","models","models","search","huggingface","models","ai"]},{"id":"hf/paper","site":"hf","command":"paper","description":"Hugging Face paper detail by arXiv id","terms":["hf","hf","paper","paper","hugging","face","paper","detail","arxiv","id","ai"]},{"id":"hf/spaces","site":"hf","command":"spaces","description":"Search Hugging Face Spaces","terms":["hf","hf","spaces","spaces","search","hugging","face","spaces","ai"]},{"id":"hf/top","site":"hf","command":"top","description":"Top upvoted Hugging Face papers (daily)","terms":["hf","hf","top","top","top","upvoted","hugging","face","papers","daily","ai"]},{"id":"homebrew/cask","site":"homebrew","command":"cask","description":"Fetch Homebrew cask metadata","terms":["homebrew","homebrew","cask","cask","fetch","homebrew","cask","metadata","dev"]},{"id":"homebrew/formula","site":"homebrew","command":"formula","description":"Fetch Homebrew formula metadata","terms":["homebrew","homebrew","formula","formula","fetch","homebrew","formula","metadata","dev"]},{"id":"homebrew/info","site":"homebrew","command":"info","description":"Get Homebrew formula details","terms":["homebrew","homebrew","info","info","get","homebrew","formula","details","dev"]},{"id":"homebrew/popular","site":"homebrew","command":"popular","description":"List most-installed Homebrew formulae or casks","terms":["homebrew","homebrew","popular","popular","list","most","installed","homebrew","formulae","casks","dev"]},{"id":"homebrew/search","site":"homebrew","command":"search","description":"Search Homebrew formulae","terms":["homebrew","homebrew","search","search","search","homebrew","formulae","dev"]},{"id":"huggingface-papers/daily","site":"huggingface-papers","command":"daily","description":"Daily trending papers on Hugging Face","terms":["huggingface-papers","huggingface","papers","daily","daily","daily","trending","papers","hugging","face","scholarly"]},{"id":"huggingface-papers/search","site":"huggingface-papers","command":"search","description":"Search Hugging Face papers","terms":["huggingface-papers","huggingface","papers","search","search","search","hugging","face","papers","scholarly"]},{"id":"hupu/detail","site":"hupu","command":"detail","description":"Get Hupu post details","terms":["hupu","hupu","detail","detail","get","hupu","post","details","social"]},{"id":"hupu/hot","site":"hupu","command":"hot","description":"Hupu hot posts","terms":["hupu","hupu","hot","hot","hupu","hot","posts","social"]},{"id":"hupu/like","site":"hupu","command":"like","description":"Like (light) a Hupu post","terms":["hupu","hupu","like","like","like","light","hupu","post","social"]},{"id":"hupu/mentions","site":"hupu","command":"mentions","description":"View Hupu replies that mention you (requires login)","terms":["hupu","hupu","mentions","mentions","view","hupu","replies","that","mention","you","requires","login","social"]},{"id":"hupu/reply","site":"hupu","command":"reply","description":"Reply to a Hupu post","terms":["hupu","hupu","reply","reply","reply","hupu","post","social"]},{"id":"hupu/search","site":"hupu","command":"search","description":"Search Hupu posts","terms":["hupu","hupu","search","search","search","hupu","posts","social"]},{"id":"hupu/unlike","site":"hupu","command":"unlike","description":"Unlike (unlight) a Hupu post","terms":["hupu","hupu","unlike","unlike","unlike","unlight","hupu","post","social"]},{"id":"imagemagick/compare","site":"imagemagick","command":"compare","description":"Compare two images using a difference metric and produce a diff image","terms":["imagemagick","imagemagick","compare","compare","compare","two","images","using","difference","metric","produce","diff","image","desktop"]},{"id":"imagemagick/composite","site":"imagemagick","command":"composite","description":"Overlay one image on top of another with gravity control","terms":["imagemagick","imagemagick","composite","composite","overlay","one","image","top","another","with","gravity","control","desktop"]},{"id":"imagemagick/convert","site":"imagemagick","command":"convert","description":"Convert image format with optional quality control","terms":["imagemagick","imagemagick","convert","convert","convert","image","format","with","optional","quality","control","desktop"]},{"id":"imagemagick/identify","site":"imagemagick","command":"identify","description":"Get image metadata (dimensions, format, depth, colorspace)","terms":["imagemagick","imagemagick","identify","identify","get","image","metadata","dimensions","format","depth","colorspace","desktop"]},{"id":"imagemagick/montage","site":"imagemagick","command":"montage","description":"Create image grid or contact sheet from multiple input files","terms":["imagemagick","imagemagick","montage","montage","create","image","grid","contact","sheet","from","multiple","input","files","desktop"]},{"id":"imagemagick/resize","site":"imagemagick","command":"resize","description":"Resize image by geometry (pixels, percentage, or dimension constraint)","terms":["imagemagick","imagemagick","resize","resize","resize","image","geometry","pixels","percentage","dimension","constraint","desktop"]},{"id":"imdb/box-office","site":"imdb","command":"box-office","description":"IMDB box office / popular movies","terms":["imdb","imdb","box-office","box","office","imdb","box","office","popular","movies","reference"]},{"id":"imdb/person","site":"imdb","command":"person","description":"IMDb person/actor details via suggestion API","terms":["imdb","imdb","person","person","imdb","person","actor","details","via","suggestion","api","reference"]},{"id":"imdb/reviews","site":"imdb","command":"reviews","description":"IMDb title reviews","terms":["imdb","imdb","reviews","reviews","imdb","title","reviews","reference"]},{"id":"imdb/search","site":"imdb","command":"search","description":"Search movies and shows via IMDb suggestion API","terms":["imdb","imdb","search","search","search","movies","shows","via","imdb","suggestion","api","reference"]},{"id":"imdb/title","site":"imdb","command":"title","description":"Movie details via OMDb API by IMDB ID","terms":["imdb","imdb","title","title","movie","details","via","omdb","api","imdb","id","reference"]},{"id":"imdb/top","site":"imdb","command":"top","description":"IMDb popular titles (via chart API)","terms":["imdb","imdb","top","top","imdb","popular","titles","via","chart","api","reference"]},{"id":"imdb/trending","site":"imdb","command":"trending","description":"IMDb most popular movies","terms":["imdb","imdb","trending","trending","imdb","most","popular","movies","reference"]},{"id":"imessage/contact","site":"imessage","command":"contact","description":"Messages from a specific contact handle (phone/email)","terms":["imessage","imessage","contact","contact","messages","from","specific","contact","handle","phone","email","social"]},{"id":"imessage/recent","site":"imessage","command":"recent","description":"Recent iMessages with timestamp and direction (macOS-only, read-only)","terms":["imessage","imessage","recent","recent","recent","imessages","with","timestamp","direction","macos","only","read","only","social"]},{"id":"imessage/search","site":"imessage","command":"search","description":"Full-text LIKE search over all message bodies","terms":["imessage","imessage","search","search","full","text","like","search","over","all","message","bodies","social"]},{"id":"indeed/job","site":"indeed","command":"job","description":"Read an Indeed job posting by 16-character jk job key","terms":["indeed","indeed","job","job","read","indeed","job","posting","16","character","jk","job","key","jobs"]},{"id":"indeed/search","site":"indeed","command":"search","description":"Search Indeed jobs through the rendered browser DOM","terms":["indeed","indeed","search","search","search","indeed","jobs","through","rendered","browser","dom","jobs"]},{"id":"infoq/articles","site":"infoq","command":"articles","description":"Latest InfoQ articles (Chinese edition)","terms":["infoq","infoq","articles","articles","latest","infoq","articles","chinese","edition","news"]},{"id":"infoq/latest","site":"infoq","command":"latest","description":"Latest InfoQ articles","terms":["infoq","infoq","latest","latest","latest","infoq","articles","news"]},{"id":"inkscape/convert","site":"inkscape","command":"convert","description":"Convert SVG to another vector format (PDF, EPS, PS) using plain SVG export","terms":["inkscape","inkscape","convert","convert","convert","svg","another","vector","format","pdf","eps","ps","using","plain","svg","export","desktop"]},{"id":"inkscape/export","site":"inkscape","command":"export","description":"Export SVG to image format (PNG, PDF, EPS, PS, or SVG) with DPI control","terms":["inkscape","inkscape","export","export","export","svg","image","format","png","pdf","eps","ps","svg","with","dpi","control","desktop"]},{"id":"inkscape/optimize","site":"inkscape","command":"optimize","description":"Optimize and clean SVG by vacuuming unused defs and producing plain SVG","terms":["inkscape","inkscape","optimize","optimize","optimize","clean","svg","vacuuming","unused","defs","producing","plain","svg","desktop"]},{"id":"inpi-br/get","site":"inpi-br","command":"get","description":"Retrieve a single INPI Brasil patent record (browser-only)","terms":["inpi-br","inpi","br","get","get","retrieve","single","inpi","brasil","patent","record","browser","only","patent"]},{"id":"inpi-br/search","site":"inpi-br","command":"search","description":"Search INPI Brasil patents (browser-only, no upstream API)","terms":["inpi-br","inpi","br","search","search","search","inpi","brasil","patents","browser","only","upstream","api","patent"]},{"id":"inpi-fr/get","site":"inpi-fr","command":"get","description":"Fetch a French patent record by publication number (open subset)","terms":["inpi-fr","inpi","fr","get","get","fetch","french","patent","record","publication","number","open","subset","patent"]},{"id":"inpi-fr/search","site":"inpi-fr","command":"search","description":"Search French patents via the INPI public open-data search API","terms":["inpi-fr","inpi","fr","search","search","search","french","patents","via","inpi","public","open","data","search","api","patent"]},{"id":"instagram/activity","site":"instagram","command":"activity","description":"Get recent activity/notifications for logged-in Instagram user","terms":["instagram","instagram","activity","activity","get","recent","activity","notifications","logged","instagram","user","social"]},{"id":"instagram/collection-create","site":"instagram","command":"collection-create","description":"Create a new Instagram saved-posts collection","terms":["instagram","instagram","collection-create","collection","create","create","new","instagram","saved","posts","collection","social"]},{"id":"instagram/collection-delete","site":"instagram","command":"collection-delete","description":"Delete an Instagram saved-posts collection by name or id","terms":["instagram","instagram","collection-delete","collection","delete","delete","instagram","saved","posts","collection","name","id","social"]},{"id":"instagram/comment","site":"instagram","command":"comment","description":"Comment on an Instagram post","terms":["instagram","instagram","comment","comment","comment","instagram","post","social"]},{"id":"instagram/download","site":"instagram","command":"download","description":"Download images and videos from Instagram posts and reels","terms":["instagram","instagram","download","download","download","images","videos","from","instagram","posts","reels","social"]},{"id":"instagram/explore","site":"instagram","command":"explore","description":"Instagram explore/discover trending posts","terms":["instagram","instagram","explore","explore","instagram","explore","discover","trending","posts","social"]},{"id":"instagram/follow","site":"instagram","command":"follow","description":"Follow an Instagram user","terms":["instagram","instagram","follow","follow","follow","instagram","user","social"]},{"id":"instagram/followers","site":"instagram","command":"followers","description":"List followers of an Instagram user","terms":["instagram","instagram","followers","followers","list","followers","instagram","user","social"]},{"id":"instagram/following","site":"instagram","command":"following","description":"List accounts an Instagram user is following","terms":["instagram","instagram","following","following","list","accounts","instagram","user","following","social"]},{"id":"instagram/highlights","site":"instagram","command":"highlights","description":"List story highlights for an Instagram user","terms":["instagram","instagram","highlights","highlights","list","story","highlights","instagram","user","social"]},{"id":"instagram/like","site":"instagram","command":"like","description":"Like an Instagram post","terms":["instagram","instagram","like","like","like","instagram","post","social"]},{"id":"instagram/note","site":"instagram","command":"note","description":"Publish a text Instagram note","terms":["instagram","instagram","note","note","publish","text","instagram","note","social"]},{"id":"instagram/post","site":"instagram","command":"post","description":"Publish a photo post to Instagram","terms":["instagram","instagram","post","post","publish","photo","post","instagram","social"]},{"id":"instagram/profile","site":"instagram","command":"profile","description":"Get Instagram user profile info","terms":["instagram","instagram","profile","profile","get","instagram","user","profile","info","social"]},{"id":"instagram/reel","site":"instagram","command":"reel","description":"Post a reel video to Instagram","terms":["instagram","instagram","reel","reel","post","reel","video","instagram","social"]},{"id":"instagram/reels","site":"instagram","command":"reels","description":"Get Instagram trending reels","terms":["instagram","instagram","reels","reels","get","instagram","trending","reels","social"]},{"id":"instagram/reels-trending","site":"instagram","command":"reels-trending","description":"Get trending Instagram Reels","terms":["instagram","instagram","reels-trending","reels","trending","get","trending","instagram","reels","social"]},{"id":"instagram/save","site":"instagram","command":"save","description":"Save (bookmark) an Instagram post","terms":["instagram","instagram","save","save","save","bookmark","instagram","post","social"]},{"id":"instagram/saved","site":"instagram","command":"saved","description":"Get your saved Instagram posts","terms":["instagram","instagram","saved","saved","get","your","saved","instagram","posts","social"]},{"id":"instagram/search","site":"instagram","command":"search","description":"Search Instagram users","terms":["instagram","instagram","search","search","search","instagram","users","social"]},{"id":"instagram/stories","site":"instagram","command":"stories","description":"Get Instagram stories for a user","terms":["instagram","instagram","stories","stories","get","instagram","stories","user","social"]},{"id":"instagram/story","site":"instagram","command":"story","description":"Post a single Instagram story image or video","terms":["instagram","instagram","story","story","post","single","instagram","story","image","video","social"]},{"id":"instagram/subtitles","site":"instagram","command":"subtitles","description":"Extract LLM-readable subtitles from an Instagram reel or video URL with optional browser-cookie reuse","terms":["instagram","instagram","subtitles","subtitles","extract","llm","readable","subtitles","from","instagram","reel","video","url","with","optional","browser","cookie","reuse","social"]},{"id":"instagram/suggested","site":"instagram","command":"suggested","description":"Get suggested users to follow on Instagram","terms":["instagram","instagram","suggested","suggested","get","suggested","users","follow","instagram","social"]},{"id":"instagram/tags","site":"instagram","command":"tags","description":"Browse recent posts for an Instagram hashtag","terms":["instagram","instagram","tags","tags","browse","recent","posts","instagram","hashtag","social"]},{"id":"instagram/unfollow","site":"instagram","command":"unfollow","description":"Unfollow an Instagram user","terms":["instagram","instagram","unfollow","unfollow","unfollow","instagram","user","social"]},{"id":"instagram/unlike","site":"instagram","command":"unlike","description":"Unlike an Instagram post","terms":["instagram","instagram","unlike","unlike","unlike","instagram","post","social"]},{"id":"instagram/unsave","site":"instagram","command":"unsave","description":"Unsave (remove bookmark) an Instagram post","terms":["instagram","instagram","unsave","unsave","unsave","remove","bookmark","instagram","post","social"]},{"id":"instagram/user","site":"instagram","command":"user","description":"Get recent posts from an Instagram user","terms":["instagram","instagram","user","user","get","recent","posts","from","instagram","user","social"]},{"id":"ip-info/lookup","site":"ip-info","command":"lookup","description":"IP geolocation lookup (free, no key)","terms":["ip-info","ip","info","lookup","lookup","ip","geolocation","lookup","free","key","utility"]},{"id":"ipaustralia/get","site":"ipaustralia","command":"get","description":"Fetch an Australian patent by application number","terms":["ipaustralia","ipaustralia","get","get","fetch","australian","patent","application","number","patent"]},{"id":"ipaustralia/search","site":"ipaustralia","command":"search","description":"Search Australian patents via the IP Australia API portal","terms":["ipaustralia","ipaustralia","search","search","search","australian","patents","via","ip","australia","api","portal","patent"]},{"id":"itch-io/popular","site":"itch-io","command":"popular","description":"Popular games on itch.io","terms":["itch-io","itch","io","popular","popular","popular","games","itch","io"]},{"id":"itch-io/search","site":"itch-io","command":"search","description":"Search itch.io games","terms":["itch-io","itch","io","search","search","search","itch","io","games"]},{"id":"itch-io/top","site":"itch-io","command":"top","description":"Top rated itch.io games","terms":["itch-io","itch","io","top","top","top","rated","itch","io","games"]},{"id":"ithome/hot","site":"ithome","command":"hot","description":"IT Home hot news","terms":["ithome","ithome","hot","hot","home","hot","news","news"]},{"id":"ithome/latest","site":"ithome","command":"latest","description":"Latest IT Home news articles","terms":["ithome","ithome","latest","latest","latest","home","news","articles","news"]},{"id":"ithome/news","site":"ithome","command":"news","description":"IT Home (IT之家) latest tech news via RSS","terms":["ithome","ithome","news","news","home","it之家","latest","tech","news","via","rss","news"]},{"id":"jd/add-cart","site":"jd","command":"add-cart","description":"Add a JD product to cart in the active browser session","terms":["jd","jd","add-cart","add","cart","add","jd","product","cart","active","browser","session","shopping"]},{"id":"jd/cart","site":"jd","command":"cart","description":"Read JD cart items from the active browser session","terms":["jd","jd","cart","cart","read","jd","cart","items","from","active","browser","session","shopping"]},{"id":"jd/detail","site":"jd","command":"detail","description":"Fetch JD product detail by SKU","terms":["jd","jd","detail","detail","fetch","jd","product","detail","sku","shopping"]},{"id":"jd/hot","site":"jd","command":"hot","description":"JD.com hot search keywords and trending products","terms":["jd","jd","hot","hot","jd","com","hot","search","keywords","trending","products","shopping"]},{"id":"jd/item","site":"jd","command":"item","description":"JD.com product detail by SKU ID","terms":["jd","jd","item","item","jd","com","product","detail","sku","id","shopping"]},{"id":"jd/reviews","site":"jd","command":"reviews","description":"Fetch JD product reviews by SKU","terms":["jd","jd","reviews","reviews","fetch","jd","product","reviews","sku","shopping"]},{"id":"jd/search","site":"jd","command":"search","description":"Search JD.com products","terms":["jd","jd","search","search","search","jd","com","products","shopping"]},{"id":"jianyu/detail","site":"jianyu","command":"detail","description":"Extract Jianyu procurement notice detail evidence","terms":["jianyu","jianyu","detail","detail","extract","jianyu","procurement","notice","detail","evidence"]},{"id":"jianyu/search","site":"jianyu","command":"search","description":"Search Jianyu real estate listings","terms":["jianyu","jianyu","search","search","search","jianyu","real","estate","listings"]},{"id":"jikan/anime","site":"jikan","command":"anime","description":"Search MyAnimeList anime through Jikan by Japanese name, romaji, or alias","terms":["jikan","jikan","anime","anime","search","myanimelist","anime","through","jikan","japanese","name","romaji","alias","reference"]},{"id":"jikan/characters","site":"jikan","command":"characters","description":"Search MyAnimeList characters through Jikan by Japanese name, romaji, or alias","terms":["jikan","jikan","characters","characters","search","myanimelist","characters","through","jikan","japanese","name","romaji","alias","reference"]},{"id":"jikan/manga","site":"jikan","command":"manga","description":"Search MyAnimeList manga through Jikan by Japanese name, romaji, or alias","terms":["jikan","jikan","manga","manga","search","myanimelist","manga","through","jikan","japanese","name","romaji","alias","reference"]},{"id":"jikan/people","site":"jikan","command":"people","description":"Search MyAnimeList people through Jikan by Japanese name, romaji, or alias","terms":["jikan","jikan","people","people","search","myanimelist","people","through","jikan","japanese","name","romaji","alias","reference"]},{"id":"jike/comment","site":"jike","command":"comment","description":"Comment on a Jike post","terms":["jike","jike","comment","comment","comment","jike","post","social"]},{"id":"jike/create","site":"jike","command":"create","description":"Create a Jike post","terms":["jike","jike","create","create","create","jike","post","social"]},{"id":"jike/feed","site":"jike","command":"feed","description":"Jike following feed","terms":["jike","jike","feed","feed","jike","following","feed","social"]},{"id":"jike/like","site":"jike","command":"like","description":"Like a Jike post","terms":["jike","jike","like","like","like","jike","post","social"]},{"id":"jike/notifications","site":"jike","command":"notifications","description":"Jike notifications","terms":["jike","jike","notifications","notifications","jike","notifications","social"]},{"id":"jike/post","site":"jike","command":"post","description":"Jike post detail with comments","terms":["jike","jike","post","post","jike","post","detail","with","comments","social"]},{"id":"jike/repost","site":"jike","command":"repost","description":"Repost a Jike post","terms":["jike","jike","repost","repost","repost","jike","post","social"]},{"id":"jike/search","site":"jike","command":"search","description":"Search Jike posts by keyword","terms":["jike","jike","search","search","search","jike","posts","keyword","social"]},{"id":"jike/topic","site":"jike","command":"topic","description":"Jike topic/group posts","terms":["jike","jike","topic","topic","jike","topic","group","posts","social"]},{"id":"jike/user","site":"jike","command":"user","description":"Jike user posts","terms":["jike","jike","user","user","jike","user","posts","social"]},{"id":"jimeng/generate","site":"jimeng","command":"generate","description":"Generate images with Jimeng AI (text-to-image)","terms":["jimeng","jimeng","generate","generate","generate","images","with","jimeng","ai","text","image","ai"]},{"id":"jimeng/history","site":"jimeng","command":"history","description":"List Jimeng AI generation history","terms":["jimeng","jimeng","history","history","list","jimeng","ai","generation","history","ai"]},{"id":"jimeng/new","site":"jimeng","command":"new","description":"Open a new Jimeng generation workspace","terms":["jimeng","jimeng","new","new","open","new","jimeng","generation","workspace","ai"]},{"id":"jimeng/workspaces","site":"jimeng","command":"workspaces","description":"List Jimeng visible workspaces","terms":["jimeng","jimeng","workspaces","workspaces","list","jimeng","visible","workspaces","ai"]},{"id":"jpo/get","site":"jpo","command":"get","description":"Fetch a JPO application by application number","terms":["jpo","jpo","get","get","fetch","jpo","application","application","number","patent"]},{"id":"jpo/search","site":"jpo","command":"search","description":"Search JPO Patent Information Retrieval API","terms":["jpo","jpo","search","search","search","jpo","patent","information","retrieval","api","patent"]},{"id":"jq/format","site":"jq","command":"format","description":"Pretty-print and format JSON data","terms":["jq","jq","format","format","pretty","print","format","json","data"]},{"id":"jq/query","site":"jq","command":"query","description":"Query JSON data using a jq filter expression","terms":["jq","jq","query","query","query","json","data","using","jq","filter","expression"]},{"id":"juejin/hot","site":"juejin","command":"hot","description":"掘金全站热门推荐 / Juejin all-categories hot feed","terms":["juejin","juejin","hot","hot","掘金全站热门推荐","juejin","all","categories","hot","feed","dev"]},{"id":"juejin/search","site":"juejin","command":"search","description":"掘金全文搜索 / Juejin full-text search","terms":["juejin","juejin","search","search","掘金全文搜索","juejin","full","text","search","dev"]},{"id":"kdenlive/effects","site":"kdenlive","command":"effects","description":"List available MLT video/audio effects","terms":["kdenlive","kdenlive","effects","effects","list","available","mlt","video","audio","effects","desktop"]},{"id":"kdenlive/info","site":"kdenlive","command":"info","description":"Extract project metadata from a .kdenlive file (tracks, clips, duration)","terms":["kdenlive","kdenlive","info","info","extract","project","metadata","from","kdenlive","file","tracks","clips","duration","desktop"]},{"id":"kdenlive/render","site":"kdenlive","command":"render","description":"Render a Kdenlive project to video file via melt","terms":["kdenlive","kdenlive","render","render","render","kdenlive","project","video","file","via","melt","desktop"]},{"id":"ke/chengjiao","site":"ke","command":"chengjiao","description":"Browse Ke.com recent transaction records","terms":["ke","ke","chengjiao","chengjiao","browse","ke","com","recent","transaction","records"]},{"id":"ke/ershoufang","site":"ke","command":"ershoufang","description":"Ke.com (Beike) second-hand housing listings","terms":["ke","ke","ershoufang","ershoufang","ke","com","beike","second","hand","housing","listings"]},{"id":"ke/xiaoqu","site":"ke","command":"xiaoqu","description":"Ke.com (Beike) neighborhood/community listings","terms":["ke","ke","xiaoqu","xiaoqu","ke","com","beike","neighborhood","community","listings"]},{"id":"ke/zufang","site":"ke","command":"zufang","description":"Browse Ke.com rental listings","terms":["ke","ke","zufang","zufang","browse","ke","com","rental","listings"]},{"id":"kipris/get","site":"kipris","command":"get","description":"Fetch a KIPRIS biblio record by application number","terms":["kipris","kipris","get","get","fetch","kipris","biblio","record","application","number","patent"]},{"id":"kipris/legal-status","site":"kipris","command":"legal-status","description":"KIPRIS right-trans / registration events for a Korean application","terms":["kipris","kipris","legal-status","legal","status","kipris","right","trans","registration","events","korean","application","patent"]},{"id":"kipris/search","site":"kipris","command":"search","description":"Search KIPRIS Plus REST for Korean patents/utility models","terms":["kipris","kipris","search","search","search","kipris","plus","rest","korean","patents","utility","models","patent"]},{"id":"kitsu/anime","site":"kitsu","command":"anime","description":"Search Kitsu anime by Japanese title, romaji, alias, or keyword","terms":["kitsu","kitsu","anime","anime","search","kitsu","anime","japanese","title","romaji","alias","keyword","reference"]},{"id":"kitsu/manga","site":"kitsu","command":"manga","description":"Search Kitsu manga by Japanese title, romaji, alias, or keyword","terms":["kitsu","kitsu","manga","manga","search","kitsu","manga","japanese","title","romaji","alias","keyword","reference"]},{"id":"konachan/detail","site":"konachan","command":"detail","description":"Get Konachan post detail by post id","terms":["konachan","konachan","detail","detail","get","konachan","post","detail","post","id","content"]},{"id":"konachan/download","site":"konachan","command":"download","description":"Download Konachan post image by post id","terms":["konachan","konachan","download","download","download","konachan","post","image","post","id","content"]},{"id":"konachan/search","site":"konachan","command":"search","description":"Search Konachan illustration posts by Japanese, romaji, or Moebooru tag query","terms":["konachan","konachan","search","search","search","konachan","illustration","posts","japanese","romaji","moebooru","tag","query","content"]},{"id":"konachan/tags","site":"konachan","command":"tags","description":"Search Konachan tags by Japanese name, romaji, or tag prefix","terms":["konachan","konachan","tags","tags","search","konachan","tags","japanese","name","romaji","tag","prefix","content"]},{"id":"krita/batch","site":"krita","command":"batch","description":"Batch convert multiple image files to a target format","terms":["krita","krita","batch","batch","batch","convert","multiple","image","files","target","format","desktop"]},{"id":"krita/convert","site":"krita","command":"convert","description":"Convert image between formats using Krita's headless mode","terms":["krita","krita","convert","convert","convert","image","between","formats","using","krita","headless","mode","desktop"]},{"id":"krita/export","site":"krita","command":"export","description":"Export a .kra file to PNG, JPEG, or other image format","terms":["krita","krita","export","export","export","kra","file","png","jpeg","other","image","format","desktop"]},{"id":"krita/info","site":"krita","command":"info","description":"Extract metadata from a Krita .kra file (dimensions, layers, color space)","terms":["krita","krita","info","info","extract","metadata","from","krita","kra","file","dimensions","layers","color","space","desktop"]},{"id":"kuaishou/hot","site":"kuaishou","command":"hot","description":"Kuaishou trending videos","terms":["kuaishou","kuaishou","hot","hot","kuaishou","trending","videos","video"]},{"id":"kuaishou/search","site":"kuaishou","command":"search","description":"Search Kuaishou videos","terms":["kuaishou","kuaishou","search","search","search","kuaishou","videos","video"]},{"id":"lark/click-text","site":"lark","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Lark","terms":["lark","lark","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","lark","social"]},{"id":"lark/dump","site":"lark","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Lark","terms":["lark","lark","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","lark","social"]},{"id":"lark/open-app","site":"lark","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Lark","terms":["lark","lark","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","lark","social"]},{"id":"lark/press","site":"lark","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Lark","terms":["lark","lark","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","lark","social"]},{"id":"lark/snapshot-app","site":"lark","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Lark","terms":["lark","lark","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","lark","social"]},{"id":"lark/status-app","site":"lark","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Lark","terms":["lark","lark","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","lark","social"]},{"id":"lark/type-text","site":"lark","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Lark","terms":["lark","lark","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","lark","social"]},{"id":"lark/version","site":"lark","command":"version","description":"Check Lark CLI version and status","terms":["lark","lark","version","version","check","lark","cli","version","status","social"]},{"id":"leetcode/discuss-search","site":"leetcode","command":"discuss-search","description":"LeetCode Discuss 文章关键词搜索 / Search LeetCode Discuss articles by keyword","terms":["leetcode","leetcode","discuss-search","discuss","search","leetcode","discuss","文章关键词搜索","search","leetcode","discuss","articles","keyword"]},{"id":"lens/get","site":"lens","command":"get","description":"Retrieve a single Lens.org patent record by publication number","terms":["lens","lens","get","get","retrieve","single","lens","org","patent","record","publication","number"]},{"id":"lens/search","site":"lens","command":"search","description":"Search Lens.org's combined patent corpus via the Scholarly Works DSL","terms":["lens","lens","search","search","search","lens","org","combined","patent","corpus","via","scholarly","works","dsl"]},{"id":"lesswrong/comments","site":"lesswrong","command":"comments","description":"Top comments on a post","terms":["lesswrong","lesswrong","comments","comments","top","comments","post","content"]},{"id":"lesswrong/curated","site":"lesswrong","command":"curated","description":"Curated editor's picks","terms":["lesswrong","lesswrong","curated","curated","curated","editor","picks","content"]},{"id":"lesswrong/frontpage","site":"lesswrong","command":"frontpage","description":"Algorithmic frontpage posts","terms":["lesswrong","lesswrong","frontpage","frontpage","algorithmic","frontpage","posts","content"]},{"id":"lesswrong/new","site":"lesswrong","command":"new","description":"Latest posts","terms":["lesswrong","lesswrong","new","new","latest","posts","content"]},{"id":"lesswrong/read","site":"lesswrong","command":"read","description":"Read full post by URL or ID","terms":["lesswrong","lesswrong","read","read","read","full","post","url","id","content"]},{"id":"lesswrong/sequences","site":"lesswrong","command":"sequences","description":"List post collections (sequences)","terms":["lesswrong","lesswrong","sequences","sequences","list","post","collections","sequences","content"]},{"id":"lesswrong/shortform","site":"lesswrong","command":"shortform","description":"Quick takes / shortform posts","terms":["lesswrong","lesswrong","shortform","shortform","quick","takes","shortform","posts","content"]},{"id":"lesswrong/tag","site":"lesswrong","command":"tag","description":"Posts by tag slug","terms":["lesswrong","lesswrong","tag","tag","posts","tag","slug","content"]},{"id":"lesswrong/tags","site":"lesswrong","command":"tags","description":"List popular tags","terms":["lesswrong","lesswrong","tags","tags","list","popular","tags","content"]},{"id":"lesswrong/top","site":"lesswrong","command":"top","description":"Top all-time posts","terms":["lesswrong","lesswrong","top","top","top","all","time","posts","content"]},{"id":"lesswrong/top-month","site":"lesswrong","command":"top-month","description":"Top posts this month","terms":["lesswrong","lesswrong","top-month","top","month","top","posts","this","month","content"]},{"id":"lesswrong/top-week","site":"lesswrong","command":"top-week","description":"Top posts this week","terms":["lesswrong","lesswrong","top-week","top","week","top","posts","this","week","content"]},{"id":"lesswrong/top-year","site":"lesswrong","command":"top-year","description":"Top posts this year","terms":["lesswrong","lesswrong","top-year","top","year","top","posts","this","year","content"]},{"id":"lesswrong/user","site":"lesswrong","command":"user","description":"User profile","terms":["lesswrong","lesswrong","user","user","user","profile","content"]},{"id":"lesswrong/user-posts","site":"lesswrong","command":"user-posts","description":"List a user's posts","terms":["lesswrong","lesswrong","user-posts","user","posts","list","user","posts","content"]},{"id":"libreoffice/convert","site":"libreoffice","command":"convert","description":"Convert documents headlessly to PDF or other formats via LibreOffice","terms":["libreoffice","libreoffice","convert","convert","convert","documents","headlessly","pdf","other","formats","via","libreoffice","desktop"]},{"id":"libreoffice/print","site":"libreoffice","command":"print","description":"Print document to file headlessly via LibreOffice","terms":["libreoffice","libreoffice","print","print","print","document","file","headlessly","via","libreoffice","desktop"]},{"id":"lichess/top","site":"lichess","command":"top","description":"Top-N Lichess leaderboard for a perf type","terms":["lichess","lichess","top","top","top","lichess","leaderboard","perf","type"]},{"id":"lichess/user","site":"lichess","command":"user","description":"Fetch a public Lichess player profile by username","terms":["lichess","lichess","user","user","fetch","public","lichess","player","profile","username"]},{"id":"linear/click-text","site":"linear","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Linear","terms":["linear","linear","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","linear","utility"]},{"id":"linear/dump","site":"linear","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Linear","terms":["linear","linear","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","linear","utility"]},{"id":"linear/issue-create","site":"linear","command":"issue-create","description":"Create a new Linear issue","terms":["linear","linear","issue-create","issue","create","create","new","linear","issue","utility"]},{"id":"linear/issue-list","site":"linear","command":"issue-list","description":"List Linear issues (optional project/state filter)","terms":["linear","linear","issue-list","issue","list","list","linear","issues","optional","project","state","filter","utility"]},{"id":"linear/issue-update","site":"linear","command":"issue-update","description":"Update a Linear issue's workflow state","terms":["linear","linear","issue-update","issue","update","update","linear","issue","workflow","state","utility"]},{"id":"linear/open-app","site":"linear","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Linear","terms":["linear","linear","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","linear","utility"]},{"id":"linear/press","site":"linear","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Linear","terms":["linear","linear","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","linear","utility"]},{"id":"linear/snapshot-app","site":"linear","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Linear","terms":["linear","linear","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","linear","utility"]},{"id":"linear/status-app","site":"linear","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Linear","terms":["linear","linear","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","linear","utility"]},{"id":"linear/type-text","site":"linear","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Linear","terms":["linear","linear","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","linear","utility"]},{"id":"linkedin/jobs","site":"linkedin","command":"jobs","description":"Search LinkedIn job postings","terms":["linkedin","linkedin","jobs","jobs","search","linkedin","job","postings","jobs"]},{"id":"linkedin/profile","site":"linkedin","command":"profile","description":"LinkedIn user profile details","terms":["linkedin","linkedin","profile","profile","linkedin","user","profile","details","jobs"]},{"id":"linkedin/search","site":"linkedin","command":"search","description":"Search LinkedIn profiles, jobs, and content","terms":["linkedin","linkedin","search","search","search","linkedin","profiles","jobs","content","jobs"]},{"id":"linkedin/timeline","site":"linkedin","command":"timeline","description":"LinkedIn feed (recent posts from connections)","terms":["linkedin","linkedin","timeline","timeline","linkedin","feed","recent","posts","from","connections","jobs"]},{"id":"linux-do/categories","site":"linux-do","command":"categories","description":"List all Linux.do forum categories","terms":["linux-do","linux","do","categories","categories","list","all","linux","forum","categories","social"]},{"id":"linux-do/category","site":"linux-do","command":"category","description":"Topics in a Linux.do category","terms":["linux-do","linux","do","category","category","topics","linux","category","social"]},{"id":"linux-do/feed","site":"linux-do","command":"feed","description":"Linux.do personal feed (new topics)","terms":["linux-do","linux","do","feed","feed","linux","personal","feed","new","topics","social"]},{"id":"linux-do/hot","site":"linux-do","command":"hot","description":"Linux.do hot topics","terms":["linux-do","linux","do","hot","hot","linux","hot","topics","social"]},{"id":"linux-do/latest","site":"linux-do","command":"latest","description":"Linux.do latest topics","terms":["linux-do","linux","do","latest","latest","linux","latest","topics","social"]},{"id":"linux-do/search","site":"linux-do","command":"search","description":"Search Linux.do forum topics","terms":["linux-do","linux","do","search","search","search","linux","forum","topics","social"]},{"id":"linux-do/tags","site":"linux-do","command":"tags","description":"List Linux.do forum tags","terms":["linux-do","linux","do","tags","tags","list","linux","forum","tags","social"]},{"id":"linux-do/topic","site":"linux-do","command":"topic","description":"Linux.do topic detail and replies","terms":["linux-do","linux","do","topic","topic","linux","topic","detail","replies","social"]},{"id":"linux-do/topic-content","site":"linux-do","command":"topic-content","description":"Read the main Linux.do topic body as Markdown","terms":["linux-do","linux","do","topic-content","topic","content","read","main","linux","topic","body","markdown","social"]},{"id":"linux-do/user-posts","site":"linux-do","command":"user-posts","description":"Linux.do user posts (replies)","terms":["linux-do","linux","do","user-posts","user","posts","linux","user","posts","replies","social"]},{"id":"linux-do/user-topics","site":"linux-do","command":"user-topics","description":"Linux.do topics created by a user","terms":["linux-do","linux","do","user-topics","user","topics","linux","topics","created","user","social"]},{"id":"lobsters/active","site":"lobsters","command":"active","description":"Lobste.rs most active discussions","terms":["lobsters","lobsters","active","active","lobste","rs","most","active","discussions","social"]},{"id":"lobsters/domain","site":"lobsters","command":"domain","description":"Lobste.rs stories submitted from a specific domain","terms":["lobsters","lobsters","domain","domain","lobste","rs","stories","submitted","from","specific","domain","social"]},{"id":"lobsters/hot","site":"lobsters","command":"hot","description":"Lobste.rs hottest stories","terms":["lobsters","lobsters","hot","hot","lobste","rs","hottest","stories","social"]},{"id":"lobsters/newest","site":"lobsters","command":"newest","description":"Lobste.rs newest stories","terms":["lobsters","lobsters","newest","newest","lobste","rs","newest","stories","social"]},{"id":"lobsters/read","site":"lobsters","command":"read","description":"Read a Lobste.rs story and its comment tree","terms":["lobsters","lobsters","read","read","read","lobste","rs","story","its","comment","tree","social"]},{"id":"lobsters/search","site":"lobsters","command":"search","description":"Search Lobsters stories","terms":["lobsters","lobsters","search","search","search","lobsters","stories","social"]},{"id":"lobsters/tag","site":"lobsters","command":"tag","description":"Lobste.rs stories by tag","terms":["lobsters","lobsters","tag","tag","lobste","rs","stories","tag","social"]},{"id":"macos/active-app","site":"macos","command":"active-app","description":"Get the currently active macOS application","terms":["macos","macos","active-app","active","app","get","currently","active","macos","application","desktop"]},{"id":"macos/app-actions","site":"macos","command":"app-actions","description":"List real-time Shortcuts app actions and App Intents exposed by installed macOS apps","terms":["macos","macos","app-actions","app","actions","list","real","time","shortcuts","app","actions","app","intents","exposed","installed","macos","apps","desktop"]},{"id":"macos/apps","site":"macos","command":"apps","description":"List running applications with name, PID, and bundle ID","terms":["macos","macos","apps","apps","list","running","applications","with","name","pid","bundle","id","desktop"]},{"id":"macos/apps-list","site":"macos","command":"apps-list","description":"List installed macOS applications","terms":["macos","macos","apps-list","apps","list","list","installed","macos","applications","desktop"]},{"id":"macos/automation-smoke","site":"macos","command":"automation-smoke","description":"Probe macOS automation reproducibility across Shortcuts CLI, Shortcuts ToolKit API, and AX/System Events","terms":["macos","macos","automation-smoke","automation","smoke","probe","macos","automation","reproducibility","across","shortcuts","cli","shortcuts","toolkit","api","ax","system","events","desktop"]},{"id":"macos/battery","site":"macos","command":"battery","description":"Get battery percentage, charging status, and time remaining","terms":["macos","macos","battery","battery","get","battery","percentage","charging","status","time","remaining","desktop"]},{"id":"macos/bluetooth","site":"macos","command":"bluetooth","description":"Check macOS Bluetooth status","terms":["macos","macos","bluetooth","bluetooth","check","macos","bluetooth","status","desktop"]},{"id":"macos/brightness","site":"macos","command":"brightness","description":"Get current screen brightness","terms":["macos","macos","brightness","brightness","get","current","screen","brightness","desktop"]},{"id":"macos/caffeinate","site":"macos","command":"caffeinate","description":"Keep Mac awake for a specified duration (prevents display sleep)","terms":["macos","macos","caffeinate","caffeinate","keep","mac","awake","specified","duration","prevents","display","sleep","desktop"]},{"id":"macos/calendar-create","site":"macos","command":"calendar-create","description":"Create a new calendar event with title, date, time, and duration","terms":["macos","macos","calendar-create","calendar","create","create","new","calendar","event","with","title","date","time","duration","desktop"]},{"id":"macos/calendar-list","site":"macos","command":"calendar-list","description":"List calendar events for the next N days","terms":["macos","macos","calendar-list","calendar","list","list","calendar","events","next","days","desktop"]},{"id":"macos/calendar-today","site":"macos","command":"calendar-today","description":"List today's calendar events from macOS Calendar.app","terms":["macos","macos","calendar-today","calendar","today","list","today","calendar","events","from","macos","calendar","app","desktop"]},{"id":"macos/clipboard","site":"macos","command":"clipboard","description":"Get current clipboard text contents","terms":["macos","macos","clipboard","clipboard","get","current","clipboard","text","contents","desktop"]},{"id":"macos/contacts-search","site":"macos","command":"contacts-search","description":"Search contacts by name, email, or phone","terms":["macos","macos","contacts-search","contacts","search","search","contacts","name","email","phone","desktop"]},{"id":"macos/dark-mode","site":"macos","command":"dark-mode","description":"Get current dark mode status","terms":["macos","macos","dark-mode","dark","mode","get","current","dark","mode","status","desktop"]},{"id":"macos/disk-info","site":"macos","command":"disk-info","description":"Get disk names, capacity, and free space for all mounted volumes","terms":["macos","macos","disk-info","disk","info","get","disk","names","capacity","free","space","all","mounted","volumes","desktop"]},{"id":"macos/disk-usage","site":"macos","command":"disk-usage","description":"Get disk usage summary","terms":["macos","macos","disk-usage","disk","usage","get","disk","usage","summary","desktop"]},{"id":"macos/do-not-disturb","site":"macos","command":"do-not-disturb","description":"Toggle macOS Focus/Do Not Disturb mode","terms":["macos","macos","do-not-disturb","do","not","disturb","toggle","macos","focus","not","disturb","mode","desktop"]},{"id":"macos/empty-trash","site":"macos","command":"empty-trash","description":"Empty the macOS Trash","terms":["macos","macos","empty-trash","empty","trash","empty","macos","trash","desktop"]},{"id":"macos/finder-copy","site":"macos","command":"finder-copy","description":"Copy a file or folder to a destination path","terms":["macos","macos","finder-copy","finder","copy","copy","file","folder","destination","path","desktop"]},{"id":"macos/finder-move","site":"macos","command":"finder-move","description":"Move or rename a file or folder","terms":["macos","macos","finder-move","finder","move","move","rename","file","folder","desktop"]},{"id":"macos/finder-new-folder","site":"macos","command":"finder-new-folder","description":"Create a new directory (with intermediate directories)","terms":["macos","macos","finder-new-folder","finder","new","folder","create","new","directory","with","intermediate","directories","desktop"]},{"id":"macos/finder-recent","site":"macos","command":"finder-recent","description":"List files opened in the last 7 days","terms":["macos","macos","finder-recent","finder","recent","list","files","opened","last","days","desktop"]},{"id":"macos/finder-selection","site":"macos","command":"finder-selection","description":"Get currently selected files in Finder","terms":["macos","macos","finder-selection","finder","selection","get","currently","selected","files","finder","desktop"]},{"id":"macos/finder-tags","site":"macos","command":"finder-tags","description":"List Finder tags on a file or directory","terms":["macos","macos","finder-tags","finder","tags","list","finder","tags","file","directory","desktop"]},{"id":"macos/lock-screen","site":"macos","command":"lock-screen","description":"Lock the screen (put display to sleep)","terms":["macos","macos","lock-screen","lock","screen","lock","screen","put","display","sleep","desktop"]},{"id":"macos/mail-send","site":"macos","command":"mail-send","description":"Send an email using Mail.app","terms":["macos","macos","mail-send","mail","send","send","email","using","mail","app","desktop"]},{"id":"macos/mail-status","site":"macos","command":"mail-status","description":"Get Mail.app accounts and unread message counts","terms":["macos","macos","mail-status","mail","status","get","mail","app","accounts","unread","message","counts","desktop"]},{"id":"macos/messages-send","site":"macos","command":"messages-send","description":"Send an iMessage to a contact","terms":["macos","macos","messages-send","messages","send","send","imessage","contact","desktop"]},{"id":"macos/music-control","site":"macos","command":"music-control","description":"Control Apple Music playback (play, pause, next, prev, toggle)","terms":["macos","macos","music-control","music","control","control","apple","music","playback","play","pause","next","prev","toggle","desktop"]},{"id":"macos/music-now","site":"macos","command":"music-now","description":"Get currently playing track from Apple Music","terms":["macos","macos","music-now","music","now","get","currently","playing","track","from","apple","music","desktop"]},{"id":"macos/notes-list","site":"macos","command":"notes-list","description":"List recent Apple Notes with folder and modification date","terms":["macos","macos","notes-list","notes","list","list","recent","apple","notes","with","folder","modification","date","desktop"]},{"id":"macos/notes-search","site":"macos","command":"notes-search","description":"Search Apple Notes by title or content","terms":["macos","macos","notes-search","notes","search","search","apple","notes","title","content","desktop"]},{"id":"macos/notification","site":"macos","command":"notification","description":"Send a macOS notification","terms":["macos","macos","notification","notification","send","macos","notification","desktop"]},{"id":"macos/notify","site":"macos","command":"notify","description":"Send a macOS notification with title and optional subtitle","terms":["macos","macos","notify","notify","send","macos","notification","with","title","optional","subtitle","desktop"]},{"id":"macos/open","site":"macos","command":"open","description":"Open a file, URL, or application using macOS open command","terms":["macos","macos","open","open","open","file","url","application","using","macos","open","command","desktop"]},{"id":"macos/open-app","site":"macos","command":"open-app","description":"Open a macOS application","terms":["macos","macos","open-app","open","app","open","macos","application","desktop"]},{"id":"macos/photos-search","site":"macos","command":"photos-search","description":"Search Apple Photos library by keyword","terms":["macos","macos","photos-search","photos","search","search","apple","photos","library","keyword","desktop"]},{"id":"macos/processes","site":"macos","command":"processes","description":"List top processes by CPU usage","terms":["macos","macos","processes","processes","list","top","processes","cpu","usage","desktop"]},{"id":"macos/reminder-create","site":"macos","command":"reminder-create","description":"Create a new reminder in Reminders.app","terms":["macos","macos","reminder-create","reminder","create","create","new","reminder","reminders","app","desktop"]},{"id":"macos/reminders-complete","site":"macos","command":"reminders-complete","description":"Mark a reminder as complete in macOS Reminders.app","terms":["macos","macos","reminders-complete","reminders","complete","mark","reminder","complete","macos","reminders","app","desktop"]},{"id":"macos/reminders-list","site":"macos","command":"reminders-list","description":"List all reminders from macOS Reminders.app","terms":["macos","macos","reminders-list","reminders","list","list","all","reminders","from","macos","reminders","app","desktop"]},{"id":"macos/safari-history","site":"macos","command":"safari-history","description":"Get recent Safari browsing history via SQLite","terms":["macos","macos","safari-history","safari","history","get","recent","safari","browsing","history","via","sqlite","desktop"]},{"id":"macos/safari-tabs","site":"macos","command":"safari-tabs","description":"List all open Safari tabs","terms":["macos","macos","safari-tabs","safari","tabs","list","all","open","safari","tabs","desktop"]},{"id":"macos/safari-url","site":"macos","command":"safari-url","description":"Get the URL and title of the active Safari tab","terms":["macos","macos","safari-url","safari","url","get","url","title","active","safari","tab","desktop"]},{"id":"macos/say","site":"macos","command":"say","description":"Speak text aloud using macOS text-to-speech","terms":["macos","macos","say","say","speak","text","aloud","using","macos","text","speech","desktop"]},{"id":"macos/screen-lock","site":"macos","command":"screen-lock","description":"Lock the macOS screen","terms":["macos","macos","screen-lock","screen","lock","lock","macos","screen","desktop"]},{"id":"macos/screen-recording","site":"macos","command":"screen-recording","description":"Record the screen to a video file using screencapture","terms":["macos","macos","screen-recording","screen","recording","record","screen","video","file","using","screencapture","desktop"]},{"id":"macos/screenshot","site":"macos","command":"screenshot","description":"Take a screenshot and save to file or clipboard","terms":["macos","macos","screenshot","screenshot","take","screenshot","save","file","clipboard","desktop"]},{"id":"macos/shortcuts-list","site":"macos","command":"shortcuts-list","description":"List all Shortcuts.app shortcuts","terms":["macos","macos","shortcuts-list","shortcuts","list","list","all","shortcuts","app","shortcuts","desktop"]},{"id":"macos/shortcuts-run","site":"macos","command":"shortcuts-run","description":"Run a Shortcuts.app shortcut","terms":["macos","macos","shortcuts-run","shortcuts","run","run","shortcuts","app","shortcut","desktop"]},{"id":"macos/sleep","site":"macos","command":"sleep","description":"Put macOS to sleep","terms":["macos","macos","sleep","sleep","put","macos","sleep","desktop"]},{"id":"macos/spotlight","site":"macos","command":"spotlight","description":"Search files by name using Spotlight index","terms":["macos","macos","spotlight","spotlight","search","files","name","using","spotlight","index","desktop"]},{"id":"macos/system-info","site":"macos","command":"system-info","description":"Get hardware model, processor, memory, and OS version","terms":["macos","macos","system-info","system","info","get","hardware","model","processor","memory","os","version","desktop"]},{"id":"macos/trash","site":"macos","command":"trash","description":"Get Trash item count and list of items","terms":["macos","macos","trash","trash","get","trash","item","count","list","items","desktop"]},{"id":"macos/uptime","site":"macos","command":"uptime","description":"Get system uptime","terms":["macos","macos","uptime","uptime","get","system","uptime","desktop"]},{"id":"macos/volume","site":"macos","command":"volume","description":"Get system volume settings (output, input, alert levels and mute status)","terms":["macos","macos","volume","volume","get","system","volume","settings","output","input","alert","levels","mute","status","desktop"]},{"id":"macos/wallpaper","site":"macos","command":"wallpaper","description":"Get or set the desktop wallpaper","terms":["macos","macos","wallpaper","wallpaper","get","set","desktop","wallpaper","desktop"]},{"id":"macos/wifi","site":"macos","command":"wifi","description":"Get Wi-Fi status or turn Wi-Fi on/off","terms":["macos","macos","wifi","wifi","get","wi","fi","status","turn","wi","fi","off","desktop"]},{"id":"macos/wifi-info","site":"macos","command":"wifi-info","description":"Get current WiFi connection info","terms":["macos","macos","wifi-info","wifi","info","get","current","wifi","connection","info","desktop"]},{"id":"maimai/search","site":"maimai","command":"search","description":"Search talents/people on Maimai (requires login)","terms":["maimai","maimai","search","search","search","talents","people","maimai","requires","login","jobs"]},{"id":"maimai/search-talents","site":"maimai","command":"search-talents","description":"Search Maimai talent profiles with filters","terms":["maimai","maimai","search-talents","search","talents","search","maimai","talent","profiles","with","filters","jobs"]},{"id":"mangadex/authors","site":"mangadex","command":"authors","description":"Search MangaDex authors and artists by public name or romaji","terms":["mangadex","mangadex","authors","authors","search","mangadex","authors","artists","public","name","romaji","reference"]},{"id":"mangadex/manga","site":"mangadex","command":"manga","description":"Search MangaDex manga by Japanese title, romaji, alias, or keyword","terms":["mangadex","mangadex","manga","manga","search","mangadex","manga","japanese","title","romaji","alias","keyword","reference"]},{"id":"maoyan/hot","site":"maoyan","command":"hot","description":"Maoyan current hot movies (box office)","terms":["maoyan","maoyan","hot","hot","maoyan","current","hot","movies","box","office","shopping"]},{"id":"maoyan/search","site":"maoyan","command":"search","description":"Search movies on Maoyan","terms":["maoyan","maoyan","search","search","search","movies","maoyan","shopping"]},{"id":"mastodon/search","site":"mastodon","command":"search","description":"Search posts on a Mastodon instance","terms":["mastodon","mastodon","search","search","search","posts","mastodon","instance","social"]},{"id":"mastodon/statuses","site":"mastodon","command":"statuses","description":"Get recent public statuses from a Mastodon account","terms":["mastodon","mastodon","statuses","statuses","get","recent","public","statuses","from","mastodon","account","social"]},{"id":"mastodon/timeline","site":"mastodon","command":"timeline","description":"Get Mastodon public timeline","terms":["mastodon","mastodon","timeline","timeline","get","mastodon","public","timeline","social"]},{"id":"mastodon/trending","site":"mastodon","command":"trending","description":"Trending posts on a Mastodon instance (default mastodon.social)","terms":["mastodon","mastodon","trending","trending","trending","posts","mastodon","instance","default","mastodon","social","social"]},{"id":"mastodon/user","site":"mastodon","command":"user","description":"Get Mastodon user profile","terms":["mastodon","mastodon","user","user","get","mastodon","user","profile","social"]},{"id":"maven/artifact","site":"maven","command":"artifact","description":"Fetch Maven Central artifact version history","terms":["maven","maven","artifact","artifact","fetch","maven","central","artifact","version","history","dev"]},{"id":"maven/info","site":"maven","command":"info","description":"Get Maven Central artifact metadata","terms":["maven","maven","info","info","get","maven","central","artifact","metadata","dev"]},{"id":"maven/search","site":"maven","command":"search","description":"Search Maven Central artifacts","terms":["maven","maven","search","search","search","maven","central","artifacts","dev"]},{"id":"mdn/search","site":"mdn","command":"search","description":"Search MDN Web Docs by keyword","terms":["mdn","mdn","search","search","search","mdn","web","docs","keyword"]},{"id":"medium/article","site":"medium","command":"article","description":"Read a Medium article as Markdown","terms":["medium","medium","article","article","read","medium","article","markdown","content"]},{"id":"medium/feed","site":"medium","command":"feed","description":"Medium trending articles by topic","terms":["medium","medium","feed","feed","medium","trending","articles","topic","content"]},{"id":"medium/search","site":"medium","command":"search","description":"Search Medium articles","terms":["medium","medium","search","search","search","medium","articles","content"]},{"id":"medium/tag","site":"medium","command":"tag","description":"Latest Medium articles tagged with a keyword from RSS","terms":["medium","medium","tag","tag","latest","medium","articles","tagged","with","keyword","from","rss","content"]},{"id":"medium/trending","site":"medium","command":"trending","description":"Medium trending articles","terms":["medium","medium","trending","trending","medium","trending","articles","content"]},{"id":"medium/user","site":"medium","command":"user","description":"Medium user profile and recent articles","terms":["medium","medium","user","user","medium","user","profile","recent","articles","content"]},{"id":"meituan/search","site":"meituan","command":"search","description":"Search restaurants/shops on Meituan","terms":["meituan","meituan","search","search","search","restaurants","shops","meituan","shopping"]},{"id":"mermaid/render","site":"mermaid","command":"render","description":"Render Mermaid diagram code to an image file","terms":["mermaid","mermaid","render","render","render","mermaid","diagram","code","image","file","desktop"]},{"id":"minimax/chat","site":"minimax","command":"chat","description":"MiniMax M2 chat completion (OpenAI-compatible API)","terms":["minimax","minimax","chat","chat","minimax","m2","chat","completion","openai","compatible","api","ai"]},{"id":"minimax/models","site":"minimax","command":"models","description":"List available MiniMax models","terms":["minimax","minimax","models","models","list","available","minimax","models","ai"]},{"id":"minimax/tts","site":"minimax","command":"tts","description":"MiniMax text-to-speech generation","terms":["minimax","minimax","tts","tts","minimax","text","speech","generation","ai"]},{"id":"moegirl/links","site":"moegirl","command":"links","description":"Extract internal Moegirl article links from a page, useful for disambiguation pages","terms":["moegirl","moegirl","links","links","extract","internal","moegirl","article","links","from","page","useful","disambiguation","pages","reference"]},{"id":"moegirl/page","site":"moegirl","command":"page","description":"Read a Moegirl article as plain text with metadata","terms":["moegirl","moegirl","page","page","read","moegirl","article","plain","text","with","metadata","reference"]},{"id":"moegirl/search","site":"moegirl","command":"search","description":"Search Moegirl ACG wiki articles for characters, works, songs, games, and studios","terms":["moegirl","moegirl","search","search","search","moegirl","acg","wiki","articles","characters","works","songs","games","studios","reference"]},{"id":"motion-studio/component-get","site":"motion-studio","command":"component-get","description":"Fetch a Motion (motion.dev) example component as paste-ready code","terms":["motion-studio","motion","studio","component-get","component","get","fetch","motion","motion","dev","example","component","paste","ready","code"]},{"id":"mubu/doc","site":"mubu","command":"doc","description":"Read a Mubu document as Markdown-like text","terms":["mubu","mubu","doc","doc","read","mubu","document","markdown","like","text","productivity"]},{"id":"mubu/docs","site":"mubu","command":"docs","description":"List Mubu documents and folders","terms":["mubu","mubu","docs","docs","list","mubu","documents","folders","productivity"]},{"id":"mubu/list","site":"mubu","command":"list","description":"List Mubu documents","terms":["mubu","mubu","list","list","list","mubu","documents","productivity"]},{"id":"mubu/notes","site":"mubu","command":"notes","description":"Read Mubu quick notes for a date or date range","terms":["mubu","mubu","notes","notes","read","mubu","quick","notes","date","date","range","productivity"]},{"id":"mubu/recent","site":"mubu","command":"recent","description":"List recently edited Mubu documents","terms":["mubu","mubu","recent","recent","list","recently","edited","mubu","documents","productivity"]},{"id":"mubu/search","site":"mubu","command":"search","description":"Search Mubu notes","terms":["mubu","mubu","search","search","search","mubu","notes","productivity"]},{"id":"musescore/convert","site":"musescore","command":"convert","description":"Convert a MuseScore file to another format with explicit trim control","terms":["musescore","musescore","convert","convert","convert","musescore","file","another","format","with","explicit","trim","control","desktop"]},{"id":"musescore/export","site":"musescore","command":"export","description":"Export a MuseScore file to pdf, png, mp3, wav, midi, or musicxml (format inferred from output extension)","terms":["musescore","musescore","export","export","export","musescore","file","pdf","png","mp3","wav","midi","musicxml","format","inferred","from","output","extension","desktop"]},{"id":"musescore/info","site":"musescore","command":"info","description":"Extract metadata from a MuseScore file (title, composer, parts, measures)","terms":["musescore","musescore","info","info","extract","metadata","from","musescore","file","title","composer","parts","measures","desktop"]},{"id":"musescore/instruments","site":"musescore","command":"instruments","description":"List instruments/parts in a MuseScore file","terms":["musescore","musescore","instruments","instruments","list","instruments","parts","musescore","file","desktop"]},{"id":"musescore/transpose","site":"musescore","command":"transpose","description":"Transpose a score by semitones and export","terms":["musescore","musescore","transpose","transpose","transpose","score","semitones","export","desktop"]},{"id":"neonctl/projects","site":"neonctl","command":"projects","description":"List Neon database projects","terms":["neonctl","neonctl","projects","projects","list","neon","database","projects"]},{"id":"netease-music/click-text","site":"netease-music","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 NetEase Cloud Music","terms":["netease-music","netease","music","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","netease","cloud","music","audio"]},{"id":"netease-music/dump","site":"netease-music","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 NetEase Cloud Music","terms":["netease-music","netease","music","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","netease","cloud","music","audio"]},{"id":"netease-music/hot","site":"netease-music","command":"hot","description":"NetEase Cloud Music hot/trending songs","terms":["netease-music","netease","music","hot","hot","netease","cloud","music","hot","trending","songs","audio"]},{"id":"netease-music/next","site":"netease-music","command":"next","description":"Skip to next track in desktop Electron music app. 下一首 NetEase Cloud Music","terms":["netease-music","netease","music","next","next","skip","next","track","desktop","electron","music","app","下一首","netease","cloud","music","audio"]},{"id":"netease-music/open-app","site":"netease-music","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 NetEase Cloud Music","terms":["netease-music","netease","music","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","netease","cloud","music","audio"]},{"id":"netease-music/pause","site":"netease-music","command":"pause","description":"Pause playback in desktop Electron music app. 暂停音乐 NetEase Cloud Music","terms":["netease-music","netease","music","pause","pause","pause","playback","desktop","electron","music","app","暂停音乐","netease","cloud","music","audio"]},{"id":"netease-music/play","site":"netease-music","command":"play","description":"Start playback in desktop Electron music app. 播放音乐 NetEase Cloud Music","terms":["netease-music","netease","music","play","play","start","playback","desktop","electron","music","app","播放音乐","netease","cloud","music","audio"]},{"id":"netease-music/play-liked","site":"netease-music","command":"play-liked","description":"Open liked songs and play the liked playlist in desktop Electron music app. 打开我喜欢的音乐并播放 NetEase Cloud Music","terms":["netease-music","netease","music","play-liked","play","liked","open","liked","songs","play","liked","playlist","desktop","electron","music","app","打开我喜欢的音乐并播放","netease","cloud","music","audio"]},{"id":"netease-music/playlist","site":"netease-music","command":"playlist","description":"Get NetEase Cloud Music playlist tracks","terms":["netease-music","netease","music","playlist","playlist","get","netease","cloud","music","playlist","tracks","audio"]},{"id":"netease-music/press","site":"netease-music","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 NetEase Cloud Music","terms":["netease-music","netease","music","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","netease","cloud","music","audio"]},{"id":"netease-music/prev","site":"netease-music","command":"prev","description":"Skip to previous track in desktop Electron music app. 上一首 NetEase Cloud Music","terms":["netease-music","netease","music","prev","prev","skip","previous","track","desktop","electron","music","app","上一首","netease","cloud","music","audio"]},{"id":"netease-music/search","site":"netease-music","command":"search","description":"Search songs on NetEase Cloud Music","terms":["netease-music","netease","music","search","search","search","songs","netease","cloud","music","audio"]},{"id":"netease-music/snapshot-app","site":"netease-music","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 NetEase Cloud Music","terms":["netease-music","netease","music","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","netease","cloud","music","audio"]},{"id":"netease-music/status-app","site":"netease-music","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 NetEase Cloud Music","terms":["netease-music","netease","music","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","netease","cloud","music","audio"]},{"id":"netease-music/toggle","site":"netease-music","command":"toggle","description":"Toggle playback in desktop Electron music app. 切换播放暂停 NetEase Cloud Music","terms":["netease-music","netease","music","toggle","toggle","toggle","playback","desktop","electron","music","app","切换播放暂停","netease","cloud","music","audio"]},{"id":"netease-music/top","site":"netease-music","command":"top","description":"NetEase Cloud Music top charts","terms":["netease-music","netease","music","top","top","netease","cloud","music","top","charts","audio"]},{"id":"netease-music/type-text","site":"netease-music","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 NetEase Cloud Music","terms":["netease-music","netease","music","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","netease","cloud","music","audio"]},{"id":"netlify/sites","site":"netlify","command":"sites","description":"List Netlify sites","terms":["netlify","netlify","sites","sites","list","netlify","sites"]},{"id":"neurips/search","site":"neurips","command":"search","description":"Search NeurIPS proceedings by year","terms":["neurips","neurips","search","search","search","neurips","proceedings","year","scholarly"]},{"id":"notebooklm/current","site":"notebooklm","command":"current","description":"Get current NotebookLM notebook info","terms":["notebooklm","notebooklm","current","current","get","current","notebooklm","notebook","info","ai"]},{"id":"notebooklm/get","site":"notebooklm","command":"get","description":"Get NotebookLM notebook details","terms":["notebooklm","notebooklm","get","get","get","notebooklm","notebook","details","ai"]},{"id":"notebooklm/history","site":"notebooklm","command":"history","description":"Get NotebookLM chat history for a notebook","terms":["notebooklm","notebooklm","history","history","get","notebooklm","chat","history","notebook","ai"]},{"id":"notebooklm/list","site":"notebooklm","command":"list","description":"List all NotebookLM notebooks","terms":["notebooklm","notebooklm","list","list","list","all","notebooklm","notebooks","ai"]},{"id":"notebooklm/note-list","site":"notebooklm","command":"note-list","description":"List notes in a NotebookLM notebook","terms":["notebooklm","notebooklm","note-list","note","list","list","notes","notebooklm","notebook","ai"]},{"id":"notebooklm/notes-get","site":"notebooklm","command":"notes-get","description":"Get a specific note from NotebookLM","terms":["notebooklm","notebooklm","notes-get","notes","get","get","specific","note","from","notebooklm","ai"]},{"id":"notebooklm/open","site":"notebooklm","command":"open","description":"Open a NotebookLM notebook by ID","terms":["notebooklm","notebooklm","open","open","open","notebooklm","notebook","id","ai"]},{"id":"notebooklm/rpc","site":"notebooklm","command":"rpc","description":"Make a raw RPC call to NotebookLM backend","terms":["notebooklm","notebooklm","rpc","rpc","make","raw","rpc","call","notebooklm","backend","ai"]},{"id":"notebooklm/shared","site":"notebooklm","command":"shared","description":"List shared NotebookLM notebooks","terms":["notebooklm","notebooklm","shared","shared","list","shared","notebooklm","notebooks","ai"]},{"id":"notebooklm/source-fulltext","site":"notebooklm","command":"source-fulltext","description":"Get full text of a NotebookLM source","terms":["notebooklm","notebooklm","source-fulltext","source","fulltext","get","full","text","notebooklm","source","ai"]},{"id":"notebooklm/source-get","site":"notebooklm","command":"source-get","description":"Get a specific source from NotebookLM","terms":["notebooklm","notebooklm","source-get","source","get","get","specific","source","from","notebooklm","ai"]},{"id":"notebooklm/source-guide","site":"notebooklm","command":"source-guide","description":"Get NotebookLM source study guide","terms":["notebooklm","notebooklm","source-guide","source","guide","get","notebooklm","source","study","guide","ai"]},{"id":"notebooklm/source-list","site":"notebooklm","command":"source-list","description":"List sources in a NotebookLM notebook","terms":["notebooklm","notebooklm","source-list","source","list","list","sources","notebooklm","notebook","ai"]},{"id":"notebooklm/status","site":"notebooklm","command":"status","description":"Check NotebookLM login status","terms":["notebooklm","notebooklm","status","status","check","notebooklm","login","status","ai"]},{"id":"notebooklm/summary","site":"notebooklm","command":"summary","description":"Get NotebookLM notebook summary","terms":["notebooklm","notebooklm","summary","summary","get","notebooklm","notebook","summary","ai"]},{"id":"notion/click-text","site":"notion","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Notion","terms":["notion","notion","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","notion","productivity"]},{"id":"notion/databases","site":"notion","command":"databases","description":"List Notion databases","terms":["notion","notion","databases","databases","list","notion","databases","productivity"]},{"id":"notion/dump","site":"notion","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Notion","terms":["notion","notion","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","notion","productivity"]},{"id":"notion/export","site":"notion","command":"export","description":"Export current Notion page as markdown","terms":["notion","notion","export","export","export","current","notion","page","markdown","productivity"]},{"id":"notion/favorites","site":"notion","command":"favorites","description":"List Notion favorites","terms":["notion","notion","favorites","favorites","list","notion","favorites","productivity"]},{"id":"notion/new","site":"notion","command":"new","description":"Create new Notion page","terms":["notion","notion","new","new","create","new","notion","page","productivity"]},{"id":"notion/open-app","site":"notion","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Notion","terms":["notion","notion","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","notion","productivity"]},{"id":"notion/pages","site":"notion","command":"pages","description":"List recent Notion pages","terms":["notion","notion","pages","pages","list","recent","notion","pages","productivity"]},{"id":"notion/press","site":"notion","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Notion","terms":["notion","notion","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","notion","productivity"]},{"id":"notion/read","site":"notion","command":"read","description":"Read current Notion page content","terms":["notion","notion","read","read","read","current","notion","page","content","productivity"]},{"id":"notion/screenshot","site":"notion","command":"screenshot","description":"Screenshot current Notion page","terms":["notion","notion","screenshot","screenshot","screenshot","current","notion","page","productivity"]},{"id":"notion/search","site":"notion","command":"search","description":"Search Notion pages via web API","terms":["notion","notion","search","search","search","notion","pages","via","web","api","productivity"]},{"id":"notion/sidebar","site":"notion","command":"sidebar","description":"Read Notion sidebar navigation","terms":["notion","notion","sidebar","sidebar","read","notion","sidebar","navigation","productivity"]},{"id":"notion/snapshot-app","site":"notion","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Notion","terms":["notion","notion","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","notion","productivity"]},{"id":"notion/status","site":"notion","command":"status","description":"Notion workspace status","terms":["notion","notion","status","status","notion","workspace","status","productivity"]},{"id":"notion/status-app","site":"notion","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Notion","terms":["notion","notion","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","notion","productivity"]},{"id":"notion/type-text","site":"notion","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Notion","terms":["notion","notion","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","notion","productivity"]},{"id":"notion/write","site":"notion","command":"write","description":"Append text to current Notion page","terms":["notion","notion","write","write","append","text","current","notion","page","productivity"]},{"id":"novita/generate","site":"novita","command":"generate","description":"Generate an image using Novita AI text-to-image API","terms":["novita","novita","generate","generate","generate","image","using","novita","ai","text","image","api","ai"]},{"id":"novita/models","site":"novita","command":"models","description":"List available AI models on Novita platform","terms":["novita","novita","models","models","list","available","ai","models","novita","platform","ai"]},{"id":"novita/status","site":"novita","command":"status","description":"Check the status of a Novita AI generation task","terms":["novita","novita","status","status","check","status","novita","ai","generation","task","ai"]},{"id":"nowcoder/companies","site":"nowcoder","command":"companies","description":"牛客面试题热门公司 / Nowcoder hot companies for interview prep","terms":["nowcoder","nowcoder","companies","companies","牛客面试题热门公司","nowcoder","hot","companies","interview","prep","jobs"]},{"id":"nowcoder/creators","site":"nowcoder","command":"creators","description":"牛客创作者榜 / Nowcoder creator leaderboard","terms":["nowcoder","nowcoder","creators","creators","牛客创作者榜","nowcoder","creator","leaderboard","jobs"]},{"id":"nowcoder/detail","site":"nowcoder","command":"detail","description":"牛客帖子详情 / Nowcoder post detail by ID, UUID, or URL","terms":["nowcoder","nowcoder","detail","detail","牛客帖子详情","nowcoder","post","detail","id","uuid","url","jobs"]},{"id":"nowcoder/experience","site":"nowcoder","command":"experience","description":"牛客面经帖子 / Nowcoder interview experience posts","terms":["nowcoder","nowcoder","experience","experience","牛客面经帖子","nowcoder","interview","experience","posts","jobs"]},{"id":"nowcoder/hot","site":"nowcoder","command":"hot","description":"牛客热搜榜 / Nowcoder hot search ranking","terms":["nowcoder","nowcoder","hot","hot","牛客热搜榜","nowcoder","hot","search","ranking","jobs"]},{"id":"nowcoder/jobs","site":"nowcoder","command":"jobs","description":"牛客职业方向列表 / Nowcoder career categories","terms":["nowcoder","nowcoder","jobs","jobs","牛客职业方向列表","nowcoder","career","categories","jobs"]},{"id":"nowcoder/notifications","site":"nowcoder","command":"notifications","description":"牛客未读消息摘要 / Nowcoder unread message summary","terms":["nowcoder","nowcoder","notifications","notifications","牛客未读消息摘要","nowcoder","unread","message","summary","jobs"]},{"id":"nowcoder/papers","site":"nowcoder","command":"papers","description":"牛客公司真题试卷 / Nowcoder interview question papers","terms":["nowcoder","nowcoder","papers","papers","牛客公司真题试卷","nowcoder","interview","question","papers","jobs"]},{"id":"nowcoder/practice","site":"nowcoder","command":"practice","description":"牛客专项练习题库 / Nowcoder practice question categories","terms":["nowcoder","nowcoder","practice","practice","牛客专项练习题库","nowcoder","practice","question","categories","jobs"]},{"id":"nowcoder/recommend","site":"nowcoder","command":"recommend","description":"牛客推荐流 / Nowcoder recommended feed","terms":["nowcoder","nowcoder","recommend","recommend","牛客推荐流","nowcoder","recommended","feed","jobs"]},{"id":"nowcoder/referral","site":"nowcoder","command":"referral","description":"牛客内推帖子 / Nowcoder referral posts","terms":["nowcoder","nowcoder","referral","referral","牛客内推帖子","nowcoder","referral","posts","jobs"]},{"id":"nowcoder/salary","site":"nowcoder","command":"salary","description":"牛客薪资爆料帖子 / Nowcoder salary disclosure posts","terms":["nowcoder","nowcoder","salary","salary","牛客薪资爆料帖子","nowcoder","salary","disclosure","posts","jobs"]},{"id":"nowcoder/search","site":"nowcoder","command":"search","description":"牛客全文搜索 / Nowcoder full-text search","terms":["nowcoder","nowcoder","search","search","牛客全文搜索","nowcoder","full","text","search","jobs"]},{"id":"nowcoder/suggest","site":"nowcoder","command":"suggest","description":"牛客搜索建议 / Nowcoder search suggestions","terms":["nowcoder","nowcoder","suggest","suggest","牛客搜索建议","nowcoder","search","suggestions","jobs"]},{"id":"nowcoder/topics","site":"nowcoder","command":"topics","description":"牛客热门讨论话题 / Nowcoder hot topics","terms":["nowcoder","nowcoder","topics","topics","牛客热门讨论话题","nowcoder","hot","topics","jobs"]},{"id":"nowcoder/trending","site":"nowcoder","command":"trending","description":"牛客热门帖子 / Nowcoder trending posts","terms":["nowcoder","nowcoder","trending","trending","牛客热门帖子","nowcoder","trending","posts","jobs"]},{"id":"npm/downloads","site":"npm","command":"downloads","description":"Get npm package download stats","terms":["npm","npm","downloads","downloads","get","npm","package","download","stats","dev"]},{"id":"npm/info","site":"npm","command":"info","description":"Get npm package details","terms":["npm","npm","info","info","get","npm","package","details","dev"]},{"id":"npm/package","site":"npm","command":"package","description":"Single npm package metadata","terms":["npm","npm","package","package","single","npm","package","metadata","dev"]},{"id":"npm/search","site":"npm","command":"search","description":"Search npm packages","terms":["npm","npm","search","search","search","npm","packages","dev"]},{"id":"npm/versions","site":"npm","command":"versions","description":"List all versions of an npm package","terms":["npm","npm","versions","versions","list","all","versions","npm","package","dev"]},{"id":"npm-trends/compare","site":"npm-trends","command":"compare","description":"Compare npm package download counts","terms":["npm-trends","npm","trends","compare","compare","compare","npm","package","download","counts","dev"]},{"id":"npm-trends/trending","site":"npm-trends","command":"trending","description":"Get trending npm packages","terms":["npm-trends","npm","trends","trending","trending","get","trending","npm","packages","dev"]},{"id":"nuget/info","site":"nuget","command":"info","description":"Get NuGet package metadata","terms":["nuget","nuget","info","info","get","nuget","package","metadata","dev"]},{"id":"nuget/package","site":"nuget","command":"package","description":"Full NuGet package version history","terms":["nuget","nuget","package","package","full","nuget","package","version","history","dev"]},{"id":"nuget/search","site":"nuget","command":"search","description":"Search NuGet packages","terms":["nuget","nuget","search","search","search","nuget","packages","dev"]},{"id":"nvd/cve","site":"nvd","command":"cve","description":"NIST NVD CVE detail","terms":["nvd","nvd","cve","cve","nist","nvd","cve","detail"]},{"id":"nytimes/search","site":"nytimes","command":"search","description":"Search NYTimes articles","terms":["nytimes","nytimes","search","search","search","nytimes","articles","news"]},{"id":"nytimes/top","site":"nytimes","command":"top","description":"New York Times top stories via RSS","terms":["nytimes","nytimes","top","top","new","york","times","top","stories","via","rss","news"]},{"id":"obs/record-start","site":"obs","command":"record-start","description":"Start OBS recording","terms":["obs","obs","record-start","record","start","start","obs","recording","desktop"]},{"id":"obs/record-stop","site":"obs","command":"record-stop","description":"Stop OBS recording and return output file path","terms":["obs","obs","record-stop","record","stop","stop","obs","recording","return","output","file","path","desktop"]},{"id":"obs/scenes","site":"obs","command":"scenes","description":"List all OBS scenes","terms":["obs","obs","scenes","scenes","list","all","obs","scenes","desktop"]},{"id":"obs/screenshot","site":"obs","command":"screenshot","description":"Save a screenshot of the current OBS output","terms":["obs","obs","screenshot","screenshot","save","screenshot","current","obs","output","desktop"]},{"id":"obs/sources","site":"obs","command":"sources","description":"List all sources in the current OBS scene","terms":["obs","obs","sources","sources","list","all","sources","current","obs","scene","desktop"]},{"id":"obs/status","site":"obs","command":"status","description":"Get current OBS streaming and recording status","terms":["obs","obs","status","status","get","current","obs","streaming","recording","status","desktop"]},{"id":"obs/stream-start","site":"obs","command":"stream-start","description":"Start OBS streaming","terms":["obs","obs","stream-start","stream","start","start","obs","streaming","desktop"]},{"id":"obs/stream-stop","site":"obs","command":"stream-stop","description":"Stop OBS streaming","terms":["obs","obs","stream-stop","stream","stop","stop","obs","streaming","desktop"]},{"id":"obsidian/click-text","site":"obsidian","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Obsidian","terms":["obsidian","obsidian","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","obsidian","productivity"]},{"id":"obsidian/daily","site":"obsidian","command":"daily","description":"Open today's daily note in an Obsidian vault","terms":["obsidian","obsidian","daily","daily","open","today","daily","note","obsidian","vault","productivity"]},{"id":"obsidian/dump","site":"obsidian","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Obsidian","terms":["obsidian","obsidian","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","obsidian","productivity"]},{"id":"obsidian/open","site":"obsidian","command":"open","description":"Open an Obsidian vault or specific note","terms":["obsidian","obsidian","open","open","open","obsidian","vault","specific","note","productivity"]},{"id":"obsidian/open-app","site":"obsidian","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Obsidian","terms":["obsidian","obsidian","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","obsidian","productivity"]},{"id":"obsidian/press","site":"obsidian","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Obsidian","terms":["obsidian","obsidian","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","obsidian","productivity"]},{"id":"obsidian/search","site":"obsidian","command":"search","description":"Search for text within an Obsidian vault","terms":["obsidian","obsidian","search","search","search","text","within","obsidian","vault","productivity"]},{"id":"obsidian/snapshot-app","site":"obsidian","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Obsidian","terms":["obsidian","obsidian","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","obsidian","productivity"]},{"id":"obsidian/status-app","site":"obsidian","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Obsidian","terms":["obsidian","obsidian","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","obsidian","productivity"]},{"id":"obsidian/type-text","site":"obsidian","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Obsidian","terms":["obsidian","obsidian","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","obsidian","productivity"]},{"id":"oeis/search","site":"oeis","command":"search","description":"Search OEIS sequences by keyword or numeric pattern","terms":["oeis","oeis","search","search","search","oeis","sequences","keyword","numeric","pattern"]},{"id":"oeis/sequence","site":"oeis","command":"sequence","description":"Fetch OEIS sequence detail by A-number","terms":["oeis","oeis","sequence","sequence","fetch","oeis","sequence","detail","number"]},{"id":"ollama/generate","site":"ollama","command":"generate","description":"Generate text with an Ollama model","terms":["ollama","ollama","generate","generate","generate","text","with","ollama","model","ai"]},{"id":"ollama/list","site":"ollama","command":"list","description":"List locally installed Ollama models","terms":["ollama","ollama","list","list","list","locally","installed","ollama","models","ai"]},{"id":"ollama/models","site":"ollama","command":"models","description":"List available Ollama models in registry","terms":["ollama","ollama","models","models","list","available","ollama","models","registry","ai"]},{"id":"ollama/ps","site":"ollama","command":"ps","description":"List running Ollama models","terms":["ollama","ollama","ps","ps","list","running","ollama","models","ai"]},{"id":"ones/enrich-tasks","site":"ones","command":"enrich-tasks","description":"Enrich ONES tasks with additional field data","terms":["ones","ones","enrich-tasks","enrich","tasks","enrich","ones","tasks","with","additional","field","data","productivity"]},{"id":"ones/login","site":"ones","command":"login","description":"Login to ONES Project","terms":["ones","ones","login","login","login","ones","project","productivity"]},{"id":"ones/logout","site":"ones","command":"logout","description":"Logout from ONES Project","terms":["ones","ones","logout","logout","logout","from","ones","project","productivity"]},{"id":"ones/me","site":"ones","command":"me","description":"Get current ONES user info","terms":["ones","ones","me","me","get","current","ones","user","info","productivity"]},{"id":"ones/my-tasks","site":"ones","command":"my-tasks","description":"List my ONES tasks","terms":["ones","ones","my-tasks","my","tasks","list","ones","tasks","productivity"]},{"id":"ones/resolve-labels","site":"ones","command":"resolve-labels","description":"Resolve ONES label/tag UUIDs to names","terms":["ones","ones","resolve-labels","resolve","labels","resolve","ones","label","tag","uuids","names","productivity"]},{"id":"ones/task","site":"ones","command":"task","description":"Get ONES task details","terms":["ones","ones","task","task","get","ones","task","details","productivity"]},{"id":"ones/task-helpers","site":"ones","command":"task-helpers","description":"List ONES task field options (statuses, priorities, types)","terms":["ones","ones","task-helpers","task","helpers","list","ones","task","field","options","statuses","priorities","types","productivity"]},{"id":"ones/tasks","site":"ones","command":"tasks","description":"List ONES tasks with optional filter","terms":["ones","ones","tasks","tasks","list","ones","tasks","with","optional","filter","productivity"]},{"id":"ones/token-info","site":"ones","command":"token-info","description":"Get ONES auth token information","terms":["ones","ones","token-info","token","info","get","ones","auth","token","information","productivity"]},{"id":"ones/worklog","site":"ones","command":"worklog","description":"List ONES work logs","terms":["ones","ones","worklog","worklog","list","ones","work","logs","productivity"]},{"id":"openalex/search","site":"openalex","command":"search","description":"Search OpenAlex Works by keyword","terms":["openalex","openalex","search","search","search","openalex","works","keyword","scholarly"]},{"id":"openalex/work","site":"openalex","command":"work","description":"Fetch a single OpenAlex Work","terms":["openalex","openalex","work","work","fetch","single","openalex","work","scholarly"]},{"id":"opencode/version","site":"opencode","command":"version","description":"Check OpenCode CLI version","terms":["opencode","opencode","version","version","check","opencode","cli","version","dev"]},{"id":"openfda/drug-label","site":"openfda","command":"drug-label","description":"Search FDA drug labels by brand or generic name","terms":["openfda","openfda","drug-label","drug","label","search","fda","drug","labels","brand","generic","name"]},{"id":"openfda/food-recall","site":"openfda","command":"food-recall","description":"Search FDA food recall and enforcement actions","terms":["openfda","openfda","food-recall","food","recall","search","fda","food","recall","enforcement","actions"]},{"id":"openharness/memory-read","site":"openharness","command":"memory-read","description":"Read OpenHarness MEMORY.md and per-topic memory files (~/.openharness/memory/)","terms":["openharness","openharness","memory-read","memory","read","read","openharness","memory","md","per","topic","memory","files","openharness","memory","dev"]},{"id":"openharness/skills-list","site":"openharness","command":"skills-list","description":"List skills installed in the local OpenHarness (~/.openharness/skills/)","terms":["openharness","openharness","skills-list","skills","list","list","skills","installed","local","openharness","openharness","skills","dev"]},{"id":"openreview/author","site":"openreview","command":"author","description":"List OpenReview submissions by author profile id","terms":["openreview","openreview","author","author","list","openreview","submissions","author","profile","id","scholarly"]},{"id":"openreview/paper","site":"openreview","command":"paper","description":"Show full metadata for a single OpenReview paper","terms":["openreview","openreview","paper","paper","show","full","metadata","single","openreview","paper","scholarly"]},{"id":"openreview/reviews","site":"openreview","command":"reviews","description":"Show paper, reviews, decisions, and comments for an OpenReview forum","terms":["openreview","openreview","reviews","reviews","show","paper","reviews","decisions","comments","openreview","forum","scholarly"]},{"id":"openreview/search","site":"openreview","command":"search","description":"Search OpenReview papers by free-text query","terms":["openreview","openreview","search","search","search","openreview","papers","free","text","query","scholarly"]},{"id":"openreview/venue","site":"openreview","command":"venue","description":"List papers at an OpenReview venue or invitation","terms":["openreview","openreview","venue","venue","list","papers","openreview","venue","invitation","scholarly"]},{"id":"openrouter/models","site":"openrouter","command":"models","description":"List all available AI models on OpenRouter","terms":["openrouter","openrouter","models","models","list","all","available","ai","models","openrouter","ai"]},{"id":"openrouter/search","site":"openrouter","command":"search","description":"Search OpenRouter AI models","terms":["openrouter","openrouter","search","search","search","openrouter","ai","models","ai"]},{"id":"osv/query","site":"osv","command":"query","description":"OSV.dev vulnerabilities affecting a package","terms":["osv","osv","query","query","osv","dev","vulnerabilities","affecting","package","dev"]},{"id":"osv/vulnerability","site":"osv","command":"vulnerability","description":"Single OSV.dev vulnerability detail","terms":["osv","osv","vulnerability","vulnerability","single","osv","dev","vulnerability","detail","dev"]},{"id":"packagist/info","site":"packagist","command":"info","description":"Get Packagist Composer package metadata","terms":["packagist","packagist","info","info","get","packagist","composer","package","metadata","dev"]},{"id":"packagist/package","site":"packagist","command":"package","description":"Fetch Packagist package metadata","terms":["packagist","packagist","package","package","fetch","packagist","package","metadata","dev"]},{"id":"packagist/search","site":"packagist","command":"search","description":"Search Packagist Composer packages","terms":["packagist","packagist","search","search","search","packagist","composer","packages","dev"]},{"id":"pandoc/convert","site":"pandoc","command":"convert","description":"Convert documents between formats (markdown, html, pdf, docx, and more)","terms":["pandoc","pandoc","convert","convert","convert","documents","between","formats","markdown","html","pdf","docx","more","desktop"]},{"id":"paperreview/feedback","site":"paperreview","command":"feedback","description":"Submit a paper draft for AI feedback","terms":["paperreview","paperreview","feedback","feedback","submit","paper","draft","ai","feedback","scholarly"]},{"id":"paperreview/review","site":"paperreview","command":"review","description":"Submit a paper for AI review","terms":["paperreview","paperreview","review","review","submit","paper","ai","review","scholarly"]},{"id":"paperreview/submit","site":"paperreview","command":"submit","description":"Submit a paper to a venue via paperreview.ai","terms":["paperreview","paperreview","submit","submit","submit","paper","venue","via","paperreview","ai","scholarly"]},{"id":"patsnap/get","site":"patsnap","command":"get","description":"Retrieve one PatSnap patent record by publication number","terms":["patsnap","patsnap","get","get","retrieve","one","patsnap","patent","record","publication","number","patent"]},{"id":"patsnap/search","site":"patsnap","command":"search","description":"PatSnap Eureka patent search via OAuth2 client_credentials","terms":["patsnap","patsnap","search","search","patsnap","eureka","patent","search","via","oauth2","client","credentials","patent"]},{"id":"pdf/read","site":"pdf","command":"read","description":"Extract text from a local PDF file","terms":["pdf","pdf","read","read","extract","text","from","local","pdf","file"]},{"id":"perplexity/ask","site":"perplexity","command":"ask","description":"Ask Perplexity AI a question via API","terms":["perplexity","perplexity","ask","ask","ask","perplexity","ai","question","via","api","ai"]},{"id":"perplexity/click-text","site":"perplexity","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Perplexity","terms":["perplexity","perplexity","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","perplexity","ai"]},{"id":"perplexity/dump","site":"perplexity","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Perplexity","terms":["perplexity","perplexity","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","perplexity","ai"]},{"id":"perplexity/open-app","site":"perplexity","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Perplexity","terms":["perplexity","perplexity","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","perplexity","ai"]},{"id":"perplexity/press","site":"perplexity","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Perplexity","terms":["perplexity","perplexity","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","perplexity","ai"]},{"id":"perplexity/snapshot-app","site":"perplexity","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Perplexity","terms":["perplexity","perplexity","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","perplexity","ai"]},{"id":"perplexity/status-app","site":"perplexity","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Perplexity","terms":["perplexity","perplexity","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","perplexity","ai"]},{"id":"perplexity/type-text","site":"perplexity","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Perplexity","terms":["perplexity","perplexity","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","perplexity","ai"]},{"id":"pexels/curated","site":"pexels","command":"curated","description":"Get Pexels curated photos","terms":["pexels","pexels","curated","curated","get","pexels","curated","photos"]},{"id":"pexels/search","site":"pexels","command":"search","description":"Search free stock photos on Pexels","terms":["pexels","pexels","search","search","search","free","stock","photos","pexels"]},{"id":"pinduoduo/hot","site":"pinduoduo","command":"hot","description":"Pinduoduo hot/trending products","terms":["pinduoduo","pinduoduo","hot","hot","pinduoduo","hot","trending","products","shopping"]},{"id":"pinduoduo/search","site":"pinduoduo","command":"search","description":"Search Pinduoduo products","terms":["pinduoduo","pinduoduo","search","search","search","pinduoduo","products","shopping"]},{"id":"pixiv/detail","site":"pixiv","command":"detail","description":"View Pixiv illustration details","terms":["pixiv","pixiv","detail","detail","view","pixiv","illustration","details","content"]},{"id":"pixiv/download","site":"pixiv","command":"download","description":"Download Pixiv illustration images","terms":["pixiv","pixiv","download","download","download","pixiv","illustration","images","content"]},{"id":"pixiv/illusts","site":"pixiv","command":"illusts","description":"List a Pixiv user's illustrations","terms":["pixiv","pixiv","illusts","illusts","list","pixiv","user","illustrations","content"]},{"id":"pixiv/ranking","site":"pixiv","command":"ranking","description":"Pixiv illustration rankings","terms":["pixiv","pixiv","ranking","ranking","pixiv","illustration","rankings","content"]},{"id":"pixiv/search","site":"pixiv","command":"search","description":"Search Pixiv illustrations","terms":["pixiv","pixiv","search","search","search","pixiv","illustrations","content"]},{"id":"pixiv/user","site":"pixiv","command":"user","description":"View Pixiv artist profile","terms":["pixiv","pixiv","user","user","view","pixiv","artist","profile","content"]},{"id":"pmlr/paper","site":"pmlr","command":"paper","description":"Fetch a PMLR paper by id inside a proceedings volume","terms":["pmlr","pmlr","paper","paper","fetch","pmlr","paper","id","inside","proceedings","volume","scholarly"]},{"id":"pmlr/search","site":"pmlr","command":"search","description":"Search a PMLR proceedings volume (e.g. v235 for ICML 2024)","terms":["pmlr","pmlr","search","search","search","pmlr","proceedings","volume","v235","icml","2024","scholarly"]},{"id":"powerchina/search","site":"powerchina","command":"search","description":"Search PowerChina procurement notices","terms":["powerchina","powerchina","search","search","search","powerchina","procurement","notices"]},{"id":"powerpoint/add-slide","site":"powerpoint","command":"add-slide","description":"Append a title/body slide to the active Microsoft PowerPoint presentation","terms":["powerpoint","powerpoint","add-slide","add","slide","append","title","body","slide","active","microsoft","powerpoint","presentation","desktop"]},{"id":"powerpoint/insert-image","site":"powerpoint","command":"insert-image","description":"Insert a local image into the active Microsoft PowerPoint slide","terms":["powerpoint","powerpoint","insert-image","insert","image","insert","local","image","into","active","microsoft","powerpoint","slide","desktop"]},{"id":"powerpoint/insert-link","site":"powerpoint","command":"insert-link","description":"Insert linked text on the active Microsoft PowerPoint slide","terms":["powerpoint","powerpoint","insert-link","insert","link","insert","linked","text","active","microsoft","powerpoint","slide","desktop"]},{"id":"powerpoint/list","site":"powerpoint","command":"list","description":"List open Microsoft PowerPoint presentations","terms":["powerpoint","powerpoint","list","list","list","open","microsoft","powerpoint","presentations","desktop"]},{"id":"powerpoint/set-font","site":"powerpoint","command":"set-font","description":"Apply a font to text on the active Microsoft PowerPoint slide","terms":["powerpoint","powerpoint","set-font","set","font","apply","font","text","active","microsoft","powerpoint","slide","desktop"]},{"id":"powerpoint/slides","site":"powerpoint","command":"slides","description":"List slide text snippets from the active Microsoft PowerPoint presentation","terms":["powerpoint","powerpoint","slides","slides","list","slide","text","snippets","from","active","microsoft","powerpoint","presentation","desktop"]},{"id":"powerpoint/status","site":"powerpoint","command":"status","description":"Check Microsoft PowerPoint running state without enumerating presentations","terms":["powerpoint","powerpoint","status","status","check","microsoft","powerpoint","running","state","without","enumerating","presentations","desktop"]},{"id":"pqai/prior-art","site":"pqai","command":"prior-art","description":"Semantic prior-art retrieval via PQAI's embedding-based ranker","terms":["pqai","pqai","prior-art","prior","art","semantic","prior","art","retrieval","via","pqai","embedding","based","ranker","patent"]},{"id":"pqai/search","site":"pqai","command":"search","description":"Keyword + semantic patent search through PQAI's hybrid index","terms":["pqai","pqai","search","search","keyword","semantic","patent","search","through","pqai","hybrid","index","patent"]},{"id":"producthunt/browse","site":"producthunt","command":"browse","description":"Browse Product Hunt products by category","terms":["producthunt","producthunt","browse","browse","browse","product","hunt","products","category","dev"]},{"id":"producthunt/hot","site":"producthunt","command":"hot","description":"ProductHunt trending products (RSS)","terms":["producthunt","producthunt","hot","hot","producthunt","trending","products","rss","dev"]},{"id":"producthunt/posts","site":"producthunt","command":"posts","description":"Latest Product Hunt launches","terms":["producthunt","producthunt","posts","posts","latest","product","hunt","launches","dev"]},{"id":"producthunt/search","site":"producthunt","command":"search","description":"Search Product Hunt products","terms":["producthunt","producthunt","search","search","search","product","hunt","products","dev"]},{"id":"producthunt/today","site":"producthunt","command":"today","description":"Today's top Product Hunt launches","terms":["producthunt","producthunt","today","today","today","top","product","hunt","launches","dev"]},{"id":"pscale/databases","site":"pscale","command":"databases","description":"List PlanetScale databases","terms":["pscale","pscale","databases","databases","list","planetscale","databases"]},{"id":"pub-dev/info","site":"pub-dev","command":"info","description":"Get Dart and Flutter package metadata from pub.dev","terms":["pub-dev","pub","dev","info","info","get","dart","flutter","package","metadata","from","pub","dev","dev"]},{"id":"pub-dev/search","site":"pub-dev","command":"search","description":"Search Dart and Flutter packages on pub.dev","terms":["pub-dev","pub","dev","search","search","search","dart","flutter","packages","pub","dev","dev"]},{"id":"pubmed/article","site":"pubmed","command":"article","description":"Get detailed information for a PubMed article by PMID","terms":["pubmed","pubmed","article","article","get","detailed","information","pubmed","article","pmid","scholarly"]},{"id":"pubmed/author","site":"pubmed","command":"author","description":"Search PubMed articles by author name","terms":["pubmed","pubmed","author","author","search","pubmed","articles","author","name","scholarly"]},{"id":"pubmed/citations","site":"pubmed","command":"citations","description":"Get PubMed citation relationships for an article","terms":["pubmed","pubmed","citations","citations","get","pubmed","citation","relationships","article","scholarly"]},{"id":"pubmed/related","site":"pubmed","command":"related","description":"Find articles related to a PubMed article","terms":["pubmed","pubmed","related","related","find","articles","related","pubmed","article","scholarly"]},{"id":"pubmed/search","site":"pubmed","command":"search","description":"Search PubMed articles","terms":["pubmed","pubmed","search","search","search","pubmed","articles","scholarly"]},{"id":"pypi/downloads","site":"pypi","command":"downloads","description":"PyPI download stats for a package","terms":["pypi","pypi","downloads","downloads","pypi","download","stats","package","dev"]},{"id":"pypi/info","site":"pypi","command":"info","description":"Get PyPI package details","terms":["pypi","pypi","info","info","get","pypi","package","details","dev"]},{"id":"pypi/package","site":"pypi","command":"package","description":"Single PyPI package metadata","terms":["pypi","pypi","package","package","single","pypi","package","metadata","dev"]},{"id":"pypi/search","site":"pypi","command":"search","description":"Search PyPI packages via warehouse API","terms":["pypi","pypi","search","search","search","pypi","packages","via","warehouse","api","dev"]},{"id":"pypi/versions","site":"pypi","command":"versions","description":"List all versions of a PyPI package","terms":["pypi","pypi","versions","versions","list","all","versions","pypi","package","dev"]},{"id":"quark/ls","site":"quark","command":"ls","description":"List files in Quark cloud drive","terms":["quark","quark","ls","ls","list","files","quark","cloud","drive","productivity"]},{"id":"quark/mkdir","site":"quark","command":"mkdir","description":"Create a folder in Quark Drive","terms":["quark","quark","mkdir","mkdir","create","folder","quark","drive","productivity"]},{"id":"quark/mv","site":"quark","command":"mv","description":"Move Quark Drive files to a target folder fid","terms":["quark","quark","mv","mv","move","quark","drive","files","target","folder","fid","productivity"]},{"id":"quark/rename","site":"quark","command":"rename","description":"Rename a Quark Drive file or folder","terms":["quark","quark","rename","rename","rename","quark","drive","file","folder","productivity"]},{"id":"quark/rm","site":"quark","command":"rm","description":"Delete Quark Drive files or folders by fid list","terms":["quark","quark","rm","rm","delete","quark","drive","files","folders","fid","list","productivity"]},{"id":"quark/save","site":"quark","command":"save","description":"Save a Quark share into the active Drive account","terms":["quark","quark","save","save","save","quark","share","into","active","drive","account","productivity"]},{"id":"quark/search","site":"quark","command":"search","description":"Search files in Quark cloud drive","terms":["quark","quark","search","search","search","files","quark","cloud","drive","productivity"]},{"id":"quark/share-tree","site":"quark","command":"share-tree","description":"Read a Quark share page directory tree","terms":["quark","quark","share-tree","share","tree","read","quark","share","page","directory","tree","productivity"]},{"id":"qweather/forecast","site":"qweather","command":"forecast","description":"Weather forecast from QWeather","terms":["qweather","qweather","forecast","forecast","weather","forecast","from","qweather","utility"]},{"id":"qweather/now","site":"qweather","command":"now","description":"Current weather from QWeather (和风天气, free tier)","terms":["qweather","qweather","now","now","current","weather","from","qweather","和风天气","free","tier","utility"]},{"id":"qwen/ask","site":"qwen","command":"ask","description":"Send a prompt to Qwen and return the assistant reply","terms":["qwen","qwen","ask","ask","send","prompt","qwen","return","assistant","reply","ai"]},{"id":"qwen/detail","site":"qwen","command":"detail","description":"Open a Qwen conversation by ID and read its messages","terms":["qwen","qwen","detail","detail","open","qwen","conversation","id","read","its","messages","ai"]},{"id":"qwen/history","site":"qwen","command":"history","description":"List recent Qwen conversations","terms":["qwen","qwen","history","history","list","recent","qwen","conversations","ai"]},{"id":"qwen/image","site":"qwen","command":"image","description":"Generate images with Qwen and save them locally","terms":["qwen","qwen","image","image","generate","images","with","qwen","save","them","locally","ai"]},{"id":"qwen/new","site":"qwen","command":"new","description":"Start a new conversation in Qwen","terms":["qwen","qwen","new","new","start","new","conversation","qwen","ai"]},{"id":"qwen/read","site":"qwen","command":"read","description":"Read messages in the current Qwen conversation","terms":["qwen","qwen","read","read","read","messages","current","qwen","conversation","ai"]},{"id":"qwen/send","site":"qwen","command":"send","description":"Send a prompt to Qwen without waiting for the reply","terms":["qwen","qwen","send","send","send","prompt","qwen","without","waiting","reply","ai"]},{"id":"qwen/status","site":"qwen","command":"status","description":"Check Qwen page availability, login state, current session and model","terms":["qwen","qwen","status","status","check","qwen","page","availability","login","state","current","session","model","ai"]},{"id":"railway/deploy","site":"railway","command":"deploy","description":"List Railway deployments","terms":["railway","railway","deploy","deploy","list","railway","deployments"]},{"id":"reddit/comment","site":"reddit","command":"comment","description":"Post a comment on a Reddit post or reply to a comment","terms":["reddit","reddit","comment","comment","post","comment","reddit","post","reply","comment","social"]},{"id":"reddit/comments","site":"reddit","command":"comments","description":"Reddit post comments with nested reply hierarchy","terms":["reddit","reddit","comments","comments","reddit","post","comments","with","nested","reply","hierarchy","social"]},{"id":"reddit/frontpage","site":"reddit","command":"frontpage","description":"Reddit front page / r/all","terms":["reddit","reddit","frontpage","frontpage","reddit","front","page","all","social"]},{"id":"reddit/home","site":"reddit","command":"home","description":"Reddit personalized home feed","terms":["reddit","reddit","home","home","reddit","personalized","home","feed","social"]},{"id":"reddit/hot","site":"reddit","command":"hot","description":"Reddit front page hot posts","terms":["reddit","reddit","hot","hot","reddit","front","page","hot","posts","social"]},{"id":"reddit/new","site":"reddit","command":"new","description":"Reddit newest posts","terms":["reddit","reddit","new","new","reddit","newest","posts","social"]},{"id":"reddit/popular","site":"reddit","command":"popular","description":"Reddit popular posts (/r/popular)","terms":["reddit","reddit","popular","popular","reddit","popular","posts","popular","social"]},{"id":"reddit/read","site":"reddit","command":"read","description":"Read a Reddit post and its comments","terms":["reddit","reddit","read","read","read","reddit","post","its","comments","social"]},{"id":"reddit/reply","site":"reddit","command":"reply","description":"Reply to a Reddit comment","terms":["reddit","reddit","reply","reply","reply","reddit","comment","social"]},{"id":"reddit/rising","site":"reddit","command":"rising","description":"Reddit rising posts","terms":["reddit","reddit","rising","rising","reddit","rising","posts","social"]},{"id":"reddit/save","site":"reddit","command":"save","description":"Save a Reddit post or comment","terms":["reddit","reddit","save","save","save","reddit","post","comment","social"]},{"id":"reddit/saved","site":"reddit","command":"saved","description":"List saved Reddit posts for a user","terms":["reddit","reddit","saved","saved","list","saved","reddit","posts","user","social"]},{"id":"reddit/search","site":"reddit","command":"search","description":"Search Reddit posts","terms":["reddit","reddit","search","search","search","reddit","posts","social"]},{"id":"reddit/subreddit","site":"reddit","command":"subreddit","description":"Get posts from a specific subreddit","terms":["reddit","reddit","subreddit","subreddit","get","posts","from","specific","subreddit","social"]},{"id":"reddit/subreddit-info","site":"reddit","command":"subreddit-info","description":"Show metadata for a Reddit subreddit","terms":["reddit","reddit","subreddit-info","subreddit","info","show","metadata","reddit","subreddit","social"]},{"id":"reddit/subscribe","site":"reddit","command":"subscribe","description":"Subscribe to a subreddit","terms":["reddit","reddit","subscribe","subscribe","subscribe","subreddit","social"]},{"id":"reddit/top","site":"reddit","command":"top","description":"Reddit top posts","terms":["reddit","reddit","top","top","reddit","top","posts","social"]},{"id":"reddit/trending","site":"reddit","command":"trending","description":"Reddit trending subreddits","terms":["reddit","reddit","trending","trending","reddit","trending","subreddits","social"]},{"id":"reddit/upvote","site":"reddit","command":"upvote","description":"Upvote a Reddit post or comment","terms":["reddit","reddit","upvote","upvote","upvote","reddit","post","comment","social"]},{"id":"reddit/upvoted","site":"reddit","command":"upvoted","description":"List upvoted Reddit posts for a user","terms":["reddit","reddit","upvoted","upvoted","list","upvoted","reddit","posts","user","social"]},{"id":"reddit/user","site":"reddit","command":"user","description":"View a Reddit user profile","terms":["reddit","reddit","user","user","view","reddit","user","profile","social"]},{"id":"reddit/user-comments","site":"reddit","command":"user-comments","description":"View a Reddit user's comment history","terms":["reddit","reddit","user-comments","user","comments","view","reddit","user","comment","history","social"]},{"id":"reddit/user-posts","site":"reddit","command":"user-posts","description":"View a Reddit user's submitted posts","terms":["reddit","reddit","user-posts","user","posts","view","reddit","user","submitted","posts","social"]},{"id":"reddit/whoami","site":"reddit","command":"whoami","description":"Show the currently logged-in Reddit user","terms":["reddit","reddit","whoami","whoami","show","currently","logged","reddit","user","social"]},{"id":"rednote/comments","site":"rednote","command":"comments","description":"Read comments from a rednote note (supports nested replies)","terms":["rednote","rednote","comments","comments","read","comments","from","rednote","note","supports","nested","replies","social"]},{"id":"rednote/download","site":"rednote","command":"download","description":"Download images and videos from a rednote note","terms":["rednote","rednote","download","download","download","images","videos","from","rednote","note","social"]},{"id":"rednote/feed","site":"rednote","command":"feed","description":"Rednote home feed (reads hydrated Pinia store)","terms":["rednote","rednote","feed","feed","rednote","home","feed","reads","hydrated","pinia","store","social"]},{"id":"rednote/note","site":"rednote","command":"note","description":"Read note body and engagement counts from a rednote note","terms":["rednote","rednote","note","note","read","note","body","engagement","counts","from","rednote","note","social"]},{"id":"rednote/notifications","site":"rednote","command":"notifications","description":"Rednote notifications (mentions/likes/connections)","terms":["rednote","rednote","notifications","notifications","rednote","notifications","mentions","likes","connections","social"]},{"id":"rednote/search","site":"rednote","command":"search","description":"Search rednote notes","terms":["rednote","rednote","search","search","search","rednote","notes","social"]},{"id":"rednote/user","site":"rednote","command":"user","description":"Get public notes from a rednote user profile","terms":["rednote","rednote","user","user","get","public","notes","from","rednote","user","profile","social"]},{"id":"renderdoc/capture-list","site":"renderdoc","command":"capture-list","description":"List RenderDoc capture files (.rdc) in a directory","terms":["renderdoc","renderdoc","capture-list","capture","list","list","renderdoc","capture","files","rdc","directory","desktop"]},{"id":"renderdoc/frame-export","site":"renderdoc","command":"frame-export","description":"Export the first frame from a RenderDoc capture (.rdc) as an image","terms":["renderdoc","renderdoc","frame-export","frame","export","export","first","frame","from","renderdoc","capture","rdc","image","desktop"]},{"id":"replicate/run","site":"replicate","command":"run","description":"Run a Replicate AI model","terms":["replicate","replicate","run","run","run","replicate","ai","model","ai"]},{"id":"replicate/search","site":"replicate","command":"search","description":"Search AI models on Replicate","terms":["replicate","replicate","search","search","search","ai","models","replicate","ai"]},{"id":"replicate/trending","site":"replicate","command":"trending","description":"Trending AI models on Replicate","terms":["replicate","replicate","trending","trending","trending","ai","models","replicate","ai"]},{"id":"rest-countries/country","site":"rest-countries","command":"country","description":"Look up countries by common or official name","terms":["rest-countries","rest","countries","country","country","look","countries","common","official","name"]},{"id":"rest-countries/region","site":"rest-countries","command":"region","description":"List countries in a REST Countries region","terms":["rest-countries","rest","countries","region","region","list","countries","rest","countries","region"]},{"id":"reuters/article","site":"reuters","command":"article","description":"Fetch a single Reuters article by URL path","terms":["reuters","reuters","article","article","fetch","single","reuters","article","url","path","news"]},{"id":"reuters/article-detail","site":"reuters","command":"article-detail","description":"Reuters article detail with title, metadata, and body text","terms":["reuters","reuters","article-detail","article","detail","reuters","article","detail","with","title","metadata","body","text","news"]},{"id":"reuters/latest","site":"reuters","command":"latest","description":"Latest Reuters news articles","terms":["reuters","reuters","latest","latest","latest","reuters","news","articles","news"]},{"id":"reuters/search","site":"reuters","command":"search","description":"Search Reuters articles by keyword","terms":["reuters","reuters","search","search","search","reuters","articles","keyword","news"]},{"id":"reuters/top","site":"reuters","command":"top","description":"Reuters top stories (front page)","terms":["reuters","reuters","top","top","reuters","top","stories","front","page","news"]},{"id":"rfc/rfc","site":"rfc","command":"rfc","description":"Fetch IETF RFC metadata by RFC number","terms":["rfc","rfc","rfc","rfc","fetch","ietf","rfc","metadata","rfc","number"]},{"id":"rubygems/gem","site":"rubygems","command":"gem","description":"Fetch RubyGems gem metadata","terms":["rubygems","rubygems","gem","gem","fetch","rubygems","gem","metadata","dev"]},{"id":"rubygems/info","site":"rubygems","command":"info","description":"Get RubyGems package metadata","terms":["rubygems","rubygems","info","info","get","rubygems","package","metadata","dev"]},{"id":"rubygems/search","site":"rubygems","command":"search","description":"Search RubyGems packages","terms":["rubygems","rubygems","search","search","search","rubygems","packages","dev"]},{"id":"safebooru/detail","site":"safebooru","command":"detail","description":"Get Safebooru post detail by post id","terms":["safebooru","safebooru","detail","detail","get","safebooru","post","detail","post","id","content"]},{"id":"safebooru/download","site":"safebooru","command":"download","description":"Download Safebooru post image by post id","terms":["safebooru","safebooru","download","download","download","safebooru","post","image","post","id","content"]},{"id":"safebooru/search","site":"safebooru","command":"search","description":"Search Safebooru illustration posts by Moebooru tag query such as blue_archive rating:safe","terms":["safebooru","safebooru","search","search","search","safebooru","illustration","posts","moebooru","tag","query","such","blue","archive","rating","safe","content"]},{"id":"safebooru/tags","site":"safebooru","command":"tags","description":"Search Safebooru tags by exact tag name or ASCII tag prefix such as blue_archive","terms":["safebooru","safebooru","tags","tags","search","safebooru","tags","exact","tag","name","ascii","tag","prefix","such","blue","archive","content"]},{"id":"semantic-scholar/citations","site":"semantic-scholar","command":"citations","description":"List Semantic Scholar paper citations","terms":["semantic-scholar","semantic","scholar","citations","citations","list","semantic","scholar","paper","citations","scholarly"]},{"id":"semantic-scholar/paper","site":"semantic-scholar","command":"paper","description":"Fetch one Semantic Scholar paper by paperId, DOI, or arXiv id","terms":["semantic-scholar","semantic","scholar","paper","paper","fetch","one","semantic","scholar","paper","paperid","doi","arxiv","id","scholarly"]},{"id":"semantic-scholar/references","site":"semantic-scholar","command":"references","description":"List Semantic Scholar paper references","terms":["semantic-scholar","semantic","scholar","references","references","list","semantic","scholar","paper","references","scholarly"]},{"id":"semantic-scholar/search","site":"semantic-scholar","command":"search","description":"Search Semantic Scholar papers","terms":["semantic-scholar","semantic","scholar","search","search","search","semantic","scholar","papers","scholarly"]},{"id":"shotcut/effects","site":"shotcut","command":"effects","description":"List available MLT transitions and effects","terms":["shotcut","shotcut","effects","effects","list","available","mlt","transitions","effects","desktop"]},{"id":"shotcut/info","site":"shotcut","command":"info","description":"Extract project metadata from a .mlt file (tracks, clips, profile)","terms":["shotcut","shotcut","info","info","extract","project","metadata","from","mlt","file","tracks","clips","profile","desktop"]},{"id":"shotcut/render","site":"shotcut","command":"render","description":"Render a Shotcut .mlt project to video file via melt","terms":["shotcut","shotcut","render","render","render","shotcut","mlt","project","video","file","via","melt","desktop"]},{"id":"sinablog/article","site":"sinablog","command":"article","description":"Read a Sina Blog article as Markdown","terms":["sinablog","sinablog","article","article","read","sina","blog","article","markdown","content"]},{"id":"sinablog/hot","site":"sinablog","command":"hot","description":"Sina Blog trending/popular posts","terms":["sinablog","sinablog","hot","hot","sina","blog","trending","popular","posts","content"]},{"id":"sinablog/search","site":"sinablog","command":"search","description":"Search Sina Blog posts","terms":["sinablog","sinablog","search","search","search","sina","blog","posts","content"]},{"id":"sinablog/user","site":"sinablog","command":"user","description":"Sina Blog user profile and recent posts","terms":["sinablog","sinablog","user","user","sina","blog","user","profile","recent","posts","content"]},{"id":"sinafinance/market","site":"sinafinance","command":"market","description":"Sina Finance stock market overview","terms":["sinafinance","sinafinance","market","market","sina","finance","stock","market","overview","finance"]},{"id":"sinafinance/news","site":"sinafinance","command":"news","description":"Sina Finance 7x24 live news feed","terms":["sinafinance","sinafinance","news","news","sina","finance","7x24","live","news","feed","finance"]},{"id":"sinafinance/rolling-news","site":"sinafinance","command":"rolling-news","description":"Sina Finance rolling news feed","terms":["sinafinance","sinafinance","rolling-news","rolling","news","sina","finance","rolling","news","feed","finance"]},{"id":"sinafinance/stock","site":"sinafinance","command":"stock","description":"Sina Finance stock real-time quote via ranking API","terms":["sinafinance","sinafinance","stock","stock","sina","finance","stock","real","time","quote","via","ranking","api","finance"]},{"id":"sinafinance/stock-rank","site":"sinafinance","command":"stock-rank","description":"Sina Finance stock ranking by volume/price change","terms":["sinafinance","sinafinance","stock-rank","stock","rank","sina","finance","stock","ranking","volume","price","change","finance"]},{"id":"sketch/artboards","site":"sketch","command":"artboards","description":"List all artboards in a .sketch file","terms":["sketch","sketch","artboards","artboards","list","all","artboards","sketch","file"]},{"id":"sketch/export","site":"sketch","command":"export","description":"Export artboards from a .sketch file to PNG or PDF","terms":["sketch","sketch","export","export","export","artboards","from","sketch","file","png","pdf"]},{"id":"sketch/symbols","site":"sketch","command":"symbols","description":"List all symbols in a .sketch file","terms":["sketch","sketch","symbols","symbols","list","all","symbols","sketch","file"]},{"id":"slack/channels","site":"slack","command":"channels","description":"List Slack channels","terms":["slack","slack","channels","channels","list","slack","channels","social"]},{"id":"slack/click-text","site":"slack","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Slack","terms":["slack","slack","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","slack","social"]},{"id":"slack/dump","site":"slack","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Slack","terms":["slack","slack","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","slack","social"]},{"id":"slack/messages","site":"slack","command":"messages","description":"Read Slack channel messages","terms":["slack","slack","messages","messages","read","slack","channel","messages","social"]},{"id":"slack/open-app","site":"slack","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Slack","terms":["slack","slack","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","slack","social"]},{"id":"slack/post","site":"slack","command":"post","description":"Post a message to a Slack channel","terms":["slack","slack","post","post","post","message","slack","channel","social"]},{"id":"slack/press","site":"slack","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Slack","terms":["slack","slack","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","slack","social"]},{"id":"slack/search","site":"slack","command":"search","description":"Search Slack messages","terms":["slack","slack","search","search","search","slack","messages","social"]},{"id":"slack/send","site":"slack","command":"send","description":"Send a message to a Slack channel","terms":["slack","slack","send","send","send","message","slack","channel","social"]},{"id":"slack/snapshot-app","site":"slack","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Slack","terms":["slack","slack","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","slack","social"]},{"id":"slack/status","site":"slack","command":"status","description":"Check Slack CLI auth and workspace status","terms":["slack","slack","status","status","check","slack","cli","auth","workspace","status","social"]},{"id":"slack/status-app","site":"slack","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Slack","terms":["slack","slack","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","slack","social"]},{"id":"slack/type-text","site":"slack","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Slack","terms":["slack","slack","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","slack","social"]},{"id":"slack/users","site":"slack","command":"users","description":"List Slack workspace users","terms":["slack","slack","users","users","list","slack","workspace","users","social"]},{"id":"slay-the-spire-ii/deck","site":"slay-the-spire-ii","command":"deck","description":"List all cards in the current deck","terms":["slay-the-spire-ii","slay","the","spire","ii","deck","deck","list","all","cards","current","deck"]},{"id":"slay-the-spire-ii/end-turn","site":"slay-the-spire-ii","command":"end-turn","description":"End the current combat turn","terms":["slay-the-spire-ii","slay","the","spire","ii","end-turn","end","turn","end","current","combat","turn"]},{"id":"slay-the-spire-ii/map","site":"slay-the-spire-ii","command":"map","description":"Get current map layout and available paths","terms":["slay-the-spire-ii","slay","the","spire","ii","map","map","get","current","map","layout","available","paths"]},{"id":"slay-the-spire-ii/play-card","site":"slay-the-spire-ii","command":"play-card","description":"Play a card from hand during combat","terms":["slay-the-spire-ii","slay","the","spire","ii","play-card","play","card","play","card","from","hand","during","combat"]},{"id":"slay-the-spire-ii/status","site":"slay-the-spire-ii","command":"status","description":"Get current game state (health, gold, floor, act)","terms":["slay-the-spire-ii","slay","the","spire","ii","status","status","get","current","game","state","health","gold","floor","act"]},{"id":"slay-the-spire-ii/use-potion","site":"slay-the-spire-ii","command":"use-potion","description":"Use a potion from inventory","terms":["slay-the-spire-ii","slay","the","spire","ii","use-potion","use","potion","use","potion","from","inventory"]},{"id":"slock/servers","site":"slock","command":"servers","description":"List Slock.ai servers (requires login)","terms":["slock","slock","servers","servers","list","slock","ai","servers","requires","login"]},{"id":"smzdm/article","site":"smzdm","command":"article","description":"Read a SMZDM article/post by ID","terms":["smzdm","smzdm","article","article","read","smzdm","article","post","id","shopping"]},{"id":"smzdm/hot","site":"smzdm","command":"hot","description":"SMZDM trending/recommended deals","terms":["smzdm","smzdm","hot","hot","smzdm","trending","recommended","deals","shopping"]},{"id":"smzdm/search","site":"smzdm","command":"search","description":"Search SMZDM deals and articles","terms":["smzdm","smzdm","search","search","search","smzdm","deals","articles","shopping"]},{"id":"spotify/auth","site":"spotify","command":"auth","description":"Create or complete Spotify OAuth setup","terms":["spotify","spotify","auth","auth","create","complete","spotify","oauth","setup","audio"]},{"id":"spotify/click-text","site":"spotify","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Spotify","terms":["spotify","spotify","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","spotify","audio"]},{"id":"spotify/dump","site":"spotify","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Spotify","terms":["spotify","spotify","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","spotify","audio"]},{"id":"spotify/next","site":"spotify","command":"next","description":"Skip to next track in desktop Electron music app. 下一首 Spotify","terms":["spotify","spotify","next","next","skip","next","track","desktop","electron","music","app","下一首","spotify","audio"]},{"id":"spotify/now-playing","site":"spotify","command":"now-playing","description":"Get currently playing track on Spotify","terms":["spotify","spotify","now-playing","now","playing","get","currently","playing","track","spotify","audio"]},{"id":"spotify/open-app","site":"spotify","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Spotify","terms":["spotify","spotify","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","spotify","audio"]},{"id":"spotify/pause","site":"spotify","command":"pause","description":"Pause playback in desktop Electron music app. 暂停音乐 Spotify","terms":["spotify","spotify","pause","pause","pause","playback","desktop","electron","music","app","暂停音乐","spotify","audio"]},{"id":"spotify/play","site":"spotify","command":"play","description":"Start playback in desktop Electron music app. 播放音乐 Spotify","terms":["spotify","spotify","play","play","start","playback","desktop","electron","music","app","播放音乐","spotify","audio"]},{"id":"spotify/play-liked","site":"spotify","command":"play-liked","description":"Open liked songs and play the liked playlist in desktop Electron music app. 打开我喜欢的音乐并播放 Spotify","terms":["spotify","spotify","play-liked","play","liked","open","liked","songs","play","liked","playlist","desktop","electron","music","app","打开我喜欢的音乐并播放","spotify","audio"]},{"id":"spotify/playlists","site":"spotify","command":"playlists","description":"Get user's playlists on Spotify","terms":["spotify","spotify","playlists","playlists","get","user","playlists","spotify","audio"]},{"id":"spotify/press","site":"spotify","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Spotify","terms":["spotify","spotify","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","spotify","audio"]},{"id":"spotify/prev","site":"spotify","command":"prev","description":"Skip to previous track in desktop Electron music app. 上一首 Spotify","terms":["spotify","spotify","prev","prev","skip","previous","track","desktop","electron","music","app","上一首","spotify","audio"]},{"id":"spotify/queue","site":"spotify","command":"queue","description":"Add a Spotify track to the playback queue","terms":["spotify","spotify","queue","queue","add","spotify","track","playback","queue","audio"]},{"id":"spotify/repeat","site":"spotify","command":"repeat","description":"Set Spotify repeat mode","terms":["spotify","spotify","repeat","repeat","set","spotify","repeat","mode","audio"]},{"id":"spotify/search","site":"spotify","command":"search","description":"Search Spotify catalog","terms":["spotify","spotify","search","search","search","spotify","catalog","audio"]},{"id":"spotify/shuffle","site":"spotify","command":"shuffle","description":"Toggle Spotify shuffle mode","terms":["spotify","spotify","shuffle","shuffle","toggle","spotify","shuffle","mode","audio"]},{"id":"spotify/snapshot-app","site":"spotify","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Spotify","terms":["spotify","spotify","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","spotify","audio"]},{"id":"spotify/status","site":"spotify","command":"status","description":"Show current Spotify playback status","terms":["spotify","spotify","status","status","show","current","spotify","playback","status","audio"]},{"id":"spotify/status-app","site":"spotify","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Spotify","terms":["spotify","spotify","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","spotify","audio"]},{"id":"spotify/toggle","site":"spotify","command":"toggle","description":"Toggle playback in desktop Electron music app. 切换播放暂停 Spotify","terms":["spotify","spotify","toggle","toggle","toggle","playback","desktop","electron","music","app","切换播放暂停","spotify","audio"]},{"id":"spotify/top-tracks","site":"spotify","command":"top-tracks","description":"Get user's top tracks on Spotify","terms":["spotify","spotify","top-tracks","top","tracks","get","user","top","tracks","spotify","audio"]},{"id":"spotify/type-text","site":"spotify","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Spotify","terms":["spotify","spotify","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","spotify","audio"]},{"id":"spotify/volume","site":"spotify","command":"volume","description":"Set Spotify playback volume","terms":["spotify","spotify","volume","volume","set","spotify","playback","volume","audio"]},{"id":"sspai/hot","site":"sspai","command":"hot","description":"Hot/trending articles on Sspai (少数派)","terms":["sspai","sspai","hot","hot","hot","trending","articles","sspai","少数派","content"]},{"id":"sspai/latest","site":"sspai","command":"latest","description":"Latest articles on Sspai (少数派)","terms":["sspai","sspai","latest","latest","latest","articles","sspai","少数派","content"]},{"id":"stackoverflow/bounties","site":"stackoverflow","command":"bounties","description":"Active bounties on Stack Overflow","terms":["stackoverflow","stackoverflow","bounties","bounties","active","bounties","stack","overflow","dev"]},{"id":"stackoverflow/hot","site":"stackoverflow","command":"hot","description":"Hot Stack Overflow questions","terms":["stackoverflow","stackoverflow","hot","hot","hot","stack","overflow","questions","dev"]},{"id":"stackoverflow/question","site":"stackoverflow","command":"question","description":"Get a StackOverflow question with answers","terms":["stackoverflow","stackoverflow","question","question","get","stackoverflow","question","with","answers","dev"]},{"id":"stackoverflow/read","site":"stackoverflow","command":"read","description":"Read a Stack Overflow question with answers and comments","terms":["stackoverflow","stackoverflow","read","read","read","stack","overflow","question","with","answers","comments","dev"]},{"id":"stackoverflow/related","site":"stackoverflow","command":"related","description":"List Stack Overflow questions related to a question id","terms":["stackoverflow","stackoverflow","related","related","list","stack","overflow","questions","related","question","id","dev"]},{"id":"stackoverflow/search","site":"stackoverflow","command":"search","description":"Search Stack Overflow questions","terms":["stackoverflow","stackoverflow","search","search","search","stack","overflow","questions","dev"]},{"id":"stackoverflow/tag","site":"stackoverflow","command":"tag","description":"List Stack Overflow questions tagged with a given tag","terms":["stackoverflow","stackoverflow","tag","tag","list","stack","overflow","questions","tagged","with","given","tag","dev"]},{"id":"stackoverflow/tags","site":"stackoverflow","command":"tags","description":"Popular StackOverflow tags","terms":["stackoverflow","stackoverflow","tags","tags","popular","stackoverflow","tags","dev"]},{"id":"stackoverflow/unanswered","site":"stackoverflow","command":"unanswered","description":"Top voted unanswered questions on Stack Overflow","terms":["stackoverflow","stackoverflow","unanswered","unanswered","top","voted","unanswered","questions","stack","overflow","dev"]},{"id":"stackoverflow/user","site":"stackoverflow","command":"user","description":"Find Stack Overflow users by display name","terms":["stackoverflow","stackoverflow","user","user","find","stack","overflow","users","display","name","dev"]},{"id":"stagehand/wrap-observe","site":"stagehand","command":"wrap-observe","description":"Run Stagehand's observe() verb against an open page (subprocess wrapper)","terms":["stagehand","stagehand","wrap-observe","wrap","observe","run","stagehand","observe","verb","against","open","page","subprocess","wrapper"]},{"id":"steam/app","site":"steam","command":"app","description":"Steam storefront detail for a single app id","terms":["steam","steam","app","app","steam","storefront","detail","single","app","id","games"]},{"id":"steam/app-details","site":"steam","command":"app-details","description":"Get Steam game details by appid","terms":["steam","steam","app-details","app","details","get","steam","game","details","appid","games"]},{"id":"steam/new-releases","site":"steam","command":"new-releases","description":"Steam new releases","terms":["steam","steam","new-releases","new","releases","steam","new","releases","games"]},{"id":"steam/search","site":"steam","command":"search","description":"Search Steam store for games","terms":["steam","steam","search","search","search","steam","store","games","games"]},{"id":"steam/specials","site":"steam","command":"specials","description":"Steam games on special/sale","terms":["steam","steam","specials","specials","steam","games","special","sale","games"]},{"id":"steam/top-sellers","site":"steam","command":"top-sellers","description":"Steam top selling games","terms":["steam","steam","top-sellers","top","sellers","steam","top","selling","games","games"]},{"id":"steam/wishlist","site":"steam","command":"wishlist","description":"Get a Steam user's public wishlist","terms":["steam","steam","wishlist","wishlist","get","steam","user","public","wishlist","games"]},{"id":"substack/feed","site":"substack","command":"feed","description":"Substack publication post feed","terms":["substack","substack","feed","feed","substack","publication","post","feed","content"]},{"id":"substack/publication","site":"substack","command":"publication","description":"Substack publication info","terms":["substack","substack","publication","publication","substack","publication","info","content"]},{"id":"substack/search","site":"substack","command":"search","description":"Search Substack publications","terms":["substack","substack","search","search","search","substack","publications","content"]},{"id":"substack/trending","site":"substack","command":"trending","description":"Trending Substack posts","terms":["substack","substack","trending","trending","trending","substack","posts","content"]},{"id":"supabase/projects","site":"supabase","command":"projects","description":"List Supabase projects","terms":["supabase","supabase","projects","projects","list","supabase","projects"]},{"id":"taobao/add-cart","site":"taobao","command":"add-cart","description":"Add a Taobao product to cart in the active browser session","terms":["taobao","taobao","add-cart","add","cart","add","taobao","product","cart","active","browser","session","shopping"]},{"id":"taobao/cart","site":"taobao","command":"cart","description":"Read Taobao cart items from the active browser session","terms":["taobao","taobao","cart","cart","read","taobao","cart","items","from","active","browser","session","shopping"]},{"id":"taobao/detail","site":"taobao","command":"detail","description":"Read Taobao product detail from the active browser session","terms":["taobao","taobao","detail","detail","read","taobao","product","detail","from","active","browser","session","shopping"]},{"id":"taobao/hot","site":"taobao","command":"hot","description":"Taobao hot search keywords","terms":["taobao","taobao","hot","hot","taobao","hot","search","keywords","shopping"]},{"id":"taobao/reviews","site":"taobao","command":"reviews","description":"Read visible Taobao product reviews","terms":["taobao","taobao","reviews","reviews","read","visible","taobao","product","reviews","shopping"]},{"id":"taobao/search","site":"taobao","command":"search","description":"Search Taobao products","terms":["taobao","taobao","search","search","search","taobao","products","shopping"]},{"id":"tdx/hot-rank","site":"tdx","command":"hot-rank","description":"Read TDX hot-search stock ranking","terms":["tdx","tdx","hot-rank","hot","rank","read","tdx","hot","search","stock","ranking"]},{"id":"techcrunch/latest","site":"techcrunch","command":"latest","description":"Latest TechCrunch articles via RSS","terms":["techcrunch","techcrunch","latest","latest","latest","techcrunch","articles","via","rss","news"]},{"id":"techcrunch/search","site":"techcrunch","command":"search","description":"Search TechCrunch articles","terms":["techcrunch","techcrunch","search","search","search","techcrunch","articles","news"]},{"id":"theverge/latest","site":"theverge","command":"latest","description":"Latest The Verge articles via RSS","terms":["theverge","theverge","latest","latest","latest","verge","articles","via","rss","news"]},{"id":"theverge/search","site":"theverge","command":"search","description":"Search The Verge articles","terms":["theverge","theverge","search","search","search","verge","articles","news"]},{"id":"threads/hot","site":"threads","command":"hot","description":"Get trending posts from Threads","terms":["threads","threads","hot","hot","get","trending","posts","from","threads","social"]},{"id":"threads/media","site":"threads","command":"media","description":"List public media exposed by a Threads post","terms":["threads","threads","media","media","list","public","media","exposed","threads","post","social"]},{"id":"threads/post","site":"threads","command":"post","description":"Get a public Threads post from its metadata","terms":["threads","threads","post","post","get","public","threads","post","from","its","metadata","social"]},{"id":"threads/profile","site":"threads","command":"profile","description":"Get public Threads profile metadata","terms":["threads","threads","profile","profile","get","public","threads","profile","metadata","social"]},{"id":"threads/search","site":"threads","command":"search","description":"Search Threads for posts matching a query","terms":["threads","threads","search","search","search","threads","posts","matching","query","social"]},{"id":"threads/user","site":"threads","command":"user","description":"Get recent posts from a Threads user profile","terms":["threads","threads","user","user","get","recent","posts","from","threads","user","profile","social"]},{"id":"ths/hot-rank","site":"ths","command":"hot-rank","description":"Read Tonghuashun hot-stock ranking","terms":["ths","ths","hot-rank","hot","rank","read","tonghuashun","hot","stock","ranking"]},{"id":"tieba/hot","site":"tieba","command":"hot","description":"Baidu Tieba trending topics","terms":["tieba","tieba","hot","hot","baidu","tieba","trending","topics","social"]},{"id":"tieba/posts","site":"tieba","command":"posts","description":"Baidu Tieba thread posts/replies","terms":["tieba","tieba","posts","posts","baidu","tieba","thread","posts","replies","social"]},{"id":"tieba/read","site":"tieba","command":"read","description":"Read Baidu Tieba thread detail","terms":["tieba","tieba","read","read","read","baidu","tieba","thread","detail","social"]},{"id":"tieba/search","site":"tieba","command":"search","description":"Baidu Tieba forum search","terms":["tieba","tieba","search","search","baidu","tieba","forum","search","social"]},{"id":"tiktok/comment","site":"tiktok","command":"comment","description":"Comment on a TikTok video","terms":["tiktok","tiktok","comment","comment","comment","tiktok","video","video"]},{"id":"tiktok/creator-videos","site":"tiktok","command":"creator-videos","description":"Read TikTok Studio creator content metrics","terms":["tiktok","tiktok","creator-videos","creator","videos","read","tiktok","studio","creator","content","metrics","video"]},{"id":"tiktok/explore","site":"tiktok","command":"explore","description":"Get trending TikTok videos from explore page","terms":["tiktok","tiktok","explore","explore","get","trending","tiktok","videos","from","explore","page","video"]},{"id":"tiktok/follow","site":"tiktok","command":"follow","description":"Follow a TikTok user","terms":["tiktok","tiktok","follow","follow","follow","tiktok","user","video"]},{"id":"tiktok/following","site":"tiktok","command":"following","description":"List accounts you follow on TikTok","terms":["tiktok","tiktok","following","following","list","accounts","you","follow","tiktok","video"]},{"id":"tiktok/friends","site":"tiktok","command":"friends","description":"Get TikTok friend suggestions","terms":["tiktok","tiktok","friends","friends","get","tiktok","friend","suggestions","video"]},{"id":"tiktok/like","site":"tiktok","command":"like","description":"Like a TikTok video","terms":["tiktok","tiktok","like","like","like","tiktok","video","video"]},{"id":"tiktok/live","site":"tiktok","command":"live","description":"Browse live streams on TikTok","terms":["tiktok","tiktok","live","live","browse","live","streams","tiktok","video"]},{"id":"tiktok/notifications","site":"tiktok","command":"notifications","description":"Get TikTok notifications (likes, comments, mentions, followers)","terms":["tiktok","tiktok","notifications","notifications","get","tiktok","notifications","likes","comments","mentions","followers","video"]},{"id":"tiktok/profile","site":"tiktok","command":"profile","description":"Get TikTok user profile info","terms":["tiktok","tiktok","profile","profile","get","tiktok","user","profile","info","video"]},{"id":"tiktok/save","site":"tiktok","command":"save","description":"Add a TikTok video to Favorites","terms":["tiktok","tiktok","save","save","add","tiktok","video","favorites","video"]},{"id":"tiktok/search","site":"tiktok","command":"search","description":"Search TikTok videos","terms":["tiktok","tiktok","search","search","search","tiktok","videos","video"]},{"id":"tiktok/subtitles","site":"tiktok","command":"subtitles","description":"Extract LLM-readable subtitles from a TikTok video URL with optional browser-cookie reuse","terms":["tiktok","tiktok","subtitles","subtitles","extract","llm","readable","subtitles","from","tiktok","video","url","with","optional","browser","cookie","reuse","video"]},{"id":"tiktok/trending","site":"tiktok","command":"trending","description":"TikTok trending hashtags and sounds","terms":["tiktok","tiktok","trending","trending","tiktok","trending","hashtags","sounds","video"]},{"id":"tiktok/unfollow","site":"tiktok","command":"unfollow","description":"Unfollow a TikTok user","terms":["tiktok","tiktok","unfollow","unfollow","unfollow","tiktok","user","video"]},{"id":"tiktok/unlike","site":"tiktok","command":"unlike","description":"Unlike a TikTok video","terms":["tiktok","tiktok","unlike","unlike","unlike","tiktok","video","video"]},{"id":"tiktok/unsave","site":"tiktok","command":"unsave","description":"Remove a TikTok video from Favorites","terms":["tiktok","tiktok","unsave","unsave","remove","tiktok","video","from","favorites","video"]},{"id":"tiktok/user","site":"tiktok","command":"user","description":"Get recent videos from a TikTok user","terms":["tiktok","tiktok","user","user","get","recent","videos","from","tiktok","user","video"]},{"id":"toutiao/articles","site":"toutiao","command":"articles","description":"List Toutiao creator dashboard articles","terms":["toutiao","toutiao","articles","articles","list","toutiao","creator","dashboard","articles","content"]},{"id":"toutiao/hot","site":"toutiao","command":"hot","description":"Get Toutiao (Jinri Toutiao) hot topics","terms":["toutiao","toutiao","hot","hot","get","toutiao","jinri","toutiao","hot","topics","content"]},{"id":"toutiao/search","site":"toutiao","command":"search","description":"Search Toutiao for articles","terms":["toutiao","toutiao","search","search","search","toutiao","articles","content"]},{"id":"tvmaze/search","site":"tvmaze","command":"search","description":"Search TVmaze shows by title","terms":["tvmaze","tvmaze","search","search","search","tvmaze","shows","title"]},{"id":"tvmaze/show","site":"tvmaze","command":"show","description":"Fetch TVmaze show detail by id","terms":["tvmaze","tvmaze","show","show","fetch","tvmaze","show","detail","id"]},{"id":"twitch/games","site":"twitch","command":"games","description":"Get top games on Twitch by viewer count","terms":["twitch","twitch","games","games","get","top","games","twitch","viewer","count","video"]},{"id":"twitch/search","site":"twitch","command":"search","description":"Search Twitch channels","terms":["twitch","twitch","search","search","search","twitch","channels","video"]},{"id":"twitch/streams","site":"twitch","command":"streams","description":"Get top live streams on Twitch","terms":["twitch","twitch","streams","streams","get","top","live","streams","twitch","video"]},{"id":"twitch/top","site":"twitch","command":"top","description":"Top live streams on Twitch via GQL public endpoint","terms":["twitch","twitch","top","top","top","live","streams","twitch","via","gql","public","endpoint","video"]},{"id":"twitter/accept","site":"twitter","command":"accept","description":"Accept a pending follow request","terms":["twitter","twitter","accept","accept","accept","pending","follow","request","social"]},{"id":"twitter/article","site":"twitter","command":"article","description":"Get Twitter article/note content from a tweet","terms":["twitter","twitter","article","article","get","twitter","article","note","content","from","tweet","social"]},{"id":"twitter/block","site":"twitter","command":"block","description":"Block a user","terms":["twitter","twitter","block","block","block","user","social"]},{"id":"twitter/bookmark","site":"twitter","command":"bookmark","description":"Bookmark a tweet","terms":["twitter","twitter","bookmark","bookmark","bookmark","tweet","social"]},{"id":"twitter/bookmark-folder","site":"twitter","command":"bookmark-folder","description":"Read tweets inside a Twitter/X bookmark folder","terms":["twitter","twitter","bookmark-folder","bookmark","folder","read","tweets","inside","twitter","bookmark","folder","social"]},{"id":"twitter/bookmark-folders","site":"twitter","command":"bookmark-folders","description":"List Twitter/X bookmark folders","terms":["twitter","twitter","bookmark-folders","bookmark","folders","list","twitter","bookmark","folders","social"]},{"id":"twitter/bookmarks","site":"twitter","command":"bookmarks","description":"Get your bookmarked tweets","terms":["twitter","twitter","bookmarks","bookmarks","get","your","bookmarked","tweets","social"]},{"id":"twitter/delete","site":"twitter","command":"delete","description":"Delete your own tweet","terms":["twitter","twitter","delete","delete","delete","your","own","tweet","social"]},{"id":"twitter/download","site":"twitter","command":"download","description":"Get media URLs from a tweet (images and video)","terms":["twitter","twitter","download","download","get","media","urls","from","tweet","images","video","social"]},{"id":"twitter/follow","site":"twitter","command":"follow","description":"Follow a user","terms":["twitter","twitter","follow","follow","follow","user","social"]},{"id":"twitter/followers","site":"twitter","command":"followers","description":"Get a user's followers","terms":["twitter","twitter","followers","followers","get","user","followers","social"]},{"id":"twitter/following","site":"twitter","command":"following","description":"Get users that a user follows","terms":["twitter","twitter","following","following","get","users","that","user","follows","social"]},{"id":"twitter/hide-reply","site":"twitter","command":"hide-reply","description":"Hide a reply to your tweet","terms":["twitter","twitter","hide-reply","hide","reply","hide","reply","your","tweet","social"]},{"id":"twitter/like","site":"twitter","command":"like","description":"Like a tweet","terms":["twitter","twitter","like","like","like","tweet","social"]},{"id":"twitter/likes","site":"twitter","command":"likes","description":"Get a user's liked tweets","terms":["twitter","twitter","likes","likes","get","user","liked","tweets","social"]},{"id":"twitter/list-add","site":"twitter","command":"list-add","description":"Add a Twitter/X user to a list from the browser UI","terms":["twitter","twitter","list-add","list","add","add","twitter","user","list","from","browser","ui","social"]},{"id":"twitter/list-remove","site":"twitter","command":"list-remove","description":"Remove a Twitter/X user from a list from the browser UI","terms":["twitter","twitter","list-remove","list","remove","remove","twitter","user","from","list","from","browser","ui","social"]},{"id":"twitter/list-tweets","site":"twitter","command":"list-tweets","description":"Read tweets from a Twitter/X list","terms":["twitter","twitter","list-tweets","list","tweets","read","tweets","from","twitter","list","social"]},{"id":"twitter/lists","site":"twitter","command":"lists","description":"Get Twitter/X lists for a user","terms":["twitter","twitter","lists","lists","get","twitter","lists","user","social"]},{"id":"twitter/media","site":"twitter","command":"media","description":"Get media tweets from a Twitter/X user","terms":["twitter","twitter","media","media","get","media","tweets","from","twitter","user","social"]},{"id":"twitter/mentions","site":"twitter","command":"mentions","description":"Get recent mentions/replies for the logged-in Twitter/X user","terms":["twitter","twitter","mentions","mentions","get","recent","mentions","replies","logged","twitter","user","social"]},{"id":"twitter/mute","site":"twitter","command":"mute","description":"Mute a Twitter/X user","terms":["twitter","twitter","mute","mute","mute","twitter","user","social"]},{"id":"twitter/notifications","site":"twitter","command":"notifications","description":"Get recent notifications","terms":["twitter","twitter","notifications","notifications","get","recent","notifications","social"]},{"id":"twitter/pin","site":"twitter","command":"pin","description":"Get pinned tweet from a Twitter/X user","terms":["twitter","twitter","pin","pin","get","pinned","tweet","from","twitter","user","social"]},{"id":"twitter/post","site":"twitter","command":"post","description":"Post a new tweet","terms":["twitter","twitter","post","post","post","new","tweet","social"]},{"id":"twitter/profile","site":"twitter","command":"profile","description":"Get user profile information","terms":["twitter","twitter","profile","profile","get","user","profile","information","social"]},{"id":"twitter/quote","site":"twitter","command":"quote","description":"Quote-tweet a specific tweet with text and optional image","terms":["twitter","twitter","quote","quote","quote","tweet","specific","tweet","with","text","optional","image","social"]},{"id":"twitter/quotes","site":"twitter","command":"quotes","description":"Get quote tweets for a specific tweet","terms":["twitter","twitter","quotes","quotes","get","quote","tweets","specific","tweet","social"]},{"id":"twitter/reply","site":"twitter","command":"reply","description":"Reply to a tweet","terms":["twitter","twitter","reply","reply","reply","tweet","social"]},{"id":"twitter/reply-dm","site":"twitter","command":"reply-dm","description":"Reply to a DM conversation","terms":["twitter","twitter","reply-dm","reply","dm","reply","dm","conversation","social"]},{"id":"twitter/retweet","site":"twitter","command":"retweet","description":"Twitter retweet a specific tweet","terms":["twitter","twitter","retweet","retweet","twitter","retweet","specific","tweet","social"]},{"id":"twitter/retweets","site":"twitter","command":"retweets","description":"Get users who retweeted a specific tweet","terms":["twitter","twitter","retweets","retweets","get","users","who","retweeted","specific","tweet","social"]},{"id":"twitter/search","site":"twitter","command":"search","description":"Search tweets by keyword","terms":["twitter","twitter","search","search","search","tweets","keyword","social"]},{"id":"twitter/spaces","site":"twitter","command":"spaces","description":"Browse live and upcoming Twitter/X Spaces","terms":["twitter","twitter","spaces","spaces","browse","live","upcoming","twitter","spaces","social"]},{"id":"twitter/thread","site":"twitter","command":"thread","description":"Get a tweet and its conversation thread","terms":["twitter","twitter","thread","thread","get","tweet","its","conversation","thread","social"]},{"id":"twitter/timeline","site":"twitter","command":"timeline","description":"Get home timeline (for-you feed)","terms":["twitter","twitter","timeline","timeline","get","home","timeline","you","feed","social"]},{"id":"twitter/trending","site":"twitter","command":"trending","description":"Get trending topics","terms":["twitter","twitter","trending","trending","get","trending","topics","social"]},{"id":"twitter/tweets","site":"twitter","command":"tweets","description":"Read recent tweets from a Twitter/X user profile","terms":["twitter","twitter","tweets","tweets","read","recent","tweets","from","twitter","user","profile","social"]},{"id":"twitter/unblock","site":"twitter","command":"unblock","description":"Unblock a user","terms":["twitter","twitter","unblock","unblock","unblock","user","social"]},{"id":"twitter/unbookmark","site":"twitter","command":"unbookmark","description":"Remove a bookmark from a tweet","terms":["twitter","twitter","unbookmark","unbookmark","remove","bookmark","from","tweet","social"]},{"id":"twitter/unfollow","site":"twitter","command":"unfollow","description":"Unfollow a user","terms":["twitter","twitter","unfollow","unfollow","unfollow","user","social"]},{"id":"twitter/unlike","site":"twitter","command":"unlike","description":"Twitter unlike a specific tweet","terms":["twitter","twitter","unlike","unlike","twitter","unlike","specific","tweet","social"]},{"id":"twitter/unmute","site":"twitter","command":"unmute","description":"Unmute a Twitter/X user","terms":["twitter","twitter","unmute","unmute","unmute","twitter","user","social"]},{"id":"twitter/unretweet","site":"twitter","command":"unretweet","description":"Twitter unretweet a specific tweet","terms":["twitter","twitter","unretweet","unretweet","twitter","unretweet","specific","tweet","social"]},{"id":"uisdc/news","site":"uisdc","command":"news","description":"UISDC latest AI and design news","terms":["uisdc","uisdc","news","news","uisdc","latest","ai","design","news"]},{"id":"uiverse/code","site":"uiverse","command":"code","description":"Uiverse component code export (HTML or CSS)","terms":["uiverse","uiverse","code","code","uiverse","component","code","export","html","css"]},{"id":"uiverse/preview","site":"uiverse","command":"preview","description":"Capture a Uiverse component preview screenshot","terms":["uiverse","uiverse","preview","preview","capture","uiverse","component","preview","screenshot"]},{"id":"ukipo/info","site":"ukipo","command":"info","description":"UK IPO registry placeholder — Ipsum retired 2025-01; OneIPO API on 2026 roadmap","terms":["ukipo","ukipo","info","info","uk","ipo","registry","placeholder","ipsum","retired","2025","01","oneipo","api","2026","roadmap"]},{"id":"unpaywall/oa","site":"unpaywall","command":"oa","description":"Find open-access PDF availability for a DOI via Unpaywall","terms":["unpaywall","unpaywall","oa","oa","find","open","access","pdf","availability","doi","via","unpaywall","scholarly"]},{"id":"unsplash/random","site":"unsplash","command":"random","description":"Get a random Unsplash photo","terms":["unsplash","unsplash","random","random","get","random","unsplash","photo"]},{"id":"unsplash/search","site":"unsplash","command":"search","description":"Search free photos on Unsplash","terms":["unsplash","unsplash","search","search","search","free","photos","unsplash"]},{"id":"uspto/get","site":"uspto","command":"get","description":"Fetch a USPTO patent/application by application number","terms":["uspto","uspto","get","get","fetch","uspto","patent","application","application","number","patent"]},{"id":"uspto/legal-status","site":"uspto","command":"legal-status","description":"Legal-status / transaction history of a USPTO application","terms":["uspto","uspto","legal-status","legal","status","legal","status","transaction","history","uspto","application","patent"]},{"id":"uspto/search","site":"uspto","command":"search","description":"Search USPTO patents/applications via the Open Data Portal (ODP)","terms":["uspto","uspto","search","search","search","uspto","patents","applications","via","open","data","portal","odp","patent"]},{"id":"v2ex/daily","site":"v2ex","command":"daily","description":"V2EX daily hot topics","terms":["v2ex","v2ex","daily","daily","v2ex","daily","hot","topics","social"]},{"id":"v2ex/hot","site":"v2ex","command":"hot","description":"V2EX hot topics","terms":["v2ex","v2ex","hot","hot","v2ex","hot","topics","social"]},{"id":"v2ex/latest","site":"v2ex","command":"latest","description":"V2EX latest topics","terms":["v2ex","v2ex","latest","latest","v2ex","latest","topics","social"]},{"id":"v2ex/me","site":"v2ex","command":"me","description":"V2EX current user profile","terms":["v2ex","v2ex","me","me","v2ex","current","user","profile","social"]},{"id":"v2ex/member","site":"v2ex","command":"member","description":"V2EX member profile","terms":["v2ex","v2ex","member","member","v2ex","member","profile","social"]},{"id":"v2ex/node","site":"v2ex","command":"node","description":"V2EX topics by node","terms":["v2ex","v2ex","node","node","v2ex","topics","node","social"]},{"id":"v2ex/nodes","site":"v2ex","command":"nodes","description":"V2EX all nodes list","terms":["v2ex","v2ex","nodes","nodes","v2ex","all","nodes","list","social"]},{"id":"v2ex/notifications","site":"v2ex","command":"notifications","description":"V2EX user notifications","terms":["v2ex","v2ex","notifications","notifications","v2ex","user","notifications","social"]},{"id":"v2ex/replies","site":"v2ex","command":"replies","description":"V2EX topic replies","terms":["v2ex","v2ex","replies","replies","v2ex","topic","replies","social"]},{"id":"v2ex/search","site":"v2ex","command":"search","description":"Search V2EX topics via SOV2EX","terms":["v2ex","v2ex","search","search","search","v2ex","topics","via","sov2ex","social"]},{"id":"v2ex/topic","site":"v2ex","command":"topic","description":"V2EX topic detail","terms":["v2ex","v2ex","topic","topic","v2ex","topic","detail","social"]},{"id":"v2ex/user","site":"v2ex","command":"user","description":"V2EX user profile lookup","terms":["v2ex","v2ex","user","user","v2ex","user","profile","lookup","social"]},{"id":"vercel/list","site":"vercel","command":"list","description":"List Vercel deployments","terms":["vercel","vercel","list","list","list","vercel","deployments"]},{"id":"vndb/characters","site":"vndb","command":"characters","description":"Search VNDB characters and traits","terms":["vndb","vndb","characters","characters","search","vndb","characters","traits","content"]},{"id":"vndb/producers","site":"vndb","command":"producers","description":"Search VNDB producers, studios, brands, makers, circles, companies, and visual novel publishers such as Yuzusoft","terms":["vndb","vndb","producers","producers","search","vndb","producers","studios","brands","makers","circles","companies","visual","novel","publishers","such","yuzusoft","content"]},{"id":"vndb/releases","site":"vndb","command":"releases","description":"Search VNDB releases by title or visual novel keyword","terms":["vndb","vndb","releases","releases","search","vndb","releases","title","visual","novel","keyword","content"]},{"id":"vndb/search","site":"vndb","command":"search","description":"Search VNDB visual novels by title, alias, tag, or keyword","terms":["vndb","vndb","search","search","search","vndb","visual","novels","title","alias","tag","keyword","content"]},{"id":"vndb/staff","site":"vndb","command":"staff","description":"Search VNDB creators and staff","terms":["vndb","vndb","staff","staff","search","vndb","creators","staff","content"]},{"id":"vndb/tags","site":"vndb","command":"tags","description":"Search VNDB game tags and genres","terms":["vndb","vndb","tags","tags","search","vndb","game","tags","genres","content"]},{"id":"vndb/vn","site":"vndb","command":"vn","description":"Get VNDB visual novel details by v-id","terms":["vndb","vndb","vn","vn","get","vndb","visual","novel","details","id","content"]},{"id":"vscode/click-text","site":"vscode","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Visual Studio Code","terms":["vscode","vscode","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","visual","studio","code","dev"]},{"id":"vscode/dump","site":"vscode","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Visual Studio Code","terms":["vscode","vscode","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","visual","studio","code","dev"]},{"id":"vscode/extensions","site":"vscode","command":"extensions","description":"List installed VS Code extensions with versions","terms":["vscode","vscode","extensions","extensions","list","installed","vs","code","extensions","with","versions","dev"]},{"id":"vscode/install-ext","site":"vscode","command":"install-ext","description":"Install a VS Code extension by identifier","terms":["vscode","vscode","install-ext","install","ext","install","vs","code","extension","identifier","dev"]},{"id":"vscode/open","site":"vscode","command":"open","description":"Open a file or folder in VS Code","terms":["vscode","vscode","open","open","open","file","folder","vs","code","dev"]},{"id":"vscode/open-app","site":"vscode","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Visual Studio Code","terms":["vscode","vscode","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","visual","studio","code","dev"]},{"id":"vscode/press","site":"vscode","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Visual Studio Code","terms":["vscode","vscode","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","visual","studio","code","dev"]},{"id":"vscode/snapshot-app","site":"vscode","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Visual Studio Code","terms":["vscode","vscode","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","visual","studio","code","dev"]},{"id":"vscode/status-app","site":"vscode","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Visual Studio Code","terms":["vscode","vscode","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","visual","studio","code","dev"]},{"id":"vscode/type-text","site":"vscode","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Visual Studio Code","terms":["vscode","vscode","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","visual","studio","code","dev"]},{"id":"wanfang/search","site":"wanfang","command":"search","description":"Search Wanfang papers by keyword","terms":["wanfang","wanfang","search","search","search","wanfang","papers","keyword","scholarly"]},{"id":"web/read","site":"web","command":"read","description":"Read any webpage and convert to Markdown","terms":["web","web","read","read","read","any","webpage","convert","markdown","utility"]},{"id":"wechat-channels/hot","site":"wechat-channels","command":"hot","description":"WeChat Channels (Video Accounts) trending videos","terms":["wechat-channels","wechat","channels","hot","hot","wechat","channels","video","accounts","trending","videos"]},{"id":"wechat-channels/search","site":"wechat-channels","command":"search","description":"Search WeChat Channels (Video Accounts) videos","terms":["wechat-channels","wechat","channels","search","search","search","wechat","channels","video","accounts","videos"]},{"id":"weibo/comments","site":"weibo","command":"comments","description":"Weibo post comments","terms":["weibo","weibo","comments","comments","weibo","post","comments","social"]},{"id":"weibo/favorites","site":"weibo","command":"favorites","description":"Read your Weibo favorites","terms":["weibo","weibo","favorites","favorites","read","your","weibo","favorites","social"]},{"id":"weibo/feed","site":"weibo","command":"feed","description":"Weibo home feed from followed users","terms":["weibo","weibo","feed","feed","weibo","home","feed","from","followed","users","social"]},{"id":"weibo/hot","site":"weibo","command":"hot","description":"Weibo hot search trending topics","terms":["weibo","weibo","hot","hot","weibo","hot","search","trending","topics","social"]},{"id":"weibo/me","site":"weibo","command":"me","description":"Current Weibo user profile","terms":["weibo","weibo","me","me","current","weibo","user","profile","social"]},{"id":"weibo/post","site":"weibo","command":"post","description":"Get a single Weibo post by ID","terms":["weibo","weibo","post","post","get","single","weibo","post","id","social"]},{"id":"weibo/profile","site":"weibo","command":"profile","description":"Weibo user profile info","terms":["weibo","weibo","profile","profile","weibo","user","profile","info","social"]},{"id":"weibo/publish","site":"weibo","command":"publish","description":"Publish a new Weibo post immediately","terms":["weibo","weibo","publish","publish","publish","new","weibo","post","immediately","social"]},{"id":"weibo/search","site":"weibo","command":"search","description":"Search Weibo posts by keyword","terms":["weibo","weibo","search","search","search","weibo","posts","keyword","social"]},{"id":"weibo/timeline","site":"weibo","command":"timeline","description":"Weibo home timeline feed","terms":["weibo","weibo","timeline","timeline","weibo","home","timeline","feed","social"]},{"id":"weibo/trending","site":"weibo","command":"trending","description":"Weibo trending topics (real-time hot search)","terms":["weibo","weibo","trending","trending","weibo","trending","topics","real","time","hot","search","social"]},{"id":"weibo/user","site":"weibo","command":"user","description":"Get Weibo user profile by UID","terms":["weibo","weibo","user","user","get","weibo","user","profile","uid","social"]},{"id":"weixin/article","site":"weixin","command":"article","description":"List articles from WeChat Official Account backend","terms":["weixin","weixin","article","article","list","articles","from","wechat","official","account","backend","social"]},{"id":"weixin/create-draft","site":"weixin","command":"create-draft","description":"Create a WeChat Official Account article draft","terms":["weixin","weixin","create-draft","create","draft","create","wechat","official","account","article","draft","social"]},{"id":"weixin/download","site":"weixin","command":"download","description":"Download WeChat article content as Markdown","terms":["weixin","weixin","download","download","download","wechat","article","content","markdown","social"]},{"id":"weixin/drafts","site":"weixin","command":"drafts","description":"List WeChat Official Account article drafts","terms":["weixin","weixin","drafts","drafts","list","wechat","official","account","article","drafts","social"]},{"id":"weixin/hot","site":"weixin","command":"hot","description":"WeChat/Weixin hot articles trending","terms":["weixin","weixin","hot","hot","wechat","weixin","hot","articles","trending","social"]},{"id":"weixin/search","site":"weixin","command":"search","description":"Search WeChat articles via Sogou","terms":["weixin","weixin","search","search","search","wechat","articles","via","sogou","social"]},{"id":"weread/ai-outline","site":"weread","command":"ai-outline","description":"Extract WeRead AI outline or visible book outline","terms":["weread","weread","ai-outline","ai","outline","extract","weread","ai","outline","visible","book","outline","content"]},{"id":"weread/book","site":"weread","command":"book","description":"Get WeRead book details","terms":["weread","weread","book","book","get","weread","book","details","content"]},{"id":"weread/highlights","site":"weread","command":"highlights","description":"List your highlights (underlines) in a book","terms":["weread","weread","highlights","highlights","list","your","highlights","underlines","book","content"]},{"id":"weread/notebooks","site":"weread","command":"notebooks","description":"List books that have highlights or notes","terms":["weread","weread","notebooks","notebooks","list","books","that","have","highlights","notes","content"]},{"id":"weread/notes","site":"weread","command":"notes","description":"List your notes (thoughts) on a book","terms":["weread","weread","notes","notes","list","your","notes","thoughts","book","content"]},{"id":"weread/ranking","site":"weread","command":"ranking","description":"WeRead book rankings by category","terms":["weread","weread","ranking","ranking","weread","book","rankings","category","content"]},{"id":"weread/search","site":"weread","command":"search","description":"Search books on WeRead","terms":["weread","weread","search","search","search","books","weread","content"]},{"id":"weread/shelf","site":"weread","command":"shelf","description":"WeRead bookshelf (user's books)","terms":["weread","weread","shelf","shelf","weread","bookshelf","user","books","content"]},{"id":"wikidata/entity","site":"wikidata","command":"entity","description":"Fetch a Wikidata entity by Q/P/L id","terms":["wikidata","wikidata","entity","entity","fetch","wikidata","entity","id"]},{"id":"wikidata/search","site":"wikidata","command":"search","description":"Search Wikidata items by keyword","terms":["wikidata","wikidata","search","search","search","wikidata","items","keyword"]},{"id":"wikipedia/page","site":"wikipedia","command":"page","description":"Full plain-text extract of a Wikipedia article","terms":["wikipedia","wikipedia","page","page","full","plain","text","extract","wikipedia","article","reference"]},{"id":"wikipedia/random","site":"wikipedia","command":"random","description":"Get a random Wikipedia article","terms":["wikipedia","wikipedia","random","random","get","random","wikipedia","article","reference"]},{"id":"wikipedia/search","site":"wikipedia","command":"search","description":"Search Wikipedia articles","terms":["wikipedia","wikipedia","search","search","search","wikipedia","articles","reference"]},{"id":"wikipedia/summary","site":"wikipedia","command":"summary","description":"Get Wikipedia article summary","terms":["wikipedia","wikipedia","summary","summary","get","wikipedia","article","summary","reference"]},{"id":"wikipedia/today","site":"wikipedia","command":"today","description":"Wikipedia featured article of the day","terms":["wikipedia","wikipedia","today","today","wikipedia","featured","article","day","reference"]},{"id":"wikipedia/trending","site":"wikipedia","command":"trending","description":"Most-read Wikipedia articles (yesterday)","terms":["wikipedia","wikipedia","trending","trending","most","read","wikipedia","articles","yesterday","reference"]},{"id":"wipo-patentscope/info","site":"wipo-patentscope","command":"info","description":"WIPO PATENTSCOPE registry placeholder — no public REST API; SOAP requires subscription","terms":["wipo-patentscope","wipo","patentscope","info","info","wipo","patentscope","registry","placeholder","public","rest","api","soap","requires","subscription"]},{"id":"wiremock/create-stub","site":"wiremock","command":"create-stub","description":"Create a new stub mapping in WireMock","terms":["wiremock","wiremock","create-stub","create","stub","create","new","stub","mapping","wiremock","dev"]},{"id":"wiremock/delete-stub","site":"wiremock","command":"delete-stub","description":"Delete a WireMock stub mapping by ID","terms":["wiremock","wiremock","delete-stub","delete","stub","delete","wiremock","stub","mapping","id","dev"]},{"id":"wiremock/reset","site":"wiremock","command":"reset","description":"Reset WireMock server (clear all stubs and request history)","terms":["wiremock","wiremock","reset","reset","reset","wiremock","server","clear","all","stubs","request","history","dev"]},{"id":"wiremock/stubs","site":"wiremock","command":"stubs","description":"List all WireMock stub mappings","terms":["wiremock","wiremock","stubs","stubs","list","all","wiremock","stub","mappings","dev"]},{"id":"wiremock/verify","site":"wiremock","command":"verify","description":"Get count of requests matched to a URL pattern","terms":["wiremock","wiremock","verify","verify","get","count","requests","matched","url","pattern","dev"]},{"id":"word/insert-image","site":"word","command":"insert-image","description":"Insert a local image into the active Microsoft Word document","terms":["word","word","insert-image","insert","image","insert","local","image","into","active","microsoft","word","document","desktop"]},{"id":"word/insert-link","site":"word","command":"insert-link","description":"Insert a native hyperlink field into the active Microsoft Word document","terms":["word","word","insert-link","insert","link","insert","native","hyperlink","field","into","active","microsoft","word","document","desktop"]},{"id":"word/insert-text","site":"word","command":"insert-text","description":"Append text to the active Microsoft Word document, creating one if needed","terms":["word","word","insert-text","insert","text","append","text","active","microsoft","word","document","creating","one","needed","desktop"]},{"id":"word/list","site":"word","command":"list","description":"List open Microsoft Word documents","terms":["word","word","list","list","list","open","microsoft","word","documents","desktop"]},{"id":"word/read","site":"word","command":"read","description":"Read text from the active Microsoft Word document","terms":["word","word","read","read","read","text","from","active","microsoft","word","document","desktop"]},{"id":"word/set-font","site":"word","command":"set-font","description":"Apply a font to the active Microsoft Word document or matching text","terms":["word","word","set-font","set","font","apply","font","active","microsoft","word","document","matching","text","desktop"]},{"id":"word/status","site":"word","command":"status","description":"Check Microsoft Word running state without enumerating documents","terms":["word","word","status","status","check","microsoft","word","running","state","without","enumerating","documents","desktop"]},{"id":"wrangler/list","site":"wrangler","command":"list","description":"List Cloudflare Workers","terms":["wrangler","wrangler","list","list","list","cloudflare","workers"]},{"id":"wttr/current","site":"wttr","command":"current","description":"Current weather conditions for a location","terms":["wttr","wttr","current","current","current","weather","conditions","location"]},{"id":"wttr/forecast","site":"wttr","command":"forecast","description":"Multi-day weather forecast for a location","terms":["wttr","wttr","forecast","forecast","multi","day","weather","forecast","location"]},{"id":"xianyu/chat","site":"xianyu","command":"chat","description":"List Xianyu chat conversations","terms":["xianyu","xianyu","chat","chat","list","xianyu","chat","conversations","shopping"]},{"id":"xianyu/item","site":"xianyu","command":"item","description":"Get Xianyu item details","terms":["xianyu","xianyu","item","item","get","xianyu","item","details","shopping"]},{"id":"xianyu/publish","site":"xianyu","command":"publish","description":"Publish a Xianyu listing from a logged-in Goofish browser session","terms":["xianyu","xianyu","publish","publish","publish","xianyu","listing","from","logged","goofish","browser","session","shopping"]},{"id":"xianyu/search","site":"xianyu","command":"search","description":"Search Xianyu (Goofish) second-hand items","terms":["xianyu","xianyu","search","search","search","xianyu","goofish","second","hand","items","shopping"]},{"id":"xiaoe/catalog","site":"xiaoe","command":"catalog","description":"Get Xiaoe course catalog/chapters","terms":["xiaoe","xiaoe","catalog","catalog","get","xiaoe","course","catalog","chapters"]},{"id":"xiaoe/content","site":"xiaoe","command":"content","description":"Get Xiaoe course content/lesson details","terms":["xiaoe","xiaoe","content","content","get","xiaoe","course","content","lesson","details"]},{"id":"xiaoe/courses","site":"xiaoe","command":"courses","description":"List purchased Xiaoe courses","terms":["xiaoe","xiaoe","courses","courses","list","purchased","xiaoe","courses"]},{"id":"xiaoe/detail","site":"xiaoe","command":"detail","description":"Get Xiaoe course details","terms":["xiaoe","xiaoe","detail","detail","get","xiaoe","course","details"]},{"id":"xiaoe/play-url","site":"xiaoe","command":"play-url","description":"Get Xiaoe video/audio play URL","terms":["xiaoe","xiaoe","play-url","play","url","get","xiaoe","video","audio","play","url"]},{"id":"xiaohongshu/comments","site":"xiaohongshu","command":"comments","description":"Get comments on a Xiaohongshu note (supports nested replies)","terms":["xiaohongshu","xiaohongshu","comments","comments","get","comments","xiaohongshu","note","supports","nested","replies","social"]},{"id":"xiaohongshu/creator-note-detail","site":"xiaohongshu","command":"creator-note-detail","description":"Xiaohongshu single note detail page data (core metrics + audience + trends)","terms":["xiaohongshu","xiaohongshu","creator-note-detail","creator","note","detail","xiaohongshu","single","note","detail","page","data","core","metrics","audience","trends","social"]},{"id":"xiaohongshu/creator-notes","site":"xiaohongshu","command":"creator-notes","description":"Xiaohongshu creator note list with per-note metrics (title/date/views/likes/collects/comments)","terms":["xiaohongshu","xiaohongshu","creator-notes","creator","notes","xiaohongshu","creator","note","list","with","per","note","metrics","title","date","views","likes","collects","comments","social"]},{"id":"xiaohongshu/creator-notes-summary","site":"xiaohongshu","command":"creator-notes-summary","description":"Xiaohongshu batch summary for recent notes (list + per-note key metrics)","terms":["xiaohongshu","xiaohongshu","creator-notes-summary","creator","notes","summary","xiaohongshu","batch","summary","recent","notes","list","per","note","key","metrics","social"]},{"id":"xiaohongshu/creator-profile","site":"xiaohongshu","command":"creator-profile","description":"Xiaohongshu creator account info (followers/following/likes/level)","terms":["xiaohongshu","xiaohongshu","creator-profile","creator","profile","xiaohongshu","creator","account","info","followers","following","likes","level","social"]},{"id":"xiaohongshu/creator-stats","site":"xiaohongshu","command":"creator-stats","description":"Xiaohongshu creator analytics overview (views/likes/collects/comments/shares/followers + daily trend)","terms":["xiaohongshu","xiaohongshu","creator-stats","creator","stats","xiaohongshu","creator","analytics","overview","views","likes","collects","comments","shares","followers","daily","trend","social"]},{"id":"xiaohongshu/download","site":"xiaohongshu","command":"download","description":"Download images and videos from a Xiaohongshu note","terms":["xiaohongshu","xiaohongshu","download","download","download","images","videos","from","xiaohongshu","note","social"]},{"id":"xiaohongshu/feed","site":"xiaohongshu","command":"feed","description":"Xiaohongshu home feed (via Pinia Store Action)","terms":["xiaohongshu","xiaohongshu","feed","feed","xiaohongshu","home","feed","via","pinia","store","action","social"]},{"id":"xiaohongshu/follow","site":"xiaohongshu","command":"follow","description":"Follow a Xiaohongshu user","terms":["xiaohongshu","xiaohongshu","follow","follow","follow","xiaohongshu","user","social"]},{"id":"xiaohongshu/hashtag","site":"xiaohongshu","command":"hashtag","description":"Browse notes under a Xiaohongshu hashtag/topic","terms":["xiaohongshu","xiaohongshu","hashtag","hashtag","browse","notes","under","xiaohongshu","hashtag","topic","social"]},{"id":"xiaohongshu/hot","site":"xiaohongshu","command":"hot","description":"Xiaohongshu trending/hot notes","terms":["xiaohongshu","xiaohongshu","hot","hot","xiaohongshu","trending","hot","notes","social"]},{"id":"xiaohongshu/like","site":"xiaohongshu","command":"like","description":"Like a Xiaohongshu note","terms":["xiaohongshu","xiaohongshu","like","like","like","xiaohongshu","note","social"]},{"id":"xiaohongshu/note","site":"xiaohongshu","command":"note","description":"Get note content and engagement metrics","terms":["xiaohongshu","xiaohongshu","note","note","get","note","content","engagement","metrics","social"]},{"id":"xiaohongshu/notifications","site":"xiaohongshu","command":"notifications","description":"Xiaohongshu notifications (mentions/likes/connections)","terms":["xiaohongshu","xiaohongshu","notifications","notifications","xiaohongshu","notifications","mentions","likes","connections","social"]},{"id":"xiaohongshu/profile","site":"xiaohongshu","command":"profile","description":"Get a Xiaohongshu user profile","terms":["xiaohongshu","xiaohongshu","profile","profile","get","xiaohongshu","user","profile","social"]},{"id":"xiaohongshu/publish","site":"xiaohongshu","command":"publish","description":"Publish an image+text note via Xiaohongshu creator center (UI automation)","terms":["xiaohongshu","xiaohongshu","publish","publish","publish","image","text","note","via","xiaohongshu","creator","center","ui","automation","social"]},{"id":"xiaohongshu/save","site":"xiaohongshu","command":"save","description":"Save/collect a Xiaohongshu note","terms":["xiaohongshu","xiaohongshu","save","save","save","collect","xiaohongshu","note","social"]},{"id":"xiaohongshu/search","site":"xiaohongshu","command":"search","description":"Search notes on Xiaohongshu","terms":["xiaohongshu","xiaohongshu","search","search","search","notes","xiaohongshu","social"]},{"id":"xiaohongshu/suggest","site":"xiaohongshu","command":"suggest","description":"Xiaohongshu search suggestions/autocomplete","terms":["xiaohongshu","xiaohongshu","suggest","suggest","xiaohongshu","search","suggestions","autocomplete","social"]},{"id":"xiaohongshu/trending","site":"xiaohongshu","command":"trending","description":"Xiaohongshu trending searches and visible hot notes","terms":["xiaohongshu","xiaohongshu","trending","trending","xiaohongshu","trending","searches","visible","hot","notes","social"]},{"id":"xiaohongshu/unfollow","site":"xiaohongshu","command":"unfollow","description":"Unfollow a Xiaohongshu user","terms":["xiaohongshu","xiaohongshu","unfollow","unfollow","unfollow","xiaohongshu","user","social"]},{"id":"xiaohongshu/user","site":"xiaohongshu","command":"user","description":"Get public notes from a Xiaohongshu user profile","terms":["xiaohongshu","xiaohongshu","user","user","get","public","notes","from","xiaohongshu","user","profile","social"]},{"id":"xiaoyuzhou/download","site":"xiaoyuzhou","command":"download","description":"Download Xiaoyuzhou episode audio","terms":["xiaoyuzhou","xiaoyuzhou","download","download","download","xiaoyuzhou","episode","audio","audio"]},{"id":"xiaoyuzhou/episode","site":"xiaoyuzhou","command":"episode","description":"Get podcast episode details from Xiaoyuzhou","terms":["xiaoyuzhou","xiaoyuzhou","episode","episode","get","podcast","episode","details","from","xiaoyuzhou","audio"]},{"id":"xiaoyuzhou/podcast","site":"xiaoyuzhou","command":"podcast","description":"View a Xiaoyuzhou podcast profile (via SSR page data)","terms":["xiaoyuzhou","xiaoyuzhou","podcast","podcast","view","xiaoyuzhou","podcast","profile","via","ssr","page","data","audio"]},{"id":"xiaoyuzhou/podcast-episodes","site":"xiaoyuzhou","command":"podcast-episodes","description":"List episodes for a Xiaoyuzhou podcast","terms":["xiaoyuzhou","xiaoyuzhou","podcast-episodes","podcast","episodes","list","episodes","xiaoyuzhou","podcast","audio"]},{"id":"xiaoyuzhou/transcript","site":"xiaoyuzhou","command":"transcript","description":"Download Xiaoyuzhou transcript JSON and extracted text","terms":["xiaoyuzhou","xiaoyuzhou","transcript","transcript","download","xiaoyuzhou","transcript","json","extracted","text","audio"]},{"id":"xueqiu/comments","site":"xueqiu","command":"comments","description":"Xueqiu stock discussion timeline","terms":["xueqiu","xueqiu","comments","comments","xueqiu","stock","discussion","timeline","finance"]},{"id":"xueqiu/earnings-date","site":"xueqiu","command":"earnings-date","description":"Xueqiu stock earnings calendar","terms":["xueqiu","xueqiu","earnings-date","earnings","date","xueqiu","stock","earnings","calendar","finance"]},{"id":"xueqiu/feed","site":"xueqiu","command":"feed","description":"Xueqiu personal home timeline","terms":["xueqiu","xueqiu","feed","feed","xueqiu","personal","home","timeline","finance"]},{"id":"xueqiu/fund-holdings","site":"xueqiu","command":"fund-holdings","description":"Xueqiu fund holdings/positions","terms":["xueqiu","xueqiu","fund-holdings","fund","holdings","xueqiu","fund","holdings","positions","finance"]},{"id":"xueqiu/fund-snapshot","site":"xueqiu","command":"fund-snapshot","description":"Xueqiu stock top shareholders snapshot","terms":["xueqiu","xueqiu","fund-snapshot","fund","snapshot","xueqiu","stock","top","shareholders","snapshot","finance"]},{"id":"xueqiu/groups","site":"xueqiu","command":"groups","description":"Read visible Xueqiu portfolio or group lists","terms":["xueqiu","xueqiu","groups","groups","read","visible","xueqiu","portfolio","group","lists","finance"]},{"id":"xueqiu/hot","site":"xueqiu","command":"hot","description":"Xueqiu hot stocks and discussions","terms":["xueqiu","xueqiu","hot","hot","xueqiu","hot","stocks","discussions","finance"]},{"id":"xueqiu/hot-stock","site":"xueqiu","command":"hot-stock","description":"Xueqiu hot stocks ranking","terms":["xueqiu","xueqiu","hot-stock","hot","stock","xueqiu","hot","stocks","ranking","finance"]},{"id":"xueqiu/kline","site":"xueqiu","command":"kline","description":"Fetch Xueqiu stock candlestick data","terms":["xueqiu","xueqiu","kline","kline","fetch","xueqiu","stock","candlestick","data","finance"]},{"id":"xueqiu/market","site":"xueqiu","command":"market","description":"Xueqiu market indices overview","terms":["xueqiu","xueqiu","market","market","xueqiu","market","indices","overview","finance"]},{"id":"xueqiu/quote","site":"xueqiu","command":"quote","description":"Xueqiu stock quote","terms":["xueqiu","xueqiu","quote","quote","xueqiu","stock","quote","finance"]},{"id":"xueqiu/search","site":"xueqiu","command":"search","description":"Search Xueqiu stocks by code or name","terms":["xueqiu","xueqiu","search","search","search","xueqiu","stocks","code","name","finance"]},{"id":"xueqiu/stock","site":"xueqiu","command":"stock","description":"Xueqiu stock detail quote","terms":["xueqiu","xueqiu","stock","stock","xueqiu","stock","detail","quote","finance"]},{"id":"xueqiu/watchlist","site":"xueqiu","command":"watchlist","description":"Xueqiu personal watchlist","terms":["xueqiu","xueqiu","watchlist","watchlist","xueqiu","personal","watchlist","finance"]},{"id":"yahoo/search","site":"yahoo","command":"search","description":"Search the public web via Yahoo Search (no API key needed)","terms":["yahoo","yahoo","search","search","search","public","web","via","yahoo","search","api","key","needed"]},{"id":"yahoo-finance/quote","site":"yahoo-finance","command":"quote","description":"Get stock quote from Yahoo Finance","terms":["yahoo-finance","yahoo","finance","quote","quote","get","stock","quote","from","yahoo","finance","finance"]},{"id":"yahoo-finance/search","site":"yahoo-finance","command":"search","description":"Search Yahoo Finance for tickers and companies","terms":["yahoo-finance","yahoo","finance","search","search","search","yahoo","finance","tickers","companies","finance"]},{"id":"yahoo-finance/trending","site":"yahoo-finance","command":"trending","description":"Yahoo Finance trending tickers","terms":["yahoo-finance","yahoo","finance","trending","trending","yahoo","finance","trending","tickers","finance"]},{"id":"yandere/detail","site":"yandere","command":"detail","description":"Get yande.re post detail by post id","terms":["yandere","yandere","detail","detail","get","yande","re","post","detail","post","id","content"]},{"id":"yandere/download","site":"yandere","command":"download","description":"Download yande.re post image by post id","terms":["yandere","yandere","download","download","download","yande","re","post","image","post","id","content"]},{"id":"yandere/search","site":"yandere","command":"search","description":"Search yande.re illustration posts by Moebooru tag query","terms":["yandere","yandere","search","search","search","yande","re","illustration","posts","moebooru","tag","query","content"]},{"id":"yandere/tags","site":"yandere","command":"tags","description":"Search yande.re tags by name prefix","terms":["yandere","yandere","tags","tags","search","yande","re","tags","name","prefix","content"]},{"id":"ycombinator/launches","site":"ycombinator","command":"launches","description":"Latest YC company launches","terms":["ycombinator","ycombinator","launches","launches","latest","yc","company","launches"]},{"id":"yollomi/background","site":"yollomi","command":"background","description":"Generate custom background for image","terms":["yollomi","yollomi","background","background","generate","custom","background","image","ai"]},{"id":"yollomi/edit","site":"yollomi","command":"edit","description":"Edit an image with Yollomi AI (text prompt)","terms":["yollomi","yollomi","edit","edit","edit","image","with","yollomi","ai","text","prompt","ai"]},{"id":"yollomi/face-swap","site":"yollomi","command":"face-swap","description":"Swap faces between two images","terms":["yollomi","yollomi","face-swap","face","swap","swap","faces","between","two","images","ai"]},{"id":"yollomi/generate","site":"yollomi","command":"generate","description":"Generate an image with Yollomi AI","terms":["yollomi","yollomi","generate","generate","generate","image","with","yollomi","ai","ai"]},{"id":"yollomi/models","site":"yollomi","command":"models","description":"List available Yollomi AI models","terms":["yollomi","yollomi","models","models","list","available","yollomi","ai","models","ai"]},{"id":"yollomi/object-remover","site":"yollomi","command":"object-remover","description":"Remove unwanted objects from image","terms":["yollomi","yollomi","object-remover","object","remover","remove","unwanted","objects","from","image","ai"]},{"id":"yollomi/remove-bg","site":"yollomi","command":"remove-bg","description":"Remove background from image (free)","terms":["yollomi","yollomi","remove-bg","remove","bg","remove","background","from","image","free","ai"]},{"id":"yollomi/restore","site":"yollomi","command":"restore","description":"Restore old/damaged photos","terms":["yollomi","yollomi","restore","restore","restore","old","damaged","photos","ai"]},{"id":"yollomi/try-on","site":"yollomi","command":"try-on","description":"Virtual clothing try-on","terms":["yollomi","yollomi","try-on","try","on","virtual","clothing","try","ai"]},{"id":"yollomi/upload","site":"yollomi","command":"upload","description":"Upload an image to Yollomi for processing","terms":["yollomi","yollomi","upload","upload","upload","image","yollomi","processing","ai"]},{"id":"yollomi/upscale","site":"yollomi","command":"upscale","description":"Upscale/enhance image resolution","terms":["yollomi","yollomi","upscale","upscale","upscale","enhance","image","resolution","ai"]},{"id":"yollomi/video","site":"yollomi","command":"video","description":"Generate video with Yollomi AI","terms":["yollomi","yollomi","video","video","generate","video","with","yollomi","ai","ai"]},{"id":"youtube/channel","site":"youtube","command":"channel","description":"Get YouTube channel info","terms":["youtube","youtube","channel","channel","get","youtube","channel","info","video"]},{"id":"youtube/comments","site":"youtube","command":"comments","description":"Get YouTube video comments","terms":["youtube","youtube","comments","comments","get","youtube","video","comments","video"]},{"id":"youtube/feed","site":"youtube","command":"feed","description":"Read YouTube homepage recommended videos","terms":["youtube","youtube","feed","feed","read","youtube","homepage","recommended","videos","video"]},{"id":"youtube/history","site":"youtube","command":"history","description":"Read YouTube watch history","terms":["youtube","youtube","history","history","read","youtube","watch","history","video"]},{"id":"youtube/like","site":"youtube","command":"like","description":"Like a YouTube video in the active browser session","terms":["youtube","youtube","like","like","like","youtube","video","active","browser","session","video"]},{"id":"youtube/playlist","site":"youtube","command":"playlist","description":"Get videos from a YouTube playlist","terms":["youtube","youtube","playlist","playlist","get","videos","from","youtube","playlist","video"]},{"id":"youtube/search","site":"youtube","command":"search","description":"Search YouTube videos","terms":["youtube","youtube","search","search","search","youtube","videos","video"]},{"id":"youtube/shorts","site":"youtube","command":"shorts","description":"Get YouTube Shorts from a channel or trending","terms":["youtube","youtube","shorts","shorts","get","youtube","shorts","from","channel","trending","video"]},{"id":"youtube/subscribe","site":"youtube","command":"subscribe","description":"Subscribe to a YouTube channel","terms":["youtube","youtube","subscribe","subscribe","subscribe","youtube","channel","video"]},{"id":"youtube/subscriptions","site":"youtube","command":"subscriptions","description":"List YouTube subscribed channels","terms":["youtube","youtube","subscriptions","subscriptions","list","youtube","subscribed","channels","video"]},{"id":"youtube/subtitles","site":"youtube","command":"subtitles","description":"Extract LLM-readable subtitles from a YouTube video URL with optional browser-cookie reuse","terms":["youtube","youtube","subtitles","subtitles","extract","llm","readable","subtitles","from","youtube","video","url","with","optional","browser","cookie","reuse","video"]},{"id":"youtube/transcript","site":"youtube","command":"transcript","description":"Get YouTube video transcript/subtitles","terms":["youtube","youtube","transcript","transcript","get","youtube","video","transcript","subtitles","video"]},{"id":"youtube/trending","site":"youtube","command":"trending","description":"Get YouTube trending videos","terms":["youtube","youtube","trending","trending","get","youtube","trending","videos","video"]},{"id":"youtube/unlike","site":"youtube","command":"unlike","description":"Remove a YouTube video like in the active browser session","terms":["youtube","youtube","unlike","unlike","remove","youtube","video","like","active","browser","session","video"]},{"id":"youtube/unsubscribe","site":"youtube","command":"unsubscribe","description":"Unsubscribe from a YouTube channel","terms":["youtube","youtube","unsubscribe","unsubscribe","unsubscribe","from","youtube","channel","video"]},{"id":"youtube/video","site":"youtube","command":"video","description":"Get YouTube video info","terms":["youtube","youtube","video","video","get","youtube","video","info","video"]},{"id":"youtube/watch-later","site":"youtube","command":"watch-later","description":"Read YouTube Watch Later queue","terms":["youtube","youtube","watch-later","watch","later","read","youtube","watch","later","queue","video"]},{"id":"yt-dlp/download","site":"yt-dlp","command":"download","description":"Download a video from a URL","terms":["yt-dlp","yt","dlp","download","download","download","video","from","url","video"]},{"id":"yt-dlp/extract-audio","site":"yt-dlp","command":"extract-audio","description":"Download and extract audio from a video URL","terms":["yt-dlp","yt","dlp","extract-audio","extract","audio","download","extract","audio","from","video","url","video"]},{"id":"yt-dlp/info","site":"yt-dlp","command":"info","description":"Get metadata for a video URL without downloading","terms":["yt-dlp","yt","dlp","info","info","get","metadata","video","url","without","downloading","video"]},{"id":"yt-dlp/search","site":"yt-dlp","command":"search","description":"Search YouTube and return video metadata","terms":["yt-dlp","yt","dlp","search","search","search","youtube","return","video","metadata","video"]},{"id":"yt-dlp/subtitles","site":"yt-dlp","command":"subtitles","description":"Extract subtitles from any yt-dlp-supported video URL with optional browser-cookie reuse","terms":["yt-dlp","yt","dlp","subtitles","subtitles","extract","subtitles","from","any","yt","dlp","supported","video","url","with","optional","browser","cookie","reuse","video"]},{"id":"yuanbao/ask","site":"yuanbao","command":"ask","description":"Ask Tencent Yuanbao AI a question","terms":["yuanbao","yuanbao","ask","ask","ask","tencent","yuanbao","ai","question","ai"]},{"id":"yuanbao/detail","site":"yuanbao","command":"detail","description":"Open a Yuanbao conversation by ID and read its messages","terms":["yuanbao","yuanbao","detail","detail","open","yuanbao","conversation","id","read","its","messages","ai"]},{"id":"yuanbao/history","site":"yuanbao","command":"history","description":"List recent Yuanbao conversations from the sidebar","terms":["yuanbao","yuanbao","history","history","list","recent","yuanbao","conversations","from","sidebar","ai"]},{"id":"yuanbao/new","site":"yuanbao","command":"new","description":"Start a new Tencent Yuanbao conversation","terms":["yuanbao","yuanbao","new","new","start","new","tencent","yuanbao","conversation","ai"]},{"id":"yuanbao/read","site":"yuanbao","command":"read","description":"Read messages in the current Yuanbao conversation","terms":["yuanbao","yuanbao","read","read","read","messages","current","yuanbao","conversation","ai"]},{"id":"yuanbao/send","site":"yuanbao","command":"send","description":"Send a prompt to Yuanbao without waiting for the reply","terms":["yuanbao","yuanbao","send","send","send","prompt","yuanbao","without","waiting","reply","ai"]},{"id":"yuanbao/shared","site":"yuanbao","command":"shared","description":"List Tencent Yuanbao shared conversations","terms":["yuanbao","yuanbao","shared","shared","list","tencent","yuanbao","shared","conversations","ai"]},{"id":"yuanbao/status","site":"yuanbao","command":"status","description":"Check Yuanbao page availability, login state, current session and model","terms":["yuanbao","yuanbao","status","status","check","yuanbao","page","availability","login","state","current","session","model","ai"]},{"id":"zhihu/answer","site":"zhihu","command":"answer","description":"Get a specific Zhihu answer by ID","terms":["zhihu","zhihu","answer","answer","get","specific","zhihu","answer","id","social"]},{"id":"zhihu/answer-detail","site":"zhihu","command":"answer-detail","description":"知乎单个回答完整内容(按 answer ID 获取)","terms":["zhihu","zhihu","answer-detail","answer","detail","知乎单个回答完整内容","answer","id","获取","social"]},{"id":"zhihu/answers","site":"zhihu","command":"answers","description":"List answers by a Zhihu user","terms":["zhihu","zhihu","answers","answers","list","answers","zhihu","user","social"]},{"id":"zhihu/article","site":"zhihu","command":"article","description":"Get a Zhihu article (zhuanlan) by ID","terms":["zhihu","zhihu","article","article","get","zhihu","article","zhuanlan","id","social"]},{"id":"zhihu/articles","site":"zhihu","command":"articles","description":"List articles by a Zhihu user","terms":["zhihu","zhihu","articles","articles","list","articles","zhihu","user","social"]},{"id":"zhihu/collection","site":"zhihu","command":"collection","description":"List items in a Zhihu collection","terms":["zhihu","zhihu","collection","collection","list","items","zhihu","collection","social"]},{"id":"zhihu/collections","site":"zhihu","command":"collections","description":"List Zhihu collections (favorites) for a user","terms":["zhihu","zhihu","collections","collections","list","zhihu","collections","favorites","user","social"]},{"id":"zhihu/columns","site":"zhihu","command":"columns","description":"Get articles from a Zhihu column (zhuanlan)","terms":["zhihu","zhihu","columns","columns","get","articles","from","zhihu","column","zhuanlan","social"]},{"id":"zhihu/comment","site":"zhihu","command":"comment","description":"Get Zhihu comments with normalized nested reply hierarchy","terms":["zhihu","zhihu","comment","comment","get","zhihu","comments","with","normalized","nested","reply","hierarchy","social"]},{"id":"zhihu/download","site":"zhihu","command":"download","description":"Download Zhihu answer/article content as markdown","terms":["zhihu","zhihu","download","download","download","zhihu","answer","article","content","markdown","social"]},{"id":"zhihu/favorite","site":"zhihu","command":"favorite","description":"Favorite a Zhihu answer or article into an existing collection","terms":["zhihu","zhihu","favorite","favorite","favorite","zhihu","answer","article","into","existing","collection","social"]},{"id":"zhihu/feed","site":"zhihu","command":"feed","description":"Zhihu recommended feed","terms":["zhihu","zhihu","feed","feed","zhihu","recommended","feed","social"]},{"id":"zhihu/follow","site":"zhihu","command":"follow","description":"Follow a Zhihu user or question","terms":["zhihu","zhihu","follow","follow","follow","zhihu","user","question","social"]},{"id":"zhihu/followers","site":"zhihu","command":"followers","description":"List followers of a Zhihu user","terms":["zhihu","zhihu","followers","followers","list","followers","zhihu","user","social"]},{"id":"zhihu/following","site":"zhihu","command":"following","description":"List users followed by a Zhihu user","terms":["zhihu","zhihu","following","following","list","users","followed","zhihu","user","social"]},{"id":"zhihu/hot","site":"zhihu","command":"hot","description":"Zhihu hot topics list","terms":["zhihu","zhihu","hot","hot","zhihu","hot","topics","list","social"]},{"id":"zhihu/like","site":"zhihu","command":"like","description":"Like a Zhihu answer or article","terms":["zhihu","zhihu","like","like","like","zhihu","answer","article","social"]},{"id":"zhihu/me","site":"zhihu","command":"me","description":"Current Zhihu user profile","terms":["zhihu","zhihu","me","me","current","zhihu","user","profile","social"]},{"id":"zhihu/notifications","site":"zhihu","command":"notifications","description":"Zhihu notifications","terms":["zhihu","zhihu","notifications","notifications","zhihu","notifications","social"]},{"id":"zhihu/pins","site":"zhihu","command":"pins","description":"List Zhihu pins (thoughts/status updates) by a user","terms":["zhihu","zhihu","pins","pins","list","zhihu","pins","thoughts","status","updates","user","social"]},{"id":"zhihu/question","site":"zhihu","command":"question","description":"Zhihu question with top answers","terms":["zhihu","zhihu","question","question","zhihu","question","with","top","answers","social"]},{"id":"zhihu/recommend","site":"zhihu","command":"recommend","description":"知乎首页推荐","terms":["zhihu","zhihu","recommend","recommend","知乎首页推荐","social"]},{"id":"zhihu/search","site":"zhihu","command":"search","description":"Search Zhihu questions and answers","terms":["zhihu","zhihu","search","search","search","zhihu","questions","answers","social"]},{"id":"zhihu/topic","site":"zhihu","command":"topic","description":"Get Zhihu topic best answers","terms":["zhihu","zhihu","topic","topic","get","zhihu","topic","best","answers","social"]},{"id":"zhihu/topics","site":"zhihu","command":"topics","description":"Get top answers for a Zhihu topic","terms":["zhihu","zhihu","topics","topics","get","top","answers","zhihu","topic","social"]},{"id":"zhihu/trending","site":"zhihu","command":"trending","description":"Zhihu trending topics by category","terms":["zhihu","zhihu","trending","trending","zhihu","trending","topics","category","social"]},{"id":"zhihu/user","site":"zhihu","command":"user","description":"Get a Zhihu user profile by URL name","terms":["zhihu","zhihu","user","user","get","zhihu","user","profile","url","name","social"]},{"id":"zlibrary/info","site":"zlibrary","command":"info","description":"Get book details and available download formats from a Z-Library book page","terms":["zlibrary","zlibrary","info","info","get","book","details","available","download","formats","from","library","book","page"]},{"id":"zlibrary/search","site":"zlibrary","command":"search","description":"Search Z-Library for books by title, author, ISBN, or keyword","terms":["zlibrary","zlibrary","search","search","search","library","books","title","author","isbn","keyword"]},{"id":"zoom/join","site":"zoom","command":"join","description":"Join a Zoom meeting by meeting ID","terms":["zoom","zoom","join","join","join","zoom","meeting","meeting","id","social"]},{"id":"zoom/start","site":"zoom","command":"start","description":"Start your personal Zoom meeting","terms":["zoom","zoom","start","start","start","your","personal","zoom","meeting","social"]},{"id":"zoom/toggle-mute","site":"zoom","command":"toggle-mute","description":"Toggle mute in the active Zoom meeting via Meeting menu","terms":["zoom","zoom","toggle-mute","toggle","mute","toggle","mute","active","zoom","meeting","via","meeting","menu","social"]},{"id":"zotero/add-note","site":"zotero","command":"add-note","description":"Add a child note to an existing Zotero item","terms":["zotero","zotero","add-note","add","note","add","child","note","existing","zotero","item","scholarly"]},{"id":"zotero/add-tag","site":"zotero","command":"add-tag","description":"Add a tag to an existing Zotero item","terms":["zotero","zotero","add-tag","add","tag","add","tag","existing","zotero","item","scholarly"]},{"id":"zotero/collections","site":"zotero","command":"collections","description":"List all collections in Zotero library","terms":["zotero","zotero","collections","collections","list","all","collections","zotero","library","scholarly"]},{"id":"zotero/export","site":"zotero","command":"export","description":"Export Zotero items as BibTeX, RIS, or other citation format","terms":["zotero","zotero","export","export","export","zotero","items","bibtex","ris","other","citation","format","scholarly"]},{"id":"zotero/items","site":"zotero","command":"items","description":"List items from Zotero library (title, authors, date, type)","terms":["zotero","zotero","items","items","list","items","from","zotero","library","title","authors","date","type","scholarly"]},{"id":"zotero/notes","site":"zotero","command":"notes","description":"List child notes attached to a Zotero item","terms":["zotero","zotero","notes","notes","list","child","notes","attached","zotero","item","scholarly"]},{"id":"zotero/search","site":"zotero","command":"search","description":"Search Zotero library by query string","terms":["zotero","zotero","search","search","search","zotero","library","query","string","scholarly"]},{"id":"zotero/tags","site":"zotero","command":"tags","description":"List all tags in Zotero library with item counts","terms":["zotero","zotero","tags","tags","list","all","tags","zotero","library","with","item","counts","scholarly"]},{"id":"zsxq/dynamics","site":"zsxq","command":"dynamics","description":"Zsxq latest dynamics across all groups","terms":["zsxq","zsxq","dynamics","dynamics","zsxq","latest","dynamics","across","all","groups","content"]},{"id":"zsxq/groups","site":"zsxq","command":"groups","description":"Zsxq (知识星球) joined groups","terms":["zsxq","zsxq","groups","groups","zsxq","知识星球","joined","groups","content"]},{"id":"zsxq/search","site":"zsxq","command":"search","description":"Search topics within a Zsxq group","terms":["zsxq","zsxq","search","search","search","topics","within","zsxq","group","content"]},{"id":"zsxq/topic","site":"zsxq","command":"topic","description":"Get a single Zsxq topic detail","terms":["zsxq","zsxq","topic","topic","get","single","zsxq","topic","detail","content"]},{"id":"zsxq/topics","site":"zsxq","command":"topics","description":"Zsxq (知识星球) group topics/posts","terms":["zsxq","zsxq","topics","topics","zsxq","知识星球","group","topics","posts","content"]},{"id":"logseq/click-text","site":"logseq","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Logseq","terms":["logseq","logseq","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","logseq","productivity"]},{"id":"logseq/dump","site":"logseq","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Logseq","terms":["logseq","logseq","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","logseq","productivity"]},{"id":"logseq/open-app","site":"logseq","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Logseq","terms":["logseq","logseq","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","logseq","productivity"]},{"id":"logseq/press","site":"logseq","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Logseq","terms":["logseq","logseq","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","logseq","productivity"]},{"id":"logseq/snapshot-app","site":"logseq","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Logseq","terms":["logseq","logseq","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","logseq","productivity"]},{"id":"logseq/status-app","site":"logseq","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Logseq","terms":["logseq","logseq","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","logseq","productivity"]},{"id":"logseq/type-text","site":"logseq","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Logseq","terms":["logseq","logseq","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","logseq","productivity"]},{"id":"typora/click-text","site":"typora","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Typora","terms":["typora","typora","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","typora","productivity"]},{"id":"typora/dump","site":"typora","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Typora","terms":["typora","typora","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","typora","productivity"]},{"id":"typora/open-app","site":"typora","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Typora","terms":["typora","typora","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","typora","productivity"]},{"id":"typora/press","site":"typora","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Typora","terms":["typora","typora","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","typora","productivity"]},{"id":"typora/snapshot-app","site":"typora","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Typora","terms":["typora","typora","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","typora","productivity"]},{"id":"typora/status-app","site":"typora","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Typora","terms":["typora","typora","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","typora","productivity"]},{"id":"typora/type-text","site":"typora","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Typora","terms":["typora","typora","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","typora","productivity"]},{"id":"postman/click-text","site":"postman","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Postman","terms":["postman","postman","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","postman","dev"]},{"id":"postman/dump","site":"postman","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Postman","terms":["postman","postman","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","postman","dev"]},{"id":"postman/open-app","site":"postman","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Postman","terms":["postman","postman","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","postman","dev"]},{"id":"postman/press","site":"postman","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Postman","terms":["postman","postman","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","postman","dev"]},{"id":"postman/snapshot-app","site":"postman","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Postman","terms":["postman","postman","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","postman","dev"]},{"id":"postman/status-app","site":"postman","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Postman","terms":["postman","postman","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","postman","dev"]},{"id":"postman/type-text","site":"postman","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Postman","terms":["postman","postman","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","postman","dev"]},{"id":"insomnia/click-text","site":"insomnia","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Insomnia","terms":["insomnia","insomnia","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","insomnia","dev"]},{"id":"insomnia/dump","site":"insomnia","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Insomnia","terms":["insomnia","insomnia","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","insomnia","dev"]},{"id":"insomnia/open-app","site":"insomnia","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Insomnia","terms":["insomnia","insomnia","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","insomnia","dev"]},{"id":"insomnia/press","site":"insomnia","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Insomnia","terms":["insomnia","insomnia","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","insomnia","dev"]},{"id":"insomnia/snapshot-app","site":"insomnia","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Insomnia","terms":["insomnia","insomnia","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","insomnia","dev"]},{"id":"insomnia/status-app","site":"insomnia","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Insomnia","terms":["insomnia","insomnia","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","insomnia","dev"]},{"id":"insomnia/type-text","site":"insomnia","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Insomnia","terms":["insomnia","insomnia","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","insomnia","dev"]},{"id":"bitwarden/click-text","site":"bitwarden","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Bitwarden","terms":["bitwarden","bitwarden","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","bitwarden","utility"]},{"id":"bitwarden/dump","site":"bitwarden","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Bitwarden","terms":["bitwarden","bitwarden","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","bitwarden","utility"]},{"id":"bitwarden/open-app","site":"bitwarden","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Bitwarden","terms":["bitwarden","bitwarden","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","bitwarden","utility"]},{"id":"bitwarden/press","site":"bitwarden","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Bitwarden","terms":["bitwarden","bitwarden","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","bitwarden","utility"]},{"id":"bitwarden/snapshot-app","site":"bitwarden","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Bitwarden","terms":["bitwarden","bitwarden","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","bitwarden","utility"]},{"id":"bitwarden/status-app","site":"bitwarden","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Bitwarden","terms":["bitwarden","bitwarden","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","bitwarden","utility"]},{"id":"bitwarden/type-text","site":"bitwarden","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Bitwarden","terms":["bitwarden","bitwarden","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","bitwarden","utility"]},{"id":"signal/click-text","site":"signal","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Signal","terms":["signal","signal","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","signal","social"]},{"id":"signal/dump","site":"signal","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Signal","terms":["signal","signal","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","signal","social"]},{"id":"signal/open-app","site":"signal","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Signal","terms":["signal","signal","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","signal","social"]},{"id":"signal/press","site":"signal","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Signal","terms":["signal","signal","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","signal","social"]},{"id":"signal/snapshot-app","site":"signal","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Signal","terms":["signal","signal","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","signal","social"]},{"id":"signal/status-app","site":"signal","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Signal","terms":["signal","signal","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","signal","social"]},{"id":"signal/type-text","site":"signal","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Signal","terms":["signal","signal","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","signal","social"]},{"id":"whatsapp/click-text","site":"whatsapp","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 WhatsApp","terms":["whatsapp","whatsapp","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","whatsapp","social"]},{"id":"whatsapp/dump","site":"whatsapp","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 WhatsApp","terms":["whatsapp","whatsapp","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","whatsapp","social"]},{"id":"whatsapp/open-app","site":"whatsapp","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 WhatsApp","terms":["whatsapp","whatsapp","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","whatsapp","social"]},{"id":"whatsapp/press","site":"whatsapp","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 WhatsApp","terms":["whatsapp","whatsapp","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","whatsapp","social"]},{"id":"whatsapp/snapshot-app","site":"whatsapp","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 WhatsApp","terms":["whatsapp","whatsapp","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","whatsapp","social"]},{"id":"whatsapp/status-app","site":"whatsapp","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 WhatsApp","terms":["whatsapp","whatsapp","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","whatsapp","social"]},{"id":"whatsapp/type-text","site":"whatsapp","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 WhatsApp","terms":["whatsapp","whatsapp","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","whatsapp","social"]},{"id":"teams/click-text","site":"teams","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Microsoft Teams","terms":["teams","teams","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","microsoft","teams","social"]},{"id":"teams/dump","site":"teams","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Microsoft Teams","terms":["teams","teams","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","microsoft","teams","social"]},{"id":"teams/open-app","site":"teams","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Microsoft Teams","terms":["teams","teams","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","microsoft","teams","social"]},{"id":"teams/press","site":"teams","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Microsoft Teams","terms":["teams","teams","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","microsoft","teams","social"]},{"id":"teams/snapshot-app","site":"teams","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Microsoft Teams","terms":["teams","teams","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","microsoft","teams","social"]},{"id":"teams/status-app","site":"teams","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Microsoft Teams","terms":["teams","teams","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","microsoft","teams","social"]},{"id":"teams/type-text","site":"teams","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Microsoft Teams","terms":["teams","teams","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","microsoft","teams","social"]},{"id":"todoist/click-text","site":"todoist","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Todoist","terms":["todoist","todoist","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","todoist","utility"]},{"id":"todoist/dump","site":"todoist","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Todoist","terms":["todoist","todoist","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","todoist","utility"]},{"id":"todoist/open-app","site":"todoist","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Todoist","terms":["todoist","todoist","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","todoist","utility"]},{"id":"todoist/press","site":"todoist","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Todoist","terms":["todoist","todoist","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","todoist","utility"]},{"id":"todoist/snapshot-app","site":"todoist","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Todoist","terms":["todoist","todoist","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","todoist","utility"]},{"id":"todoist/status-app","site":"todoist","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Todoist","terms":["todoist","todoist","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","todoist","utility"]},{"id":"todoist/type-text","site":"todoist","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Todoist","terms":["todoist","todoist","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","todoist","utility"]},{"id":"github-desktop/click-text","site":"github-desktop","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 GitHub Desktop","terms":["github-desktop","github","desktop","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","github","desktop","dev"]},{"id":"github-desktop/dump","site":"github-desktop","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 GitHub Desktop","terms":["github-desktop","github","desktop","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","github","desktop","dev"]},{"id":"github-desktop/open-app","site":"github-desktop","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 GitHub Desktop","terms":["github-desktop","github","desktop","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","github","desktop","dev"]},{"id":"github-desktop/press","site":"github-desktop","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 GitHub Desktop","terms":["github-desktop","github","desktop","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","github","desktop","dev"]},{"id":"github-desktop/snapshot-app","site":"github-desktop","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 GitHub Desktop","terms":["github-desktop","github","desktop","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","github","desktop","dev"]},{"id":"github-desktop/status-app","site":"github-desktop","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 GitHub Desktop","terms":["github-desktop","github","desktop","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","github","desktop","dev"]},{"id":"github-desktop/type-text","site":"github-desktop","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 GitHub Desktop","terms":["github-desktop","github","desktop","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","github","desktop","dev"]},{"id":"gitkraken/click-text","site":"gitkraken","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 GitKraken","terms":["gitkraken","gitkraken","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","gitkraken","dev"]},{"id":"gitkraken/dump","site":"gitkraken","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 GitKraken","terms":["gitkraken","gitkraken","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","gitkraken","dev"]},{"id":"gitkraken/open-app","site":"gitkraken","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 GitKraken","terms":["gitkraken","gitkraken","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","gitkraken","dev"]},{"id":"gitkraken/press","site":"gitkraken","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 GitKraken","terms":["gitkraken","gitkraken","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","gitkraken","dev"]},{"id":"gitkraken/snapshot-app","site":"gitkraken","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 GitKraken","terms":["gitkraken","gitkraken","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","gitkraken","dev"]},{"id":"gitkraken/status-app","site":"gitkraken","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 GitKraken","terms":["gitkraken","gitkraken","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","gitkraken","dev"]},{"id":"gitkraken/type-text","site":"gitkraken","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 GitKraken","terms":["gitkraken","gitkraken","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","gitkraken","dev"]},{"id":"docker-desktop/click-text","site":"docker-desktop","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Docker Desktop","terms":["docker-desktop","docker","desktop","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","docker","desktop","dev"]},{"id":"docker-desktop/dump","site":"docker-desktop","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Docker Desktop","terms":["docker-desktop","docker","desktop","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","docker","desktop","dev"]},{"id":"docker-desktop/open-app","site":"docker-desktop","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Docker Desktop","terms":["docker-desktop","docker","desktop","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","docker","desktop","dev"]},{"id":"docker-desktop/press","site":"docker-desktop","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Docker Desktop","terms":["docker-desktop","docker","desktop","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","docker","desktop","dev"]},{"id":"docker-desktop/snapshot-app","site":"docker-desktop","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Docker Desktop","terms":["docker-desktop","docker","desktop","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","docker","desktop","dev"]},{"id":"docker-desktop/status-app","site":"docker-desktop","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Docker Desktop","terms":["docker-desktop","docker","desktop","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","docker","desktop","dev"]},{"id":"docker-desktop/type-text","site":"docker-desktop","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Docker Desktop","terms":["docker-desktop","docker","desktop","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","docker","desktop","dev"]},{"id":"lm-studio/click-text","site":"lm-studio","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 LM Studio","terms":["lm-studio","lm","studio","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","lm","studio","ai"]},{"id":"lm-studio/dump","site":"lm-studio","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 LM Studio","terms":["lm-studio","lm","studio","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","lm","studio","ai"]},{"id":"lm-studio/open-app","site":"lm-studio","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 LM Studio","terms":["lm-studio","lm","studio","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","lm","studio","ai"]},{"id":"lm-studio/press","site":"lm-studio","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 LM Studio","terms":["lm-studio","lm","studio","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","lm","studio","ai"]},{"id":"lm-studio/snapshot-app","site":"lm-studio","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 LM Studio","terms":["lm-studio","lm","studio","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","lm","studio","ai"]},{"id":"lm-studio/status-app","site":"lm-studio","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 LM Studio","terms":["lm-studio","lm","studio","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","lm","studio","ai"]},{"id":"lm-studio/type-text","site":"lm-studio","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 LM Studio","terms":["lm-studio","lm","studio","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","lm","studio","ai"]},{"id":"wechat-work/click-text","site":"wechat-work","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 WeCom","terms":["wechat-work","wechat","work","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","wecom","social"]},{"id":"wechat-work/dump","site":"wechat-work","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 WeCom","terms":["wechat-work","wechat","work","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","wecom","social"]},{"id":"wechat-work/open-app","site":"wechat-work","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 WeCom","terms":["wechat-work","wechat","work","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","wecom","social"]},{"id":"wechat-work/press","site":"wechat-work","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 WeCom","terms":["wechat-work","wechat","work","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","wecom","social"]},{"id":"wechat-work/snapshot-app","site":"wechat-work","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 WeCom","terms":["wechat-work","wechat","work","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","wecom","social"]},{"id":"wechat-work/status-app","site":"wechat-work","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 WeCom","terms":["wechat-work","wechat","work","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","wecom","social"]},{"id":"wechat-work/type-text","site":"wechat-work","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 WeCom","terms":["wechat-work","wechat","work","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","wecom","social"]},{"id":"zoom-app/click-text","site":"zoom-app","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Zoom","terms":["zoom-app","zoom","app","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","zoom","social"]},{"id":"zoom-app/dump","site":"zoom-app","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Zoom","terms":["zoom-app","zoom","app","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","zoom","social"]},{"id":"zoom-app/open-app","site":"zoom-app","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Zoom","terms":["zoom-app","zoom","app","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","zoom","social"]},{"id":"zoom-app/press","site":"zoom-app","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Zoom","terms":["zoom-app","zoom","app","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","zoom","social"]},{"id":"zoom-app/snapshot-app","site":"zoom-app","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Zoom","terms":["zoom-app","zoom","app","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","zoom","social"]},{"id":"zoom-app/status-app","site":"zoom-app","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Zoom","terms":["zoom-app","zoom","app","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","zoom","social"]},{"id":"zoom-app/type-text","site":"zoom-app","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Zoom","terms":["zoom-app","zoom","app","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","zoom","social"]},{"id":"evernote-app/click-text","site":"evernote-app","command":"click-text","description":"Click visible text, aria-label, title, or button content in desktop Electron app. 按文本点击桌面版控件 Evernote","terms":["evernote-app","evernote","app","click-text","click","text","click","visible","text","aria","label","title","button","content","desktop","electron","app","按文本点击桌面版控件","evernote","productivity"]},{"id":"evernote-app/dump","site":"evernote-app","command":"dump","description":"Dump visible DOM text from desktop Electron app. 读取桌面版可见文本内容 Evernote","terms":["evernote-app","evernote","app","dump","dump","dump","visible","dom","text","from","desktop","electron","app","读取桌面版可见文本内容","evernote","productivity"]},{"id":"evernote-app/open-app","site":"evernote-app","command":"open-app","description":"Open desktop Electron app with CDP enabled. 打开桌面版 Electron app 并启用 CDP 控制 Evernote","terms":["evernote-app","evernote","app","open-app","open","app","open","desktop","electron","app","with","cdp","enabled","打开桌面版","electron","app","并启用","cdp","控制","evernote","productivity"]},{"id":"evernote-app/press","site":"evernote-app","command":"press","description":"Press a key in desktop Electron app, with optional modifiers. 向桌面版发送按键 Evernote","terms":["evernote-app","evernote","app","press","press","press","key","desktop","electron","app","with","optional","modifiers","向桌面版发送按键","evernote","productivity"]},{"id":"evernote-app/snapshot-app","site":"evernote-app","command":"snapshot-app","description":"List visible clickable text, buttons, inputs, and regions in desktop Electron app. 枚举桌面版可交互控件 Evernote","terms":["evernote-app","evernote","app","snapshot-app","snapshot","app","list","visible","clickable","text","buttons","inputs","regions","desktop","electron","app","枚举桌面版可交互控件","evernote","productivity"]},{"id":"evernote-app/status-app","site":"evernote-app","command":"status-app","description":"Inspect desktop Electron app title, URL, visible controls, and text. 查看桌面版状态和内容 Evernote","terms":["evernote-app","evernote","app","status-app","status","app","inspect","desktop","electron","app","title","url","visible","controls","text","查看桌面版状态和内容","evernote","productivity"]},{"id":"evernote-app/type-text","site":"evernote-app","command":"type-text","description":"Type text into the focused field or a text-matched target in desktop Electron app. 向桌面版输入文本 Evernote","terms":["evernote-app","evernote","app","type-text","type","text","type","text","into","focused","field","text","matched","target","desktop","electron","app","向桌面版输入文本","evernote","productivity"]}],"avgDl":11.73873359954364,"N":1753}