[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-google-gemini-gemini-api-cli":3,"mdc--hmqztx-key":37,"related-repo-google-gemini-gemini-api-cli":510,"related-org-google-gemini-gemini-api-cli":519},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":32,"sourceUrl":35,"mdContent":36},"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},"google-gemini","Google Gemini","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fgoogle-gemini.jpg",[12,16,19,22],{"name":13,"slug":14,"type":15},"CLI","cli","tag",{"name":17,"slug":18,"type":15},"Agents","agents",{"name":20,"slug":21,"type":15},"API Development","api-development",{"name":23,"slug":24,"type":15},"Gemini","gemini",37,"https:\u002F\u002Fgithub.com\u002Fgoogle-gemini\u002Fgemini-api-cli","2026-06-30T07:10:10.809",null,18,[24,31],"gemini-api",{"repoUrl":26,"stars":25,"forks":29,"topics":33,"description":34},[24,31],"An (experimental) CLI for the Gemini API","https:\u002F\u002Fgithub.com\u002Fgoogle-gemini\u002Fgemini-api-cli\u002Ftree\u002FHEAD\u002Fskills\u002Fgemini-api-cli","---\nname: gemini-api-cli\ndescription: 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).\n---\n\n# Gemini API CLI Skill\n\nThis skill provides guidance on using the `gemini-api` command-line interface.\n\n## Overview\n\nThe `gemini-api` CLI allows you to:\n- Run prompts against various Gemini models.\n- Manage the full lifecycle of Gemini Agents.\n- Generate and edit media (images, audio, TTS).\n\n## References\n\nFor detailed usage and examples, see the following references:\n\n- **Normal Model Calls**: See [references\u002Fmodel_calls.md](references\u002Fmodel_calls.md) for text generation, multi-turn conversations, and tool usage.\n- **Agents (Lifecycle)**: See [references\u002Fagents.md](references\u002Fagents.md) for creating, testing, and managing agents.\n- **Agent Calls**: See [references\u002Fagent_calls.md](references\u002Fagent_calls.md) for invoking antigravity-preview-05-2026 and Deep Research agents.\n- **Genmedia**: See [references\u002Fgenmedia.md](references\u002Fgenmedia.md) for image generation, image editing, and text-to-speech.\n\n## Basic Usage\n\nThe primary command is `gemini-api run`.\n\n```bash\ngemini-api run \"Hello, who are you?\"\n```\n\nAlways ensure your `GEMINI_API_KEY` environment variable is set.\n\n## Global Flags & Features\n\nThe CLI supports several flags that are useful for debugging and automation:\n\n### Dry Run (`--dry-run`)\nPrints the equivalent `curl` command and exits without making an API call. Useful for verifying what request would be sent.\n```bash\ngemini-api run \"Hello\" --dry-run\n```\n\n### Help (`--help`)\nDisplays usage information and available flags for any command.\n```bash\ngemini-api --help\ngemini-api run --help\n```\n\n### JSON Output (`--json`)\nOutputs raw SSE events as JSONL (one event per line), useful for machine parsing.\n```bash\ngemini-api run \"Hello\" --json\n```\n\n### Verbose (`--verbose` \u002F `-v`)\nOutputs complete JSON step objects line-by-line as they finish. Recommended for programmatic parsing by calling agents.\n```bash\ngemini-api run \"Hello\" --verbose\n```\n",{"data":38,"body":39},{"name":4,"description":6},{"type":40,"children":41},"root",[42,51,65,72,84,104,110,115,185,191,204,248,261,267,272,287,300,337,350,355,390,403,408,443,464,469,504],{"type":43,"tag":44,"props":45,"children":47},"element","h1",{"id":46},"gemini-api-cli-skill",[48],{"type":49,"value":50},"text","Gemini API CLI Skill",{"type":43,"tag":52,"props":53,"children":54},"p",{},[55,57,63],{"type":49,"value":56},"This skill provides guidance on using the ",{"type":43,"tag":58,"props":59,"children":61},"code",{"className":60},[],[62],{"type":49,"value":31},{"type":49,"value":64}," command-line interface.",{"type":43,"tag":66,"props":67,"children":69},"h2",{"id":68},"overview",[70],{"type":49,"value":71},"Overview",{"type":43,"tag":52,"props":73,"children":74},{},[75,77,82],{"type":49,"value":76},"The ",{"type":43,"tag":58,"props":78,"children":80},{"className":79},[],[81],{"type":49,"value":31},{"type":49,"value":83}," CLI allows you to:",{"type":43,"tag":85,"props":86,"children":87},"ul",{},[88,94,99],{"type":43,"tag":89,"props":90,"children":91},"li",{},[92],{"type":49,"value":93},"Run prompts against various Gemini models.",{"type":43,"tag":89,"props":95,"children":96},{},[97],{"type":49,"value":98},"Manage the full lifecycle of Gemini Agents.",{"type":43,"tag":89,"props":100,"children":101},{},[102],{"type":49,"value":103},"Generate and edit media (images, audio, TTS).",{"type":43,"tag":66,"props":105,"children":107},{"id":106},"references",[108],{"type":49,"value":109},"References",{"type":43,"tag":52,"props":111,"children":112},{},[113],{"type":49,"value":114},"For detailed usage and examples, see the following references:",{"type":43,"tag":85,"props":116,"children":117},{},[118,137,153,169],{"type":43,"tag":89,"props":119,"children":120},{},[121,127,129,135],{"type":43,"tag":122,"props":123,"children":124},"strong",{},[125],{"type":49,"value":126},"Normal Model Calls",{"type":49,"value":128},": See ",{"type":43,"tag":130,"props":131,"children":133},"a",{"href":132},"references\u002Fmodel_calls.md",[134],{"type":49,"value":132},{"type":49,"value":136}," for text generation, multi-turn conversations, and tool usage.",{"type":43,"tag":89,"props":138,"children":139},{},[140,145,146,151],{"type":43,"tag":122,"props":141,"children":142},{},[143],{"type":49,"value":144},"Agents (Lifecycle)",{"type":49,"value":128},{"type":43,"tag":130,"props":147,"children":149},{"href":148},"references\u002Fagents.md",[150],{"type":49,"value":148},{"type":49,"value":152}," for creating, testing, and managing agents.",{"type":43,"tag":89,"props":154,"children":155},{},[156,161,162,167],{"type":43,"tag":122,"props":157,"children":158},{},[159],{"type":49,"value":160},"Agent Calls",{"type":49,"value":128},{"type":43,"tag":130,"props":163,"children":165},{"href":164},"references\u002Fagent_calls.md",[166],{"type":49,"value":164},{"type":49,"value":168}," for invoking antigravity-preview-05-2026 and Deep Research agents.",{"type":43,"tag":89,"props":170,"children":171},{},[172,177,178,183],{"type":43,"tag":122,"props":173,"children":174},{},[175],{"type":49,"value":176},"Genmedia",{"type":49,"value":128},{"type":43,"tag":130,"props":179,"children":181},{"href":180},"references\u002Fgenmedia.md",[182],{"type":49,"value":180},{"type":49,"value":184}," for image generation, image editing, and text-to-speech.",{"type":43,"tag":66,"props":186,"children":188},{"id":187},"basic-usage",[189],{"type":49,"value":190},"Basic Usage",{"type":43,"tag":52,"props":192,"children":193},{},[194,196,202],{"type":49,"value":195},"The primary command is ",{"type":43,"tag":58,"props":197,"children":199},{"className":198},[],[200],{"type":49,"value":201},"gemini-api run",{"type":49,"value":203},".",{"type":43,"tag":205,"props":206,"children":211},"pre",{"className":207,"code":208,"language":209,"meta":210,"style":210},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","gemini-api run \"Hello, who are you?\"\n","bash","",[212],{"type":43,"tag":58,"props":213,"children":214},{"__ignoreMap":210},[215],{"type":43,"tag":216,"props":217,"children":220},"span",{"class":218,"line":219},"line",1,[221,226,232,238,243],{"type":43,"tag":216,"props":222,"children":224},{"style":223},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[225],{"type":49,"value":31},{"type":43,"tag":216,"props":227,"children":229},{"style":228},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[230],{"type":49,"value":231}," run",{"type":43,"tag":216,"props":233,"children":235},{"style":234},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[236],{"type":49,"value":237}," \"",{"type":43,"tag":216,"props":239,"children":240},{"style":228},[241],{"type":49,"value":242},"Hello, who are you?",{"type":43,"tag":216,"props":244,"children":245},{"style":234},[246],{"type":49,"value":247},"\"\n",{"type":43,"tag":52,"props":249,"children":250},{},[251,253,259],{"type":49,"value":252},"Always ensure your ",{"type":43,"tag":58,"props":254,"children":256},{"className":255},[],[257],{"type":49,"value":258},"GEMINI_API_KEY",{"type":49,"value":260}," environment variable is set.",{"type":43,"tag":66,"props":262,"children":264},{"id":263},"global-flags-features",[265],{"type":49,"value":266},"Global Flags & Features",{"type":43,"tag":52,"props":268,"children":269},{},[270],{"type":49,"value":271},"The CLI supports several flags that are useful for debugging and automation:",{"type":43,"tag":273,"props":274,"children":276},"h3",{"id":275},"dry-run-dry-run",[277,279,285],{"type":49,"value":278},"Dry Run (",{"type":43,"tag":58,"props":280,"children":282},{"className":281},[],[283],{"type":49,"value":284},"--dry-run",{"type":49,"value":286},")",{"type":43,"tag":52,"props":288,"children":289},{},[290,292,298],{"type":49,"value":291},"Prints the equivalent ",{"type":43,"tag":58,"props":293,"children":295},{"className":294},[],[296],{"type":49,"value":297},"curl",{"type":49,"value":299}," command and exits without making an API call. Useful for verifying what request would be sent.",{"type":43,"tag":205,"props":301,"children":303},{"className":207,"code":302,"language":209,"meta":210,"style":210},"gemini-api run \"Hello\" --dry-run\n",[304],{"type":43,"tag":58,"props":305,"children":306},{"__ignoreMap":210},[307],{"type":43,"tag":216,"props":308,"children":309},{"class":218,"line":219},[310,314,318,322,327,332],{"type":43,"tag":216,"props":311,"children":312},{"style":223},[313],{"type":49,"value":31},{"type":43,"tag":216,"props":315,"children":316},{"style":228},[317],{"type":49,"value":231},{"type":43,"tag":216,"props":319,"children":320},{"style":234},[321],{"type":49,"value":237},{"type":43,"tag":216,"props":323,"children":324},{"style":228},[325],{"type":49,"value":326},"Hello",{"type":43,"tag":216,"props":328,"children":329},{"style":234},[330],{"type":49,"value":331},"\"",{"type":43,"tag":216,"props":333,"children":334},{"style":228},[335],{"type":49,"value":336}," --dry-run\n",{"type":43,"tag":273,"props":338,"children":340},{"id":339},"help-help",[341,343,349],{"type":49,"value":342},"Help (",{"type":43,"tag":58,"props":344,"children":346},{"className":345},[],[347],{"type":49,"value":348},"--help",{"type":49,"value":286},{"type":43,"tag":52,"props":351,"children":352},{},[353],{"type":49,"value":354},"Displays usage information and available flags for any command.",{"type":43,"tag":205,"props":356,"children":358},{"className":207,"code":357,"language":209,"meta":210,"style":210},"gemini-api --help\ngemini-api run --help\n",[359],{"type":43,"tag":58,"props":360,"children":361},{"__ignoreMap":210},[362,374],{"type":43,"tag":216,"props":363,"children":364},{"class":218,"line":219},[365,369],{"type":43,"tag":216,"props":366,"children":367},{"style":223},[368],{"type":49,"value":31},{"type":43,"tag":216,"props":370,"children":371},{"style":228},[372],{"type":49,"value":373}," --help\n",{"type":43,"tag":216,"props":375,"children":377},{"class":218,"line":376},2,[378,382,386],{"type":43,"tag":216,"props":379,"children":380},{"style":223},[381],{"type":49,"value":31},{"type":43,"tag":216,"props":383,"children":384},{"style":228},[385],{"type":49,"value":231},{"type":43,"tag":216,"props":387,"children":388},{"style":228},[389],{"type":49,"value":373},{"type":43,"tag":273,"props":391,"children":393},{"id":392},"json-output-json",[394,396,402],{"type":49,"value":395},"JSON Output (",{"type":43,"tag":58,"props":397,"children":399},{"className":398},[],[400],{"type":49,"value":401},"--json",{"type":49,"value":286},{"type":43,"tag":52,"props":404,"children":405},{},[406],{"type":49,"value":407},"Outputs raw SSE events as JSONL (one event per line), useful for machine parsing.",{"type":43,"tag":205,"props":409,"children":411},{"className":207,"code":410,"language":209,"meta":210,"style":210},"gemini-api run \"Hello\" --json\n",[412],{"type":43,"tag":58,"props":413,"children":414},{"__ignoreMap":210},[415],{"type":43,"tag":216,"props":416,"children":417},{"class":218,"line":219},[418,422,426,430,434,438],{"type":43,"tag":216,"props":419,"children":420},{"style":223},[421],{"type":49,"value":31},{"type":43,"tag":216,"props":423,"children":424},{"style":228},[425],{"type":49,"value":231},{"type":43,"tag":216,"props":427,"children":428},{"style":234},[429],{"type":49,"value":237},{"type":43,"tag":216,"props":431,"children":432},{"style":228},[433],{"type":49,"value":326},{"type":43,"tag":216,"props":435,"children":436},{"style":234},[437],{"type":49,"value":331},{"type":43,"tag":216,"props":439,"children":440},{"style":228},[441],{"type":49,"value":442}," --json\n",{"type":43,"tag":273,"props":444,"children":446},{"id":445},"verbose-verbose-v",[447,449,455,457,463],{"type":49,"value":448},"Verbose (",{"type":43,"tag":58,"props":450,"children":452},{"className":451},[],[453],{"type":49,"value":454},"--verbose",{"type":49,"value":456}," \u002F ",{"type":43,"tag":58,"props":458,"children":460},{"className":459},[],[461],{"type":49,"value":462},"-v",{"type":49,"value":286},{"type":43,"tag":52,"props":465,"children":466},{},[467],{"type":49,"value":468},"Outputs complete JSON step objects line-by-line as they finish. Recommended for programmatic parsing by calling agents.",{"type":43,"tag":205,"props":470,"children":472},{"className":207,"code":471,"language":209,"meta":210,"style":210},"gemini-api run \"Hello\" --verbose\n",[473],{"type":43,"tag":58,"props":474,"children":475},{"__ignoreMap":210},[476],{"type":43,"tag":216,"props":477,"children":478},{"class":218,"line":219},[479,483,487,491,495,499],{"type":43,"tag":216,"props":480,"children":481},{"style":223},[482],{"type":49,"value":31},{"type":43,"tag":216,"props":484,"children":485},{"style":228},[486],{"type":49,"value":231},{"type":43,"tag":216,"props":488,"children":489},{"style":234},[490],{"type":49,"value":237},{"type":43,"tag":216,"props":492,"children":493},{"style":228},[494],{"type":49,"value":326},{"type":43,"tag":216,"props":496,"children":497},{"style":234},[498],{"type":49,"value":331},{"type":43,"tag":216,"props":500,"children":501},{"style":228},[502],{"type":49,"value":503}," --verbose\n",{"type":43,"tag":505,"props":506,"children":507},"style",{},[508],{"type":49,"value":509},"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":511,"total":219},[512],{"slug":4,"name":4,"fn":5,"description":6,"org":513,"tags":514,"stars":25,"repoUrl":26,"updatedAt":27},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[515,516,517,518],{"name":17,"slug":18,"type":15},{"name":20,"slug":21,"type":15},{"name":13,"slug":14,"type":15},{"name":23,"slug":24,"type":15},{"items":520,"total":649},[521,538,549,567,582,603,615,630,642],{"slug":522,"name":522,"fn":523,"description":524,"org":525,"tags":526,"stars":535,"repoUrl":536,"updatedAt":537},"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},[527,528,529,532],{"name":20,"slug":21,"type":15},{"name":23,"slug":24,"type":15},{"name":530,"slug":531,"type":15},"LLM","llm",{"name":533,"slug":534,"type":15},"Multimodal","multimodal",3850,"https:\u002F\u002Fgithub.com\u002Fgoogle-gemini\u002Fgemini-skills","2026-07-24T05:42:40.130864",{"slug":539,"name":539,"fn":540,"description":541,"org":542,"tags":543,"stars":535,"repoUrl":536,"updatedAt":548},"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},[544,545,546,547],{"name":20,"slug":21,"type":15},{"name":23,"slug":24,"type":15},{"name":530,"slug":531,"type":15},{"name":533,"slug":534,"type":15},"2026-07-24T05:42:41.109676",{"slug":550,"name":550,"fn":551,"description":552,"org":553,"tags":554,"stars":535,"repoUrl":536,"updatedAt":566},"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},[555,558,559,560,563],{"name":556,"slug":557,"type":15},"Audio","audio",{"name":23,"slug":24,"type":15},{"name":530,"slug":531,"type":15},{"name":561,"slug":562,"type":15},"Video","video",{"name":564,"slug":565,"type":15},"WebSockets","websockets","2026-04-06T18:24:48.861661",{"slug":568,"name":568,"fn":569,"description":570,"org":571,"tags":572,"stars":535,"repoUrl":536,"updatedAt":581},"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},[573,576,577,580],{"name":574,"slug":575,"type":15},"Animation","animation",{"name":23,"slug":24,"type":15},{"name":578,"slug":579,"type":15},"Generative Art","generative-art",{"name":561,"slug":562,"type":15},"2026-07-01T07:47:06.8657",{"slug":583,"name":583,"fn":584,"description":585,"org":586,"tags":587,"stars":600,"repoUrl":601,"updatedAt":602},"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},[588,591,594,597],{"name":589,"slug":590,"type":15},"Communications","communications",{"name":592,"slug":593,"type":15},"Research","research",{"name":595,"slug":596,"type":15},"Summarization","summarization",{"name":598,"slug":599,"type":15},"Writing","writing",56,"https:\u002F\u002Fgithub.com\u002Fgoogle-gemini\u002Fgemini-managed-agents-templates","2026-07-24T06:08:46.318988",{"slug":604,"name":604,"fn":605,"description":606,"org":607,"tags":608,"stars":600,"repoUrl":601,"updatedAt":614},"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},[609,612,613],{"name":610,"slug":611,"type":15},"Automation","automation",{"name":592,"slug":593,"type":15},{"name":595,"slug":596,"type":15},"2026-07-24T06:08:49.164617",{"slug":616,"name":616,"fn":617,"description":618,"org":619,"tags":620,"stars":600,"repoUrl":601,"updatedAt":629},"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},[621,622,623,626],{"name":610,"slug":611,"type":15},{"name":589,"slug":590,"type":15},{"name":624,"slug":625,"type":15},"Messaging","messaging",{"name":627,"slug":628,"type":15},"Slack","slack","2026-07-24T06:09:04.439512",{"slug":631,"name":631,"fn":632,"description":633,"org":634,"tags":635,"stars":600,"repoUrl":601,"updatedAt":641},"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},[636,637,638],{"name":610,"slug":611,"type":15},{"name":592,"slug":593,"type":15},{"name":639,"slug":640,"type":15},"Search","search","2026-07-24T06:08:47.09259",{"slug":4,"name":4,"fn":5,"description":6,"org":643,"tags":644,"stars":25,"repoUrl":26,"updatedAt":27},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[645,646,647,648],{"name":17,"slug":18,"type":15},{"name":20,"slug":21,"type":15},{"name":13,"slug":14,"type":15},{"name":23,"slug":24,"type":15},9]