[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-deepgram-summarize":3,"mdc--ub7rdr-key":32,"related-org-deepgram-summarize":554,"related-repo-deepgram-summarize":715},{"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},"summarize","summarize text and audio transcripts","Summarize or extract text\u002Ftranscripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube\u002Fvideo”).",{"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},"Research","research","tag",{"name":17,"slug":18,"type":15},"Summarization","summarization",{"name":20,"slug":21,"type":15},"Transcription","transcription",23,"https:\u002F\u002Fgithub.com\u002Fdeepgram\u002Fdglabs-deepclaw","2026-07-12T08:28:48.745645",null,9,[],{"repoUrl":23,"stars":22,"forks":26,"topics":29,"description":25},[],"https:\u002F\u002Fgithub.com\u002Fdeepgram\u002Fdglabs-deepclaw\u002Ftree\u002FHEAD\u002Fskills\u002Fsummarize","---\nname: summarize\ndescription: Summarize or extract text\u002Ftranscripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube\u002Fvideo”).\nhomepage: https:\u002F\u002Fsummarize.sh\nmetadata:\n  {\n    \"openclaw\":\n      {\n        \"emoji\": \"🧾\",\n        \"requires\": { \"bins\": [\"summarize\"] },\n        \"install\":\n          [\n            {\n              \"id\": \"brew\",\n              \"kind\": \"brew\",\n              \"formula\": \"steipete\u002Ftap\u002Fsummarize\",\n              \"bins\": [\"summarize\"],\n              \"label\": \"Install summarize (brew)\",\n            },\n          ],\n      },\n  }\n---\n\n# Summarize\n\nFast CLI to summarize URLs, local files, and YouTube links.\n\n## When to use (trigger phrases)\n\nUse this skill immediately when the user asks any of:\n\n- “use summarize.sh”\n- “what’s this link\u002Fvideo about?”\n- “summarize this URL\u002Farticle”\n- “transcribe this YouTube\u002Fvideo” (best-effort transcript extraction; no `yt-dlp` needed)\n\n## Quick start\n\n```bash\nsummarize \"https:\u002F\u002Fexample.com\" --model google\u002Fgemini-3-flash-preview\nsummarize \"\u002Fpath\u002Fto\u002Ffile.pdf\" --model google\u002Fgemini-3-flash-preview\nsummarize \"https:\u002F\u002Fyoutu.be\u002FdQw4w9WgXcQ\" --youtube auto\n```\n\n## YouTube: summary vs transcript\n\nBest-effort transcript (URLs only):\n\n```bash\nsummarize \"https:\u002F\u002Fyoutu.be\u002FdQw4w9WgXcQ\" --youtube auto --extract-only\n```\n\nIf the user asked for a transcript but it’s huge, return a tight summary first, then ask which section\u002Ftime range to expand.\n\n## Model + keys\n\nSet the API key for your chosen provider:\n\n- OpenAI: `OPENAI_API_KEY`\n- Anthropic: `ANTHROPIC_API_KEY`\n- xAI: `XAI_API_KEY`\n- Google: `GEMINI_API_KEY` (aliases: `GOOGLE_GENERATIVE_AI_API_KEY`, `GOOGLE_API_KEY`)\n\nDefault model is `google\u002Fgemini-3-flash-preview` if none is set.\n\n## Useful flags\n\n- `--length short|medium|long|xl|xxl|\u003Cchars>`\n- `--max-output-tokens \u003Ccount>`\n- `--extract-only` (URLs only)\n- `--json` (machine readable)\n- `--firecrawl auto|off|always` (fallback extraction)\n- `--youtube auto` (Apify fallback if `APIFY_API_TOKEN` set)\n\n## Config\n\nOptional config file: `~\u002F.summarize\u002Fconfig.json`\n\n```json\n{ \"model\": \"openai\u002Fgpt-5.2\" }\n```\n\nOptional services:\n\n- `FIRECRAWL_API_KEY` for blocked sites\n- `APIFY_API_TOKEN` for YouTube fallback\n",{"data":33,"body":46},{"name":4,"description":6,"homepage":34,"metadata":35},"https:\u002F\u002Fsummarize.sh",{"openclaw":36},{"emoji":37,"requires":38,"install":40},"🧾",{"bins":39},[4],[41],{"id":42,"kind":42,"formula":43,"bins":44,"label":45},"brew","steipete\u002Ftap\u002Fsummarize",[4],"Install summarize (brew)",{"type":47,"children":48},"root",[49,57,63,70,75,109,115,224,230,235,275,280,286,291,356,369,375,448,454,465,519,524,548],{"type":50,"tag":51,"props":52,"children":53},"element","h1",{"id":4},[54],{"type":55,"value":56},"text","Summarize",{"type":50,"tag":58,"props":59,"children":60},"p",{},[61],{"type":55,"value":62},"Fast CLI to summarize URLs, local files, and YouTube links.",{"type":50,"tag":64,"props":65,"children":67},"h2",{"id":66},"when-to-use-trigger-phrases",[68],{"type":55,"value":69},"When to use (trigger phrases)",{"type":50,"tag":58,"props":71,"children":72},{},[73],{"type":55,"value":74},"Use this skill immediately when the user asks any of:",{"type":50,"tag":76,"props":77,"children":78},"ul",{},[79,85,90,95],{"type":50,"tag":80,"props":81,"children":82},"li",{},[83],{"type":55,"value":84},"“use summarize.sh”",{"type":50,"tag":80,"props":86,"children":87},{},[88],{"type":55,"value":89},"“what’s this link\u002Fvideo about?”",{"type":50,"tag":80,"props":91,"children":92},{},[93],{"type":55,"value":94},"“summarize this URL\u002Farticle”",{"type":50,"tag":80,"props":96,"children":97},{},[98,100,107],{"type":55,"value":99},"“transcribe this YouTube\u002Fvideo” (best-effort transcript extraction; no ",{"type":50,"tag":101,"props":102,"children":104},"code",{"className":103},[],[105],{"type":55,"value":106},"yt-dlp",{"type":55,"value":108}," needed)",{"type":50,"tag":64,"props":110,"children":112},{"id":111},"quick-start",[113],{"type":55,"value":114},"Quick start",{"type":50,"tag":116,"props":117,"children":122},"pre",{"className":118,"code":119,"language":120,"meta":121,"style":121},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","summarize \"https:\u002F\u002Fexample.com\" --model google\u002Fgemini-3-flash-preview\nsummarize \"\u002Fpath\u002Fto\u002Ffile.pdf\" --model google\u002Fgemini-3-flash-preview\nsummarize \"https:\u002F\u002Fyoutu.be\u002FdQw4w9WgXcQ\" --youtube auto\n","bash","",[123],{"type":50,"tag":101,"props":124,"children":125},{"__ignoreMap":121},[126,164,193],{"type":50,"tag":127,"props":128,"children":131},"span",{"class":129,"line":130},"line",1,[132,137,143,149,154,159],{"type":50,"tag":127,"props":133,"children":135},{"style":134},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[136],{"type":55,"value":4},{"type":50,"tag":127,"props":138,"children":140},{"style":139},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[141],{"type":55,"value":142}," \"",{"type":50,"tag":127,"props":144,"children":146},{"style":145},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[147],{"type":55,"value":148},"https:\u002F\u002Fexample.com",{"type":50,"tag":127,"props":150,"children":151},{"style":139},[152],{"type":55,"value":153},"\"",{"type":50,"tag":127,"props":155,"children":156},{"style":145},[157],{"type":55,"value":158}," --model",{"type":50,"tag":127,"props":160,"children":161},{"style":145},[162],{"type":55,"value":163}," google\u002Fgemini-3-flash-preview\n",{"type":50,"tag":127,"props":165,"children":167},{"class":129,"line":166},2,[168,172,176,181,185,189],{"type":50,"tag":127,"props":169,"children":170},{"style":134},[171],{"type":55,"value":4},{"type":50,"tag":127,"props":173,"children":174},{"style":139},[175],{"type":55,"value":142},{"type":50,"tag":127,"props":177,"children":178},{"style":145},[179],{"type":55,"value":180},"\u002Fpath\u002Fto\u002Ffile.pdf",{"type":50,"tag":127,"props":182,"children":183},{"style":139},[184],{"type":55,"value":153},{"type":50,"tag":127,"props":186,"children":187},{"style":145},[188],{"type":55,"value":158},{"type":50,"tag":127,"props":190,"children":191},{"style":145},[192],{"type":55,"value":163},{"type":50,"tag":127,"props":194,"children":196},{"class":129,"line":195},3,[197,201,205,210,214,219],{"type":50,"tag":127,"props":198,"children":199},{"style":134},[200],{"type":55,"value":4},{"type":50,"tag":127,"props":202,"children":203},{"style":139},[204],{"type":55,"value":142},{"type":50,"tag":127,"props":206,"children":207},{"style":145},[208],{"type":55,"value":209},"https:\u002F\u002Fyoutu.be\u002FdQw4w9WgXcQ",{"type":50,"tag":127,"props":211,"children":212},{"style":139},[213],{"type":55,"value":153},{"type":50,"tag":127,"props":215,"children":216},{"style":145},[217],{"type":55,"value":218}," --youtube",{"type":50,"tag":127,"props":220,"children":221},{"style":145},[222],{"type":55,"value":223}," auto\n",{"type":50,"tag":64,"props":225,"children":227},{"id":226},"youtube-summary-vs-transcript",[228],{"type":55,"value":229},"YouTube: summary vs transcript",{"type":50,"tag":58,"props":231,"children":232},{},[233],{"type":55,"value":234},"Best-effort transcript (URLs only):",{"type":50,"tag":116,"props":236,"children":238},{"className":118,"code":237,"language":120,"meta":121,"style":121},"summarize \"https:\u002F\u002Fyoutu.be\u002FdQw4w9WgXcQ\" --youtube auto --extract-only\n",[239],{"type":50,"tag":101,"props":240,"children":241},{"__ignoreMap":121},[242],{"type":50,"tag":127,"props":243,"children":244},{"class":129,"line":130},[245,249,253,257,261,265,270],{"type":50,"tag":127,"props":246,"children":247},{"style":134},[248],{"type":55,"value":4},{"type":50,"tag":127,"props":250,"children":251},{"style":139},[252],{"type":55,"value":142},{"type":50,"tag":127,"props":254,"children":255},{"style":145},[256],{"type":55,"value":209},{"type":50,"tag":127,"props":258,"children":259},{"style":139},[260],{"type":55,"value":153},{"type":50,"tag":127,"props":262,"children":263},{"style":145},[264],{"type":55,"value":218},{"type":50,"tag":127,"props":266,"children":267},{"style":145},[268],{"type":55,"value":269}," auto",{"type":50,"tag":127,"props":271,"children":272},{"style":145},[273],{"type":55,"value":274}," --extract-only\n",{"type":50,"tag":58,"props":276,"children":277},{},[278],{"type":55,"value":279},"If the user asked for a transcript but it’s huge, return a tight summary first, then ask which section\u002Ftime range to expand.",{"type":50,"tag":64,"props":281,"children":283},{"id":282},"model-keys",[284],{"type":55,"value":285},"Model + keys",{"type":50,"tag":58,"props":287,"children":288},{},[289],{"type":55,"value":290},"Set the API key for your chosen provider:",{"type":50,"tag":76,"props":292,"children":293},{},[294,305,316,327],{"type":50,"tag":80,"props":295,"children":296},{},[297,299],{"type":55,"value":298},"OpenAI: ",{"type":50,"tag":101,"props":300,"children":302},{"className":301},[],[303],{"type":55,"value":304},"OPENAI_API_KEY",{"type":50,"tag":80,"props":306,"children":307},{},[308,310],{"type":55,"value":309},"Anthropic: ",{"type":50,"tag":101,"props":311,"children":313},{"className":312},[],[314],{"type":55,"value":315},"ANTHROPIC_API_KEY",{"type":50,"tag":80,"props":317,"children":318},{},[319,321],{"type":55,"value":320},"xAI: ",{"type":50,"tag":101,"props":322,"children":324},{"className":323},[],[325],{"type":55,"value":326},"XAI_API_KEY",{"type":50,"tag":80,"props":328,"children":329},{},[330,332,338,340,346,348,354],{"type":55,"value":331},"Google: ",{"type":50,"tag":101,"props":333,"children":335},{"className":334},[],[336],{"type":55,"value":337},"GEMINI_API_KEY",{"type":55,"value":339}," (aliases: ",{"type":50,"tag":101,"props":341,"children":343},{"className":342},[],[344],{"type":55,"value":345},"GOOGLE_GENERATIVE_AI_API_KEY",{"type":55,"value":347},", ",{"type":50,"tag":101,"props":349,"children":351},{"className":350},[],[352],{"type":55,"value":353},"GOOGLE_API_KEY",{"type":55,"value":355},")",{"type":50,"tag":58,"props":357,"children":358},{},[359,361,367],{"type":55,"value":360},"Default model is ",{"type":50,"tag":101,"props":362,"children":364},{"className":363},[],[365],{"type":55,"value":366},"google\u002Fgemini-3-flash-preview",{"type":55,"value":368}," if none is set.",{"type":50,"tag":64,"props":370,"children":372},{"id":371},"useful-flags",[373],{"type":55,"value":374},"Useful flags",{"type":50,"tag":76,"props":376,"children":377},{},[378,387,396,407,418,429],{"type":50,"tag":80,"props":379,"children":380},{},[381],{"type":50,"tag":101,"props":382,"children":384},{"className":383},[],[385],{"type":55,"value":386},"--length short|medium|long|xl|xxl|\u003Cchars>",{"type":50,"tag":80,"props":388,"children":389},{},[390],{"type":50,"tag":101,"props":391,"children":393},{"className":392},[],[394],{"type":55,"value":395},"--max-output-tokens \u003Ccount>",{"type":50,"tag":80,"props":397,"children":398},{},[399,405],{"type":50,"tag":101,"props":400,"children":402},{"className":401},[],[403],{"type":55,"value":404},"--extract-only",{"type":55,"value":406}," (URLs only)",{"type":50,"tag":80,"props":408,"children":409},{},[410,416],{"type":50,"tag":101,"props":411,"children":413},{"className":412},[],[414],{"type":55,"value":415},"--json",{"type":55,"value":417}," (machine readable)",{"type":50,"tag":80,"props":419,"children":420},{},[421,427],{"type":50,"tag":101,"props":422,"children":424},{"className":423},[],[425],{"type":55,"value":426},"--firecrawl auto|off|always",{"type":55,"value":428}," (fallback extraction)",{"type":50,"tag":80,"props":430,"children":431},{},[432,438,440,446],{"type":50,"tag":101,"props":433,"children":435},{"className":434},[],[436],{"type":55,"value":437},"--youtube auto",{"type":55,"value":439}," (Apify fallback if ",{"type":50,"tag":101,"props":441,"children":443},{"className":442},[],[444],{"type":55,"value":445},"APIFY_API_TOKEN",{"type":55,"value":447}," set)",{"type":50,"tag":64,"props":449,"children":451},{"id":450},"config",[452],{"type":55,"value":453},"Config",{"type":50,"tag":58,"props":455,"children":456},{},[457,459],{"type":55,"value":458},"Optional config file: ",{"type":50,"tag":101,"props":460,"children":462},{"className":461},[],[463],{"type":55,"value":464},"~\u002F.summarize\u002Fconfig.json",{"type":50,"tag":116,"props":466,"children":470},{"className":467,"code":468,"language":469,"meta":121,"style":121},"language-json shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","{ \"model\": \"openai\u002Fgpt-5.2\" }\n","json",[471],{"type":50,"tag":101,"props":472,"children":473},{"__ignoreMap":121},[474],{"type":50,"tag":127,"props":475,"children":476},{"class":129,"line":130},[477,482,486,492,496,501,505,510,514],{"type":50,"tag":127,"props":478,"children":479},{"style":139},[480],{"type":55,"value":481},"{",{"type":50,"tag":127,"props":483,"children":484},{"style":139},[485],{"type":55,"value":142},{"type":50,"tag":127,"props":487,"children":489},{"style":488},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[490],{"type":55,"value":491},"model",{"type":50,"tag":127,"props":493,"children":494},{"style":139},[495],{"type":55,"value":153},{"type":50,"tag":127,"props":497,"children":498},{"style":139},[499],{"type":55,"value":500},":",{"type":50,"tag":127,"props":502,"children":503},{"style":139},[504],{"type":55,"value":142},{"type":50,"tag":127,"props":506,"children":507},{"style":145},[508],{"type":55,"value":509},"openai\u002Fgpt-5.2",{"type":50,"tag":127,"props":511,"children":512},{"style":139},[513],{"type":55,"value":153},{"type":50,"tag":127,"props":515,"children":516},{"style":139},[517],{"type":55,"value":518}," }\n",{"type":50,"tag":58,"props":520,"children":521},{},[522],{"type":55,"value":523},"Optional services:",{"type":50,"tag":76,"props":525,"children":526},{},[527,538],{"type":50,"tag":80,"props":528,"children":529},{},[530,536],{"type":50,"tag":101,"props":531,"children":533},{"className":532},[],[534],{"type":55,"value":535},"FIRECRAWL_API_KEY",{"type":55,"value":537}," for blocked sites",{"type":50,"tag":80,"props":539,"children":540},{},[541,546],{"type":50,"tag":101,"props":542,"children":544},{"className":543},[],[545],{"type":55,"value":445},{"type":55,"value":547}," for YouTube fallback",{"type":50,"tag":549,"props":550,"children":551},"style",{},[552],{"type":55,"value":553},"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":555,"total":714},[556,572,588,602,614,626,638,649,665,679,691,703],{"slug":557,"name":557,"fn":558,"description":559,"org":560,"tags":561,"stars":569,"repoUrl":570,"updatedAt":571},"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},[562,565,566],{"name":563,"slug":564,"type":15},"API Development","api-development",{"name":9,"slug":8,"type":15},{"name":567,"slug":568,"type":15},"Voice","voice",78,"https:\u002F\u002Fgithub.com\u002Fdeepgram\u002Fdeepclaw","2026-07-12T08:29:25.371332",{"slug":573,"name":573,"fn":574,"description":575,"org":576,"tags":577,"stars":22,"repoUrl":23,"updatedAt":587},"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},[578,581,584],{"name":579,"slug":580,"type":15},"Automation","automation",{"name":582,"slug":583,"type":15},"CLI","cli",{"name":585,"slug":586,"type":15},"Security","security","2026-07-12T08:28:49.991939",{"slug":589,"name":589,"fn":590,"description":591,"org":592,"tags":593,"stars":22,"repoUrl":23,"updatedAt":601},"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},[594,595,598],{"name":582,"slug":583,"type":15},{"name":596,"slug":597,"type":15},"Knowledge Management","knowledge-management",{"name":599,"slug":600,"type":15},"macOS","macos","2026-07-12T08:29:01.538106",{"slug":603,"name":603,"fn":604,"description":605,"org":606,"tags":607,"stars":22,"repoUrl":23,"updatedAt":613},"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},[608,609,610],{"name":582,"slug":583,"type":15},{"name":599,"slug":600,"type":15},{"name":611,"slug":612,"type":15},"Task Management","task-management","2026-07-12T08:29:14.035414",{"slug":615,"name":615,"fn":616,"description":617,"org":618,"tags":619,"stars":22,"repoUrl":23,"updatedAt":625},"bear-notes","manage Bear notes via CLI","Create, search, and manage Bear notes via grizzly CLI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[620,621,622],{"name":582,"slug":583,"type":15},{"name":596,"slug":597,"type":15},{"name":623,"slug":624,"type":15},"Notes","notes","2026-07-12T08:28:51.246011",{"slug":627,"name":627,"fn":628,"description":629,"org":630,"tags":631,"stars":22,"repoUrl":23,"updatedAt":637},"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},[632,633,634],{"name":579,"slug":580,"type":15},{"name":582,"slug":583,"type":15},{"name":635,"slug":636,"type":15},"Monitoring","monitoring","2026-07-12T08:29:02.762321",{"slug":639,"name":639,"fn":640,"description":641,"org":642,"tags":643,"stars":22,"repoUrl":23,"updatedAt":648},"blucli","control BluOS audio playback","BluOS CLI (blu) for discovery, playback, grouping, and volume.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[644,647],{"name":645,"slug":646,"type":15},"Audio","audio",{"name":582,"slug":583,"type":15},"2026-07-12T08:28:21.009637",{"slug":650,"name":650,"fn":651,"description":652,"org":653,"tags":654,"stars":22,"repoUrl":23,"updatedAt":664},"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},[655,658,661],{"name":656,"slug":657,"type":15},"Communications","communications",{"name":659,"slug":660,"type":15},"iMessage","imessage",{"name":662,"slug":663,"type":15},"Messaging","messaging","2026-07-12T08:28:57.517914",{"slug":666,"name":666,"fn":667,"description":668,"org":669,"tags":670,"stars":22,"repoUrl":23,"updatedAt":678},"camsnap","capture frames and clips from cameras","Capture frames or clips from RTSP\u002FONVIF cameras.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[671,672,675],{"name":579,"slug":580,"type":15},{"name":673,"slug":674,"type":15},"Camera","camera",{"name":676,"slug":677,"type":15},"Media","media","2026-07-12T08:28:28.096134",{"slug":680,"name":680,"fn":681,"description":682,"org":683,"tags":684,"stars":22,"repoUrl":23,"updatedAt":690},"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},[685,688,689],{"name":686,"slug":687,"type":15},"Agents","agents",{"name":579,"slug":580,"type":15},{"name":582,"slug":583,"type":15},"2026-07-12T08:28:30.589001",{"slug":692,"name":692,"fn":693,"description":694,"org":695,"tags":696,"stars":22,"repoUrl":23,"updatedAt":702},"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},[697,698,699],{"name":686,"slug":687,"type":15},{"name":579,"slug":580,"type":15},{"name":700,"slug":701,"type":15},"Coding","coding","2026-07-12T08:29:08.6658",{"slug":704,"name":704,"fn":705,"description":706,"org":707,"tags":708,"stars":22,"repoUrl":23,"updatedAt":713},"eightctl","control Eight Sleep pod settings","Control Eight Sleep pods (status, temperature, alarms, schedules).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[709,710],{"name":579,"slug":580,"type":15},{"name":711,"slug":712,"type":15},"Hardware","hardware","2026-07-12T08:28:39.322181",73,{"items":716,"total":758},[717,723,729,735,741,747,752],{"slug":573,"name":573,"fn":574,"description":575,"org":718,"tags":719,"stars":22,"repoUrl":23,"updatedAt":587},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[720,721,722],{"name":579,"slug":580,"type":15},{"name":582,"slug":583,"type":15},{"name":585,"slug":586,"type":15},{"slug":589,"name":589,"fn":590,"description":591,"org":724,"tags":725,"stars":22,"repoUrl":23,"updatedAt":601},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[726,727,728],{"name":582,"slug":583,"type":15},{"name":596,"slug":597,"type":15},{"name":599,"slug":600,"type":15},{"slug":603,"name":603,"fn":604,"description":605,"org":730,"tags":731,"stars":22,"repoUrl":23,"updatedAt":613},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[732,733,734],{"name":582,"slug":583,"type":15},{"name":599,"slug":600,"type":15},{"name":611,"slug":612,"type":15},{"slug":615,"name":615,"fn":616,"description":617,"org":736,"tags":737,"stars":22,"repoUrl":23,"updatedAt":625},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[738,739,740],{"name":582,"slug":583,"type":15},{"name":596,"slug":597,"type":15},{"name":623,"slug":624,"type":15},{"slug":627,"name":627,"fn":628,"description":629,"org":742,"tags":743,"stars":22,"repoUrl":23,"updatedAt":637},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[744,745,746],{"name":579,"slug":580,"type":15},{"name":582,"slug":583,"type":15},{"name":635,"slug":636,"type":15},{"slug":639,"name":639,"fn":640,"description":641,"org":748,"tags":749,"stars":22,"repoUrl":23,"updatedAt":648},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[750,751],{"name":645,"slug":646,"type":15},{"name":582,"slug":583,"type":15},{"slug":650,"name":650,"fn":651,"description":652,"org":753,"tags":754,"stars":22,"repoUrl":23,"updatedAt":664},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[755,756,757],{"name":656,"slug":657,"type":15},{"name":659,"slug":660,"type":15},{"name":662,"slug":663,"type":15},54]