[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-google-gemini-fetch-news":3,"mdc-k6wpsg-key":33,"related-org-google-gemini-fetch-news":1331,"related-repo-google-gemini-fetch-news":1463},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":22,"repoUrl":23,"updatedAt":24,"license":25,"forks":26,"topics":27,"repo":28,"sourceUrl":31,"mdContent":32},"fetch-news","fetch and deduplicate news articles","Pulls the latest Google News and Hacker News items for every topic and genre in the reader's interests, deduped against every item shown in previous runs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"google-gemini","Google Gemini","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fgoogle-gemini.jpg",[12,16,19],{"name":13,"slug":14,"type":15},"Research","research","tag",{"name":17,"slug":18,"type":15},"Automation","automation",{"name":20,"slug":21,"type":15},"Search","search",56,"https:\u002F\u002Fgithub.com\u002Fgoogle-gemini\u002Fgemini-managed-agents-templates","2026-07-24T06:08:47.09259",null,16,[],{"repoUrl":23,"stars":22,"forks":26,"topics":29,"description":30},[],"This repository contains a collection of templates for building and deploying Gemini Managed Agents using the Gemini API. ","https:\u002F\u002Fgithub.com\u002Fgoogle-gemini\u002Fgemini-managed-agents-templates\u002Ftree\u002FHEAD\u002Fnews-curator\u002Fskills\u002Ffetch-news","---\nname: fetch-news\ndescription: Pulls the latest Google News and Hacker News items for every topic and genre in the reader's interests, deduped against every item shown in previous runs.\n---\n\n# Fetch News Skill\n\nUse this skill at the start of every sweep. It queries two public sources —\nno account, credentials, or API key required for either — and owns the\ncross-run dedupe state:\n\n- **Google News RSS** (`news.google.com`) — a search feed per topic plus a\n  headline feed per genre (`WORLD`, `NATION`, `BUSINESS`, `TECHNOLOGY`,\n  `ENTERTAINMENT`, `SCIENCE`, `SPORTS`, `HEALTH`)\n- **Hacker News** via the Algolia search API (`hn.algolia.com`) — stories and\n  comments per topic, for the community-buzz angle\n- **Medium RSS** (`medium.com`) — long-form posts per tag from\n  `interests.json`'s `medium_tags`, for the practitioner-writing angle\n\n## Usage\n\n```bash\npython3 skills\u002Ffetch-news\u002Fscripts\u002Ffetch_news.py\n```\n\nTopics, genres, and the per-topic cap all come from\n`.agents\u002Fworkspace\u002Finterests.json` — change that file, not the script.\n\nThe script:\n1. Reads the interests profile.\n2. Fetches every topic (both sources) and every genre (Google News). If a\n   source fails for one topic, the sweep continues and records the error in\n   `source_errors`.\n3. Drops every item whose id is already in `.agents\u002Fworkspace\u002Fseen_items.json`,\n   then adds the new ids to that file (bootstrapping it on the first run).\n4. Writes the fresh items to `.agents\u002Fworkspace\u002Fnew_items.json` and prints them\n   to stdout, with a one-line summary on stderr.\n\n## Output format (`new_items.json`)\n\n```json\n{\n  \"topics\": [\"Gemini API\"],\n  \"genres\": [\"TECHNOLOGY\"],\n  \"fetched_at\": \"2026-07-15T09:00:03Z\",\n  \"source_errors\": [],\n  \"new_count\": 42,\n  \"items\": [\n    {\n      \"id\": \"gn:CBMiXyz…\",\n      \"source\": \"news\",\n      \"outlet\": \"The Verge\",\n      \"title\": \"…headline…\",\n      \"context\": null,\n      \"url\": \"https:\u002F\u002Fnews.google.com\u002Frss\u002Farticles\u002F…\",\n      \"published\": \"2026-07-15T08:12:44Z\",\n      \"engagement\": null,\n      \"topic\": \"Gemini API\"\n    },\n    {\n      \"id\": \"hn:44581234\",\n      \"source\": \"community\",\n      \"outlet\": \"Hacker News (comment by example_dev)\",\n      \"title\": \"…comment text…\",\n      \"context\": \"Title of the story the comment is on\",\n      \"url\": \"https:\u002F\u002Fnews.ycombinator.com\u002Fitem?id=44581234\",\n      \"published\": \"2026-07-15T07:03:10Z\",\n      \"engagement\": 12,\n      \"topic\": \"Gemini API\"\n    }\n  ]\n}\n```\n\n`source` is `news` (Google News), `community` (Hacker News), or `longform`\n(Medium, with ids prefixed `md:` and `topic: \"medium:\u003Ctag>\"`). `engagement`\nis only present for community items (points or comment count). Genre items\ncarry `topic: \"genre:\u003Cname>\"`.\n\n## Instructions for the Agent\n\n- Run this exactly once per sweep. Running it twice in one sweep marks items\n  as seen without you having curated them.\n- Treat `items` as the complete candidate pool for the sweep. `new_count: 0`\n  means a quiet interval — still write the briefing.\n- If `source_errors` is non-empty, name the degraded source in the briefing —\n  the counts only cover the sources that responded.\n",{"data":34,"body":35},{"name":4,"description":6},{"type":36,"children":37},"root",[38,47,53,188,195,224,237,242,290,303,1217,1279,1285,1325],{"type":39,"tag":40,"props":41,"children":43},"element","h1",{"id":42},"fetch-news-skill",[44],{"type":45,"value":46},"text","Fetch News Skill",{"type":39,"tag":48,"props":49,"children":50},"p",{},[51],{"type":45,"value":52},"Use this skill at the start of every sweep. It queries two public sources —\nno account, credentials, or API key required for either — and owns the\ncross-run dedupe state:",{"type":39,"tag":54,"props":55,"children":56},"ul",{},[57,137,155],{"type":39,"tag":58,"props":59,"children":60},"li",{},[61,67,69,76,78,84,86,92,93,99,100,106,108,114,115,121,122,128,129,135],{"type":39,"tag":62,"props":63,"children":64},"strong",{},[65],{"type":45,"value":66},"Google News RSS",{"type":45,"value":68}," (",{"type":39,"tag":70,"props":71,"children":73},"code",{"className":72},[],[74],{"type":45,"value":75},"news.google.com",{"type":45,"value":77},") — a search feed per topic plus a\nheadline feed per genre (",{"type":39,"tag":70,"props":79,"children":81},{"className":80},[],[82],{"type":45,"value":83},"WORLD",{"type":45,"value":85},", ",{"type":39,"tag":70,"props":87,"children":89},{"className":88},[],[90],{"type":45,"value":91},"NATION",{"type":45,"value":85},{"type":39,"tag":70,"props":94,"children":96},{"className":95},[],[97],{"type":45,"value":98},"BUSINESS",{"type":45,"value":85},{"type":39,"tag":70,"props":101,"children":103},{"className":102},[],[104],{"type":45,"value":105},"TECHNOLOGY",{"type":45,"value":107},",\n",{"type":39,"tag":70,"props":109,"children":111},{"className":110},[],[112],{"type":45,"value":113},"ENTERTAINMENT",{"type":45,"value":85},{"type":39,"tag":70,"props":116,"children":118},{"className":117},[],[119],{"type":45,"value":120},"SCIENCE",{"type":45,"value":85},{"type":39,"tag":70,"props":123,"children":125},{"className":124},[],[126],{"type":45,"value":127},"SPORTS",{"type":45,"value":85},{"type":39,"tag":70,"props":130,"children":132},{"className":131},[],[133],{"type":45,"value":134},"HEALTH",{"type":45,"value":136},")",{"type":39,"tag":58,"props":138,"children":139},{},[140,145,147,153],{"type":39,"tag":62,"props":141,"children":142},{},[143],{"type":45,"value":144},"Hacker News",{"type":45,"value":146}," via the Algolia search API (",{"type":39,"tag":70,"props":148,"children":150},{"className":149},[],[151],{"type":45,"value":152},"hn.algolia.com",{"type":45,"value":154},") — stories and\ncomments per topic, for the community-buzz angle",{"type":39,"tag":58,"props":156,"children":157},{},[158,163,164,170,172,178,180,186],{"type":39,"tag":62,"props":159,"children":160},{},[161],{"type":45,"value":162},"Medium RSS",{"type":45,"value":68},{"type":39,"tag":70,"props":165,"children":167},{"className":166},[],[168],{"type":45,"value":169},"medium.com",{"type":45,"value":171},") — long-form posts per tag from\n",{"type":39,"tag":70,"props":173,"children":175},{"className":174},[],[176],{"type":45,"value":177},"interests.json",{"type":45,"value":179},"'s ",{"type":39,"tag":70,"props":181,"children":183},{"className":182},[],[184],{"type":45,"value":185},"medium_tags",{"type":45,"value":187},", for the practitioner-writing angle",{"type":39,"tag":189,"props":190,"children":192},"h2",{"id":191},"usage",[193],{"type":45,"value":194},"Usage",{"type":39,"tag":196,"props":197,"children":202},"pre",{"className":198,"code":199,"language":200,"meta":201,"style":201},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","python3 skills\u002Ffetch-news\u002Fscripts\u002Ffetch_news.py\n","bash","",[203],{"type":39,"tag":70,"props":204,"children":205},{"__ignoreMap":201},[206],{"type":39,"tag":207,"props":208,"children":211},"span",{"class":209,"line":210},"line",1,[212,218],{"type":39,"tag":207,"props":213,"children":215},{"style":214},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[216],{"type":45,"value":217},"python3",{"type":39,"tag":207,"props":219,"children":221},{"style":220},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[222],{"type":45,"value":223}," skills\u002Ffetch-news\u002Fscripts\u002Ffetch_news.py\n",{"type":39,"tag":48,"props":225,"children":226},{},[227,229,235],{"type":45,"value":228},"Topics, genres, and the per-topic cap all come from\n",{"type":39,"tag":70,"props":230,"children":232},{"className":231},[],[233],{"type":45,"value":234},".agents\u002Fworkspace\u002Finterests.json",{"type":45,"value":236}," — change that file, not the script.",{"type":39,"tag":48,"props":238,"children":239},{},[240],{"type":45,"value":241},"The script:",{"type":39,"tag":243,"props":244,"children":245},"ol",{},[246,251,264,277],{"type":39,"tag":58,"props":247,"children":248},{},[249],{"type":45,"value":250},"Reads the interests profile.",{"type":39,"tag":58,"props":252,"children":253},{},[254,256,262],{"type":45,"value":255},"Fetches every topic (both sources) and every genre (Google News). If a\nsource fails for one topic, the sweep continues and records the error in\n",{"type":39,"tag":70,"props":257,"children":259},{"className":258},[],[260],{"type":45,"value":261},"source_errors",{"type":45,"value":263},".",{"type":39,"tag":58,"props":265,"children":266},{},[267,269,275],{"type":45,"value":268},"Drops every item whose id is already in ",{"type":39,"tag":70,"props":270,"children":272},{"className":271},[],[273],{"type":45,"value":274},".agents\u002Fworkspace\u002Fseen_items.json",{"type":45,"value":276},",\nthen adds the new ids to that file (bootstrapping it on the first run).",{"type":39,"tag":58,"props":278,"children":279},{},[280,282,288],{"type":45,"value":281},"Writes the fresh items to ",{"type":39,"tag":70,"props":283,"children":285},{"className":284},[],[286],{"type":45,"value":287},".agents\u002Fworkspace\u002Fnew_items.json",{"type":45,"value":289}," and prints them\nto stdout, with a one-line summary on stderr.",{"type":39,"tag":189,"props":291,"children":293},{"id":292},"output-format-new_itemsjson",[294,296,302],{"type":45,"value":295},"Output format (",{"type":39,"tag":70,"props":297,"children":299},{"className":298},[],[300],{"type":45,"value":301},"new_items.json",{"type":45,"value":136},{"type":39,"tag":196,"props":304,"children":308},{"className":305,"code":306,"language":307,"meta":201,"style":201},"language-json shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","{\n  \"topics\": [\"Gemini API\"],\n  \"genres\": [\"TECHNOLOGY\"],\n  \"fetched_at\": \"2026-07-15T09:00:03Z\",\n  \"source_errors\": [],\n  \"new_count\": 42,\n  \"items\": [\n    {\n      \"id\": \"gn:CBMiXyz…\",\n      \"source\": \"news\",\n      \"outlet\": \"The Verge\",\n      \"title\": \"…headline…\",\n      \"context\": null,\n      \"url\": \"https:\u002F\u002Fnews.google.com\u002Frss\u002Farticles\u002F…\",\n      \"published\": \"2026-07-15T08:12:44Z\",\n      \"engagement\": null,\n      \"topic\": \"Gemini API\"\n    },\n    {\n      \"id\": \"hn:44581234\",\n      \"source\": \"community\",\n      \"outlet\": \"Hacker News (comment by example_dev)\",\n      \"title\": \"…comment text…\",\n      \"context\": \"Title of the story the comment is on\",\n      \"url\": \"https:\u002F\u002Fnews.ycombinator.com\u002Fitem?id=44581234\",\n      \"published\": \"2026-07-15T07:03:10Z\",\n      \"engagement\": 12,\n      \"topic\": \"Gemini API\"\n    }\n  ]\n}\n","json",[309],{"type":39,"tag":70,"props":310,"children":311},{"__ignoreMap":201},[312,321,369,410,449,474,505,531,540,579,617,655,693,719,757,795,819,853,862,870,907,944,981,1018,1055,1092,1129,1158,1190,1199,1208],{"type":39,"tag":207,"props":313,"children":314},{"class":209,"line":210},[315],{"type":39,"tag":207,"props":316,"children":318},{"style":317},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[319],{"type":45,"value":320},"{\n",{"type":39,"tag":207,"props":322,"children":324},{"class":209,"line":323},2,[325,330,336,341,346,351,355,360,364],{"type":39,"tag":207,"props":326,"children":327},{"style":317},[328],{"type":45,"value":329},"  \"",{"type":39,"tag":207,"props":331,"children":333},{"style":332},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[334],{"type":45,"value":335},"topics",{"type":39,"tag":207,"props":337,"children":338},{"style":317},[339],{"type":45,"value":340},"\"",{"type":39,"tag":207,"props":342,"children":343},{"style":317},[344],{"type":45,"value":345},":",{"type":39,"tag":207,"props":347,"children":348},{"style":317},[349],{"type":45,"value":350}," [",{"type":39,"tag":207,"props":352,"children":353},{"style":317},[354],{"type":45,"value":340},{"type":39,"tag":207,"props":356,"children":357},{"style":220},[358],{"type":45,"value":359},"Gemini API",{"type":39,"tag":207,"props":361,"children":362},{"style":317},[363],{"type":45,"value":340},{"type":39,"tag":207,"props":365,"children":366},{"style":317},[367],{"type":45,"value":368},"],\n",{"type":39,"tag":207,"props":370,"children":372},{"class":209,"line":371},3,[373,377,382,386,390,394,398,402,406],{"type":39,"tag":207,"props":374,"children":375},{"style":317},[376],{"type":45,"value":329},{"type":39,"tag":207,"props":378,"children":379},{"style":332},[380],{"type":45,"value":381},"genres",{"type":39,"tag":207,"props":383,"children":384},{"style":317},[385],{"type":45,"value":340},{"type":39,"tag":207,"props":387,"children":388},{"style":317},[389],{"type":45,"value":345},{"type":39,"tag":207,"props":391,"children":392},{"style":317},[393],{"type":45,"value":350},{"type":39,"tag":207,"props":395,"children":396},{"style":317},[397],{"type":45,"value":340},{"type":39,"tag":207,"props":399,"children":400},{"style":220},[401],{"type":45,"value":105},{"type":39,"tag":207,"props":403,"children":404},{"style":317},[405],{"type":45,"value":340},{"type":39,"tag":207,"props":407,"children":408},{"style":317},[409],{"type":45,"value":368},{"type":39,"tag":207,"props":411,"children":413},{"class":209,"line":412},4,[414,418,423,427,431,436,441,445],{"type":39,"tag":207,"props":415,"children":416},{"style":317},[417],{"type":45,"value":329},{"type":39,"tag":207,"props":419,"children":420},{"style":332},[421],{"type":45,"value":422},"fetched_at",{"type":39,"tag":207,"props":424,"children":425},{"style":317},[426],{"type":45,"value":340},{"type":39,"tag":207,"props":428,"children":429},{"style":317},[430],{"type":45,"value":345},{"type":39,"tag":207,"props":432,"children":433},{"style":317},[434],{"type":45,"value":435}," \"",{"type":39,"tag":207,"props":437,"children":438},{"style":220},[439],{"type":45,"value":440},"2026-07-15T09:00:03Z",{"type":39,"tag":207,"props":442,"children":443},{"style":317},[444],{"type":45,"value":340},{"type":39,"tag":207,"props":446,"children":447},{"style":317},[448],{"type":45,"value":107},{"type":39,"tag":207,"props":450,"children":452},{"class":209,"line":451},5,[453,457,461,465,469],{"type":39,"tag":207,"props":454,"children":455},{"style":317},[456],{"type":45,"value":329},{"type":39,"tag":207,"props":458,"children":459},{"style":332},[460],{"type":45,"value":261},{"type":39,"tag":207,"props":462,"children":463},{"style":317},[464],{"type":45,"value":340},{"type":39,"tag":207,"props":466,"children":467},{"style":317},[468],{"type":45,"value":345},{"type":39,"tag":207,"props":470,"children":471},{"style":317},[472],{"type":45,"value":473}," [],\n",{"type":39,"tag":207,"props":475,"children":477},{"class":209,"line":476},6,[478,482,487,491,495,501],{"type":39,"tag":207,"props":479,"children":480},{"style":317},[481],{"type":45,"value":329},{"type":39,"tag":207,"props":483,"children":484},{"style":332},[485],{"type":45,"value":486},"new_count",{"type":39,"tag":207,"props":488,"children":489},{"style":317},[490],{"type":45,"value":340},{"type":39,"tag":207,"props":492,"children":493},{"style":317},[494],{"type":45,"value":345},{"type":39,"tag":207,"props":496,"children":498},{"style":497},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[499],{"type":45,"value":500}," 42",{"type":39,"tag":207,"props":502,"children":503},{"style":317},[504],{"type":45,"value":107},{"type":39,"tag":207,"props":506,"children":508},{"class":209,"line":507},7,[509,513,518,522,526],{"type":39,"tag":207,"props":510,"children":511},{"style":317},[512],{"type":45,"value":329},{"type":39,"tag":207,"props":514,"children":515},{"style":332},[516],{"type":45,"value":517},"items",{"type":39,"tag":207,"props":519,"children":520},{"style":317},[521],{"type":45,"value":340},{"type":39,"tag":207,"props":523,"children":524},{"style":317},[525],{"type":45,"value":345},{"type":39,"tag":207,"props":527,"children":528},{"style":317},[529],{"type":45,"value":530}," [\n",{"type":39,"tag":207,"props":532,"children":534},{"class":209,"line":533},8,[535],{"type":39,"tag":207,"props":536,"children":537},{"style":317},[538],{"type":45,"value":539},"    {\n",{"type":39,"tag":207,"props":541,"children":543},{"class":209,"line":542},9,[544,549,554,558,562,566,571,575],{"type":39,"tag":207,"props":545,"children":546},{"style":317},[547],{"type":45,"value":548},"      \"",{"type":39,"tag":207,"props":550,"children":551},{"style":214},[552],{"type":45,"value":553},"id",{"type":39,"tag":207,"props":555,"children":556},{"style":317},[557],{"type":45,"value":340},{"type":39,"tag":207,"props":559,"children":560},{"style":317},[561],{"type":45,"value":345},{"type":39,"tag":207,"props":563,"children":564},{"style":317},[565],{"type":45,"value":435},{"type":39,"tag":207,"props":567,"children":568},{"style":220},[569],{"type":45,"value":570},"gn:CBMiXyz…",{"type":39,"tag":207,"props":572,"children":573},{"style":317},[574],{"type":45,"value":340},{"type":39,"tag":207,"props":576,"children":577},{"style":317},[578],{"type":45,"value":107},{"type":39,"tag":207,"props":580,"children":582},{"class":209,"line":581},10,[583,587,592,596,600,604,609,613],{"type":39,"tag":207,"props":584,"children":585},{"style":317},[586],{"type":45,"value":548},{"type":39,"tag":207,"props":588,"children":589},{"style":214},[590],{"type":45,"value":591},"source",{"type":39,"tag":207,"props":593,"children":594},{"style":317},[595],{"type":45,"value":340},{"type":39,"tag":207,"props":597,"children":598},{"style":317},[599],{"type":45,"value":345},{"type":39,"tag":207,"props":601,"children":602},{"style":317},[603],{"type":45,"value":435},{"type":39,"tag":207,"props":605,"children":606},{"style":220},[607],{"type":45,"value":608},"news",{"type":39,"tag":207,"props":610,"children":611},{"style":317},[612],{"type":45,"value":340},{"type":39,"tag":207,"props":614,"children":615},{"style":317},[616],{"type":45,"value":107},{"type":39,"tag":207,"props":618,"children":620},{"class":209,"line":619},11,[621,625,630,634,638,642,647,651],{"type":39,"tag":207,"props":622,"children":623},{"style":317},[624],{"type":45,"value":548},{"type":39,"tag":207,"props":626,"children":627},{"style":214},[628],{"type":45,"value":629},"outlet",{"type":39,"tag":207,"props":631,"children":632},{"style":317},[633],{"type":45,"value":340},{"type":39,"tag":207,"props":635,"children":636},{"style":317},[637],{"type":45,"value":345},{"type":39,"tag":207,"props":639,"children":640},{"style":317},[641],{"type":45,"value":435},{"type":39,"tag":207,"props":643,"children":644},{"style":220},[645],{"type":45,"value":646},"The Verge",{"type":39,"tag":207,"props":648,"children":649},{"style":317},[650],{"type":45,"value":340},{"type":39,"tag":207,"props":652,"children":653},{"style":317},[654],{"type":45,"value":107},{"type":39,"tag":207,"props":656,"children":658},{"class":209,"line":657},12,[659,663,668,672,676,680,685,689],{"type":39,"tag":207,"props":660,"children":661},{"style":317},[662],{"type":45,"value":548},{"type":39,"tag":207,"props":664,"children":665},{"style":214},[666],{"type":45,"value":667},"title",{"type":39,"tag":207,"props":669,"children":670},{"style":317},[671],{"type":45,"value":340},{"type":39,"tag":207,"props":673,"children":674},{"style":317},[675],{"type":45,"value":345},{"type":39,"tag":207,"props":677,"children":678},{"style":317},[679],{"type":45,"value":435},{"type":39,"tag":207,"props":681,"children":682},{"style":220},[683],{"type":45,"value":684},"…headline…",{"type":39,"tag":207,"props":686,"children":687},{"style":317},[688],{"type":45,"value":340},{"type":39,"tag":207,"props":690,"children":691},{"style":317},[692],{"type":45,"value":107},{"type":39,"tag":207,"props":694,"children":696},{"class":209,"line":695},13,[697,701,706,710,714],{"type":39,"tag":207,"props":698,"children":699},{"style":317},[700],{"type":45,"value":548},{"type":39,"tag":207,"props":702,"children":703},{"style":214},[704],{"type":45,"value":705},"context",{"type":39,"tag":207,"props":707,"children":708},{"style":317},[709],{"type":45,"value":340},{"type":39,"tag":207,"props":711,"children":712},{"style":317},[713],{"type":45,"value":345},{"type":39,"tag":207,"props":715,"children":716},{"style":317},[717],{"type":45,"value":718}," null,\n",{"type":39,"tag":207,"props":720,"children":722},{"class":209,"line":721},14,[723,727,732,736,740,744,749,753],{"type":39,"tag":207,"props":724,"children":725},{"style":317},[726],{"type":45,"value":548},{"type":39,"tag":207,"props":728,"children":729},{"style":214},[730],{"type":45,"value":731},"url",{"type":39,"tag":207,"props":733,"children":734},{"style":317},[735],{"type":45,"value":340},{"type":39,"tag":207,"props":737,"children":738},{"style":317},[739],{"type":45,"value":345},{"type":39,"tag":207,"props":741,"children":742},{"style":317},[743],{"type":45,"value":435},{"type":39,"tag":207,"props":745,"children":746},{"style":220},[747],{"type":45,"value":748},"https:\u002F\u002Fnews.google.com\u002Frss\u002Farticles\u002F…",{"type":39,"tag":207,"props":750,"children":751},{"style":317},[752],{"type":45,"value":340},{"type":39,"tag":207,"props":754,"children":755},{"style":317},[756],{"type":45,"value":107},{"type":39,"tag":207,"props":758,"children":760},{"class":209,"line":759},15,[761,765,770,774,778,782,787,791],{"type":39,"tag":207,"props":762,"children":763},{"style":317},[764],{"type":45,"value":548},{"type":39,"tag":207,"props":766,"children":767},{"style":214},[768],{"type":45,"value":769},"published",{"type":39,"tag":207,"props":771,"children":772},{"style":317},[773],{"type":45,"value":340},{"type":39,"tag":207,"props":775,"children":776},{"style":317},[777],{"type":45,"value":345},{"type":39,"tag":207,"props":779,"children":780},{"style":317},[781],{"type":45,"value":435},{"type":39,"tag":207,"props":783,"children":784},{"style":220},[785],{"type":45,"value":786},"2026-07-15T08:12:44Z",{"type":39,"tag":207,"props":788,"children":789},{"style":317},[790],{"type":45,"value":340},{"type":39,"tag":207,"props":792,"children":793},{"style":317},[794],{"type":45,"value":107},{"type":39,"tag":207,"props":796,"children":797},{"class":209,"line":26},[798,802,807,811,815],{"type":39,"tag":207,"props":799,"children":800},{"style":317},[801],{"type":45,"value":548},{"type":39,"tag":207,"props":803,"children":804},{"style":214},[805],{"type":45,"value":806},"engagement",{"type":39,"tag":207,"props":808,"children":809},{"style":317},[810],{"type":45,"value":340},{"type":39,"tag":207,"props":812,"children":813},{"style":317},[814],{"type":45,"value":345},{"type":39,"tag":207,"props":816,"children":817},{"style":317},[818],{"type":45,"value":718},{"type":39,"tag":207,"props":820,"children":822},{"class":209,"line":821},17,[823,827,832,836,840,844,848],{"type":39,"tag":207,"props":824,"children":825},{"style":317},[826],{"type":45,"value":548},{"type":39,"tag":207,"props":828,"children":829},{"style":214},[830],{"type":45,"value":831},"topic",{"type":39,"tag":207,"props":833,"children":834},{"style":317},[835],{"type":45,"value":340},{"type":39,"tag":207,"props":837,"children":838},{"style":317},[839],{"type":45,"value":345},{"type":39,"tag":207,"props":841,"children":842},{"style":317},[843],{"type":45,"value":435},{"type":39,"tag":207,"props":845,"children":846},{"style":220},[847],{"type":45,"value":359},{"type":39,"tag":207,"props":849,"children":850},{"style":317},[851],{"type":45,"value":852},"\"\n",{"type":39,"tag":207,"props":854,"children":856},{"class":209,"line":855},18,[857],{"type":39,"tag":207,"props":858,"children":859},{"style":317},[860],{"type":45,"value":861},"    },\n",{"type":39,"tag":207,"props":863,"children":865},{"class":209,"line":864},19,[866],{"type":39,"tag":207,"props":867,"children":868},{"style":317},[869],{"type":45,"value":539},{"type":39,"tag":207,"props":871,"children":873},{"class":209,"line":872},20,[874,878,882,886,890,894,899,903],{"type":39,"tag":207,"props":875,"children":876},{"style":317},[877],{"type":45,"value":548},{"type":39,"tag":207,"props":879,"children":880},{"style":214},[881],{"type":45,"value":553},{"type":39,"tag":207,"props":883,"children":884},{"style":317},[885],{"type":45,"value":340},{"type":39,"tag":207,"props":887,"children":888},{"style":317},[889],{"type":45,"value":345},{"type":39,"tag":207,"props":891,"children":892},{"style":317},[893],{"type":45,"value":435},{"type":39,"tag":207,"props":895,"children":896},{"style":220},[897],{"type":45,"value":898},"hn:44581234",{"type":39,"tag":207,"props":900,"children":901},{"style":317},[902],{"type":45,"value":340},{"type":39,"tag":207,"props":904,"children":905},{"style":317},[906],{"type":45,"value":107},{"type":39,"tag":207,"props":908,"children":910},{"class":209,"line":909},21,[911,915,919,923,927,931,936,940],{"type":39,"tag":207,"props":912,"children":913},{"style":317},[914],{"type":45,"value":548},{"type":39,"tag":207,"props":916,"children":917},{"style":214},[918],{"type":45,"value":591},{"type":39,"tag":207,"props":920,"children":921},{"style":317},[922],{"type":45,"value":340},{"type":39,"tag":207,"props":924,"children":925},{"style":317},[926],{"type":45,"value":345},{"type":39,"tag":207,"props":928,"children":929},{"style":317},[930],{"type":45,"value":435},{"type":39,"tag":207,"props":932,"children":933},{"style":220},[934],{"type":45,"value":935},"community",{"type":39,"tag":207,"props":937,"children":938},{"style":317},[939],{"type":45,"value":340},{"type":39,"tag":207,"props":941,"children":942},{"style":317},[943],{"type":45,"value":107},{"type":39,"tag":207,"props":945,"children":947},{"class":209,"line":946},22,[948,952,956,960,964,968,973,977],{"type":39,"tag":207,"props":949,"children":950},{"style":317},[951],{"type":45,"value":548},{"type":39,"tag":207,"props":953,"children":954},{"style":214},[955],{"type":45,"value":629},{"type":39,"tag":207,"props":957,"children":958},{"style":317},[959],{"type":45,"value":340},{"type":39,"tag":207,"props":961,"children":962},{"style":317},[963],{"type":45,"value":345},{"type":39,"tag":207,"props":965,"children":966},{"style":317},[967],{"type":45,"value":435},{"type":39,"tag":207,"props":969,"children":970},{"style":220},[971],{"type":45,"value":972},"Hacker News (comment by example_dev)",{"type":39,"tag":207,"props":974,"children":975},{"style":317},[976],{"type":45,"value":340},{"type":39,"tag":207,"props":978,"children":979},{"style":317},[980],{"type":45,"value":107},{"type":39,"tag":207,"props":982,"children":984},{"class":209,"line":983},23,[985,989,993,997,1001,1005,1010,1014],{"type":39,"tag":207,"props":986,"children":987},{"style":317},[988],{"type":45,"value":548},{"type":39,"tag":207,"props":990,"children":991},{"style":214},[992],{"type":45,"value":667},{"type":39,"tag":207,"props":994,"children":995},{"style":317},[996],{"type":45,"value":340},{"type":39,"tag":207,"props":998,"children":999},{"style":317},[1000],{"type":45,"value":345},{"type":39,"tag":207,"props":1002,"children":1003},{"style":317},[1004],{"type":45,"value":435},{"type":39,"tag":207,"props":1006,"children":1007},{"style":220},[1008],{"type":45,"value":1009},"…comment text…",{"type":39,"tag":207,"props":1011,"children":1012},{"style":317},[1013],{"type":45,"value":340},{"type":39,"tag":207,"props":1015,"children":1016},{"style":317},[1017],{"type":45,"value":107},{"type":39,"tag":207,"props":1019,"children":1021},{"class":209,"line":1020},24,[1022,1026,1030,1034,1038,1042,1047,1051],{"type":39,"tag":207,"props":1023,"children":1024},{"style":317},[1025],{"type":45,"value":548},{"type":39,"tag":207,"props":1027,"children":1028},{"style":214},[1029],{"type":45,"value":705},{"type":39,"tag":207,"props":1031,"children":1032},{"style":317},[1033],{"type":45,"value":340},{"type":39,"tag":207,"props":1035,"children":1036},{"style":317},[1037],{"type":45,"value":345},{"type":39,"tag":207,"props":1039,"children":1040},{"style":317},[1041],{"type":45,"value":435},{"type":39,"tag":207,"props":1043,"children":1044},{"style":220},[1045],{"type":45,"value":1046},"Title of the story the comment is on",{"type":39,"tag":207,"props":1048,"children":1049},{"style":317},[1050],{"type":45,"value":340},{"type":39,"tag":207,"props":1052,"children":1053},{"style":317},[1054],{"type":45,"value":107},{"type":39,"tag":207,"props":1056,"children":1058},{"class":209,"line":1057},25,[1059,1063,1067,1071,1075,1079,1084,1088],{"type":39,"tag":207,"props":1060,"children":1061},{"style":317},[1062],{"type":45,"value":548},{"type":39,"tag":207,"props":1064,"children":1065},{"style":214},[1066],{"type":45,"value":731},{"type":39,"tag":207,"props":1068,"children":1069},{"style":317},[1070],{"type":45,"value":340},{"type":39,"tag":207,"props":1072,"children":1073},{"style":317},[1074],{"type":45,"value":345},{"type":39,"tag":207,"props":1076,"children":1077},{"style":317},[1078],{"type":45,"value":435},{"type":39,"tag":207,"props":1080,"children":1081},{"style":220},[1082],{"type":45,"value":1083},"https:\u002F\u002Fnews.ycombinator.com\u002Fitem?id=44581234",{"type":39,"tag":207,"props":1085,"children":1086},{"style":317},[1087],{"type":45,"value":340},{"type":39,"tag":207,"props":1089,"children":1090},{"style":317},[1091],{"type":45,"value":107},{"type":39,"tag":207,"props":1093,"children":1095},{"class":209,"line":1094},26,[1096,1100,1104,1108,1112,1116,1121,1125],{"type":39,"tag":207,"props":1097,"children":1098},{"style":317},[1099],{"type":45,"value":548},{"type":39,"tag":207,"props":1101,"children":1102},{"style":214},[1103],{"type":45,"value":769},{"type":39,"tag":207,"props":1105,"children":1106},{"style":317},[1107],{"type":45,"value":340},{"type":39,"tag":207,"props":1109,"children":1110},{"style":317},[1111],{"type":45,"value":345},{"type":39,"tag":207,"props":1113,"children":1114},{"style":317},[1115],{"type":45,"value":435},{"type":39,"tag":207,"props":1117,"children":1118},{"style":220},[1119],{"type":45,"value":1120},"2026-07-15T07:03:10Z",{"type":39,"tag":207,"props":1122,"children":1123},{"style":317},[1124],{"type":45,"value":340},{"type":39,"tag":207,"props":1126,"children":1127},{"style":317},[1128],{"type":45,"value":107},{"type":39,"tag":207,"props":1130,"children":1132},{"class":209,"line":1131},27,[1133,1137,1141,1145,1149,1154],{"type":39,"tag":207,"props":1134,"children":1135},{"style":317},[1136],{"type":45,"value":548},{"type":39,"tag":207,"props":1138,"children":1139},{"style":214},[1140],{"type":45,"value":806},{"type":39,"tag":207,"props":1142,"children":1143},{"style":317},[1144],{"type":45,"value":340},{"type":39,"tag":207,"props":1146,"children":1147},{"style":317},[1148],{"type":45,"value":345},{"type":39,"tag":207,"props":1150,"children":1151},{"style":497},[1152],{"type":45,"value":1153}," 12",{"type":39,"tag":207,"props":1155,"children":1156},{"style":317},[1157],{"type":45,"value":107},{"type":39,"tag":207,"props":1159,"children":1161},{"class":209,"line":1160},28,[1162,1166,1170,1174,1178,1182,1186],{"type":39,"tag":207,"props":1163,"children":1164},{"style":317},[1165],{"type":45,"value":548},{"type":39,"tag":207,"props":1167,"children":1168},{"style":214},[1169],{"type":45,"value":831},{"type":39,"tag":207,"props":1171,"children":1172},{"style":317},[1173],{"type":45,"value":340},{"type":39,"tag":207,"props":1175,"children":1176},{"style":317},[1177],{"type":45,"value":345},{"type":39,"tag":207,"props":1179,"children":1180},{"style":317},[1181],{"type":45,"value":435},{"type":39,"tag":207,"props":1183,"children":1184},{"style":220},[1185],{"type":45,"value":359},{"type":39,"tag":207,"props":1187,"children":1188},{"style":317},[1189],{"type":45,"value":852},{"type":39,"tag":207,"props":1191,"children":1193},{"class":209,"line":1192},29,[1194],{"type":39,"tag":207,"props":1195,"children":1196},{"style":317},[1197],{"type":45,"value":1198},"    }\n",{"type":39,"tag":207,"props":1200,"children":1202},{"class":209,"line":1201},30,[1203],{"type":39,"tag":207,"props":1204,"children":1205},{"style":317},[1206],{"type":45,"value":1207},"  ]\n",{"type":39,"tag":207,"props":1209,"children":1211},{"class":209,"line":1210},31,[1212],{"type":39,"tag":207,"props":1213,"children":1214},{"style":317},[1215],{"type":45,"value":1216},"}\n",{"type":39,"tag":48,"props":1218,"children":1219},{},[1220,1225,1227,1232,1234,1239,1241,1247,1249,1255,1257,1263,1265,1270,1272,1278],{"type":39,"tag":70,"props":1221,"children":1223},{"className":1222},[],[1224],{"type":45,"value":591},{"type":45,"value":1226}," is ",{"type":39,"tag":70,"props":1228,"children":1230},{"className":1229},[],[1231],{"type":45,"value":608},{"type":45,"value":1233}," (Google News), ",{"type":39,"tag":70,"props":1235,"children":1237},{"className":1236},[],[1238],{"type":45,"value":935},{"type":45,"value":1240}," (Hacker News), or ",{"type":39,"tag":70,"props":1242,"children":1244},{"className":1243},[],[1245],{"type":45,"value":1246},"longform",{"type":45,"value":1248},"\n(Medium, with ids prefixed ",{"type":39,"tag":70,"props":1250,"children":1252},{"className":1251},[],[1253],{"type":45,"value":1254},"md:",{"type":45,"value":1256}," and ",{"type":39,"tag":70,"props":1258,"children":1260},{"className":1259},[],[1261],{"type":45,"value":1262},"topic: \"medium:\u003Ctag>\"",{"type":45,"value":1264},"). ",{"type":39,"tag":70,"props":1266,"children":1268},{"className":1267},[],[1269],{"type":45,"value":806},{"type":45,"value":1271},"\nis only present for community items (points or comment count). Genre items\ncarry ",{"type":39,"tag":70,"props":1273,"children":1275},{"className":1274},[],[1276],{"type":45,"value":1277},"topic: \"genre:\u003Cname>\"",{"type":45,"value":263},{"type":39,"tag":189,"props":1280,"children":1282},{"id":1281},"instructions-for-the-agent",[1283],{"type":45,"value":1284},"Instructions for the Agent",{"type":39,"tag":54,"props":1286,"children":1287},{},[1288,1293,1313],{"type":39,"tag":58,"props":1289,"children":1290},{},[1291],{"type":45,"value":1292},"Run this exactly once per sweep. Running it twice in one sweep marks items\nas seen without you having curated them.",{"type":39,"tag":58,"props":1294,"children":1295},{},[1296,1298,1303,1305,1311],{"type":45,"value":1297},"Treat ",{"type":39,"tag":70,"props":1299,"children":1301},{"className":1300},[],[1302],{"type":45,"value":517},{"type":45,"value":1304}," as the complete candidate pool for the sweep. ",{"type":39,"tag":70,"props":1306,"children":1308},{"className":1307},[],[1309],{"type":45,"value":1310},"new_count: 0",{"type":45,"value":1312},"\nmeans a quiet interval — still write the briefing.",{"type":39,"tag":58,"props":1314,"children":1315},{},[1316,1318,1323],{"type":45,"value":1317},"If ",{"type":39,"tag":70,"props":1319,"children":1321},{"className":1320},[],[1322],{"type":45,"value":261},{"type":45,"value":1324}," is non-empty, name the degraded source in the briefing —\nthe counts only cover the sources that responded.",{"type":39,"tag":1326,"props":1327,"children":1328},"style",{},[1329],{"type":45,"value":1330},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":1332,"total":542},[1333,1354,1365,1383,1398,1415,1425,1440,1446],{"slug":1334,"name":1334,"fn":1335,"description":1336,"org":1337,"tags":1338,"stars":1351,"repoUrl":1352,"updatedAt":1353},"gemini-api-dev","build applications with the Gemini API","Use this skill when building applications with Gemini API hosted models, including Gemini and Gemma 4, working with multimodal content (text, images, audio, video), implementing function calling, using structured outputs, or needing current model specifications. Covers SDK usage (google-genai for Python, @google\u002Fgenai for JavaScript\u002FTypeScript, com.google.genai:google-genai for Java, google.golang.org\u002Fgenai for Go), model selection, and API capabilities.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1339,1342,1345,1348],{"name":1340,"slug":1341,"type":15},"API Development","api-development",{"name":1343,"slug":1344,"type":15},"Gemini","gemini",{"name":1346,"slug":1347,"type":15},"LLM","llm",{"name":1349,"slug":1350,"type":15},"Multimodal","multimodal",3850,"https:\u002F\u002Fgithub.com\u002Fgoogle-gemini\u002Fgemini-skills","2026-07-24T05:42:40.130864",{"slug":1355,"name":1355,"fn":1356,"description":1357,"org":1358,"tags":1359,"stars":1351,"repoUrl":1352,"updatedAt":1364},"gemini-interactions-api","implement Gemini API calls for text and multimodal generation","Use this skill when writing code that calls the Gemini API for text generation, multi-turn chat, multimodal understanding, image generation, video generation, streaming responses, background research tasks, function calling, structured output, or migrating from the old generateContent API. This skill covers the Interactions API, the recommended way to use Gemini models and agents in Python and TypeScript.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1360,1361,1362,1363],{"name":1340,"slug":1341,"type":15},{"name":1343,"slug":1344,"type":15},{"name":1346,"slug":1347,"type":15},{"name":1349,"slug":1350,"type":15},"2026-07-24T05:42:41.109676",{"slug":1366,"name":1366,"fn":1367,"description":1368,"org":1369,"tags":1370,"stars":1351,"repoUrl":1352,"updatedAt":1382},"gemini-live-api-dev","build real-time streaming apps with Gemini Live API","Use this skill when building real-time, bidirectional streaming applications with the Gemini Live API. Covers WebSocket-based audio\u002Fvideo\u002Ftext streaming, voice activity detection (VAD), native audio features, function calling, session management, ephemeral tokens for client-side auth, live translation, and all Live API configuration options. SDKs covered - google-genai (Python), @google\u002Fgenai (JavaScript\u002FTypeScript).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1371,1374,1375,1376,1379],{"name":1372,"slug":1373,"type":15},"Audio","audio",{"name":1343,"slug":1344,"type":15},{"name":1346,"slug":1347,"type":15},{"name":1377,"slug":1378,"type":15},"Video","video",{"name":1380,"slug":1381,"type":15},"WebSockets","websockets","2026-04-06T18:24:48.861661",{"slug":1384,"name":1384,"fn":1385,"description":1386,"org":1387,"tags":1388,"stars":1351,"repoUrl":1352,"updatedAt":1397},"gemini-omni-flash-api","generate and edit video with Gemini","Use this skill for generative video editing, text-to-video, image-referenced video generation, and first-frame-to-video transition animations using the official google-genai SDK. Includes workflows for pre-processing\u002Foptimizing high-resolution or long source videos with ffmpeg, stripping audio for full sound regeneration, and handling turn-by-turn video editing and parallel execution.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1389,1392,1393,1396],{"name":1390,"slug":1391,"type":15},"Animation","animation",{"name":1343,"slug":1344,"type":15},{"name":1394,"slug":1395,"type":15},"Generative Art","generative-art",{"name":1377,"slug":1378,"type":15},"2026-07-01T07:47:06.8657",{"slug":1399,"name":1399,"fn":1400,"description":1401,"org":1402,"tags":1403,"stars":22,"repoUrl":23,"updatedAt":1414},"briefing","format daily news and trend briefings","Formats the standalone daily briefing — curated picks with why-it-matters lines, community buzz, the trend read across runs, and the taste note that keeps the learning visible.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1404,1407,1408,1411],{"name":1405,"slug":1406,"type":15},"Communications","communications",{"name":13,"slug":14,"type":15},{"name":1409,"slug":1410,"type":15},"Summarization","summarization",{"name":1412,"slug":1413,"type":15},"Writing","writing","2026-07-24T06:08:46.318988",{"slug":1416,"name":1416,"fn":1417,"description":1418,"org":1419,"tags":1420,"stars":22,"repoUrl":23,"updatedAt":1424},"curation","curate and rank news items","Selection and ranking rules — how to turn the raw fetched pool into the handful of items the reader actually wants, guided by the taste profile in interests.json.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1421,1422,1423],{"name":17,"slug":18,"type":15},{"name":13,"slug":14,"type":15},{"name":1409,"slug":1410,"type":15},"2026-07-24T06:08:49.164617",{"slug":1426,"name":1426,"fn":1427,"description":1428,"org":1429,"tags":1430,"stars":22,"repoUrl":23,"updatedAt":1439},"deliver","post daily briefings to chat platforms","Posts a condensed version of the briefing to a Google Chat or Slack incoming webhook, so the daily run delivers itself — skips silently when no webhook is configured.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1431,1432,1433,1436],{"name":17,"slug":18,"type":15},{"name":1405,"slug":1406,"type":15},{"name":1434,"slug":1435,"type":15},"Messaging","messaging",{"name":1437,"slug":1438,"type":15},"Slack","slack","2026-07-24T06:09:04.439512",{"slug":4,"name":4,"fn":5,"description":6,"org":1441,"tags":1442,"stars":22,"repoUrl":23,"updatedAt":24},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1443,1444,1445],{"name":17,"slug":18,"type":15},{"name":13,"slug":14,"type":15},{"name":20,"slug":21,"type":15},{"slug":1447,"name":1447,"fn":1448,"description":1449,"org":1450,"tags":1451,"stars":1460,"repoUrl":1461,"updatedAt":1462},"gemini-api-cli","interact with Gemini API via CLI","Guide for using the Gemini API CLI tool. Use when you need to interact with the Gemini API via the command line, manage agents, or generate media (images, audio).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1452,1455,1456,1459],{"name":1453,"slug":1454,"type":15},"Agents","agents",{"name":1340,"slug":1341,"type":15},{"name":1457,"slug":1458,"type":15},"CLI","cli",{"name":1343,"slug":1344,"type":15},37,"https:\u002F\u002Fgithub.com\u002Fgoogle-gemini\u002Fgemini-api-cli","2026-06-30T07:10:10.809",{"items":1464,"total":412},[1465,1472,1478,1485],{"slug":1399,"name":1399,"fn":1400,"description":1401,"org":1466,"tags":1467,"stars":22,"repoUrl":23,"updatedAt":1414},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1468,1469,1470,1471],{"name":1405,"slug":1406,"type":15},{"name":13,"slug":14,"type":15},{"name":1409,"slug":1410,"type":15},{"name":1412,"slug":1413,"type":15},{"slug":1416,"name":1416,"fn":1417,"description":1418,"org":1473,"tags":1474,"stars":22,"repoUrl":23,"updatedAt":1424},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1475,1476,1477],{"name":17,"slug":18,"type":15},{"name":13,"slug":14,"type":15},{"name":1409,"slug":1410,"type":15},{"slug":1426,"name":1426,"fn":1427,"description":1428,"org":1479,"tags":1480,"stars":22,"repoUrl":23,"updatedAt":1439},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1481,1482,1483,1484],{"name":17,"slug":18,"type":15},{"name":1405,"slug":1406,"type":15},{"name":1434,"slug":1435,"type":15},{"name":1437,"slug":1438,"type":15},{"slug":4,"name":4,"fn":5,"description":6,"org":1486,"tags":1487,"stars":22,"repoUrl":23,"updatedAt":24},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1488,1489,1490],{"name":17,"slug":18,"type":15},{"name":13,"slug":14,"type":15},{"name":20,"slug":21,"type":15}]