[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-deepgram-model-usage":3,"mdc-f2lgfl-key":32,"related-org-deepgram-model-usage":476,"related-repo-deepgram-model-usage":635},{"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},"model-usage","summarize model usage and costs","Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage\u002Fcost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.",{"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},"Cost Optimization","cost-optimization","tag",{"name":17,"slug":18,"type":15},"CLI","cli",{"name":20,"slug":21,"type":15},"Analytics","analytics",23,"https:\u002F\u002Fgithub.com\u002Fdeepgram\u002Fdglabs-deepclaw","2026-07-12T08:29:00.296573",null,9,[],{"repoUrl":23,"stars":22,"forks":26,"topics":29,"description":25},[],"https:\u002F\u002Fgithub.com\u002Fdeepgram\u002Fdglabs-deepclaw\u002Ftree\u002FHEAD\u002Fskills\u002Fmodel-usage","---\nname: model-usage\ndescription: Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage\u002Fcost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.\nmetadata:\n  {\n    \"openclaw\":\n      {\n        \"emoji\": \"📊\",\n        \"os\": [\"darwin\"],\n        \"requires\": { \"bins\": [\"codexbar\"] },\n        \"install\":\n          [\n            {\n              \"id\": \"brew-cask\",\n              \"kind\": \"brew\",\n              \"cask\": \"steipete\u002Ftap\u002Fcodexbar\",\n              \"bins\": [\"codexbar\"],\n              \"label\": \"Install CodexBar (brew cask)\",\n            },\n          ],\n      },\n  }\n---\n\n# Model usage\n\n## Overview\n\nGet per-model usage cost from CodexBar's local cost logs. Supports \"current model\" (most recent daily entry) or \"all models\" summaries for Codex or Claude.\n\nTODO: add Linux CLI support guidance once CodexBar CLI install path is documented for Linux.\n\n## Quick start\n\n1. Fetch cost JSON via CodexBar CLI or pass a JSON file.\n2. Use the bundled script to summarize by model.\n\n```bash\npython {baseDir}\u002Fscripts\u002Fmodel_usage.py --provider codex --mode current\npython {baseDir}\u002Fscripts\u002Fmodel_usage.py --provider codex --mode all\npython {baseDir}\u002Fscripts\u002Fmodel_usage.py --provider claude --mode all --format json --pretty\n```\n\n## Current model logic\n\n- Uses the most recent daily row with `modelBreakdowns`.\n- Picks the model with the highest cost in that row.\n- Falls back to the last entry in `modelsUsed` when breakdowns are missing.\n- Override with `--model \u003Cname>` when you need a specific model.\n\n## Inputs\n\n- Default: runs `codexbar cost --format json --provider \u003Ccodex|claude>`.\n- File or stdin:\n\n```bash\ncodexbar cost --provider codex --format json > \u002Ftmp\u002Fcost.json\npython {baseDir}\u002Fscripts\u002Fmodel_usage.py --input \u002Ftmp\u002Fcost.json --mode all\ncat \u002Ftmp\u002Fcost.json | python {baseDir}\u002Fscripts\u002Fmodel_usage.py --input - --mode current\n```\n\n## Output\n\n- Text (default) or JSON (`--format json --pretty`).\n- Values are cost-only per model; tokens are not split by model in CodexBar output.\n\n## References\n\n- Read `references\u002Fcodexbar-cli.md` for CLI flags and cost JSON fields.\n",{"data":33,"body":49},{"name":4,"description":6,"metadata":34},{"openclaw":35},{"emoji":36,"os":37,"requires":39,"install":42},"📊",[38],"darwin",{"bins":40},[41],"codexbar",[43],{"id":44,"kind":45,"cask":46,"bins":47,"label":48},"brew-cask","brew","steipete\u002Ftap\u002Fcodexbar",[41],"Install CodexBar (brew cask)",{"type":50,"children":51},"root",[52,60,67,73,78,84,99,223,229,277,283,303,421,427,448,454,470],{"type":53,"tag":54,"props":55,"children":56},"element","h1",{"id":4},[57],{"type":58,"value":59},"text","Model usage",{"type":53,"tag":61,"props":62,"children":64},"h2",{"id":63},"overview",[65],{"type":58,"value":66},"Overview",{"type":53,"tag":68,"props":69,"children":70},"p",{},[71],{"type":58,"value":72},"Get per-model usage cost from CodexBar's local cost logs. Supports \"current model\" (most recent daily entry) or \"all models\" summaries for Codex or Claude.",{"type":53,"tag":68,"props":74,"children":75},{},[76],{"type":58,"value":77},"TODO: add Linux CLI support guidance once CodexBar CLI install path is documented for Linux.",{"type":53,"tag":61,"props":79,"children":81},{"id":80},"quick-start",[82],{"type":58,"value":83},"Quick start",{"type":53,"tag":85,"props":86,"children":87},"ol",{},[88,94],{"type":53,"tag":89,"props":90,"children":91},"li",{},[92],{"type":58,"value":93},"Fetch cost JSON via CodexBar CLI or pass a JSON file.",{"type":53,"tag":89,"props":95,"children":96},{},[97],{"type":58,"value":98},"Use the bundled script to summarize by model.",{"type":53,"tag":100,"props":101,"children":106},"pre",{"className":102,"code":103,"language":104,"meta":105,"style":105},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","python {baseDir}\u002Fscripts\u002Fmodel_usage.py --provider codex --mode current\npython {baseDir}\u002Fscripts\u002Fmodel_usage.py --provider codex --mode all\npython {baseDir}\u002Fscripts\u002Fmodel_usage.py --provider claude --mode all --format json --pretty\n","bash","",[107],{"type":53,"tag":108,"props":109,"children":110},"code",{"__ignoreMap":105},[111,149,178],{"type":53,"tag":112,"props":113,"children":116},"span",{"class":114,"line":115},"line",1,[117,123,129,134,139,144],{"type":53,"tag":112,"props":118,"children":120},{"style":119},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[121],{"type":58,"value":122},"python",{"type":53,"tag":112,"props":124,"children":126},{"style":125},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[127],{"type":58,"value":128}," {baseDir}\u002Fscripts\u002Fmodel_usage.py",{"type":53,"tag":112,"props":130,"children":131},{"style":125},[132],{"type":58,"value":133}," --provider",{"type":53,"tag":112,"props":135,"children":136},{"style":125},[137],{"type":58,"value":138}," codex",{"type":53,"tag":112,"props":140,"children":141},{"style":125},[142],{"type":58,"value":143}," --mode",{"type":53,"tag":112,"props":145,"children":146},{"style":125},[147],{"type":58,"value":148}," current\n",{"type":53,"tag":112,"props":150,"children":152},{"class":114,"line":151},2,[153,157,161,165,169,173],{"type":53,"tag":112,"props":154,"children":155},{"style":119},[156],{"type":58,"value":122},{"type":53,"tag":112,"props":158,"children":159},{"style":125},[160],{"type":58,"value":128},{"type":53,"tag":112,"props":162,"children":163},{"style":125},[164],{"type":58,"value":133},{"type":53,"tag":112,"props":166,"children":167},{"style":125},[168],{"type":58,"value":138},{"type":53,"tag":112,"props":170,"children":171},{"style":125},[172],{"type":58,"value":143},{"type":53,"tag":112,"props":174,"children":175},{"style":125},[176],{"type":58,"value":177}," all\n",{"type":53,"tag":112,"props":179,"children":181},{"class":114,"line":180},3,[182,186,190,194,199,203,208,213,218],{"type":53,"tag":112,"props":183,"children":184},{"style":119},[185],{"type":58,"value":122},{"type":53,"tag":112,"props":187,"children":188},{"style":125},[189],{"type":58,"value":128},{"type":53,"tag":112,"props":191,"children":192},{"style":125},[193],{"type":58,"value":133},{"type":53,"tag":112,"props":195,"children":196},{"style":125},[197],{"type":58,"value":198}," claude",{"type":53,"tag":112,"props":200,"children":201},{"style":125},[202],{"type":58,"value":143},{"type":53,"tag":112,"props":204,"children":205},{"style":125},[206],{"type":58,"value":207}," all",{"type":53,"tag":112,"props":209,"children":210},{"style":125},[211],{"type":58,"value":212}," --format",{"type":53,"tag":112,"props":214,"children":215},{"style":125},[216],{"type":58,"value":217}," json",{"type":53,"tag":112,"props":219,"children":220},{"style":125},[221],{"type":58,"value":222}," --pretty\n",{"type":53,"tag":61,"props":224,"children":226},{"id":225},"current-model-logic",[227],{"type":58,"value":228},"Current model logic",{"type":53,"tag":230,"props":231,"children":232},"ul",{},[233,246,251,264],{"type":53,"tag":89,"props":234,"children":235},{},[236,238,244],{"type":58,"value":237},"Uses the most recent daily row with ",{"type":53,"tag":108,"props":239,"children":241},{"className":240},[],[242],{"type":58,"value":243},"modelBreakdowns",{"type":58,"value":245},".",{"type":53,"tag":89,"props":247,"children":248},{},[249],{"type":58,"value":250},"Picks the model with the highest cost in that row.",{"type":53,"tag":89,"props":252,"children":253},{},[254,256,262],{"type":58,"value":255},"Falls back to the last entry in ",{"type":53,"tag":108,"props":257,"children":259},{"className":258},[],[260],{"type":58,"value":261},"modelsUsed",{"type":58,"value":263}," when breakdowns are missing.",{"type":53,"tag":89,"props":265,"children":266},{},[267,269,275],{"type":58,"value":268},"Override with ",{"type":53,"tag":108,"props":270,"children":272},{"className":271},[],[273],{"type":58,"value":274},"--model \u003Cname>",{"type":58,"value":276}," when you need a specific model.",{"type":53,"tag":61,"props":278,"children":280},{"id":279},"inputs",[281],{"type":58,"value":282},"Inputs",{"type":53,"tag":230,"props":284,"children":285},{},[286,298],{"type":53,"tag":89,"props":287,"children":288},{},[289,291,297],{"type":58,"value":290},"Default: runs ",{"type":53,"tag":108,"props":292,"children":294},{"className":293},[],[295],{"type":58,"value":296},"codexbar cost --format json --provider \u003Ccodex|claude>",{"type":58,"value":245},{"type":53,"tag":89,"props":299,"children":300},{},[301],{"type":58,"value":302},"File or stdin:",{"type":53,"tag":100,"props":304,"children":306},{"className":102,"code":305,"language":104,"meta":105,"style":105},"codexbar cost --provider codex --format json > \u002Ftmp\u002Fcost.json\npython {baseDir}\u002Fscripts\u002Fmodel_usage.py --input \u002Ftmp\u002Fcost.json --mode all\ncat \u002Ftmp\u002Fcost.json | python {baseDir}\u002Fscripts\u002Fmodel_usage.py --input - --mode current\n",[307],{"type":53,"tag":108,"props":308,"children":309},{"__ignoreMap":105},[310,349,378],{"type":53,"tag":112,"props":311,"children":312},{"class":114,"line":115},[313,317,322,326,330,334,338,344],{"type":53,"tag":112,"props":314,"children":315},{"style":119},[316],{"type":58,"value":41},{"type":53,"tag":112,"props":318,"children":319},{"style":125},[320],{"type":58,"value":321}," cost",{"type":53,"tag":112,"props":323,"children":324},{"style":125},[325],{"type":58,"value":133},{"type":53,"tag":112,"props":327,"children":328},{"style":125},[329],{"type":58,"value":138},{"type":53,"tag":112,"props":331,"children":332},{"style":125},[333],{"type":58,"value":212},{"type":53,"tag":112,"props":335,"children":336},{"style":125},[337],{"type":58,"value":217},{"type":53,"tag":112,"props":339,"children":341},{"style":340},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[342],{"type":58,"value":343}," >",{"type":53,"tag":112,"props":345,"children":346},{"style":125},[347],{"type":58,"value":348}," \u002Ftmp\u002Fcost.json\n",{"type":53,"tag":112,"props":350,"children":351},{"class":114,"line":151},[352,356,360,365,370,374],{"type":53,"tag":112,"props":353,"children":354},{"style":119},[355],{"type":58,"value":122},{"type":53,"tag":112,"props":357,"children":358},{"style":125},[359],{"type":58,"value":128},{"type":53,"tag":112,"props":361,"children":362},{"style":125},[363],{"type":58,"value":364}," --input",{"type":53,"tag":112,"props":366,"children":367},{"style":125},[368],{"type":58,"value":369}," \u002Ftmp\u002Fcost.json",{"type":53,"tag":112,"props":371,"children":372},{"style":125},[373],{"type":58,"value":143},{"type":53,"tag":112,"props":375,"children":376},{"style":125},[377],{"type":58,"value":177},{"type":53,"tag":112,"props":379,"children":380},{"class":114,"line":180},[381,386,390,395,400,404,408,413,417],{"type":53,"tag":112,"props":382,"children":383},{"style":119},[384],{"type":58,"value":385},"cat",{"type":53,"tag":112,"props":387,"children":388},{"style":125},[389],{"type":58,"value":369},{"type":53,"tag":112,"props":391,"children":392},{"style":340},[393],{"type":58,"value":394}," |",{"type":53,"tag":112,"props":396,"children":397},{"style":119},[398],{"type":58,"value":399}," python",{"type":53,"tag":112,"props":401,"children":402},{"style":125},[403],{"type":58,"value":128},{"type":53,"tag":112,"props":405,"children":406},{"style":125},[407],{"type":58,"value":364},{"type":53,"tag":112,"props":409,"children":410},{"style":125},[411],{"type":58,"value":412}," -",{"type":53,"tag":112,"props":414,"children":415},{"style":125},[416],{"type":58,"value":143},{"type":53,"tag":112,"props":418,"children":419},{"style":125},[420],{"type":58,"value":148},{"type":53,"tag":61,"props":422,"children":424},{"id":423},"output",[425],{"type":58,"value":426},"Output",{"type":53,"tag":230,"props":428,"children":429},{},[430,443],{"type":53,"tag":89,"props":431,"children":432},{},[433,435,441],{"type":58,"value":434},"Text (default) or JSON (",{"type":53,"tag":108,"props":436,"children":438},{"className":437},[],[439],{"type":58,"value":440},"--format json --pretty",{"type":58,"value":442},").",{"type":53,"tag":89,"props":444,"children":445},{},[446],{"type":58,"value":447},"Values are cost-only per model; tokens are not split by model in CodexBar output.",{"type":53,"tag":61,"props":449,"children":451},{"id":450},"references",[452],{"type":58,"value":453},"References",{"type":53,"tag":230,"props":455,"children":456},{},[457],{"type":53,"tag":89,"props":458,"children":459},{},[460,462,468],{"type":58,"value":461},"Read ",{"type":53,"tag":108,"props":463,"children":465},{"className":464},[],[466],{"type":58,"value":467},"references\u002Fcodexbar-cli.md",{"type":58,"value":469}," for CLI flags and cost JSON fields.",{"type":53,"tag":471,"props":472,"children":473},"style",{},[474],{"type":58,"value":475},"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":477,"total":634},[478,494,508,522,534,546,558,569,585,599,611,623],{"slug":479,"name":479,"fn":480,"description":481,"org":482,"tags":483,"stars":491,"repoUrl":492,"updatedAt":493},"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},[484,487,488],{"name":485,"slug":486,"type":15},"API Development","api-development",{"name":9,"slug":8,"type":15},{"name":489,"slug":490,"type":15},"Voice","voice",78,"https:\u002F\u002Fgithub.com\u002Fdeepgram\u002Fdeepclaw","2026-07-12T08:29:25.371332",{"slug":495,"name":495,"fn":496,"description":497,"org":498,"tags":499,"stars":22,"repoUrl":23,"updatedAt":507},"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},[500,503,504],{"name":501,"slug":502,"type":15},"Automation","automation",{"name":17,"slug":18,"type":15},{"name":505,"slug":506,"type":15},"Security","security","2026-07-12T08:28:49.991939",{"slug":509,"name":509,"fn":510,"description":511,"org":512,"tags":513,"stars":22,"repoUrl":23,"updatedAt":521},"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},[514,515,518],{"name":17,"slug":18,"type":15},{"name":516,"slug":517,"type":15},"Knowledge Management","knowledge-management",{"name":519,"slug":520,"type":15},"macOS","macos","2026-07-12T08:29:01.538106",{"slug":523,"name":523,"fn":524,"description":525,"org":526,"tags":527,"stars":22,"repoUrl":23,"updatedAt":533},"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},[528,529,530],{"name":17,"slug":18,"type":15},{"name":519,"slug":520,"type":15},{"name":531,"slug":532,"type":15},"Task Management","task-management","2026-07-12T08:29:14.035414",{"slug":535,"name":535,"fn":536,"description":537,"org":538,"tags":539,"stars":22,"repoUrl":23,"updatedAt":545},"bear-notes","manage Bear notes via CLI","Create, search, and manage Bear notes via grizzly CLI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[540,541,542],{"name":17,"slug":18,"type":15},{"name":516,"slug":517,"type":15},{"name":543,"slug":544,"type":15},"Notes","notes","2026-07-12T08:28:51.246011",{"slug":547,"name":547,"fn":548,"description":549,"org":550,"tags":551,"stars":22,"repoUrl":23,"updatedAt":557},"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},[552,553,554],{"name":501,"slug":502,"type":15},{"name":17,"slug":18,"type":15},{"name":555,"slug":556,"type":15},"Monitoring","monitoring","2026-07-12T08:29:02.762321",{"slug":559,"name":559,"fn":560,"description":561,"org":562,"tags":563,"stars":22,"repoUrl":23,"updatedAt":568},"blucli","control BluOS audio playback","BluOS CLI (blu) for discovery, playback, grouping, and volume.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[564,567],{"name":565,"slug":566,"type":15},"Audio","audio",{"name":17,"slug":18,"type":15},"2026-07-12T08:28:21.009637",{"slug":570,"name":570,"fn":571,"description":572,"org":573,"tags":574,"stars":22,"repoUrl":23,"updatedAt":584},"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},[575,578,581],{"name":576,"slug":577,"type":15},"Communications","communications",{"name":579,"slug":580,"type":15},"iMessage","imessage",{"name":582,"slug":583,"type":15},"Messaging","messaging","2026-07-12T08:28:57.517914",{"slug":586,"name":586,"fn":587,"description":588,"org":589,"tags":590,"stars":22,"repoUrl":23,"updatedAt":598},"camsnap","capture frames and clips from cameras","Capture frames or clips from RTSP\u002FONVIF cameras.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[591,592,595],{"name":501,"slug":502,"type":15},{"name":593,"slug":594,"type":15},"Camera","camera",{"name":596,"slug":597,"type":15},"Media","media","2026-07-12T08:28:28.096134",{"slug":600,"name":600,"fn":601,"description":602,"org":603,"tags":604,"stars":22,"repoUrl":23,"updatedAt":610},"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},[605,608,609],{"name":606,"slug":607,"type":15},"Agents","agents",{"name":501,"slug":502,"type":15},{"name":17,"slug":18,"type":15},"2026-07-12T08:28:30.589001",{"slug":612,"name":612,"fn":613,"description":614,"org":615,"tags":616,"stars":22,"repoUrl":23,"updatedAt":622},"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},[617,618,619],{"name":606,"slug":607,"type":15},{"name":501,"slug":502,"type":15},{"name":620,"slug":621,"type":15},"Coding","coding","2026-07-12T08:29:08.6658",{"slug":624,"name":624,"fn":625,"description":626,"org":627,"tags":628,"stars":22,"repoUrl":23,"updatedAt":633},"eightctl","control Eight Sleep pod settings","Control Eight Sleep pods (status, temperature, alarms, schedules).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[629,630],{"name":501,"slug":502,"type":15},{"name":631,"slug":632,"type":15},"Hardware","hardware","2026-07-12T08:28:39.322181",73,{"items":636,"total":678},[637,643,649,655,661,667,672],{"slug":495,"name":495,"fn":496,"description":497,"org":638,"tags":639,"stars":22,"repoUrl":23,"updatedAt":507},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[640,641,642],{"name":501,"slug":502,"type":15},{"name":17,"slug":18,"type":15},{"name":505,"slug":506,"type":15},{"slug":509,"name":509,"fn":510,"description":511,"org":644,"tags":645,"stars":22,"repoUrl":23,"updatedAt":521},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[646,647,648],{"name":17,"slug":18,"type":15},{"name":516,"slug":517,"type":15},{"name":519,"slug":520,"type":15},{"slug":523,"name":523,"fn":524,"description":525,"org":650,"tags":651,"stars":22,"repoUrl":23,"updatedAt":533},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[652,653,654],{"name":17,"slug":18,"type":15},{"name":519,"slug":520,"type":15},{"name":531,"slug":532,"type":15},{"slug":535,"name":535,"fn":536,"description":537,"org":656,"tags":657,"stars":22,"repoUrl":23,"updatedAt":545},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[658,659,660],{"name":17,"slug":18,"type":15},{"name":516,"slug":517,"type":15},{"name":543,"slug":544,"type":15},{"slug":547,"name":547,"fn":548,"description":549,"org":662,"tags":663,"stars":22,"repoUrl":23,"updatedAt":557},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[664,665,666],{"name":501,"slug":502,"type":15},{"name":17,"slug":18,"type":15},{"name":555,"slug":556,"type":15},{"slug":559,"name":559,"fn":560,"description":561,"org":668,"tags":669,"stars":22,"repoUrl":23,"updatedAt":568},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[670,671],{"name":565,"slug":566,"type":15},{"name":17,"slug":18,"type":15},{"slug":570,"name":570,"fn":571,"description":572,"org":673,"tags":674,"stars":22,"repoUrl":23,"updatedAt":584},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[675,676,677],{"name":576,"slug":577,"type":15},{"name":579,"slug":580,"type":15},{"name":582,"slug":583,"type":15},54]