[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-deepgram-openai-image-gen":3,"mdc-ag53wu-key":32,"related-org-deepgram-openai-image-gen":1001,"related-repo-deepgram-openai-image-gen":1162},{"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":30,"mdContent":31},"openai-image-gen","generate images with OpenAI","Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"deepgram","Deepgram","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fdeepgram.png",[12,16,19],{"name":13,"slug":14,"type":15},"Creative","creative","tag",{"name":17,"slug":18,"type":15},"OpenAI","openai",{"name":20,"slug":21,"type":15},"Image Generation","image-generation",23,"https:\u002F\u002Fgithub.com\u002Fdeepgram\u002Fdglabs-deepclaw","2026-07-12T08:29:19.086653",null,9,[],{"repoUrl":23,"stars":22,"forks":26,"topics":29,"description":25},[],"https:\u002F\u002Fgithub.com\u002Fdeepgram\u002Fdglabs-deepclaw\u002Ftree\u002FHEAD\u002Fskills\u002Fopenai-image-gen","---\nname: openai-image-gen\ndescription: Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.\nhomepage: https:\u002F\u002Fplatform.openai.com\u002Fdocs\u002Fapi-reference\u002Fimages\nmetadata:\n  {\n    \"openclaw\":\n      {\n        \"emoji\": \"🖼️\",\n        \"requires\": { \"bins\": [\"python3\"], \"env\": [\"OPENAI_API_KEY\"] },\n        \"primaryEnv\": \"OPENAI_API_KEY\",\n        \"install\":\n          [\n            {\n              \"id\": \"python-brew\",\n              \"kind\": \"brew\",\n              \"formula\": \"python\",\n              \"bins\": [\"python3\"],\n              \"label\": \"Install Python (brew)\",\n            },\n          ],\n      },\n  }\n---\n\n# OpenAI Image Gen\n\nGenerate a handful of “random but structured” prompts and render them via the OpenAI Images API.\n\n## Run\n\n```bash\npython3 {baseDir}\u002Fscripts\u002Fgen.py\nopen ~\u002FProjects\u002Ftmp\u002Fopenai-image-gen-*\u002Findex.html  # if ~\u002FProjects\u002Ftmp exists; else .\u002Ftmp\u002F...\n```\n\nUseful flags:\n\n```bash\n# GPT image models with various options\npython3 {baseDir}\u002Fscripts\u002Fgen.py --count 16 --model gpt-image-1\npython3 {baseDir}\u002Fscripts\u002Fgen.py --prompt \"ultra-detailed studio photo of a lobster astronaut\" --count 4\npython3 {baseDir}\u002Fscripts\u002Fgen.py --size 1536x1024 --quality high --out-dir .\u002Fout\u002Fimages\npython3 {baseDir}\u002Fscripts\u002Fgen.py --model gpt-image-1.5 --background transparent --output-format webp\n\n# DALL-E 3 (note: count is automatically limited to 1)\npython3 {baseDir}\u002Fscripts\u002Fgen.py --model dall-e-3 --quality hd --size 1792x1024 --style vivid\npython3 {baseDir}\u002Fscripts\u002Fgen.py --model dall-e-3 --style natural --prompt \"serene mountain landscape\"\n\n# DALL-E 2\npython3 {baseDir}\u002Fscripts\u002Fgen.py --model dall-e-2 --size 512x512 --count 4\n```\n\n## Model-Specific Parameters\n\nDifferent models support different parameter values. The script automatically selects appropriate defaults based on the model.\n\n### Size\n\n- **GPT image models** (`gpt-image-1`, `gpt-image-1-mini`, `gpt-image-1.5`): `1024x1024`, `1536x1024` (landscape), `1024x1536` (portrait), or `auto`\n  - Default: `1024x1024`\n- **dall-e-3**: `1024x1024`, `1792x1024`, or `1024x1792`\n  - Default: `1024x1024`\n- **dall-e-2**: `256x256`, `512x512`, or `1024x1024`\n  - Default: `1024x1024`\n\n### Quality\n\n- **GPT image models**: `auto`, `high`, `medium`, or `low`\n  - Default: `high`\n- **dall-e-3**: `hd` or `standard`\n  - Default: `standard`\n- **dall-e-2**: `standard` only\n  - Default: `standard`\n\n### Other Notable Differences\n\n- **dall-e-3** only supports generating 1 image at a time (`n=1`). The script automatically limits count to 1 when using this model.\n- **GPT image models** support additional parameters:\n  - `--background`: `transparent`, `opaque`, or `auto` (default)\n  - `--output-format`: `png` (default), `jpeg`, or `webp`\n  - Note: `stream` and `moderation` are available via API but not yet implemented in this script\n- **dall-e-3** has a `--style` parameter: `vivid` (hyper-real, dramatic) or `natural` (more natural looking)\n\n## Output\n\n- `*.png`, `*.jpeg`, or `*.webp` images (output format depends on model + `--output-format`)\n- `prompts.json` (prompt → file mapping)\n- `index.html` (thumbnail gallery)\n",{"data":33,"body":50},{"name":4,"description":6,"homepage":34,"metadata":35},"https:\u002F\u002Fplatform.openai.com\u002Fdocs\u002Fapi-reference\u002Fimages",{"openclaw":36},{"emoji":37,"requires":38,"primaryEnv":42,"install":43},"🖼️",{"bins":39,"env":41},[40],"python3",[42],"OPENAI_API_KEY",[44],{"id":45,"kind":46,"formula":47,"bins":48,"label":49},"python-brew","brew","python",[40],"Install Python (brew)",{"type":51,"children":52},"root",[53,61,67,74,134,139,481,487,492,499,662,668,778,784,932,938,995],{"type":54,"tag":55,"props":56,"children":57},"element","h1",{"id":4},[58],{"type":59,"value":60},"text","OpenAI Image Gen",{"type":54,"tag":62,"props":63,"children":64},"p",{},[65],{"type":59,"value":66},"Generate a handful of “random but structured” prompts and render them via the OpenAI Images API.",{"type":54,"tag":68,"props":69,"children":71},"h2",{"id":70},"run",[72],{"type":59,"value":73},"Run",{"type":54,"tag":75,"props":76,"children":81},"pre",{"className":77,"code":78,"language":79,"meta":80,"style":80},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","python3 {baseDir}\u002Fscripts\u002Fgen.py\nopen ~\u002FProjects\u002Ftmp\u002Fopenai-image-gen-*\u002Findex.html  # if ~\u002FProjects\u002Ftmp exists; else .\u002Ftmp\u002F...\n","bash","",[82],{"type":54,"tag":83,"props":84,"children":85},"code",{"__ignoreMap":80},[86,103],{"type":54,"tag":87,"props":88,"children":91},"span",{"class":89,"line":90},"line",1,[92,97],{"type":54,"tag":87,"props":93,"children":95},{"style":94},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[96],{"type":59,"value":40},{"type":54,"tag":87,"props":98,"children":100},{"style":99},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[101],{"type":59,"value":102}," {baseDir}\u002Fscripts\u002Fgen.py\n",{"type":54,"tag":87,"props":104,"children":106},{"class":89,"line":105},2,[107,112,117,123,128],{"type":54,"tag":87,"props":108,"children":109},{"style":94},[110],{"type":59,"value":111},"open",{"type":54,"tag":87,"props":113,"children":114},{"style":99},[115],{"type":59,"value":116}," ~\u002FProjects\u002Ftmp\u002Fopenai-image-gen-",{"type":54,"tag":87,"props":118,"children":120},{"style":119},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[121],{"type":59,"value":122},"*",{"type":54,"tag":87,"props":124,"children":125},{"style":99},[126],{"type":59,"value":127},"\u002Findex.html",{"type":54,"tag":87,"props":129,"children":131},{"style":130},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[132],{"type":59,"value":133},"  # if ~\u002FProjects\u002Ftmp exists; else .\u002Ftmp\u002F...\n",{"type":54,"tag":62,"props":135,"children":136},{},[137],{"type":59,"value":138},"Useful flags:",{"type":54,"tag":75,"props":140,"children":142},{"className":77,"code":141,"language":79,"meta":80,"style":80},"# GPT image models with various options\npython3 {baseDir}\u002Fscripts\u002Fgen.py --count 16 --model gpt-image-1\npython3 {baseDir}\u002Fscripts\u002Fgen.py --prompt \"ultra-detailed studio photo of a lobster astronaut\" --count 4\npython3 {baseDir}\u002Fscripts\u002Fgen.py --size 1536x1024 --quality high --out-dir .\u002Fout\u002Fimages\npython3 {baseDir}\u002Fscripts\u002Fgen.py --model gpt-image-1.5 --background transparent --output-format webp\n\n# DALL-E 3 (note: count is automatically limited to 1)\npython3 {baseDir}\u002Fscripts\u002Fgen.py --model dall-e-3 --quality hd --size 1792x1024 --style vivid\npython3 {baseDir}\u002Fscripts\u002Fgen.py --model dall-e-3 --style natural --prompt \"serene mountain landscape\"\n\n# DALL-E 2\npython3 {baseDir}\u002Fscripts\u002Fgen.py --model dall-e-2 --size 512x512 --count 4\n",[143],{"type":54,"tag":83,"props":144,"children":145},{"__ignoreMap":80},[146,154,187,229,271,312,322,331,380,426,434,443],{"type":54,"tag":87,"props":147,"children":148},{"class":89,"line":90},[149],{"type":54,"tag":87,"props":150,"children":151},{"style":130},[152],{"type":59,"value":153},"# GPT image models with various options\n",{"type":54,"tag":87,"props":155,"children":156},{"class":89,"line":105},[157,161,166,171,177,182],{"type":54,"tag":87,"props":158,"children":159},{"style":94},[160],{"type":59,"value":40},{"type":54,"tag":87,"props":162,"children":163},{"style":99},[164],{"type":59,"value":165}," {baseDir}\u002Fscripts\u002Fgen.py",{"type":54,"tag":87,"props":167,"children":168},{"style":99},[169],{"type":59,"value":170}," --count",{"type":54,"tag":87,"props":172,"children":174},{"style":173},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[175],{"type":59,"value":176}," 16",{"type":54,"tag":87,"props":178,"children":179},{"style":99},[180],{"type":59,"value":181}," --model",{"type":54,"tag":87,"props":183,"children":184},{"style":99},[185],{"type":59,"value":186}," gpt-image-1\n",{"type":54,"tag":87,"props":188,"children":190},{"class":89,"line":189},3,[191,195,199,204,210,215,220,224],{"type":54,"tag":87,"props":192,"children":193},{"style":94},[194],{"type":59,"value":40},{"type":54,"tag":87,"props":196,"children":197},{"style":99},[198],{"type":59,"value":165},{"type":54,"tag":87,"props":200,"children":201},{"style":99},[202],{"type":59,"value":203}," --prompt",{"type":54,"tag":87,"props":205,"children":207},{"style":206},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[208],{"type":59,"value":209}," \"",{"type":54,"tag":87,"props":211,"children":212},{"style":99},[213],{"type":59,"value":214},"ultra-detailed studio photo of a lobster astronaut",{"type":54,"tag":87,"props":216,"children":217},{"style":206},[218],{"type":59,"value":219},"\"",{"type":54,"tag":87,"props":221,"children":222},{"style":99},[223],{"type":59,"value":170},{"type":54,"tag":87,"props":225,"children":226},{"style":173},[227],{"type":59,"value":228}," 4\n",{"type":54,"tag":87,"props":230,"children":232},{"class":89,"line":231},4,[233,237,241,246,251,256,261,266],{"type":54,"tag":87,"props":234,"children":235},{"style":94},[236],{"type":59,"value":40},{"type":54,"tag":87,"props":238,"children":239},{"style":99},[240],{"type":59,"value":165},{"type":54,"tag":87,"props":242,"children":243},{"style":99},[244],{"type":59,"value":245}," --size",{"type":54,"tag":87,"props":247,"children":248},{"style":99},[249],{"type":59,"value":250}," 1536x1024",{"type":54,"tag":87,"props":252,"children":253},{"style":99},[254],{"type":59,"value":255}," --quality",{"type":54,"tag":87,"props":257,"children":258},{"style":99},[259],{"type":59,"value":260}," high",{"type":54,"tag":87,"props":262,"children":263},{"style":99},[264],{"type":59,"value":265}," --out-dir",{"type":54,"tag":87,"props":267,"children":268},{"style":99},[269],{"type":59,"value":270}," .\u002Fout\u002Fimages\n",{"type":54,"tag":87,"props":272,"children":274},{"class":89,"line":273},5,[275,279,283,287,292,297,302,307],{"type":54,"tag":87,"props":276,"children":277},{"style":94},[278],{"type":59,"value":40},{"type":54,"tag":87,"props":280,"children":281},{"style":99},[282],{"type":59,"value":165},{"type":54,"tag":87,"props":284,"children":285},{"style":99},[286],{"type":59,"value":181},{"type":54,"tag":87,"props":288,"children":289},{"style":99},[290],{"type":59,"value":291}," gpt-image-1.5",{"type":54,"tag":87,"props":293,"children":294},{"style":99},[295],{"type":59,"value":296}," --background",{"type":54,"tag":87,"props":298,"children":299},{"style":99},[300],{"type":59,"value":301}," transparent",{"type":54,"tag":87,"props":303,"children":304},{"style":99},[305],{"type":59,"value":306}," --output-format",{"type":54,"tag":87,"props":308,"children":309},{"style":99},[310],{"type":59,"value":311}," webp\n",{"type":54,"tag":87,"props":313,"children":315},{"class":89,"line":314},6,[316],{"type":54,"tag":87,"props":317,"children":319},{"emptyLinePlaceholder":318},true,[320],{"type":59,"value":321},"\n",{"type":54,"tag":87,"props":323,"children":325},{"class":89,"line":324},7,[326],{"type":54,"tag":87,"props":327,"children":328},{"style":130},[329],{"type":59,"value":330},"# DALL-E 3 (note: count is automatically limited to 1)\n",{"type":54,"tag":87,"props":332,"children":334},{"class":89,"line":333},8,[335,339,343,347,352,356,361,365,370,375],{"type":54,"tag":87,"props":336,"children":337},{"style":94},[338],{"type":59,"value":40},{"type":54,"tag":87,"props":340,"children":341},{"style":99},[342],{"type":59,"value":165},{"type":54,"tag":87,"props":344,"children":345},{"style":99},[346],{"type":59,"value":181},{"type":54,"tag":87,"props":348,"children":349},{"style":99},[350],{"type":59,"value":351}," dall-e-3",{"type":54,"tag":87,"props":353,"children":354},{"style":99},[355],{"type":59,"value":255},{"type":54,"tag":87,"props":357,"children":358},{"style":99},[359],{"type":59,"value":360}," hd",{"type":54,"tag":87,"props":362,"children":363},{"style":99},[364],{"type":59,"value":245},{"type":54,"tag":87,"props":366,"children":367},{"style":99},[368],{"type":59,"value":369}," 1792x1024",{"type":54,"tag":87,"props":371,"children":372},{"style":99},[373],{"type":59,"value":374}," --style",{"type":54,"tag":87,"props":376,"children":377},{"style":99},[378],{"type":59,"value":379}," vivid\n",{"type":54,"tag":87,"props":381,"children":382},{"class":89,"line":26},[383,387,391,395,399,403,408,412,416,421],{"type":54,"tag":87,"props":384,"children":385},{"style":94},[386],{"type":59,"value":40},{"type":54,"tag":87,"props":388,"children":389},{"style":99},[390],{"type":59,"value":165},{"type":54,"tag":87,"props":392,"children":393},{"style":99},[394],{"type":59,"value":181},{"type":54,"tag":87,"props":396,"children":397},{"style":99},[398],{"type":59,"value":351},{"type":54,"tag":87,"props":400,"children":401},{"style":99},[402],{"type":59,"value":374},{"type":54,"tag":87,"props":404,"children":405},{"style":99},[406],{"type":59,"value":407}," natural",{"type":54,"tag":87,"props":409,"children":410},{"style":99},[411],{"type":59,"value":203},{"type":54,"tag":87,"props":413,"children":414},{"style":206},[415],{"type":59,"value":209},{"type":54,"tag":87,"props":417,"children":418},{"style":99},[419],{"type":59,"value":420},"serene mountain landscape",{"type":54,"tag":87,"props":422,"children":423},{"style":206},[424],{"type":59,"value":425},"\"\n",{"type":54,"tag":87,"props":427,"children":429},{"class":89,"line":428},10,[430],{"type":54,"tag":87,"props":431,"children":432},{"emptyLinePlaceholder":318},[433],{"type":59,"value":321},{"type":54,"tag":87,"props":435,"children":437},{"class":89,"line":436},11,[438],{"type":54,"tag":87,"props":439,"children":440},{"style":130},[441],{"type":59,"value":442},"# DALL-E 2\n",{"type":54,"tag":87,"props":444,"children":446},{"class":89,"line":445},12,[447,451,455,459,464,468,473,477],{"type":54,"tag":87,"props":448,"children":449},{"style":94},[450],{"type":59,"value":40},{"type":54,"tag":87,"props":452,"children":453},{"style":99},[454],{"type":59,"value":165},{"type":54,"tag":87,"props":456,"children":457},{"style":99},[458],{"type":59,"value":181},{"type":54,"tag":87,"props":460,"children":461},{"style":99},[462],{"type":59,"value":463}," dall-e-2",{"type":54,"tag":87,"props":465,"children":466},{"style":99},[467],{"type":59,"value":245},{"type":54,"tag":87,"props":469,"children":470},{"style":99},[471],{"type":59,"value":472}," 512x512",{"type":54,"tag":87,"props":474,"children":475},{"style":99},[476],{"type":59,"value":170},{"type":54,"tag":87,"props":478,"children":479},{"style":173},[480],{"type":59,"value":228},{"type":54,"tag":68,"props":482,"children":484},{"id":483},"model-specific-parameters",[485],{"type":59,"value":486},"Model-Specific Parameters",{"type":54,"tag":62,"props":488,"children":489},{},[490],{"type":59,"value":491},"Different models support different parameter values. The script automatically selects appropriate defaults based on the model.",{"type":54,"tag":493,"props":494,"children":496},"h3",{"id":495},"size",[497],{"type":59,"value":498},"Size",{"type":54,"tag":500,"props":501,"children":502},"ul",{},[503,580,622],{"type":54,"tag":504,"props":505,"children":506},"li",{},[507,513,515,521,523,529,530,536,538,544,545,551,553,559,561,567],{"type":54,"tag":508,"props":509,"children":510},"strong",{},[511],{"type":59,"value":512},"GPT image models",{"type":59,"value":514}," (",{"type":54,"tag":83,"props":516,"children":518},{"className":517},[],[519],{"type":59,"value":520},"gpt-image-1",{"type":59,"value":522},", ",{"type":54,"tag":83,"props":524,"children":526},{"className":525},[],[527],{"type":59,"value":528},"gpt-image-1-mini",{"type":59,"value":522},{"type":54,"tag":83,"props":531,"children":533},{"className":532},[],[534],{"type":59,"value":535},"gpt-image-1.5",{"type":59,"value":537},"): ",{"type":54,"tag":83,"props":539,"children":541},{"className":540},[],[542],{"type":59,"value":543},"1024x1024",{"type":59,"value":522},{"type":54,"tag":83,"props":546,"children":548},{"className":547},[],[549],{"type":59,"value":550},"1536x1024",{"type":59,"value":552}," (landscape), ",{"type":54,"tag":83,"props":554,"children":556},{"className":555},[],[557],{"type":59,"value":558},"1024x1536",{"type":59,"value":560}," (portrait), or ",{"type":54,"tag":83,"props":562,"children":564},{"className":563},[],[565],{"type":59,"value":566},"auto",{"type":54,"tag":500,"props":568,"children":569},{},[570],{"type":54,"tag":504,"props":571,"children":572},{},[573,575],{"type":59,"value":574},"Default: ",{"type":54,"tag":83,"props":576,"children":578},{"className":577},[],[579],{"type":59,"value":543},{"type":54,"tag":504,"props":581,"children":582},{},[583,588,590,595,596,602,604,610],{"type":54,"tag":508,"props":584,"children":585},{},[586],{"type":59,"value":587},"dall-e-3",{"type":59,"value":589},": ",{"type":54,"tag":83,"props":591,"children":593},{"className":592},[],[594],{"type":59,"value":543},{"type":59,"value":522},{"type":54,"tag":83,"props":597,"children":599},{"className":598},[],[600],{"type":59,"value":601},"1792x1024",{"type":59,"value":603},", or ",{"type":54,"tag":83,"props":605,"children":607},{"className":606},[],[608],{"type":59,"value":609},"1024x1792",{"type":54,"tag":500,"props":611,"children":612},{},[613],{"type":54,"tag":504,"props":614,"children":615},{},[616,617],{"type":59,"value":574},{"type":54,"tag":83,"props":618,"children":620},{"className":619},[],[621],{"type":59,"value":543},{"type":54,"tag":504,"props":623,"children":624},{},[625,630,631,637,638,644,645,650],{"type":54,"tag":508,"props":626,"children":627},{},[628],{"type":59,"value":629},"dall-e-2",{"type":59,"value":589},{"type":54,"tag":83,"props":632,"children":634},{"className":633},[],[635],{"type":59,"value":636},"256x256",{"type":59,"value":522},{"type":54,"tag":83,"props":639,"children":641},{"className":640},[],[642],{"type":59,"value":643},"512x512",{"type":59,"value":603},{"type":54,"tag":83,"props":646,"children":648},{"className":647},[],[649],{"type":59,"value":543},{"type":54,"tag":500,"props":651,"children":652},{},[653],{"type":54,"tag":504,"props":654,"children":655},{},[656,657],{"type":59,"value":574},{"type":54,"tag":83,"props":658,"children":660},{"className":659},[],[661],{"type":59,"value":543},{"type":54,"tag":493,"props":663,"children":665},{"id":664},"quality",[666],{"type":59,"value":667},"Quality",{"type":54,"tag":500,"props":669,"children":670},{},[671,717,751],{"type":54,"tag":504,"props":672,"children":673},{},[674,678,679,684,685,691,692,698,699,705],{"type":54,"tag":508,"props":675,"children":676},{},[677],{"type":59,"value":512},{"type":59,"value":589},{"type":54,"tag":83,"props":680,"children":682},{"className":681},[],[683],{"type":59,"value":566},{"type":59,"value":522},{"type":54,"tag":83,"props":686,"children":688},{"className":687},[],[689],{"type":59,"value":690},"high",{"type":59,"value":522},{"type":54,"tag":83,"props":693,"children":695},{"className":694},[],[696],{"type":59,"value":697},"medium",{"type":59,"value":603},{"type":54,"tag":83,"props":700,"children":702},{"className":701},[],[703],{"type":59,"value":704},"low",{"type":54,"tag":500,"props":706,"children":707},{},[708],{"type":54,"tag":504,"props":709,"children":710},{},[711,712],{"type":59,"value":574},{"type":54,"tag":83,"props":713,"children":715},{"className":714},[],[716],{"type":59,"value":690},{"type":54,"tag":504,"props":718,"children":719},{},[720,724,725,731,733,739],{"type":54,"tag":508,"props":721,"children":722},{},[723],{"type":59,"value":587},{"type":59,"value":589},{"type":54,"tag":83,"props":726,"children":728},{"className":727},[],[729],{"type":59,"value":730},"hd",{"type":59,"value":732}," or ",{"type":54,"tag":83,"props":734,"children":736},{"className":735},[],[737],{"type":59,"value":738},"standard",{"type":54,"tag":500,"props":740,"children":741},{},[742],{"type":54,"tag":504,"props":743,"children":744},{},[745,746],{"type":59,"value":574},{"type":54,"tag":83,"props":747,"children":749},{"className":748},[],[750],{"type":59,"value":738},{"type":54,"tag":504,"props":752,"children":753},{},[754,758,759,764,766],{"type":54,"tag":508,"props":755,"children":756},{},[757],{"type":59,"value":629},{"type":59,"value":589},{"type":54,"tag":83,"props":760,"children":762},{"className":761},[],[763],{"type":59,"value":738},{"type":59,"value":765}," only\n",{"type":54,"tag":500,"props":767,"children":768},{},[769],{"type":54,"tag":504,"props":770,"children":771},{},[772,773],{"type":59,"value":574},{"type":54,"tag":83,"props":774,"children":776},{"className":775},[],[777],{"type":59,"value":738},{"type":54,"tag":493,"props":779,"children":781},{"id":780},"other-notable-differences",[782],{"type":59,"value":783},"Other Notable Differences",{"type":54,"tag":500,"props":785,"children":786},{},[787,804,899],{"type":54,"tag":504,"props":788,"children":789},{},[790,794,796,802],{"type":54,"tag":508,"props":791,"children":792},{},[793],{"type":59,"value":587},{"type":59,"value":795}," only supports generating 1 image at a time (",{"type":54,"tag":83,"props":797,"children":799},{"className":798},[],[800],{"type":59,"value":801},"n=1",{"type":59,"value":803},"). The script automatically limits count to 1 when using this model.",{"type":54,"tag":504,"props":805,"children":806},{},[807,811,813],{"type":54,"tag":508,"props":808,"children":809},{},[810],{"type":59,"value":512},{"type":59,"value":812}," support additional parameters:\n",{"type":54,"tag":500,"props":814,"children":815},{},[816,847,878],{"type":54,"tag":504,"props":817,"children":818},{},[819,825,826,832,833,839,840,845],{"type":54,"tag":83,"props":820,"children":822},{"className":821},[],[823],{"type":59,"value":824},"--background",{"type":59,"value":589},{"type":54,"tag":83,"props":827,"children":829},{"className":828},[],[830],{"type":59,"value":831},"transparent",{"type":59,"value":522},{"type":54,"tag":83,"props":834,"children":836},{"className":835},[],[837],{"type":59,"value":838},"opaque",{"type":59,"value":603},{"type":54,"tag":83,"props":841,"children":843},{"className":842},[],[844],{"type":59,"value":566},{"type":59,"value":846}," (default)",{"type":54,"tag":504,"props":848,"children":849},{},[850,856,857,863,865,871,872],{"type":54,"tag":83,"props":851,"children":853},{"className":852},[],[854],{"type":59,"value":855},"--output-format",{"type":59,"value":589},{"type":54,"tag":83,"props":858,"children":860},{"className":859},[],[861],{"type":59,"value":862},"png",{"type":59,"value":864}," (default), ",{"type":54,"tag":83,"props":866,"children":868},{"className":867},[],[869],{"type":59,"value":870},"jpeg",{"type":59,"value":603},{"type":54,"tag":83,"props":873,"children":875},{"className":874},[],[876],{"type":59,"value":877},"webp",{"type":54,"tag":504,"props":879,"children":880},{},[881,883,889,891,897],{"type":59,"value":882},"Note: ",{"type":54,"tag":83,"props":884,"children":886},{"className":885},[],[887],{"type":59,"value":888},"stream",{"type":59,"value":890}," and ",{"type":54,"tag":83,"props":892,"children":894},{"className":893},[],[895],{"type":59,"value":896},"moderation",{"type":59,"value":898}," are available via API but not yet implemented in this script",{"type":54,"tag":504,"props":900,"children":901},{},[902,906,908,914,916,922,924,930],{"type":54,"tag":508,"props":903,"children":904},{},[905],{"type":59,"value":587},{"type":59,"value":907}," has a ",{"type":54,"tag":83,"props":909,"children":911},{"className":910},[],[912],{"type":59,"value":913},"--style",{"type":59,"value":915}," parameter: ",{"type":54,"tag":83,"props":917,"children":919},{"className":918},[],[920],{"type":59,"value":921},"vivid",{"type":59,"value":923}," (hyper-real, dramatic) or ",{"type":54,"tag":83,"props":925,"children":927},{"className":926},[],[928],{"type":59,"value":929},"natural",{"type":59,"value":931}," (more natural looking)",{"type":54,"tag":68,"props":933,"children":935},{"id":934},"output",[936],{"type":59,"value":937},"Output",{"type":54,"tag":500,"props":939,"children":940},{},[941,973,984],{"type":54,"tag":504,"props":942,"children":943},{},[944,950,951,957,958,964,966,971],{"type":54,"tag":83,"props":945,"children":947},{"className":946},[],[948],{"type":59,"value":949},"*.png",{"type":59,"value":522},{"type":54,"tag":83,"props":952,"children":954},{"className":953},[],[955],{"type":59,"value":956},"*.jpeg",{"type":59,"value":603},{"type":54,"tag":83,"props":959,"children":961},{"className":960},[],[962],{"type":59,"value":963},"*.webp",{"type":59,"value":965}," images (output format depends on model + ",{"type":54,"tag":83,"props":967,"children":969},{"className":968},[],[970],{"type":59,"value":855},{"type":59,"value":972},")",{"type":54,"tag":504,"props":974,"children":975},{},[976,982],{"type":54,"tag":83,"props":977,"children":979},{"className":978},[],[980],{"type":59,"value":981},"prompts.json",{"type":59,"value":983}," (prompt → file mapping)",{"type":54,"tag":504,"props":985,"children":986},{},[987,993],{"type":54,"tag":83,"props":988,"children":990},{"className":989},[],[991],{"type":59,"value":992},"index.html",{"type":59,"value":994}," (thumbnail gallery)",{"type":54,"tag":996,"props":997,"children":998},"style",{},[999],{"type":59,"value":1000},"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":1002,"total":1161},[1003,1019,1035,1049,1061,1073,1085,1096,1112,1126,1138,1150],{"slug":1004,"name":1004,"fn":1005,"description":1006,"org":1007,"tags":1008,"stars":1016,"repoUrl":1017,"updatedAt":1018},"deepclaw-voice","configure phone calls with Deepgram Voice","Set up phone calling to OpenClaw using Deepgram Voice Agent API",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1009,1012,1013],{"name":1010,"slug":1011,"type":15},"API Development","api-development",{"name":9,"slug":8,"type":15},{"name":1014,"slug":1015,"type":15},"Voice","voice",78,"https:\u002F\u002Fgithub.com\u002Fdeepgram\u002Fdeepclaw","2026-07-12T08:29:25.371332",{"slug":1020,"name":1020,"fn":1021,"description":1022,"org":1023,"tags":1024,"stars":22,"repoUrl":23,"updatedAt":1034},"1password","manage secrets with 1Password CLI","Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading\u002Finjecting\u002Frunning secrets via op.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1025,1028,1031],{"name":1026,"slug":1027,"type":15},"Automation","automation",{"name":1029,"slug":1030,"type":15},"CLI","cli",{"name":1032,"slug":1033,"type":15},"Security","security","2026-07-12T08:28:49.991939",{"slug":1036,"name":1036,"fn":1037,"description":1038,"org":1039,"tags":1040,"stars":22,"repoUrl":23,"updatedAt":1048},"apple-notes","manage Apple Notes on macOS","Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1041,1042,1045],{"name":1029,"slug":1030,"type":15},{"name":1043,"slug":1044,"type":15},"Knowledge Management","knowledge-management",{"name":1046,"slug":1047,"type":15},"macOS","macos","2026-07-12T08:29:01.538106",{"slug":1050,"name":1050,"fn":1051,"description":1052,"org":1053,"tags":1054,"stars":22,"repoUrl":23,"updatedAt":1060},"apple-reminders","manage Apple Reminders via CLI","Manage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete). Supports lists, date filters, and JSON\u002Fplain output.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1055,1056,1057],{"name":1029,"slug":1030,"type":15},{"name":1046,"slug":1047,"type":15},{"name":1058,"slug":1059,"type":15},"Task Management","task-management","2026-07-12T08:29:14.035414",{"slug":1062,"name":1062,"fn":1063,"description":1064,"org":1065,"tags":1066,"stars":22,"repoUrl":23,"updatedAt":1072},"bear-notes","manage Bear notes via CLI","Create, search, and manage Bear notes via grizzly CLI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1067,1068,1069],{"name":1029,"slug":1030,"type":15},{"name":1043,"slug":1044,"type":15},{"name":1070,"slug":1071,"type":15},"Notes","notes","2026-07-12T08:28:51.246011",{"slug":1074,"name":1074,"fn":1075,"description":1076,"org":1077,"tags":1078,"stars":22,"repoUrl":23,"updatedAt":1084},"blogwatcher","monitor blogs and RSS feeds","Monitor blogs and RSS\u002FAtom feeds for updates using the blogwatcher CLI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1079,1080,1081],{"name":1026,"slug":1027,"type":15},{"name":1029,"slug":1030,"type":15},{"name":1082,"slug":1083,"type":15},"Monitoring","monitoring","2026-07-12T08:29:02.762321",{"slug":1086,"name":1086,"fn":1087,"description":1088,"org":1089,"tags":1090,"stars":22,"repoUrl":23,"updatedAt":1095},"blucli","control BluOS audio playback","BluOS CLI (blu) for discovery, playback, grouping, and volume.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1091,1094],{"name":1092,"slug":1093,"type":15},"Audio","audio",{"name":1029,"slug":1030,"type":15},"2026-07-12T08:28:21.009637",{"slug":1097,"name":1097,"fn":1098,"description":1099,"org":1100,"tags":1101,"stars":22,"repoUrl":23,"updatedAt":1111},"bluebubbles","send and manage iMessages","Use when you need to send or manage iMessages via BlueBubbles (recommended iMessage integration). Calls go through the generic message tool with channel=\"bluebubbles\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1102,1105,1108],{"name":1103,"slug":1104,"type":15},"Communications","communications",{"name":1106,"slug":1107,"type":15},"iMessage","imessage",{"name":1109,"slug":1110,"type":15},"Messaging","messaging","2026-07-12T08:28:57.517914",{"slug":1113,"name":1113,"fn":1114,"description":1115,"org":1116,"tags":1117,"stars":22,"repoUrl":23,"updatedAt":1125},"camsnap","capture frames and clips from cameras","Capture frames or clips from RTSP\u002FONVIF cameras.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1118,1119,1122],{"name":1026,"slug":1027,"type":15},{"name":1120,"slug":1121,"type":15},"Camera","camera",{"name":1123,"slug":1124,"type":15},"Media","media","2026-07-12T08:28:28.096134",{"slug":1127,"name":1127,"fn":1128,"description":1129,"org":1130,"tags":1131,"stars":22,"repoUrl":23,"updatedAt":1137},"clawhub","manage agent skills with ClawHub","Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new\u002Fupdated skill folders with the npm-installed clawhub CLI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1132,1135,1136],{"name":1133,"slug":1134,"type":15},"Agents","agents",{"name":1026,"slug":1027,"type":15},{"name":1029,"slug":1030,"type":15},"2026-07-12T08:28:30.589001",{"slug":1139,"name":1139,"fn":1140,"description":1141,"org":1142,"tags":1143,"stars":22,"repoUrl":23,"updatedAt":1149},"coding-agent","run coding agents for programmatic control","Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1144,1145,1146],{"name":1133,"slug":1134,"type":15},{"name":1026,"slug":1027,"type":15},{"name":1147,"slug":1148,"type":15},"Coding","coding","2026-07-12T08:29:08.6658",{"slug":1151,"name":1151,"fn":1152,"description":1153,"org":1154,"tags":1155,"stars":22,"repoUrl":23,"updatedAt":1160},"eightctl","control Eight Sleep pod settings","Control Eight Sleep pods (status, temperature, alarms, schedules).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1156,1157],{"name":1026,"slug":1027,"type":15},{"name":1158,"slug":1159,"type":15},"Hardware","hardware","2026-07-12T08:28:39.322181",73,{"items":1163,"total":1205},[1164,1170,1176,1182,1188,1194,1199],{"slug":1020,"name":1020,"fn":1021,"description":1022,"org":1165,"tags":1166,"stars":22,"repoUrl":23,"updatedAt":1034},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1167,1168,1169],{"name":1026,"slug":1027,"type":15},{"name":1029,"slug":1030,"type":15},{"name":1032,"slug":1033,"type":15},{"slug":1036,"name":1036,"fn":1037,"description":1038,"org":1171,"tags":1172,"stars":22,"repoUrl":23,"updatedAt":1048},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1173,1174,1175],{"name":1029,"slug":1030,"type":15},{"name":1043,"slug":1044,"type":15},{"name":1046,"slug":1047,"type":15},{"slug":1050,"name":1050,"fn":1051,"description":1052,"org":1177,"tags":1178,"stars":22,"repoUrl":23,"updatedAt":1060},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1179,1180,1181],{"name":1029,"slug":1030,"type":15},{"name":1046,"slug":1047,"type":15},{"name":1058,"slug":1059,"type":15},{"slug":1062,"name":1062,"fn":1063,"description":1064,"org":1183,"tags":1184,"stars":22,"repoUrl":23,"updatedAt":1072},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1185,1186,1187],{"name":1029,"slug":1030,"type":15},{"name":1043,"slug":1044,"type":15},{"name":1070,"slug":1071,"type":15},{"slug":1074,"name":1074,"fn":1075,"description":1076,"org":1189,"tags":1190,"stars":22,"repoUrl":23,"updatedAt":1084},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1191,1192,1193],{"name":1026,"slug":1027,"type":15},{"name":1029,"slug":1030,"type":15},{"name":1082,"slug":1083,"type":15},{"slug":1086,"name":1086,"fn":1087,"description":1088,"org":1195,"tags":1196,"stars":22,"repoUrl":23,"updatedAt":1095},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1197,1198],{"name":1092,"slug":1093,"type":15},{"name":1029,"slug":1030,"type":15},{"slug":1097,"name":1097,"fn":1098,"description":1099,"org":1200,"tags":1201,"stars":22,"repoUrl":23,"updatedAt":1111},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1202,1203,1204],{"name":1103,"slug":1104,"type":15},{"name":1106,"slug":1107,"type":15},{"name":1109,"slug":1110,"type":15},54]