[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-deepgram-goplaces":3,"mdc-21in0b-key":32,"related-repo-deepgram-goplaces":244,"related-org-deepgram-goplaces":337},{"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},"goplaces","query Google Places API","Query Google Places API (New) via the goplaces CLI for text search, place details, resolve, and reviews. Use for human-friendly place lookup or JSON output for scripts.",{"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},"CLI","cli","tag",{"name":17,"slug":18,"type":15},"Search","search",{"name":20,"slug":21,"type":15},"API Development","api-development",23,"https:\u002F\u002Fgithub.com\u002Fdeepgram\u002Fdglabs-deepclaw","2026-07-12T08:28:45.323078",null,9,[],{"repoUrl":23,"stars":22,"forks":26,"topics":29,"description":25},[],"https:\u002F\u002Fgithub.com\u002Fdeepgram\u002Fdglabs-deepclaw\u002Ftree\u002FHEAD\u002Fskills\u002Fgoplaces","---\nname: goplaces\ndescription: Query Google Places API (New) via the goplaces CLI for text search, place details, resolve, and reviews. Use for human-friendly place lookup or JSON output for scripts.\nhomepage: https:\u002F\u002Fgithub.com\u002Fsteipete\u002Fgoplaces\nmetadata:\n  {\n    \"openclaw\":\n      {\n        \"emoji\": \"📍\",\n        \"requires\": { \"bins\": [\"goplaces\"], \"env\": [\"GOOGLE_PLACES_API_KEY\"] },\n        \"primaryEnv\": \"GOOGLE_PLACES_API_KEY\",\n        \"install\":\n          [\n            {\n              \"id\": \"brew\",\n              \"kind\": \"brew\",\n              \"formula\": \"steipete\u002Ftap\u002Fgoplaces\",\n              \"bins\": [\"goplaces\"],\n              \"label\": \"Install goplaces (brew)\",\n            },\n          ],\n      },\n  }\n---\n\n# goplaces\n\nModern Google Places API (New) CLI. Human output by default, `--json` for scripts.\n\nInstall\n\n- Homebrew: `brew install steipete\u002Ftap\u002Fgoplaces`\n\nConfig\n\n- `GOOGLE_PLACES_API_KEY` required.\n- Optional: `GOOGLE_PLACES_BASE_URL` for testing\u002Fproxying.\n\nCommon commands\n\n- Search: `goplaces search \"coffee\" --open-now --min-rating 4 --limit 5`\n- Bias: `goplaces search \"pizza\" --lat 40.8 --lng -73.9 --radius-m 3000`\n- Pagination: `goplaces search \"pizza\" --page-token \"NEXT_PAGE_TOKEN\"`\n- Resolve: `goplaces resolve \"Soho, London\" --limit 5`\n- Details: `goplaces details \u003Cplace_id> --reviews`\n- JSON: `goplaces search \"sushi\" --json`\n\nNotes\n\n- `--no-color` or `NO_COLOR` disables ANSI color.\n- Price levels: 0..4 (free → very expensive).\n- Type filter sends only the first `--type` value (API accepts one).\n",{"data":33,"body":48},{"name":4,"description":6,"homepage":34,"metadata":35},"https:\u002F\u002Fgithub.com\u002Fsteipete\u002Fgoplaces",{"openclaw":36},{"emoji":37,"requires":38,"primaryEnv":41,"install":42},"📍",{"bins":39,"env":40},[4],[41],"GOOGLE_PLACES_API_KEY",[43],{"id":44,"kind":44,"formula":45,"bins":46,"label":47},"brew","steipete\u002Ftap\u002Fgoplaces",[4],"Install goplaces (brew)",{"type":49,"children":50},"root",[51,58,73,78,94,99,125,130,199,204],{"type":52,"tag":53,"props":54,"children":55},"element","h1",{"id":4},[56],{"type":57,"value":4},"text",{"type":52,"tag":59,"props":60,"children":61},"p",{},[62,64,71],{"type":57,"value":63},"Modern Google Places API (New) CLI. Human output by default, ",{"type":52,"tag":65,"props":66,"children":68},"code",{"className":67},[],[69],{"type":57,"value":70},"--json",{"type":57,"value":72}," for scripts.",{"type":52,"tag":59,"props":74,"children":75},{},[76],{"type":57,"value":77},"Install",{"type":52,"tag":79,"props":80,"children":81},"ul",{},[82],{"type":52,"tag":83,"props":84,"children":85},"li",{},[86,88],{"type":57,"value":87},"Homebrew: ",{"type":52,"tag":65,"props":89,"children":91},{"className":90},[],[92],{"type":57,"value":93},"brew install steipete\u002Ftap\u002Fgoplaces",{"type":52,"tag":59,"props":95,"children":96},{},[97],{"type":57,"value":98},"Config",{"type":52,"tag":79,"props":100,"children":101},{},[102,112],{"type":52,"tag":83,"props":103,"children":104},{},[105,110],{"type":52,"tag":65,"props":106,"children":108},{"className":107},[],[109],{"type":57,"value":41},{"type":57,"value":111}," required.",{"type":52,"tag":83,"props":113,"children":114},{},[115,117,123],{"type":57,"value":116},"Optional: ",{"type":52,"tag":65,"props":118,"children":120},{"className":119},[],[121],{"type":57,"value":122},"GOOGLE_PLACES_BASE_URL",{"type":57,"value":124}," for testing\u002Fproxying.",{"type":52,"tag":59,"props":126,"children":127},{},[128],{"type":57,"value":129},"Common commands",{"type":52,"tag":79,"props":131,"children":132},{},[133,144,155,166,177,188],{"type":52,"tag":83,"props":134,"children":135},{},[136,138],{"type":57,"value":137},"Search: ",{"type":52,"tag":65,"props":139,"children":141},{"className":140},[],[142],{"type":57,"value":143},"goplaces search \"coffee\" --open-now --min-rating 4 --limit 5",{"type":52,"tag":83,"props":145,"children":146},{},[147,149],{"type":57,"value":148},"Bias: ",{"type":52,"tag":65,"props":150,"children":152},{"className":151},[],[153],{"type":57,"value":154},"goplaces search \"pizza\" --lat 40.8 --lng -73.9 --radius-m 3000",{"type":52,"tag":83,"props":156,"children":157},{},[158,160],{"type":57,"value":159},"Pagination: ",{"type":52,"tag":65,"props":161,"children":163},{"className":162},[],[164],{"type":57,"value":165},"goplaces search \"pizza\" --page-token \"NEXT_PAGE_TOKEN\"",{"type":52,"tag":83,"props":167,"children":168},{},[169,171],{"type":57,"value":170},"Resolve: ",{"type":52,"tag":65,"props":172,"children":174},{"className":173},[],[175],{"type":57,"value":176},"goplaces resolve \"Soho, London\" --limit 5",{"type":52,"tag":83,"props":178,"children":179},{},[180,182],{"type":57,"value":181},"Details: ",{"type":52,"tag":65,"props":183,"children":185},{"className":184},[],[186],{"type":57,"value":187},"goplaces details \u003Cplace_id> --reviews",{"type":52,"tag":83,"props":189,"children":190},{},[191,193],{"type":57,"value":192},"JSON: ",{"type":52,"tag":65,"props":194,"children":196},{"className":195},[],[197],{"type":57,"value":198},"goplaces search \"sushi\" --json",{"type":52,"tag":59,"props":200,"children":201},{},[202],{"type":57,"value":203},"Notes",{"type":52,"tag":79,"props":205,"children":206},{},[207,226,231],{"type":52,"tag":83,"props":208,"children":209},{},[210,216,218,224],{"type":52,"tag":65,"props":211,"children":213},{"className":212},[],[214],{"type":57,"value":215},"--no-color",{"type":57,"value":217}," or ",{"type":52,"tag":65,"props":219,"children":221},{"className":220},[],[222],{"type":57,"value":223},"NO_COLOR",{"type":57,"value":225}," disables ANSI color.",{"type":52,"tag":83,"props":227,"children":228},{},[229],{"type":57,"value":230},"Price levels: 0..4 (free → very expensive).",{"type":52,"tag":83,"props":232,"children":233},{},[234,236,242],{"type":57,"value":235},"Type filter sends only the first ",{"type":52,"tag":65,"props":237,"children":239},{"className":238},[],[240],{"type":57,"value":241},"--type",{"type":57,"value":243}," value (API accepts one).",{"items":245,"total":336},[246,260,274,286,297,309,320],{"slug":247,"name":247,"fn":248,"description":249,"org":250,"tags":251,"stars":22,"repoUrl":23,"updatedAt":259},"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},[252,255,256],{"name":253,"slug":254,"type":15},"Automation","automation",{"name":13,"slug":14,"type":15},{"name":257,"slug":258,"type":15},"Security","security","2026-07-12T08:28:49.991939",{"slug":261,"name":261,"fn":262,"description":263,"org":264,"tags":265,"stars":22,"repoUrl":23,"updatedAt":273},"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},[266,267,270],{"name":13,"slug":14,"type":15},{"name":268,"slug":269,"type":15},"Knowledge Management","knowledge-management",{"name":271,"slug":272,"type":15},"macOS","macos","2026-07-12T08:29:01.538106",{"slug":275,"name":275,"fn":276,"description":277,"org":278,"tags":279,"stars":22,"repoUrl":23,"updatedAt":285},"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},[280,281,282],{"name":13,"slug":14,"type":15},{"name":271,"slug":272,"type":15},{"name":283,"slug":284,"type":15},"Task Management","task-management","2026-07-12T08:29:14.035414",{"slug":287,"name":287,"fn":288,"description":289,"org":290,"tags":291,"stars":22,"repoUrl":23,"updatedAt":296},"bear-notes","manage Bear notes via CLI","Create, search, and manage Bear notes via grizzly CLI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[292,293,294],{"name":13,"slug":14,"type":15},{"name":268,"slug":269,"type":15},{"name":203,"slug":295,"type":15},"notes","2026-07-12T08:28:51.246011",{"slug":298,"name":298,"fn":299,"description":300,"org":301,"tags":302,"stars":22,"repoUrl":23,"updatedAt":308},"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},[303,304,305],{"name":253,"slug":254,"type":15},{"name":13,"slug":14,"type":15},{"name":306,"slug":307,"type":15},"Monitoring","monitoring","2026-07-12T08:29:02.762321",{"slug":310,"name":310,"fn":311,"description":312,"org":313,"tags":314,"stars":22,"repoUrl":23,"updatedAt":319},"blucli","control BluOS audio playback","BluOS CLI (blu) for discovery, playback, grouping, and volume.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[315,318],{"name":316,"slug":317,"type":15},"Audio","audio",{"name":13,"slug":14,"type":15},"2026-07-12T08:28:21.009637",{"slug":321,"name":321,"fn":322,"description":323,"org":324,"tags":325,"stars":22,"repoUrl":23,"updatedAt":335},"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},[326,329,332],{"name":327,"slug":328,"type":15},"Communications","communications",{"name":330,"slug":331,"type":15},"iMessage","imessage",{"name":333,"slug":334,"type":15},"Messaging","messaging","2026-07-12T08:28:57.517914",54,{"items":338,"total":443},[339,353,359,365,371,377,383,388,394,408,420,432],{"slug":340,"name":340,"fn":341,"description":342,"org":343,"tags":344,"stars":350,"repoUrl":351,"updatedAt":352},"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},[345,346,347],{"name":20,"slug":21,"type":15},{"name":9,"slug":8,"type":15},{"name":348,"slug":349,"type":15},"Voice","voice",78,"https:\u002F\u002Fgithub.com\u002Fdeepgram\u002Fdeepclaw","2026-07-12T08:29:25.371332",{"slug":247,"name":247,"fn":248,"description":249,"org":354,"tags":355,"stars":22,"repoUrl":23,"updatedAt":259},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[356,357,358],{"name":253,"slug":254,"type":15},{"name":13,"slug":14,"type":15},{"name":257,"slug":258,"type":15},{"slug":261,"name":261,"fn":262,"description":263,"org":360,"tags":361,"stars":22,"repoUrl":23,"updatedAt":273},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[362,363,364],{"name":13,"slug":14,"type":15},{"name":268,"slug":269,"type":15},{"name":271,"slug":272,"type":15},{"slug":275,"name":275,"fn":276,"description":277,"org":366,"tags":367,"stars":22,"repoUrl":23,"updatedAt":285},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[368,369,370],{"name":13,"slug":14,"type":15},{"name":271,"slug":272,"type":15},{"name":283,"slug":284,"type":15},{"slug":287,"name":287,"fn":288,"description":289,"org":372,"tags":373,"stars":22,"repoUrl":23,"updatedAt":296},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[374,375,376],{"name":13,"slug":14,"type":15},{"name":268,"slug":269,"type":15},{"name":203,"slug":295,"type":15},{"slug":298,"name":298,"fn":299,"description":300,"org":378,"tags":379,"stars":22,"repoUrl":23,"updatedAt":308},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[380,381,382],{"name":253,"slug":254,"type":15},{"name":13,"slug":14,"type":15},{"name":306,"slug":307,"type":15},{"slug":310,"name":310,"fn":311,"description":312,"org":384,"tags":385,"stars":22,"repoUrl":23,"updatedAt":319},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[386,387],{"name":316,"slug":317,"type":15},{"name":13,"slug":14,"type":15},{"slug":321,"name":321,"fn":322,"description":323,"org":389,"tags":390,"stars":22,"repoUrl":23,"updatedAt":335},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[391,392,393],{"name":327,"slug":328,"type":15},{"name":330,"slug":331,"type":15},{"name":333,"slug":334,"type":15},{"slug":395,"name":395,"fn":396,"description":397,"org":398,"tags":399,"stars":22,"repoUrl":23,"updatedAt":407},"camsnap","capture frames and clips from cameras","Capture frames or clips from RTSP\u002FONVIF cameras.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[400,401,404],{"name":253,"slug":254,"type":15},{"name":402,"slug":403,"type":15},"Camera","camera",{"name":405,"slug":406,"type":15},"Media","media","2026-07-12T08:28:28.096134",{"slug":409,"name":409,"fn":410,"description":411,"org":412,"tags":413,"stars":22,"repoUrl":23,"updatedAt":419},"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},[414,417,418],{"name":415,"slug":416,"type":15},"Agents","agents",{"name":253,"slug":254,"type":15},{"name":13,"slug":14,"type":15},"2026-07-12T08:28:30.589001",{"slug":421,"name":421,"fn":422,"description":423,"org":424,"tags":425,"stars":22,"repoUrl":23,"updatedAt":431},"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},[426,427,428],{"name":415,"slug":416,"type":15},{"name":253,"slug":254,"type":15},{"name":429,"slug":430,"type":15},"Coding","coding","2026-07-12T08:29:08.6658",{"slug":433,"name":433,"fn":434,"description":435,"org":436,"tags":437,"stars":22,"repoUrl":23,"updatedAt":442},"eightctl","control Eight Sleep pod settings","Control Eight Sleep pods (status, temperature, alarms, schedules).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[438,439],{"name":253,"slug":254,"type":15},{"name":440,"slug":441,"type":15},"Hardware","hardware","2026-07-12T08:28:39.322181",73]