[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-browser-use-cloudflare":3,"mdc-kl27bc-key":38,"related-repo-browser-use-cloudflare":1473,"related-org-browser-use-cloudflare":1515},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":27,"repoUrl":28,"updatedAt":29,"license":30,"forks":31,"topics":32,"repo":33,"sourceUrl":36,"mdContent":37},"cloudflare","manage Cloudflare platform resources","Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use for any Cloudflare development task.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"browser-use","Browser-use","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fbrowser-use.png",[12,16,18,21,24],{"name":13,"slug":14,"type":15},"Security","security","tag",{"name":17,"slug":4,"type":15},"Cloudflare",{"name":19,"slug":20,"type":15},"Database","database",{"name":22,"slug":23,"type":15},"AI Infrastructure","ai-infrastructure",{"name":25,"slug":26,"type":15},"Serverless","serverless",255,"https:\u002F\u002Fgithub.com\u002Fbrowser-use\u002Fbrowsercode","2026-04-27T05:34:21.032189",null,35,[],{"repoUrl":28,"stars":27,"forks":31,"topics":34,"description":35},[],"The browser-native agent framework","https:\u002F\u002Fgithub.com\u002Fbrowser-use\u002Fbrowsercode\u002Ftree\u002FHEAD\u002Fpackages\u002Fopencode\u002Ftest\u002Ffixture\u002Fskills\u002Fcloudflare","---\nname: cloudflare\ndescription: Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use for any Cloudflare development task.\nreferences:\n  - workers\n  - pages\n  - d1\n  - durable-objects\n  - workers-ai\n---\n\n# Cloudflare Platform Skill\n\nConsolidated skill for building on the Cloudflare platform. Use decision trees below to find the right product, then load detailed references.\n\n## Quick Decision Trees\n\n### \"I need to run code\"\n\n```\nNeed to run code?\n├─ Serverless functions at the edge → workers\u002F\n├─ Full-stack web app with Git deploys → pages\u002F\n├─ Stateful coordination\u002Freal-time → durable-objects\u002F\n├─ Long-running multi-step jobs → workflows\u002F\n├─ Run containers → containers\u002F\n├─ Multi-tenant (customers deploy code) → workers-for-platforms\u002F\n├─ Scheduled tasks (cron) → cron-triggers\u002F\n├─ Lightweight edge logic (modify HTTP) → snippets\u002F\n├─ Process Worker execution events (logs\u002Fobservability) → tail-workers\u002F\n└─ Optimize latency to backend infrastructure → smart-placement\u002F\n```\n\n### \"I need to store data\"\n\n```\nNeed storage?\n├─ Key-value (config, sessions, cache) → kv\u002F\n├─ Relational SQL → d1\u002F (SQLite) or hyperdrive\u002F (existing Postgres\u002FMySQL)\n├─ Object\u002Ffile storage (S3-compatible) → r2\u002F\n├─ Message queue (async processing) → queues\u002F\n├─ Vector embeddings (AI\u002Fsemantic search) → vectorize\u002F\n├─ Strongly-consistent per-entity state → durable-objects\u002F (DO storage)\n├─ Secrets management → secrets-store\u002F\n├─ Streaming ETL to R2 → pipelines\u002F\n└─ Persistent cache (long-term retention) → cache-reserve\u002F\n```\n\n### \"I need AI\u002FML\"\n\n```\nNeed AI?\n├─ Run inference (LLMs, embeddings, images) → workers-ai\u002F\n├─ Vector database for RAG\u002Fsearch → vectorize\u002F\n├─ Build stateful AI agents → agents-sdk\u002F\n├─ Gateway for any AI provider (caching, routing) → ai-gateway\u002F\n└─ AI-powered search widget → ai-search\u002F\n```\n\n### \"I need networking\u002Fconnectivity\"\n\n```\nNeed networking?\n├─ Expose local service to internet → tunnel\u002F\n├─ TCP\u002FUDP proxy (non-HTTP) → spectrum\u002F\n├─ WebRTC TURN server → turn\u002F\n├─ Private network connectivity → network-interconnect\u002F\n├─ Optimize routing → argo-smart-routing\u002F\n├─ Optimize latency to backend (not user) → smart-placement\u002F\n└─ Real-time video\u002Faudio → realtimekit\u002F or realtime-sfu\u002F\n```\n\n### \"I need security\"\n\n```\nNeed security?\n├─ Web Application Firewall → waf\u002F\n├─ DDoS protection → ddos\u002F\n├─ Bot detection\u002Fmanagement → bot-management\u002F\n├─ API protection → api-shield\u002F\n├─ CAPTCHA alternative → turnstile\u002F\n└─ Credential leak detection → waf\u002F (managed ruleset)\n```\n\n### \"I need media\u002Fcontent\"\n\n```\nNeed media?\n├─ Image optimization\u002Ftransformation → images\u002F\n├─ Video streaming\u002Fencoding → stream\u002F\n├─ Browser automation\u002Fscreenshots → browser-rendering\u002F\n└─ Third-party script management → zaraz\u002F\n```\n\n### \"I need infrastructure-as-code\"\n\n```\nNeed IaC? → pulumi\u002F (Pulumi), terraform\u002F (Terraform), or api\u002F (REST API)\n```\n\n## Product Index\n\n### Compute & Runtime\n\n| Product               | Reference                           |\n| --------------------- | ----------------------------------- |\n| Workers               | `references\u002Fworkers\u002F`               |\n| Pages                 | `references\u002Fpages\u002F`                 |\n| Pages Functions       | `references\u002Fpages-functions\u002F`       |\n| Durable Objects       | `references\u002Fdurable-objects\u002F`       |\n| Workflows             | `references\u002Fworkflows\u002F`             |\n| Containers            | `references\u002Fcontainers\u002F`            |\n| Workers for Platforms | `references\u002Fworkers-for-platforms\u002F` |\n| Cron Triggers         | `references\u002Fcron-triggers\u002F`         |\n| Tail Workers          | `references\u002Ftail-workers\u002F`          |\n| Snippets              | `references\u002Fsnippets\u002F`              |\n| Smart Placement       | `references\u002Fsmart-placement\u002F`       |\n\n### Storage & Data\n\n| Product         | Reference                     |\n| --------------- | ----------------------------- |\n| KV              | `references\u002Fkv\u002F`              |\n| D1              | `references\u002Fd1\u002F`              |\n| R2              | `references\u002Fr2\u002F`              |\n| Queues          | `references\u002Fqueues\u002F`          |\n| Hyperdrive      | `references\u002Fhyperdrive\u002F`      |\n| DO Storage      | `references\u002Fdo-storage\u002F`      |\n| Secrets Store   | `references\u002Fsecrets-store\u002F`   |\n| Pipelines       | `references\u002Fpipelines\u002F`       |\n| R2 Data Catalog | `references\u002Fr2-data-catalog\u002F` |\n| R2 SQL          | `references\u002Fr2-sql\u002F`          |\n\n### AI & Machine Learning\n\n| Product    | Reference                |\n| ---------- | ------------------------ |\n| Workers AI | `references\u002Fworkers-ai\u002F` |\n| Vectorize  | `references\u002Fvectorize\u002F`  |\n| Agents SDK | `references\u002Fagents-sdk\u002F` |\n| AI Gateway | `references\u002Fai-gateway\u002F` |\n| AI Search  | `references\u002Fai-search\u002F`  |\n\n### Networking & Connectivity\n\n| Product              | Reference                          |\n| -------------------- | ---------------------------------- |\n| Tunnel               | `references\u002Ftunnel\u002F`               |\n| Spectrum             | `references\u002Fspectrum\u002F`             |\n| TURN                 | `references\u002Fturn\u002F`                 |\n| Network Interconnect | `references\u002Fnetwork-interconnect\u002F` |\n| Argo Smart Routing   | `references\u002Fargo-smart-routing\u002F`   |\n| Workers VPC          | `references\u002Fworkers-vpc\u002F`          |\n\n### Security\n\n| Product         | Reference                    |\n| --------------- | ---------------------------- |\n| WAF             | `references\u002Fwaf\u002F`            |\n| DDoS Protection | `references\u002Fddos\u002F`           |\n| Bot Management  | `references\u002Fbot-management\u002F` |\n| API Shield      | `references\u002Fapi-shield\u002F`     |\n| Turnstile       | `references\u002Fturnstile\u002F`      |\n\n### Media & Content\n\n| Product           | Reference                       |\n| ----------------- | ------------------------------- |\n| Images            | `references\u002Fimages\u002F`            |\n| Stream            | `references\u002Fstream\u002F`            |\n| Browser Rendering | `references\u002Fbrowser-rendering\u002F` |\n| Zaraz             | `references\u002Fzaraz\u002F`             |\n\n### Real-Time Communication\n\n| Product      | Reference                  |\n| ------------ | -------------------------- |\n| RealtimeKit  | `references\u002Frealtimekit\u002F`  |\n| Realtime SFU | `references\u002Frealtime-sfu\u002F` |\n\n### Developer Tools\n\n| Product            | Reference                        |\n| ------------------ | -------------------------------- |\n| Wrangler           | `references\u002Fwrangler\u002F`           |\n| Miniflare          | `references\u002Fminiflare\u002F`          |\n| C3                 | `references\u002Fc3\u002F`                 |\n| Observability      | `references\u002Fobservability\u002F`      |\n| Analytics Engine   | `references\u002Fanalytics-engine\u002F`   |\n| Web Analytics      | `references\u002Fweb-analytics\u002F`      |\n| Sandbox            | `references\u002Fsandbox\u002F`            |\n| Workerd            | `references\u002Fworkerd\u002F`            |\n| Workers Playground | `references\u002Fworkers-playground\u002F` |\n\n### Infrastructure as Code\n\n| Product   | Reference               |\n| --------- | ----------------------- |\n| Pulumi    | `references\u002Fpulumi\u002F`    |\n| Terraform | `references\u002Fterraform\u002F` |\n| API       | `references\u002Fapi\u002F`       |\n\n### Other Services\n\n| Product       | Reference                   |\n| ------------- | --------------------------- |\n| Email Routing | `references\u002Femail-routing\u002F` |\n| Email Workers | `references\u002Femail-workers\u002F` |\n| Static Assets | `references\u002Fstatic-assets\u002F` |\n| Bindings      | `references\u002Fbindings\u002F`      |\n| Cache Reserve | `references\u002Fcache-reserve\u002F` |\n",{"data":39,"body":46},{"name":4,"description":6,"references":40},[41,42,43,44,45],"workers","pages","d1","durable-objects","workers-ai",{"type":47,"children":48},"root",[49,58,64,71,78,91,97,106,112,121,127,136,142,151,157,166,172,181,187,193,408,414,604,610,715,721,843,847,952,958,1046,1052,1106,1112,1285,1291,1362,1368],{"type":50,"tag":51,"props":52,"children":54},"element","h1",{"id":53},"cloudflare-platform-skill",[55],{"type":56,"value":57},"text","Cloudflare Platform Skill",{"type":50,"tag":59,"props":60,"children":61},"p",{},[62],{"type":56,"value":63},"Consolidated skill for building on the Cloudflare platform. Use decision trees below to find the right product, then load detailed references.",{"type":50,"tag":65,"props":66,"children":68},"h2",{"id":67},"quick-decision-trees",[69],{"type":56,"value":70},"Quick Decision Trees",{"type":50,"tag":72,"props":73,"children":75},"h3",{"id":74},"i-need-to-run-code",[76],{"type":56,"value":77},"\"I need to run code\"",{"type":50,"tag":79,"props":80,"children":84},"pre",{"className":81,"code":83,"language":56},[82],"language-text","Need to run code?\n├─ Serverless functions at the edge → workers\u002F\n├─ Full-stack web app with Git deploys → pages\u002F\n├─ Stateful coordination\u002Freal-time → durable-objects\u002F\n├─ Long-running multi-step jobs → workflows\u002F\n├─ Run containers → containers\u002F\n├─ Multi-tenant (customers deploy code) → workers-for-platforms\u002F\n├─ Scheduled tasks (cron) → cron-triggers\u002F\n├─ Lightweight edge logic (modify HTTP) → snippets\u002F\n├─ Process Worker execution events (logs\u002Fobservability) → tail-workers\u002F\n└─ Optimize latency to backend infrastructure → smart-placement\u002F\n",[85],{"type":50,"tag":86,"props":87,"children":89},"code",{"__ignoreMap":88},"",[90],{"type":56,"value":83},{"type":50,"tag":72,"props":92,"children":94},{"id":93},"i-need-to-store-data",[95],{"type":56,"value":96},"\"I need to store data\"",{"type":50,"tag":79,"props":98,"children":101},{"className":99,"code":100,"language":56},[82],"Need storage?\n├─ Key-value (config, sessions, cache) → kv\u002F\n├─ Relational SQL → d1\u002F (SQLite) or hyperdrive\u002F (existing Postgres\u002FMySQL)\n├─ Object\u002Ffile storage (S3-compatible) → r2\u002F\n├─ Message queue (async processing) → queues\u002F\n├─ Vector embeddings (AI\u002Fsemantic search) → vectorize\u002F\n├─ Strongly-consistent per-entity state → durable-objects\u002F (DO storage)\n├─ Secrets management → secrets-store\u002F\n├─ Streaming ETL to R2 → pipelines\u002F\n└─ Persistent cache (long-term retention) → cache-reserve\u002F\n",[102],{"type":50,"tag":86,"props":103,"children":104},{"__ignoreMap":88},[105],{"type":56,"value":100},{"type":50,"tag":72,"props":107,"children":109},{"id":108},"i-need-aiml",[110],{"type":56,"value":111},"\"I need AI\u002FML\"",{"type":50,"tag":79,"props":113,"children":116},{"className":114,"code":115,"language":56},[82],"Need AI?\n├─ Run inference (LLMs, embeddings, images) → workers-ai\u002F\n├─ Vector database for RAG\u002Fsearch → vectorize\u002F\n├─ Build stateful AI agents → agents-sdk\u002F\n├─ Gateway for any AI provider (caching, routing) → ai-gateway\u002F\n└─ AI-powered search widget → ai-search\u002F\n",[117],{"type":50,"tag":86,"props":118,"children":119},{"__ignoreMap":88},[120],{"type":56,"value":115},{"type":50,"tag":72,"props":122,"children":124},{"id":123},"i-need-networkingconnectivity",[125],{"type":56,"value":126},"\"I need networking\u002Fconnectivity\"",{"type":50,"tag":79,"props":128,"children":131},{"className":129,"code":130,"language":56},[82],"Need networking?\n├─ Expose local service to internet → tunnel\u002F\n├─ TCP\u002FUDP proxy (non-HTTP) → spectrum\u002F\n├─ WebRTC TURN server → turn\u002F\n├─ Private network connectivity → network-interconnect\u002F\n├─ Optimize routing → argo-smart-routing\u002F\n├─ Optimize latency to backend (not user) → smart-placement\u002F\n└─ Real-time video\u002Faudio → realtimekit\u002F or realtime-sfu\u002F\n",[132],{"type":50,"tag":86,"props":133,"children":134},{"__ignoreMap":88},[135],{"type":56,"value":130},{"type":50,"tag":72,"props":137,"children":139},{"id":138},"i-need-security",[140],{"type":56,"value":141},"\"I need security\"",{"type":50,"tag":79,"props":143,"children":146},{"className":144,"code":145,"language":56},[82],"Need security?\n├─ Web Application Firewall → waf\u002F\n├─ DDoS protection → ddos\u002F\n├─ Bot detection\u002Fmanagement → bot-management\u002F\n├─ API protection → api-shield\u002F\n├─ CAPTCHA alternative → turnstile\u002F\n└─ Credential leak detection → waf\u002F (managed ruleset)\n",[147],{"type":50,"tag":86,"props":148,"children":149},{"__ignoreMap":88},[150],{"type":56,"value":145},{"type":50,"tag":72,"props":152,"children":154},{"id":153},"i-need-mediacontent",[155],{"type":56,"value":156},"\"I need media\u002Fcontent\"",{"type":50,"tag":79,"props":158,"children":161},{"className":159,"code":160,"language":56},[82],"Need media?\n├─ Image optimization\u002Ftransformation → images\u002F\n├─ Video streaming\u002Fencoding → stream\u002F\n├─ Browser automation\u002Fscreenshots → browser-rendering\u002F\n└─ Third-party script management → zaraz\u002F\n",[162],{"type":50,"tag":86,"props":163,"children":164},{"__ignoreMap":88},[165],{"type":56,"value":160},{"type":50,"tag":72,"props":167,"children":169},{"id":168},"i-need-infrastructure-as-code",[170],{"type":56,"value":171},"\"I need infrastructure-as-code\"",{"type":50,"tag":79,"props":173,"children":176},{"className":174,"code":175,"language":56},[82],"Need IaC? → pulumi\u002F (Pulumi), terraform\u002F (Terraform), or api\u002F (REST API)\n",[177],{"type":50,"tag":86,"props":178,"children":179},{"__ignoreMap":88},[180],{"type":56,"value":175},{"type":50,"tag":65,"props":182,"children":184},{"id":183},"product-index",[185],{"type":56,"value":186},"Product Index",{"type":50,"tag":72,"props":188,"children":190},{"id":189},"compute-runtime",[191],{"type":56,"value":192},"Compute & Runtime",{"type":50,"tag":194,"props":195,"children":196},"table",{},[197,216],{"type":50,"tag":198,"props":199,"children":200},"thead",{},[201],{"type":50,"tag":202,"props":203,"children":204},"tr",{},[205,211],{"type":50,"tag":206,"props":207,"children":208},"th",{},[209],{"type":56,"value":210},"Product",{"type":50,"tag":206,"props":212,"children":213},{},[214],{"type":56,"value":215},"Reference",{"type":50,"tag":217,"props":218,"children":219},"tbody",{},[220,238,255,272,289,306,323,340,357,374,391],{"type":50,"tag":202,"props":221,"children":222},{},[223,229],{"type":50,"tag":224,"props":225,"children":226},"td",{},[227],{"type":56,"value":228},"Workers",{"type":50,"tag":224,"props":230,"children":231},{},[232],{"type":50,"tag":86,"props":233,"children":235},{"className":234},[],[236],{"type":56,"value":237},"references\u002Fworkers\u002F",{"type":50,"tag":202,"props":239,"children":240},{},[241,246],{"type":50,"tag":224,"props":242,"children":243},{},[244],{"type":56,"value":245},"Pages",{"type":50,"tag":224,"props":247,"children":248},{},[249],{"type":50,"tag":86,"props":250,"children":252},{"className":251},[],[253],{"type":56,"value":254},"references\u002Fpages\u002F",{"type":50,"tag":202,"props":256,"children":257},{},[258,263],{"type":50,"tag":224,"props":259,"children":260},{},[261],{"type":56,"value":262},"Pages Functions",{"type":50,"tag":224,"props":264,"children":265},{},[266],{"type":50,"tag":86,"props":267,"children":269},{"className":268},[],[270],{"type":56,"value":271},"references\u002Fpages-functions\u002F",{"type":50,"tag":202,"props":273,"children":274},{},[275,280],{"type":50,"tag":224,"props":276,"children":277},{},[278],{"type":56,"value":279},"Durable Objects",{"type":50,"tag":224,"props":281,"children":282},{},[283],{"type":50,"tag":86,"props":284,"children":286},{"className":285},[],[287],{"type":56,"value":288},"references\u002Fdurable-objects\u002F",{"type":50,"tag":202,"props":290,"children":291},{},[292,297],{"type":50,"tag":224,"props":293,"children":294},{},[295],{"type":56,"value":296},"Workflows",{"type":50,"tag":224,"props":298,"children":299},{},[300],{"type":50,"tag":86,"props":301,"children":303},{"className":302},[],[304],{"type":56,"value":305},"references\u002Fworkflows\u002F",{"type":50,"tag":202,"props":307,"children":308},{},[309,314],{"type":50,"tag":224,"props":310,"children":311},{},[312],{"type":56,"value":313},"Containers",{"type":50,"tag":224,"props":315,"children":316},{},[317],{"type":50,"tag":86,"props":318,"children":320},{"className":319},[],[321],{"type":56,"value":322},"references\u002Fcontainers\u002F",{"type":50,"tag":202,"props":324,"children":325},{},[326,331],{"type":50,"tag":224,"props":327,"children":328},{},[329],{"type":56,"value":330},"Workers for Platforms",{"type":50,"tag":224,"props":332,"children":333},{},[334],{"type":50,"tag":86,"props":335,"children":337},{"className":336},[],[338],{"type":56,"value":339},"references\u002Fworkers-for-platforms\u002F",{"type":50,"tag":202,"props":341,"children":342},{},[343,348],{"type":50,"tag":224,"props":344,"children":345},{},[346],{"type":56,"value":347},"Cron Triggers",{"type":50,"tag":224,"props":349,"children":350},{},[351],{"type":50,"tag":86,"props":352,"children":354},{"className":353},[],[355],{"type":56,"value":356},"references\u002Fcron-triggers\u002F",{"type":50,"tag":202,"props":358,"children":359},{},[360,365],{"type":50,"tag":224,"props":361,"children":362},{},[363],{"type":56,"value":364},"Tail Workers",{"type":50,"tag":224,"props":366,"children":367},{},[368],{"type":50,"tag":86,"props":369,"children":371},{"className":370},[],[372],{"type":56,"value":373},"references\u002Ftail-workers\u002F",{"type":50,"tag":202,"props":375,"children":376},{},[377,382],{"type":50,"tag":224,"props":378,"children":379},{},[380],{"type":56,"value":381},"Snippets",{"type":50,"tag":224,"props":383,"children":384},{},[385],{"type":50,"tag":86,"props":386,"children":388},{"className":387},[],[389],{"type":56,"value":390},"references\u002Fsnippets\u002F",{"type":50,"tag":202,"props":392,"children":393},{},[394,399],{"type":50,"tag":224,"props":395,"children":396},{},[397],{"type":56,"value":398},"Smart Placement",{"type":50,"tag":224,"props":400,"children":401},{},[402],{"type":50,"tag":86,"props":403,"children":405},{"className":404},[],[406],{"type":56,"value":407},"references\u002Fsmart-placement\u002F",{"type":50,"tag":72,"props":409,"children":411},{"id":410},"storage-data",[412],{"type":56,"value":413},"Storage & Data",{"type":50,"tag":194,"props":415,"children":416},{},[417,431],{"type":50,"tag":198,"props":418,"children":419},{},[420],{"type":50,"tag":202,"props":421,"children":422},{},[423,427],{"type":50,"tag":206,"props":424,"children":425},{},[426],{"type":56,"value":210},{"type":50,"tag":206,"props":428,"children":429},{},[430],{"type":56,"value":215},{"type":50,"tag":217,"props":432,"children":433},{},[434,451,468,485,502,519,536,553,570,587],{"type":50,"tag":202,"props":435,"children":436},{},[437,442],{"type":50,"tag":224,"props":438,"children":439},{},[440],{"type":56,"value":441},"KV",{"type":50,"tag":224,"props":443,"children":444},{},[445],{"type":50,"tag":86,"props":446,"children":448},{"className":447},[],[449],{"type":56,"value":450},"references\u002Fkv\u002F",{"type":50,"tag":202,"props":452,"children":453},{},[454,459],{"type":50,"tag":224,"props":455,"children":456},{},[457],{"type":56,"value":458},"D1",{"type":50,"tag":224,"props":460,"children":461},{},[462],{"type":50,"tag":86,"props":463,"children":465},{"className":464},[],[466],{"type":56,"value":467},"references\u002Fd1\u002F",{"type":50,"tag":202,"props":469,"children":470},{},[471,476],{"type":50,"tag":224,"props":472,"children":473},{},[474],{"type":56,"value":475},"R2",{"type":50,"tag":224,"props":477,"children":478},{},[479],{"type":50,"tag":86,"props":480,"children":482},{"className":481},[],[483],{"type":56,"value":484},"references\u002Fr2\u002F",{"type":50,"tag":202,"props":486,"children":487},{},[488,493],{"type":50,"tag":224,"props":489,"children":490},{},[491],{"type":56,"value":492},"Queues",{"type":50,"tag":224,"props":494,"children":495},{},[496],{"type":50,"tag":86,"props":497,"children":499},{"className":498},[],[500],{"type":56,"value":501},"references\u002Fqueues\u002F",{"type":50,"tag":202,"props":503,"children":504},{},[505,510],{"type":50,"tag":224,"props":506,"children":507},{},[508],{"type":56,"value":509},"Hyperdrive",{"type":50,"tag":224,"props":511,"children":512},{},[513],{"type":50,"tag":86,"props":514,"children":516},{"className":515},[],[517],{"type":56,"value":518},"references\u002Fhyperdrive\u002F",{"type":50,"tag":202,"props":520,"children":521},{},[522,527],{"type":50,"tag":224,"props":523,"children":524},{},[525],{"type":56,"value":526},"DO Storage",{"type":50,"tag":224,"props":528,"children":529},{},[530],{"type":50,"tag":86,"props":531,"children":533},{"className":532},[],[534],{"type":56,"value":535},"references\u002Fdo-storage\u002F",{"type":50,"tag":202,"props":537,"children":538},{},[539,544],{"type":50,"tag":224,"props":540,"children":541},{},[542],{"type":56,"value":543},"Secrets Store",{"type":50,"tag":224,"props":545,"children":546},{},[547],{"type":50,"tag":86,"props":548,"children":550},{"className":549},[],[551],{"type":56,"value":552},"references\u002Fsecrets-store\u002F",{"type":50,"tag":202,"props":554,"children":555},{},[556,561],{"type":50,"tag":224,"props":557,"children":558},{},[559],{"type":56,"value":560},"Pipelines",{"type":50,"tag":224,"props":562,"children":563},{},[564],{"type":50,"tag":86,"props":565,"children":567},{"className":566},[],[568],{"type":56,"value":569},"references\u002Fpipelines\u002F",{"type":50,"tag":202,"props":571,"children":572},{},[573,578],{"type":50,"tag":224,"props":574,"children":575},{},[576],{"type":56,"value":577},"R2 Data Catalog",{"type":50,"tag":224,"props":579,"children":580},{},[581],{"type":50,"tag":86,"props":582,"children":584},{"className":583},[],[585],{"type":56,"value":586},"references\u002Fr2-data-catalog\u002F",{"type":50,"tag":202,"props":588,"children":589},{},[590,595],{"type":50,"tag":224,"props":591,"children":592},{},[593],{"type":56,"value":594},"R2 SQL",{"type":50,"tag":224,"props":596,"children":597},{},[598],{"type":50,"tag":86,"props":599,"children":601},{"className":600},[],[602],{"type":56,"value":603},"references\u002Fr2-sql\u002F",{"type":50,"tag":72,"props":605,"children":607},{"id":606},"ai-machine-learning",[608],{"type":56,"value":609},"AI & Machine Learning",{"type":50,"tag":194,"props":611,"children":612},{},[613,627],{"type":50,"tag":198,"props":614,"children":615},{},[616],{"type":50,"tag":202,"props":617,"children":618},{},[619,623],{"type":50,"tag":206,"props":620,"children":621},{},[622],{"type":56,"value":210},{"type":50,"tag":206,"props":624,"children":625},{},[626],{"type":56,"value":215},{"type":50,"tag":217,"props":628,"children":629},{},[630,647,664,681,698],{"type":50,"tag":202,"props":631,"children":632},{},[633,638],{"type":50,"tag":224,"props":634,"children":635},{},[636],{"type":56,"value":637},"Workers AI",{"type":50,"tag":224,"props":639,"children":640},{},[641],{"type":50,"tag":86,"props":642,"children":644},{"className":643},[],[645],{"type":56,"value":646},"references\u002Fworkers-ai\u002F",{"type":50,"tag":202,"props":648,"children":649},{},[650,655],{"type":50,"tag":224,"props":651,"children":652},{},[653],{"type":56,"value":654},"Vectorize",{"type":50,"tag":224,"props":656,"children":657},{},[658],{"type":50,"tag":86,"props":659,"children":661},{"className":660},[],[662],{"type":56,"value":663},"references\u002Fvectorize\u002F",{"type":50,"tag":202,"props":665,"children":666},{},[667,672],{"type":50,"tag":224,"props":668,"children":669},{},[670],{"type":56,"value":671},"Agents SDK",{"type":50,"tag":224,"props":673,"children":674},{},[675],{"type":50,"tag":86,"props":676,"children":678},{"className":677},[],[679],{"type":56,"value":680},"references\u002Fagents-sdk\u002F",{"type":50,"tag":202,"props":682,"children":683},{},[684,689],{"type":50,"tag":224,"props":685,"children":686},{},[687],{"type":56,"value":688},"AI Gateway",{"type":50,"tag":224,"props":690,"children":691},{},[692],{"type":50,"tag":86,"props":693,"children":695},{"className":694},[],[696],{"type":56,"value":697},"references\u002Fai-gateway\u002F",{"type":50,"tag":202,"props":699,"children":700},{},[701,706],{"type":50,"tag":224,"props":702,"children":703},{},[704],{"type":56,"value":705},"AI Search",{"type":50,"tag":224,"props":707,"children":708},{},[709],{"type":50,"tag":86,"props":710,"children":712},{"className":711},[],[713],{"type":56,"value":714},"references\u002Fai-search\u002F",{"type":50,"tag":72,"props":716,"children":718},{"id":717},"networking-connectivity",[719],{"type":56,"value":720},"Networking & Connectivity",{"type":50,"tag":194,"props":722,"children":723},{},[724,738],{"type":50,"tag":198,"props":725,"children":726},{},[727],{"type":50,"tag":202,"props":728,"children":729},{},[730,734],{"type":50,"tag":206,"props":731,"children":732},{},[733],{"type":56,"value":210},{"type":50,"tag":206,"props":735,"children":736},{},[737],{"type":56,"value":215},{"type":50,"tag":217,"props":739,"children":740},{},[741,758,775,792,809,826],{"type":50,"tag":202,"props":742,"children":743},{},[744,749],{"type":50,"tag":224,"props":745,"children":746},{},[747],{"type":56,"value":748},"Tunnel",{"type":50,"tag":224,"props":750,"children":751},{},[752],{"type":50,"tag":86,"props":753,"children":755},{"className":754},[],[756],{"type":56,"value":757},"references\u002Ftunnel\u002F",{"type":50,"tag":202,"props":759,"children":760},{},[761,766],{"type":50,"tag":224,"props":762,"children":763},{},[764],{"type":56,"value":765},"Spectrum",{"type":50,"tag":224,"props":767,"children":768},{},[769],{"type":50,"tag":86,"props":770,"children":772},{"className":771},[],[773],{"type":56,"value":774},"references\u002Fspectrum\u002F",{"type":50,"tag":202,"props":776,"children":777},{},[778,783],{"type":50,"tag":224,"props":779,"children":780},{},[781],{"type":56,"value":782},"TURN",{"type":50,"tag":224,"props":784,"children":785},{},[786],{"type":50,"tag":86,"props":787,"children":789},{"className":788},[],[790],{"type":56,"value":791},"references\u002Fturn\u002F",{"type":50,"tag":202,"props":793,"children":794},{},[795,800],{"type":50,"tag":224,"props":796,"children":797},{},[798],{"type":56,"value":799},"Network Interconnect",{"type":50,"tag":224,"props":801,"children":802},{},[803],{"type":50,"tag":86,"props":804,"children":806},{"className":805},[],[807],{"type":56,"value":808},"references\u002Fnetwork-interconnect\u002F",{"type":50,"tag":202,"props":810,"children":811},{},[812,817],{"type":50,"tag":224,"props":813,"children":814},{},[815],{"type":56,"value":816},"Argo Smart Routing",{"type":50,"tag":224,"props":818,"children":819},{},[820],{"type":50,"tag":86,"props":821,"children":823},{"className":822},[],[824],{"type":56,"value":825},"references\u002Fargo-smart-routing\u002F",{"type":50,"tag":202,"props":827,"children":828},{},[829,834],{"type":50,"tag":224,"props":830,"children":831},{},[832],{"type":56,"value":833},"Workers VPC",{"type":50,"tag":224,"props":835,"children":836},{},[837],{"type":50,"tag":86,"props":838,"children":840},{"className":839},[],[841],{"type":56,"value":842},"references\u002Fworkers-vpc\u002F",{"type":50,"tag":72,"props":844,"children":845},{"id":14},[846],{"type":56,"value":13},{"type":50,"tag":194,"props":848,"children":849},{},[850,864],{"type":50,"tag":198,"props":851,"children":852},{},[853],{"type":50,"tag":202,"props":854,"children":855},{},[856,860],{"type":50,"tag":206,"props":857,"children":858},{},[859],{"type":56,"value":210},{"type":50,"tag":206,"props":861,"children":862},{},[863],{"type":56,"value":215},{"type":50,"tag":217,"props":865,"children":866},{},[867,884,901,918,935],{"type":50,"tag":202,"props":868,"children":869},{},[870,875],{"type":50,"tag":224,"props":871,"children":872},{},[873],{"type":56,"value":874},"WAF",{"type":50,"tag":224,"props":876,"children":877},{},[878],{"type":50,"tag":86,"props":879,"children":881},{"className":880},[],[882],{"type":56,"value":883},"references\u002Fwaf\u002F",{"type":50,"tag":202,"props":885,"children":886},{},[887,892],{"type":50,"tag":224,"props":888,"children":889},{},[890],{"type":56,"value":891},"DDoS Protection",{"type":50,"tag":224,"props":893,"children":894},{},[895],{"type":50,"tag":86,"props":896,"children":898},{"className":897},[],[899],{"type":56,"value":900},"references\u002Fddos\u002F",{"type":50,"tag":202,"props":902,"children":903},{},[904,909],{"type":50,"tag":224,"props":905,"children":906},{},[907],{"type":56,"value":908},"Bot Management",{"type":50,"tag":224,"props":910,"children":911},{},[912],{"type":50,"tag":86,"props":913,"children":915},{"className":914},[],[916],{"type":56,"value":917},"references\u002Fbot-management\u002F",{"type":50,"tag":202,"props":919,"children":920},{},[921,926],{"type":50,"tag":224,"props":922,"children":923},{},[924],{"type":56,"value":925},"API Shield",{"type":50,"tag":224,"props":927,"children":928},{},[929],{"type":50,"tag":86,"props":930,"children":932},{"className":931},[],[933],{"type":56,"value":934},"references\u002Fapi-shield\u002F",{"type":50,"tag":202,"props":936,"children":937},{},[938,943],{"type":50,"tag":224,"props":939,"children":940},{},[941],{"type":56,"value":942},"Turnstile",{"type":50,"tag":224,"props":944,"children":945},{},[946],{"type":50,"tag":86,"props":947,"children":949},{"className":948},[],[950],{"type":56,"value":951},"references\u002Fturnstile\u002F",{"type":50,"tag":72,"props":953,"children":955},{"id":954},"media-content",[956],{"type":56,"value":957},"Media & Content",{"type":50,"tag":194,"props":959,"children":960},{},[961,975],{"type":50,"tag":198,"props":962,"children":963},{},[964],{"type":50,"tag":202,"props":965,"children":966},{},[967,971],{"type":50,"tag":206,"props":968,"children":969},{},[970],{"type":56,"value":210},{"type":50,"tag":206,"props":972,"children":973},{},[974],{"type":56,"value":215},{"type":50,"tag":217,"props":976,"children":977},{},[978,995,1012,1029],{"type":50,"tag":202,"props":979,"children":980},{},[981,986],{"type":50,"tag":224,"props":982,"children":983},{},[984],{"type":56,"value":985},"Images",{"type":50,"tag":224,"props":987,"children":988},{},[989],{"type":50,"tag":86,"props":990,"children":992},{"className":991},[],[993],{"type":56,"value":994},"references\u002Fimages\u002F",{"type":50,"tag":202,"props":996,"children":997},{},[998,1003],{"type":50,"tag":224,"props":999,"children":1000},{},[1001],{"type":56,"value":1002},"Stream",{"type":50,"tag":224,"props":1004,"children":1005},{},[1006],{"type":50,"tag":86,"props":1007,"children":1009},{"className":1008},[],[1010],{"type":56,"value":1011},"references\u002Fstream\u002F",{"type":50,"tag":202,"props":1013,"children":1014},{},[1015,1020],{"type":50,"tag":224,"props":1016,"children":1017},{},[1018],{"type":56,"value":1019},"Browser Rendering",{"type":50,"tag":224,"props":1021,"children":1022},{},[1023],{"type":50,"tag":86,"props":1024,"children":1026},{"className":1025},[],[1027],{"type":56,"value":1028},"references\u002Fbrowser-rendering\u002F",{"type":50,"tag":202,"props":1030,"children":1031},{},[1032,1037],{"type":50,"tag":224,"props":1033,"children":1034},{},[1035],{"type":56,"value":1036},"Zaraz",{"type":50,"tag":224,"props":1038,"children":1039},{},[1040],{"type":50,"tag":86,"props":1041,"children":1043},{"className":1042},[],[1044],{"type":56,"value":1045},"references\u002Fzaraz\u002F",{"type":50,"tag":72,"props":1047,"children":1049},{"id":1048},"real-time-communication",[1050],{"type":56,"value":1051},"Real-Time Communication",{"type":50,"tag":194,"props":1053,"children":1054},{},[1055,1069],{"type":50,"tag":198,"props":1056,"children":1057},{},[1058],{"type":50,"tag":202,"props":1059,"children":1060},{},[1061,1065],{"type":50,"tag":206,"props":1062,"children":1063},{},[1064],{"type":56,"value":210},{"type":50,"tag":206,"props":1066,"children":1067},{},[1068],{"type":56,"value":215},{"type":50,"tag":217,"props":1070,"children":1071},{},[1072,1089],{"type":50,"tag":202,"props":1073,"children":1074},{},[1075,1080],{"type":50,"tag":224,"props":1076,"children":1077},{},[1078],{"type":56,"value":1079},"RealtimeKit",{"type":50,"tag":224,"props":1081,"children":1082},{},[1083],{"type":50,"tag":86,"props":1084,"children":1086},{"className":1085},[],[1087],{"type":56,"value":1088},"references\u002Frealtimekit\u002F",{"type":50,"tag":202,"props":1090,"children":1091},{},[1092,1097],{"type":50,"tag":224,"props":1093,"children":1094},{},[1095],{"type":56,"value":1096},"Realtime SFU",{"type":50,"tag":224,"props":1098,"children":1099},{},[1100],{"type":50,"tag":86,"props":1101,"children":1103},{"className":1102},[],[1104],{"type":56,"value":1105},"references\u002Frealtime-sfu\u002F",{"type":50,"tag":72,"props":1107,"children":1109},{"id":1108},"developer-tools",[1110],{"type":56,"value":1111},"Developer Tools",{"type":50,"tag":194,"props":1113,"children":1114},{},[1115,1129],{"type":50,"tag":198,"props":1116,"children":1117},{},[1118],{"type":50,"tag":202,"props":1119,"children":1120},{},[1121,1125],{"type":50,"tag":206,"props":1122,"children":1123},{},[1124],{"type":56,"value":210},{"type":50,"tag":206,"props":1126,"children":1127},{},[1128],{"type":56,"value":215},{"type":50,"tag":217,"props":1130,"children":1131},{},[1132,1149,1166,1183,1200,1217,1234,1251,1268],{"type":50,"tag":202,"props":1133,"children":1134},{},[1135,1140],{"type":50,"tag":224,"props":1136,"children":1137},{},[1138],{"type":56,"value":1139},"Wrangler",{"type":50,"tag":224,"props":1141,"children":1142},{},[1143],{"type":50,"tag":86,"props":1144,"children":1146},{"className":1145},[],[1147],{"type":56,"value":1148},"references\u002Fwrangler\u002F",{"type":50,"tag":202,"props":1150,"children":1151},{},[1152,1157],{"type":50,"tag":224,"props":1153,"children":1154},{},[1155],{"type":56,"value":1156},"Miniflare",{"type":50,"tag":224,"props":1158,"children":1159},{},[1160],{"type":50,"tag":86,"props":1161,"children":1163},{"className":1162},[],[1164],{"type":56,"value":1165},"references\u002Fminiflare\u002F",{"type":50,"tag":202,"props":1167,"children":1168},{},[1169,1174],{"type":50,"tag":224,"props":1170,"children":1171},{},[1172],{"type":56,"value":1173},"C3",{"type":50,"tag":224,"props":1175,"children":1176},{},[1177],{"type":50,"tag":86,"props":1178,"children":1180},{"className":1179},[],[1181],{"type":56,"value":1182},"references\u002Fc3\u002F",{"type":50,"tag":202,"props":1184,"children":1185},{},[1186,1191],{"type":50,"tag":224,"props":1187,"children":1188},{},[1189],{"type":56,"value":1190},"Observability",{"type":50,"tag":224,"props":1192,"children":1193},{},[1194],{"type":50,"tag":86,"props":1195,"children":1197},{"className":1196},[],[1198],{"type":56,"value":1199},"references\u002Fobservability\u002F",{"type":50,"tag":202,"props":1201,"children":1202},{},[1203,1208],{"type":50,"tag":224,"props":1204,"children":1205},{},[1206],{"type":56,"value":1207},"Analytics Engine",{"type":50,"tag":224,"props":1209,"children":1210},{},[1211],{"type":50,"tag":86,"props":1212,"children":1214},{"className":1213},[],[1215],{"type":56,"value":1216},"references\u002Fanalytics-engine\u002F",{"type":50,"tag":202,"props":1218,"children":1219},{},[1220,1225],{"type":50,"tag":224,"props":1221,"children":1222},{},[1223],{"type":56,"value":1224},"Web Analytics",{"type":50,"tag":224,"props":1226,"children":1227},{},[1228],{"type":50,"tag":86,"props":1229,"children":1231},{"className":1230},[],[1232],{"type":56,"value":1233},"references\u002Fweb-analytics\u002F",{"type":50,"tag":202,"props":1235,"children":1236},{},[1237,1242],{"type":50,"tag":224,"props":1238,"children":1239},{},[1240],{"type":56,"value":1241},"Sandbox",{"type":50,"tag":224,"props":1243,"children":1244},{},[1245],{"type":50,"tag":86,"props":1246,"children":1248},{"className":1247},[],[1249],{"type":56,"value":1250},"references\u002Fsandbox\u002F",{"type":50,"tag":202,"props":1252,"children":1253},{},[1254,1259],{"type":50,"tag":224,"props":1255,"children":1256},{},[1257],{"type":56,"value":1258},"Workerd",{"type":50,"tag":224,"props":1260,"children":1261},{},[1262],{"type":50,"tag":86,"props":1263,"children":1265},{"className":1264},[],[1266],{"type":56,"value":1267},"references\u002Fworkerd\u002F",{"type":50,"tag":202,"props":1269,"children":1270},{},[1271,1276],{"type":50,"tag":224,"props":1272,"children":1273},{},[1274],{"type":56,"value":1275},"Workers Playground",{"type":50,"tag":224,"props":1277,"children":1278},{},[1279],{"type":50,"tag":86,"props":1280,"children":1282},{"className":1281},[],[1283],{"type":56,"value":1284},"references\u002Fworkers-playground\u002F",{"type":50,"tag":72,"props":1286,"children":1288},{"id":1287},"infrastructure-as-code",[1289],{"type":56,"value":1290},"Infrastructure as Code",{"type":50,"tag":194,"props":1292,"children":1293},{},[1294,1308],{"type":50,"tag":198,"props":1295,"children":1296},{},[1297],{"type":50,"tag":202,"props":1298,"children":1299},{},[1300,1304],{"type":50,"tag":206,"props":1301,"children":1302},{},[1303],{"type":56,"value":210},{"type":50,"tag":206,"props":1305,"children":1306},{},[1307],{"type":56,"value":215},{"type":50,"tag":217,"props":1309,"children":1310},{},[1311,1328,1345],{"type":50,"tag":202,"props":1312,"children":1313},{},[1314,1319],{"type":50,"tag":224,"props":1315,"children":1316},{},[1317],{"type":56,"value":1318},"Pulumi",{"type":50,"tag":224,"props":1320,"children":1321},{},[1322],{"type":50,"tag":86,"props":1323,"children":1325},{"className":1324},[],[1326],{"type":56,"value":1327},"references\u002Fpulumi\u002F",{"type":50,"tag":202,"props":1329,"children":1330},{},[1331,1336],{"type":50,"tag":224,"props":1332,"children":1333},{},[1334],{"type":56,"value":1335},"Terraform",{"type":50,"tag":224,"props":1337,"children":1338},{},[1339],{"type":50,"tag":86,"props":1340,"children":1342},{"className":1341},[],[1343],{"type":56,"value":1344},"references\u002Fterraform\u002F",{"type":50,"tag":202,"props":1346,"children":1347},{},[1348,1353],{"type":50,"tag":224,"props":1349,"children":1350},{},[1351],{"type":56,"value":1352},"API",{"type":50,"tag":224,"props":1354,"children":1355},{},[1356],{"type":50,"tag":86,"props":1357,"children":1359},{"className":1358},[],[1360],{"type":56,"value":1361},"references\u002Fapi\u002F",{"type":50,"tag":72,"props":1363,"children":1365},{"id":1364},"other-services",[1366],{"type":56,"value":1367},"Other Services",{"type":50,"tag":194,"props":1369,"children":1370},{},[1371,1385],{"type":50,"tag":198,"props":1372,"children":1373},{},[1374],{"type":50,"tag":202,"props":1375,"children":1376},{},[1377,1381],{"type":50,"tag":206,"props":1378,"children":1379},{},[1380],{"type":56,"value":210},{"type":50,"tag":206,"props":1382,"children":1383},{},[1384],{"type":56,"value":215},{"type":50,"tag":217,"props":1386,"children":1387},{},[1388,1405,1422,1439,1456],{"type":50,"tag":202,"props":1389,"children":1390},{},[1391,1396],{"type":50,"tag":224,"props":1392,"children":1393},{},[1394],{"type":56,"value":1395},"Email Routing",{"type":50,"tag":224,"props":1397,"children":1398},{},[1399],{"type":50,"tag":86,"props":1400,"children":1402},{"className":1401},[],[1403],{"type":56,"value":1404},"references\u002Femail-routing\u002F",{"type":50,"tag":202,"props":1406,"children":1407},{},[1408,1413],{"type":50,"tag":224,"props":1409,"children":1410},{},[1411],{"type":56,"value":1412},"Email Workers",{"type":50,"tag":224,"props":1414,"children":1415},{},[1416],{"type":50,"tag":86,"props":1417,"children":1419},{"className":1418},[],[1420],{"type":56,"value":1421},"references\u002Femail-workers\u002F",{"type":50,"tag":202,"props":1423,"children":1424},{},[1425,1430],{"type":50,"tag":224,"props":1426,"children":1427},{},[1428],{"type":56,"value":1429},"Static Assets",{"type":50,"tag":224,"props":1431,"children":1432},{},[1433],{"type":50,"tag":86,"props":1434,"children":1436},{"className":1435},[],[1437],{"type":56,"value":1438},"references\u002Fstatic-assets\u002F",{"type":50,"tag":202,"props":1440,"children":1441},{},[1442,1447],{"type":50,"tag":224,"props":1443,"children":1444},{},[1445],{"type":56,"value":1446},"Bindings",{"type":50,"tag":224,"props":1448,"children":1449},{},[1450],{"type":50,"tag":86,"props":1451,"children":1453},{"className":1452},[],[1454],{"type":56,"value":1455},"references\u002Fbindings\u002F",{"type":50,"tag":202,"props":1457,"children":1458},{},[1459,1464],{"type":50,"tag":224,"props":1460,"children":1461},{},[1462],{"type":56,"value":1463},"Cache Reserve",{"type":50,"tag":224,"props":1465,"children":1466},{},[1467],{"type":50,"tag":86,"props":1468,"children":1470},{"className":1469},[],[1471],{"type":56,"value":1472},"references\u002Fcache-reserve\u002F",{"items":1474,"total":1514},[1475,1493,1506],{"slug":1476,"name":1476,"fn":1477,"description":1478,"org":1479,"tags":1480,"stars":27,"repoUrl":28,"updatedAt":1492},"agents-sdk","build AI agents on Cloudflare Workers","Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1481,1484,1485,1488,1491],{"name":1482,"slug":1483,"type":15},"Agents","agents",{"name":22,"slug":23,"type":15},{"name":1486,"slug":1487,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":1489,"slug":1490,"type":15},"SDK","sdk",{"name":25,"slug":26,"type":15},"2026-04-27T05:34:19.800431",{"slug":1494,"name":1494,"fn":1495,"description":1496,"org":1497,"tags":1498,"stars":27,"repoUrl":28,"updatedAt":1505},"browser-execute","execute browser automation tasks","Use ONLY when calling the `browser_execute` tool or driving a real browser via the Chrome DevTools Protocol. Required reading before the first `browser_execute` call in a session. Covers the three connection methods (local Chrome with remote debugging, isolated debug-port profile, Browser Use cloud), the in-process `session` \u002F `console` snippet model, attaching to a page target, common CDP commands, the per-project `.bcode\u002Fagent-workspace\u002F` for reusable scripts, and screenshot auto-attachment.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1499,1502],{"name":1500,"slug":1501,"type":15},"Browser Automation","browser-automation",{"name":1503,"slug":1504,"type":15},"Debugging","debugging","2026-07-31T05:55:46.960752",{"slug":4,"name":4,"fn":5,"description":6,"org":1507,"tags":1508,"stars":27,"repoUrl":28,"updatedAt":29},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1509,1510,1511,1512,1513],{"name":22,"slug":23,"type":15},{"name":17,"slug":4,"type":15},{"name":19,"slug":20,"type":15},{"name":13,"slug":14,"type":15},{"name":25,"slug":26,"type":15},3,{"items":1516,"total":1674},[1517,1532,1546,1556,1567,1586,1607,1620,1637,1653,1661,1666],{"slug":8,"name":8,"fn":1518,"description":1519,"org":1520,"tags":1521,"stars":1529,"repoUrl":1530,"updatedAt":1531},"automate browser interactions","Direct browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site\u002Fapp work.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1522,1525,1526],{"name":1523,"slug":1524,"type":15},"Automation","automation",{"name":1500,"slug":1501,"type":15},{"name":1527,"slug":1528,"type":15},"Web Scraping","web-scraping",106789,"https:\u002F\u002Fgithub.com\u002Fbrowser-use\u002Fbrowser-use","2026-07-28T05:35:58.143842",{"slug":1533,"name":1533,"fn":1534,"description":1535,"org":1536,"tags":1537,"stars":1529,"repoUrl":1530,"updatedAt":1545},"cloud","use Browser Use Cloud API","Documentation reference for using Browser Use Cloud — the hosted API and SDK for browser automation. Use this skill whenever the user needs help with the Cloud REST API (v2 or v3), browser-use-sdk (Python or TypeScript), X-Browser-Use-API-Key authentication, cloud sessions, browser profiles, profile sync, CDP WebSocket connections, stealth browsers, residential proxies, CAPTCHA handling, webhooks, workspaces, skills marketplace, liveUrl streaming, pricing, or integration patterns (chat UI, subagent, adding browser tools to existing agents). Also trigger for questions about n8n\u002FMake\u002FZapier integration, Playwright\u002F Puppeteer\u002FSelenium on cloud infrastructure, or 1Password vault integration. Do NOT use this for the open-source Python library (Agent, Browser, Tools config) — use the open-source skill instead.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1538,1539,1542],{"name":1500,"slug":1501,"type":15},{"name":1540,"slug":1541,"type":15},"Python","python",{"name":1543,"slug":1544,"type":15},"REST API","rest-api","2026-04-06T18:06:10.225871",{"slug":1547,"name":1547,"fn":1548,"description":1549,"org":1550,"tags":1551,"stars":1529,"repoUrl":1530,"updatedAt":1555},"open-source","write browser-use Python code","Documentation reference for writing Python code using the browser-use open-source library. Use this skill whenever the user needs help with Agent, Browser, or Tools configuration, is writing code that imports from browser_use, asks about @sandbox deployment, supported LLM models, Actor API, custom tools, lifecycle hooks, MCP server setup, or monitoring\u002Fobservability with Laminar or OpenLIT. Also trigger for questions about browser-use installation, prompting strategies, or sensitive data handling. Do NOT use this for Cloud API\u002FSDK usage or pricing — use the cloud skill instead. Do NOT use this for directly automating a browser via CLI commands — use the browser-use skill instead.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1552,1553,1554],{"name":1523,"slug":1524,"type":15},{"name":1500,"slug":1501,"type":15},{"name":1540,"slug":1541,"type":15},"2026-04-06T18:06:14.102374",{"slug":1557,"name":1557,"fn":1558,"description":1559,"org":1560,"tags":1561,"stars":1529,"repoUrl":1530,"updatedAt":1566},"remote-browser","control a local browser from a sandbox","Controls a local browser from a sandboxed remote machine. Use when the agent is running in a sandbox (no GUI) and needs to navigate websites, interact with web pages, fill forms, take screenshots, or expose local dev servers via tunnels.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1562,1563],{"name":1500,"slug":1501,"type":15},{"name":1564,"slug":1565,"type":15},"Sandboxing","sandboxing","2026-04-06T18:06:12.842351",{"slug":1568,"name":1568,"fn":1569,"description":1570,"org":1571,"tags":1572,"stars":1529,"repoUrl":1530,"updatedAt":1585},"x402","configure x402 payments for Browser Use Cloud","Set up Browser Use Cloud payments with x402 — pay per request from a crypto wallet (USDC on Base mainnet), no signup or API key. Two setups it works out up front — \"just use it\" (set up a wallet so you or Claude Code can run cloud browser tasks paid from the wallet — Claude writes and runs throwaway scripts, nothing touches your codebase) or \"build it in\" (install the SDK and write the key + code into your project). Walks through wallet setup, funding, .env, and a ~$1 test run. Use when the user asks about x402, pay-per-use, USDC payments, or wants Browser Use Cloud without an API key. For the free-tier signup (reverse-CAPTCHA → API key), use `browser-use cloud signup` or the `cloud` skill instead.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1573,1574,1577,1578,1581,1584],{"name":1523,"slug":1524,"type":15},{"name":1575,"slug":1576,"type":15},"Base","base",{"name":1500,"slug":1501,"type":15},{"name":1579,"slug":1580,"type":15},"Payments","payments",{"name":1582,"slug":1583,"type":15},"Web3","web3",{"name":1568,"slug":1568,"type":15},"2026-06-02T07:51:20.889935",{"slug":1587,"name":1587,"fn":1588,"description":1589,"org":1590,"tags":1591,"stars":1604,"repoUrl":1605,"updatedAt":1606},"manim-video","create technical animations with Manim","Production pipeline for mathematical and technical animations using Manim Community Edition. Creates 3Blue1Brown-style explainer videos, algorithm visualizations, equation derivations, architecture diagrams, and data stories. Use when users request: animated explanations, math animations, concept visualizations, algorithm walkthroughs, technical explainers, 3Blue1Brown style videos, or any programmatic animation with geometric\u002Fmathematical content.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1592,1595,1598,1601],{"name":1593,"slug":1594,"type":15},"Animation","animation",{"name":1596,"slug":1597,"type":15},"Creative","creative",{"name":1599,"slug":1600,"type":15},"Mathematics","mathematics",{"name":1602,"slug":1603,"type":15},"Video","video",17171,"https:\u002F\u002Fgithub.com\u002Fbrowser-use\u002Fvideo-use","2026-04-16T05:01:44.229054",{"slug":1608,"name":1608,"fn":1609,"description":1610,"org":1611,"tags":1612,"stars":1604,"repoUrl":1605,"updatedAt":1619},"video-use","edit and process videos via conversation","Edit any video by conversation. Transcribe, cut, color grade, generate overlay animations, burn subtitles — for talking heads, montages, tutorials, travel, interviews. No presets, no menus. Ask questions, confirm the plan, execute, iterate, persist. Production-correctness rules are hard; everything else is artistic freedom.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1613,1614,1615,1618],{"name":1593,"slug":1594,"type":15},{"name":1596,"slug":1597,"type":15},{"name":1616,"slug":1617,"type":15},"Transcription","transcription",{"name":1602,"slug":1603,"type":15},"2026-04-16T12:17:10.522375",{"slug":1621,"name":1621,"fn":1622,"description":1623,"org":1624,"tags":1625,"stars":1634,"repoUrl":1635,"updatedAt":1636},"browser-use-terminal","automate web interactions via CLI","Direct browser control via the Browser Use Terminal CLI. Use when the user wants to automate, scrape, test, or interact with web pages — you drive the browser yourself with Python helpers.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1626,1627,1630,1631],{"name":1500,"slug":1501,"type":15},{"name":1628,"slug":1629,"type":15},"CLI","cli",{"name":1540,"slug":1541,"type":15},{"name":1632,"slug":1633,"type":15},"Web Development","web-development",607,"https:\u002F\u002Fgithub.com\u002Fbrowser-use\u002Fterminal","2026-06-12T08:15:38.34797",{"slug":1638,"name":1638,"fn":1639,"description":1640,"org":1641,"tags":1642,"stars":1650,"repoUrl":1651,"updatedAt":1652},"cdp","drive Chrome via DevTools Protocol","Drive Chrome via the DevTools Protocol from JavaScript. Run JS snippets through the `browser-harness-js` CLI — it auto-spawns a long-lived bun HTTP server holding a fully-typed CDP `Session`, and every call (`browser-harness-js 'await session.Page.navigate(...)'`) executes against the same persistent connection. Session, active target, and globals survive across calls. Use when the user wants to automate, script, or inspect a Chrome browser via CDP — single tab or multi-tab, attach to existing Chrome or to a new one launched with --remote-debugging-port.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1643,1644,1647],{"name":1500,"slug":1501,"type":15},{"name":1645,"slug":1646,"type":15},"JavaScript","javascript",{"name":1648,"slug":1649,"type":15},"Testing","testing",473,"https:\u002F\u002Fgithub.com\u002Fbrowser-use\u002Fbrowser-harness-js","2026-04-21T04:55:40.331082",{"slug":1476,"name":1476,"fn":1477,"description":1478,"org":1654,"tags":1655,"stars":27,"repoUrl":28,"updatedAt":1492},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1656,1657,1658,1659,1660],{"name":1482,"slug":1483,"type":15},{"name":22,"slug":23,"type":15},{"name":1486,"slug":1487,"type":15},{"name":1489,"slug":1490,"type":15},{"name":25,"slug":26,"type":15},{"slug":1494,"name":1494,"fn":1495,"description":1496,"org":1662,"tags":1663,"stars":27,"repoUrl":28,"updatedAt":1505},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1664,1665],{"name":1500,"slug":1501,"type":15},{"name":1503,"slug":1504,"type":15},{"slug":4,"name":4,"fn":5,"description":6,"org":1667,"tags":1668,"stars":27,"repoUrl":28,"updatedAt":29},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1669,1670,1671,1672,1673],{"name":22,"slug":23,"type":15},{"name":17,"slug":4,"type":15},{"name":19,"slug":20,"type":15},{"name":13,"slug":14,"type":15},{"name":25,"slug":26,"type":15},13]