[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-deepgram-sherpa-onnx-tts":3,"mdc--sa09bn-key":32,"related-repo-deepgram-sherpa-onnx-tts":420,"related-org-deepgram-sherpa-onnx-tts":514},{"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},"sherpa-onnx-tts","generate local text-to-speech","Local text-to-speech via sherpa-onnx (offline, no cloud)",{"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},"Text-to-Speech","text-to-speech","tag",{"name":17,"slug":18,"type":15},"Audio","audio",{"name":20,"slug":21,"type":15},"Speech","speech",23,"https:\u002F\u002Fgithub.com\u002Fdeepgram\u002Fdglabs-deepclaw","2026-07-12T08:29:16.152737",null,9,[],{"repoUrl":23,"stars":22,"forks":26,"topics":29,"description":25},[],"https:\u002F\u002Fgithub.com\u002Fdeepgram\u002Fdglabs-deepclaw\u002Ftree\u002FHEAD\u002Fskills\u002Fsherpa-onnx-tts","---\nname: sherpa-onnx-tts\ndescription: Local text-to-speech via sherpa-onnx (offline, no cloud)\nmetadata:\n  {\n    \"openclaw\":\n      {\n        \"emoji\": \"🗣️\",\n        \"os\": [\"darwin\", \"linux\", \"win32\"],\n        \"requires\": { \"env\": [\"SHERPA_ONNX_RUNTIME_DIR\", \"SHERPA_ONNX_MODEL_DIR\"] },\n        \"install\":\n          [\n            {\n              \"id\": \"download-runtime-macos\",\n              \"kind\": \"download\",\n              \"os\": [\"darwin\"],\n              \"url\": \"https:\u002F\u002Fgithub.com\u002Fk2-fsa\u002Fsherpa-onnx\u002Freleases\u002Fdownload\u002Fv1.12.23\u002Fsherpa-onnx-v1.12.23-osx-universal2-shared.tar.bz2\",\n              \"archive\": \"tar.bz2\",\n              \"extract\": true,\n              \"stripComponents\": 1,\n              \"targetDir\": \"~\u002F.openclaw\u002Ftools\u002Fsherpa-onnx-tts\u002Fruntime\",\n              \"label\": \"Download sherpa-onnx runtime (macOS)\",\n            },\n            {\n              \"id\": \"download-runtime-linux-x64\",\n              \"kind\": \"download\",\n              \"os\": [\"linux\"],\n              \"url\": \"https:\u002F\u002Fgithub.com\u002Fk2-fsa\u002Fsherpa-onnx\u002Freleases\u002Fdownload\u002Fv1.12.23\u002Fsherpa-onnx-v1.12.23-linux-x64-shared.tar.bz2\",\n              \"archive\": \"tar.bz2\",\n              \"extract\": true,\n              \"stripComponents\": 1,\n              \"targetDir\": \"~\u002F.openclaw\u002Ftools\u002Fsherpa-onnx-tts\u002Fruntime\",\n              \"label\": \"Download sherpa-onnx runtime (Linux x64)\",\n            },\n            {\n              \"id\": \"download-runtime-win-x64\",\n              \"kind\": \"download\",\n              \"os\": [\"win32\"],\n              \"url\": \"https:\u002F\u002Fgithub.com\u002Fk2-fsa\u002Fsherpa-onnx\u002Freleases\u002Fdownload\u002Fv1.12.23\u002Fsherpa-onnx-v1.12.23-win-x64-shared.tar.bz2\",\n              \"archive\": \"tar.bz2\",\n              \"extract\": true,\n              \"stripComponents\": 1,\n              \"targetDir\": \"~\u002F.openclaw\u002Ftools\u002Fsherpa-onnx-tts\u002Fruntime\",\n              \"label\": \"Download sherpa-onnx runtime (Windows x64)\",\n            },\n            {\n              \"id\": \"download-model-lessac\",\n              \"kind\": \"download\",\n              \"url\": \"https:\u002F\u002Fgithub.com\u002Fk2-fsa\u002Fsherpa-onnx\u002Freleases\u002Fdownload\u002Ftts-models\u002Fvits-piper-en_US-lessac-high.tar.bz2\",\n              \"archive\": \"tar.bz2\",\n              \"extract\": true,\n              \"targetDir\": \"~\u002F.openclaw\u002Ftools\u002Fsherpa-onnx-tts\u002Fmodels\",\n              \"label\": \"Download Piper en_US lessac (high)\",\n            },\n          ],\n      },\n  }\n---\n\n# sherpa-onnx-tts\n\nLocal TTS using the sherpa-onnx offline CLI.\n\n## Install\n\n1. Download the runtime for your OS (extracts into `~\u002F.openclaw\u002Ftools\u002Fsherpa-onnx-tts\u002Fruntime`)\n2. Download a voice model (extracts into `~\u002F.openclaw\u002Ftools\u002Fsherpa-onnx-tts\u002Fmodels`)\n\nUpdate `~\u002F.openclaw\u002Fopenclaw.json`:\n\n```json5\n{\n  skills: {\n    entries: {\n      \"sherpa-onnx-tts\": {\n        env: {\n          SHERPA_ONNX_RUNTIME_DIR: \"~\u002F.openclaw\u002Ftools\u002Fsherpa-onnx-tts\u002Fruntime\",\n          SHERPA_ONNX_MODEL_DIR: \"~\u002F.openclaw\u002Ftools\u002Fsherpa-onnx-tts\u002Fmodels\u002Fvits-piper-en_US-lessac-high\",\n        },\n      },\n    },\n  },\n}\n```\n\nThe wrapper lives in this skill folder. Run it directly, or add the wrapper to PATH:\n\n```bash\nexport PATH=\"{baseDir}\u002Fbin:$PATH\"\n```\n\n## Usage\n\n```bash\n{baseDir}\u002Fbin\u002Fsherpa-onnx-tts -o .\u002Ftts.wav \"Hello from local TTS.\"\n```\n\nNotes:\n\n- Pick a different model from the sherpa-onnx `tts-models` release if you want another voice.\n- If the model dir has multiple `.onnx` files, set `SHERPA_ONNX_MODEL_FILE` or pass `--model-file`.\n- You can also pass `--tokens-file` or `--data-dir` to override the defaults.\n- Windows: run `node {baseDir}\\\\bin\\\\sherpa-onnx-tts -o tts.wav \"Hello from local TTS.\"`\n",{"data":33,"body":71},{"name":4,"description":6,"metadata":34},{"openclaw":35},{"emoji":36,"os":37,"requires":41,"install":45},"🗣️",[38,39,40],"darwin","linux","win32",{"env":42},[43,44],"SHERPA_ONNX_RUNTIME_DIR","SHERPA_ONNX_MODEL_DIR",[46,56,61,66],{"id":47,"kind":48,"os":49,"url":50,"archive":51,"extract":52,"stripComponents":53,"targetDir":54,"label":55},"download-runtime-macos","download",[38],"https:\u002F\u002Fgithub.com\u002Fk2-fsa\u002Fsherpa-onnx\u002Freleases\u002Fdownload\u002Fv1.12.23\u002Fsherpa-onnx-v1.12.23-osx-universal2-shared.tar.bz2","tar.bz2",true,1,"~\u002F.openclaw\u002Ftools\u002Fsherpa-onnx-tts\u002Fruntime","Download sherpa-onnx runtime (macOS)",{"id":57,"kind":48,"os":58,"url":59,"archive":51,"extract":52,"stripComponents":53,"targetDir":54,"label":60},"download-runtime-linux-x64",[39],"https:\u002F\u002Fgithub.com\u002Fk2-fsa\u002Fsherpa-onnx\u002Freleases\u002Fdownload\u002Fv1.12.23\u002Fsherpa-onnx-v1.12.23-linux-x64-shared.tar.bz2","Download sherpa-onnx runtime (Linux x64)",{"id":62,"kind":48,"os":63,"url":64,"archive":51,"extract":52,"stripComponents":53,"targetDir":54,"label":65},"download-runtime-win-x64",[40],"https:\u002F\u002Fgithub.com\u002Fk2-fsa\u002Fsherpa-onnx\u002Freleases\u002Fdownload\u002Fv1.12.23\u002Fsherpa-onnx-v1.12.23-win-x64-shared.tar.bz2","Download sherpa-onnx runtime (Windows x64)",{"id":67,"kind":48,"url":68,"archive":51,"extract":52,"targetDir":69,"label":70},"download-model-lessac","https:\u002F\u002Fgithub.com\u002Fk2-fsa\u002Fsherpa-onnx\u002Freleases\u002Fdownload\u002Ftts-models\u002Fvits-piper-en_US-lessac-high.tar.bz2","~\u002F.openclaw\u002Ftools\u002Fsherpa-onnx-tts\u002Fmodels","Download Piper en_US lessac (high)",{"type":72,"children":73},"root",[74,81,87,94,123,136,255,260,311,317,331,336,414],{"type":75,"tag":76,"props":77,"children":78},"element","h1",{"id":4},[79],{"type":80,"value":4},"text",{"type":75,"tag":82,"props":83,"children":84},"p",{},[85],{"type":80,"value":86},"Local TTS using the sherpa-onnx offline CLI.",{"type":75,"tag":88,"props":89,"children":91},"h2",{"id":90},"install",[92],{"type":80,"value":93},"Install",{"type":75,"tag":95,"props":96,"children":97},"ol",{},[98,112],{"type":75,"tag":99,"props":100,"children":101},"li",{},[102,104,110],{"type":80,"value":103},"Download the runtime for your OS (extracts into ",{"type":75,"tag":105,"props":106,"children":108},"code",{"className":107},[],[109],{"type":80,"value":54},{"type":80,"value":111},")",{"type":75,"tag":99,"props":113,"children":114},{},[115,117,122],{"type":80,"value":116},"Download a voice model (extracts into ",{"type":75,"tag":105,"props":118,"children":120},{"className":119},[],[121],{"type":80,"value":69},{"type":80,"value":111},{"type":75,"tag":82,"props":124,"children":125},{},[126,128,134],{"type":80,"value":127},"Update ",{"type":75,"tag":105,"props":129,"children":131},{"className":130},[],[132],{"type":80,"value":133},"~\u002F.openclaw\u002Fopenclaw.json",{"type":80,"value":135},":",{"type":75,"tag":137,"props":138,"children":143},"pre",{"className":139,"code":140,"language":141,"meta":142,"style":142},"language-json5 shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","{\n  skills: {\n    entries: {\n      \"sherpa-onnx-tts\": {\n        env: {\n          SHERPA_ONNX_RUNTIME_DIR: \"~\u002F.openclaw\u002Ftools\u002Fsherpa-onnx-tts\u002Fruntime\",\n          SHERPA_ONNX_MODEL_DIR: \"~\u002F.openclaw\u002Ftools\u002Fsherpa-onnx-tts\u002Fmodels\u002Fvits-piper-en_US-lessac-high\",\n        },\n      },\n    },\n  },\n}\n","json5","",[144],{"type":75,"tag":105,"props":145,"children":146},{"__ignoreMap":142},[147,157,166,175,184,193,202,211,220,228,237,246],{"type":75,"tag":148,"props":149,"children":151},"span",{"class":150,"line":53},"line",[152],{"type":75,"tag":148,"props":153,"children":154},{},[155],{"type":80,"value":156},"{\n",{"type":75,"tag":148,"props":158,"children":160},{"class":150,"line":159},2,[161],{"type":75,"tag":148,"props":162,"children":163},{},[164],{"type":80,"value":165},"  skills: {\n",{"type":75,"tag":148,"props":167,"children":169},{"class":150,"line":168},3,[170],{"type":75,"tag":148,"props":171,"children":172},{},[173],{"type":80,"value":174},"    entries: {\n",{"type":75,"tag":148,"props":176,"children":178},{"class":150,"line":177},4,[179],{"type":75,"tag":148,"props":180,"children":181},{},[182],{"type":80,"value":183},"      \"sherpa-onnx-tts\": {\n",{"type":75,"tag":148,"props":185,"children":187},{"class":150,"line":186},5,[188],{"type":75,"tag":148,"props":189,"children":190},{},[191],{"type":80,"value":192},"        env: {\n",{"type":75,"tag":148,"props":194,"children":196},{"class":150,"line":195},6,[197],{"type":75,"tag":148,"props":198,"children":199},{},[200],{"type":80,"value":201},"          SHERPA_ONNX_RUNTIME_DIR: \"~\u002F.openclaw\u002Ftools\u002Fsherpa-onnx-tts\u002Fruntime\",\n",{"type":75,"tag":148,"props":203,"children":205},{"class":150,"line":204},7,[206],{"type":75,"tag":148,"props":207,"children":208},{},[209],{"type":80,"value":210},"          SHERPA_ONNX_MODEL_DIR: \"~\u002F.openclaw\u002Ftools\u002Fsherpa-onnx-tts\u002Fmodels\u002Fvits-piper-en_US-lessac-high\",\n",{"type":75,"tag":148,"props":212,"children":214},{"class":150,"line":213},8,[215],{"type":75,"tag":148,"props":216,"children":217},{},[218],{"type":80,"value":219},"        },\n",{"type":75,"tag":148,"props":221,"children":222},{"class":150,"line":26},[223],{"type":75,"tag":148,"props":224,"children":225},{},[226],{"type":80,"value":227},"      },\n",{"type":75,"tag":148,"props":229,"children":231},{"class":150,"line":230},10,[232],{"type":75,"tag":148,"props":233,"children":234},{},[235],{"type":80,"value":236},"    },\n",{"type":75,"tag":148,"props":238,"children":240},{"class":150,"line":239},11,[241],{"type":75,"tag":148,"props":242,"children":243},{},[244],{"type":80,"value":245},"  },\n",{"type":75,"tag":148,"props":247,"children":249},{"class":150,"line":248},12,[250],{"type":75,"tag":148,"props":251,"children":252},{},[253],{"type":80,"value":254},"}\n",{"type":75,"tag":82,"props":256,"children":257},{},[258],{"type":80,"value":259},"The wrapper lives in this skill folder. Run it directly, or add the wrapper to PATH:",{"type":75,"tag":137,"props":261,"children":265},{"className":262,"code":263,"language":264,"meta":142,"style":142},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","export PATH=\"{baseDir}\u002Fbin:$PATH\"\n","bash",[266],{"type":75,"tag":105,"props":267,"children":268},{"__ignoreMap":142},[269],{"type":75,"tag":148,"props":270,"children":271},{"class":150,"line":53},[272,278,284,290,295,301,306],{"type":75,"tag":148,"props":273,"children":275},{"style":274},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[276],{"type":80,"value":277},"export",{"type":75,"tag":148,"props":279,"children":281},{"style":280},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[282],{"type":80,"value":283}," PATH",{"type":75,"tag":148,"props":285,"children":287},{"style":286},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[288],{"type":80,"value":289},"=",{"type":75,"tag":148,"props":291,"children":292},{"style":286},[293],{"type":80,"value":294},"\"",{"type":75,"tag":148,"props":296,"children":298},{"style":297},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[299],{"type":80,"value":300},"{baseDir}\u002Fbin:",{"type":75,"tag":148,"props":302,"children":303},{"style":280},[304],{"type":80,"value":305},"$PATH",{"type":75,"tag":148,"props":307,"children":308},{"style":286},[309],{"type":80,"value":310},"\"\n",{"type":75,"tag":88,"props":312,"children":314},{"id":313},"usage",[315],{"type":80,"value":316},"Usage",{"type":75,"tag":137,"props":318,"children":320},{"className":262,"code":319,"language":264,"meta":142,"style":142},"{baseDir}\u002Fbin\u002Fsherpa-onnx-tts -o .\u002Ftts.wav \"Hello from local TTS.\"\n",[321],{"type":75,"tag":105,"props":322,"children":323},{"__ignoreMap":142},[324],{"type":75,"tag":148,"props":325,"children":326},{"class":150,"line":53},[327],{"type":75,"tag":148,"props":328,"children":329},{"style":280},[330],{"type":80,"value":319},{"type":75,"tag":82,"props":332,"children":333},{},[334],{"type":80,"value":335},"Notes:",{"type":75,"tag":337,"props":338,"children":339},"ul",{},[340,353,382,403],{"type":75,"tag":99,"props":341,"children":342},{},[343,345,351],{"type":80,"value":344},"Pick a different model from the sherpa-onnx ",{"type":75,"tag":105,"props":346,"children":348},{"className":347},[],[349],{"type":80,"value":350},"tts-models",{"type":80,"value":352}," release if you want another voice.",{"type":75,"tag":99,"props":354,"children":355},{},[356,358,364,366,372,374,380],{"type":80,"value":357},"If the model dir has multiple ",{"type":75,"tag":105,"props":359,"children":361},{"className":360},[],[362],{"type":80,"value":363},".onnx",{"type":80,"value":365}," files, set ",{"type":75,"tag":105,"props":367,"children":369},{"className":368},[],[370],{"type":80,"value":371},"SHERPA_ONNX_MODEL_FILE",{"type":80,"value":373}," or pass ",{"type":75,"tag":105,"props":375,"children":377},{"className":376},[],[378],{"type":80,"value":379},"--model-file",{"type":80,"value":381},".",{"type":75,"tag":99,"props":383,"children":384},{},[385,387,393,395,401],{"type":80,"value":386},"You can also pass ",{"type":75,"tag":105,"props":388,"children":390},{"className":389},[],[391],{"type":80,"value":392},"--tokens-file",{"type":80,"value":394}," or ",{"type":75,"tag":105,"props":396,"children":398},{"className":397},[],[399],{"type":80,"value":400},"--data-dir",{"type":80,"value":402}," to override the defaults.",{"type":75,"tag":99,"props":404,"children":405},{},[406,408],{"type":80,"value":407},"Windows: run ",{"type":75,"tag":105,"props":409,"children":411},{"className":410},[],[412],{"type":80,"value":413},"node {baseDir}\\\\bin\\\\sherpa-onnx-tts -o tts.wav \"Hello from local TTS.\"",{"type":75,"tag":415,"props":416,"children":417},"style",{},[418],{"type":80,"value":419},"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":421,"total":513},[422,438,452,464,476,488,497],{"slug":423,"name":423,"fn":424,"description":425,"org":426,"tags":427,"stars":22,"repoUrl":23,"updatedAt":437},"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},[428,431,434],{"name":429,"slug":430,"type":15},"Automation","automation",{"name":432,"slug":433,"type":15},"CLI","cli",{"name":435,"slug":436,"type":15},"Security","security","2026-07-12T08:28:49.991939",{"slug":439,"name":439,"fn":440,"description":441,"org":442,"tags":443,"stars":22,"repoUrl":23,"updatedAt":451},"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},[444,445,448],{"name":432,"slug":433,"type":15},{"name":446,"slug":447,"type":15},"Knowledge Management","knowledge-management",{"name":449,"slug":450,"type":15},"macOS","macos","2026-07-12T08:29:01.538106",{"slug":453,"name":453,"fn":454,"description":455,"org":456,"tags":457,"stars":22,"repoUrl":23,"updatedAt":463},"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},[458,459,460],{"name":432,"slug":433,"type":15},{"name":449,"slug":450,"type":15},{"name":461,"slug":462,"type":15},"Task Management","task-management","2026-07-12T08:29:14.035414",{"slug":465,"name":465,"fn":466,"description":467,"org":468,"tags":469,"stars":22,"repoUrl":23,"updatedAt":475},"bear-notes","manage Bear notes via CLI","Create, search, and manage Bear notes via grizzly CLI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[470,471,472],{"name":432,"slug":433,"type":15},{"name":446,"slug":447,"type":15},{"name":473,"slug":474,"type":15},"Notes","notes","2026-07-12T08:28:51.246011",{"slug":477,"name":477,"fn":478,"description":479,"org":480,"tags":481,"stars":22,"repoUrl":23,"updatedAt":487},"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},[482,483,484],{"name":429,"slug":430,"type":15},{"name":432,"slug":433,"type":15},{"name":485,"slug":486,"type":15},"Monitoring","monitoring","2026-07-12T08:29:02.762321",{"slug":489,"name":489,"fn":490,"description":491,"org":492,"tags":493,"stars":22,"repoUrl":23,"updatedAt":496},"blucli","control BluOS audio playback","BluOS CLI (blu) for discovery, playback, grouping, and volume.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[494,495],{"name":17,"slug":18,"type":15},{"name":432,"slug":433,"type":15},"2026-07-12T08:28:21.009637",{"slug":498,"name":498,"fn":499,"description":500,"org":501,"tags":502,"stars":22,"repoUrl":23,"updatedAt":512},"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},[503,506,509],{"name":504,"slug":505,"type":15},"Communications","communications",{"name":507,"slug":508,"type":15},"iMessage","imessage",{"name":510,"slug":511,"type":15},"Messaging","messaging","2026-07-12T08:28:57.517914",54,{"items":515,"total":622},[516,532,538,544,550,556,562,567,573,587,599,611],{"slug":517,"name":517,"fn":518,"description":519,"org":520,"tags":521,"stars":529,"repoUrl":530,"updatedAt":531},"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},[522,525,526],{"name":523,"slug":524,"type":15},"API Development","api-development",{"name":9,"slug":8,"type":15},{"name":527,"slug":528,"type":15},"Voice","voice",78,"https:\u002F\u002Fgithub.com\u002Fdeepgram\u002Fdeepclaw","2026-07-12T08:29:25.371332",{"slug":423,"name":423,"fn":424,"description":425,"org":533,"tags":534,"stars":22,"repoUrl":23,"updatedAt":437},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[535,536,537],{"name":429,"slug":430,"type":15},{"name":432,"slug":433,"type":15},{"name":435,"slug":436,"type":15},{"slug":439,"name":439,"fn":440,"description":441,"org":539,"tags":540,"stars":22,"repoUrl":23,"updatedAt":451},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[541,542,543],{"name":432,"slug":433,"type":15},{"name":446,"slug":447,"type":15},{"name":449,"slug":450,"type":15},{"slug":453,"name":453,"fn":454,"description":455,"org":545,"tags":546,"stars":22,"repoUrl":23,"updatedAt":463},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[547,548,549],{"name":432,"slug":433,"type":15},{"name":449,"slug":450,"type":15},{"name":461,"slug":462,"type":15},{"slug":465,"name":465,"fn":466,"description":467,"org":551,"tags":552,"stars":22,"repoUrl":23,"updatedAt":475},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[553,554,555],{"name":432,"slug":433,"type":15},{"name":446,"slug":447,"type":15},{"name":473,"slug":474,"type":15},{"slug":477,"name":477,"fn":478,"description":479,"org":557,"tags":558,"stars":22,"repoUrl":23,"updatedAt":487},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[559,560,561],{"name":429,"slug":430,"type":15},{"name":432,"slug":433,"type":15},{"name":485,"slug":486,"type":15},{"slug":489,"name":489,"fn":490,"description":491,"org":563,"tags":564,"stars":22,"repoUrl":23,"updatedAt":496},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[565,566],{"name":17,"slug":18,"type":15},{"name":432,"slug":433,"type":15},{"slug":498,"name":498,"fn":499,"description":500,"org":568,"tags":569,"stars":22,"repoUrl":23,"updatedAt":512},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[570,571,572],{"name":504,"slug":505,"type":15},{"name":507,"slug":508,"type":15},{"name":510,"slug":511,"type":15},{"slug":574,"name":574,"fn":575,"description":576,"org":577,"tags":578,"stars":22,"repoUrl":23,"updatedAt":586},"camsnap","capture frames and clips from cameras","Capture frames or clips from RTSP\u002FONVIF cameras.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[579,580,583],{"name":429,"slug":430,"type":15},{"name":581,"slug":582,"type":15},"Camera","camera",{"name":584,"slug":585,"type":15},"Media","media","2026-07-12T08:28:28.096134",{"slug":588,"name":588,"fn":589,"description":590,"org":591,"tags":592,"stars":22,"repoUrl":23,"updatedAt":598},"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},[593,596,597],{"name":594,"slug":595,"type":15},"Agents","agents",{"name":429,"slug":430,"type":15},{"name":432,"slug":433,"type":15},"2026-07-12T08:28:30.589001",{"slug":600,"name":600,"fn":601,"description":602,"org":603,"tags":604,"stars":22,"repoUrl":23,"updatedAt":610},"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},[605,606,607],{"name":594,"slug":595,"type":15},{"name":429,"slug":430,"type":15},{"name":608,"slug":609,"type":15},"Coding","coding","2026-07-12T08:29:08.6658",{"slug":612,"name":612,"fn":613,"description":614,"org":615,"tags":616,"stars":22,"repoUrl":23,"updatedAt":621},"eightctl","control Eight Sleep pod settings","Control Eight Sleep pods (status, temperature, alarms, schedules).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[617,618],{"name":429,"slug":430,"type":15},{"name":619,"slug":620,"type":15},"Hardware","hardware","2026-07-12T08:28:39.322181",73]