[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-render-domains":3,"mdc--wqfmte-key":36,"related-org-openai-render-domains":1262,"related-repo-openai-render-domains":1468},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":31,"sourceUrl":34,"mdContent":35},"render-domains","configure custom domains on Render","Configures custom domains and TLS certificates on Render—DNS setup, CNAME records, apex domains, wildcard domains, and certificate troubleshooting. Use when the user needs to add a custom domain, configure DNS, set up HTTPS\u002FTLS, troubleshoot certificate issuance, disable the onrender.com subdomain, or add a wildcard domain. Trigger terms: custom domain, DNS, CNAME, TLS, SSL, HTTPS, certificate, apex domain, wildcard domain, onrender.com, domain verification.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"openai","OpenAI","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fopenai.png",[12,16,19,22],{"name":13,"slug":14,"type":15},"Render","render","tag",{"name":17,"slug":18,"type":15},"DNS","dns",{"name":20,"slug":21,"type":15},"Domains","domains",{"name":23,"slug":24,"type":15},"Infrastructure","infrastructure",3992,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-06-30T19:00:57.102","MIT",465,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Frender\u002Fskills\u002Frender-domains","---\nname: render-domains\ndescription: >-\n  Configures custom domains and TLS certificates on Render—DNS setup, CNAME\n  records, apex domains, wildcard domains, and certificate troubleshooting.\n  Use when the user needs to add a custom domain, configure DNS, set up\n  HTTPS\u002FTLS, troubleshoot certificate issuance, disable the onrender.com\n  subdomain, or add a wildcard domain.\n  Trigger terms: custom domain, DNS, CNAME, TLS, SSL, HTTPS, certificate,\n  apex domain, wildcard domain, onrender.com, domain verification.\nlicense: MIT\ncompatibility: Render web services and static sites\nmetadata:\n  author: Render\n  version: \"1.0.0\"\n  category: networking\n---\n\n# Render Custom Domains\n\nRender automatically provisions and renews TLS certificates (via Let's Encrypt and Google Trust Services) for all custom domains. All HTTP traffic is redirected to HTTPS. Custom domains work on **web services** and **static sites** only.\n\n## When to Use\n\n- Adding a **custom domain** to a web service or static site\n- Configuring **DNS records** (CNAME, A, or ALIAS) with a provider\n- Setting up a **wildcard domain** (`*.example.com`)\n- Troubleshooting **certificate issuance** or **domain verification** failures\n- Choosing between **apex** (`example.com`) and **www** (`www.example.com`)\n- **Disabling the `onrender.com` subdomain** after adding a custom domain\n\n## Domain Limits\n\n| Workspace tier | Custom domain limit |\n|---------------|---------------------|\n| Hobby | 2 custom domains (across all services) |\n| Professional+ | Unlimited |\n\n## Setup Steps\n\n### 1. Add domain in Dashboard\n\n1. Go to your service's **Settings > Custom Domains**\n2. Click **+ Add Custom Domain**\n3. Enter your domain (e.g. `app.example.com`)\n4. Click **Save**\n\nAdding a `www` subdomain automatically adds the root domain (and vice versa) with a redirect between them.\n\n### 2. Configure DNS\n\nAdd a DNS record with your provider pointing to your Render service:\n\n| Domain type | Record type | Name | Value |\n|-------------|-------------|------|-------|\n| **Subdomain** (`app.example.com`) | CNAME | `app` | `\u003Cservice>.onrender.com` |\n| **Apex** (`example.com`) on Cloudflare | CNAME (flattened) | `@` | `\u003Cservice>.onrender.com` |\n| **Apex** on other providers | A | `@` | Use Render-provided IP (see Dashboard) |\n\n**Important:** Remove any `AAAA` (IPv6) records for your domain. Render uses IPv4, and stale `AAAA` records cause unexpected behavior.\n\nProvider-specific guides:\n- [Cloudflare](https:\u002F\u002Frender.com\u002Fdocs\u002Fconfigure-cloudflare-dns)\n- [Namecheap](https:\u002F\u002Frender.com\u002Fdocs\u002Fconfigure-namecheap-dns)\n- [Other providers](https:\u002F\u002Frender.com\u002Fdocs\u002Fconfigure-other-dns)\n\n### 3. Verify domain\n\nClick **Verify** in the Dashboard. If verification fails, DNS may not have propagated yet—wait a few minutes and retry.\n\nSpeed up verification by flushing DNS caches:\n- [Google Public DNS](https:\u002F\u002Fdevelopers.google.com\u002Fspeed\u002Fpublic-dns\u002Fcache)\n- [Cloudflare DNS](https:\u002F\u002F1.1.1.1\u002Fpurge-cache\u002F)\n- [OpenDNS](https:\u002F\u002Fcachecheck.opendns.com\u002F)\n\nAfter verification, Render issues a TLS certificate automatically.\n\n## Wildcard Domains\n\nWildcard domains (`*.example.com`) route all matching subdomains to one service.\n\nRequires **three CNAME records**:\n\n| Name | Value | Purpose |\n|------|-------|---------|\n| `*` | `\u003Cservice>.onrender.com` | Routes traffic |\n| `_acme-challenge` | `\u003Cservice-id>.verify.renderdns.com` | Let's Encrypt validation |\n| `_cf-custom-hostname` | `\u003Cservice-id>.hostname.renderdns.com` | Cloudflare DDoS validation |\n\n**Cloudflare users:** If you add `*.example.com` without adding the root domain to Render, disable proxying (gray cloud) for the root domain to avoid routing conflicts.\n\n## CAA Records\n\nIf your domain has `CAA` records, add entries for Render's certificate authorities:\n\n```\nexample.com IN CAA 0 issue \"letsencrypt.org\"\nexample.com IN CAA 0 issuewild \"letsencrypt.org\"\nexample.com IN CAA 0 issue \"pki.goog; cansignhttpexchanges=yes\"\nexample.com IN CAA 0 issuewild \"pki.goog; cansignhttpexchanges=yes\"\n```\n\nWithout these, TLS certificate issuance fails silently.\n\n## Disabling the `onrender.com` Subdomain\n\nAfter adding at least one custom domain, you can disable the default `onrender.com` subdomain:\n\n1. Settings > Custom Domains > **Render Subdomain** > toggle to **Disabled**\n2. All requests to the `onrender.com` URL receive a 404\n3. Can be re-enabled at any time\n\n## Blueprint Configuration\n\nCustom domains are specified in the `domains` field:\n\n```yaml\nservices:\n  - type: web\n    name: api\n    runtime: node\n    plan: starter\n    domains:\n      - app.example.com\n      - www.example.com\n```\n\nBlueprint `domains` only **declare** the domain association. You still need to configure DNS with your provider manually.\n\n## Common Mistakes\n\n| Mistake | Fix |\n|---------|-----|\n| AAAA records present | Remove all IPv6 AAAA records for the domain |\n| CAA records blocking issuance | Add `letsencrypt.org` and `pki.goog` entries |\n| Verifying too quickly | Wait 2-5 minutes for DNS propagation, then flush caches |\n| Cloudflare proxy + wildcard without root domain | Disable proxying (gray cloud) for the root domain |\n| Trying to add domain to a private service | Custom domains only work on web services and static sites |\n| 502 after verification | Routing rules are updating — wait a few minutes |\n\n## References\n\n| Document | Contents |\n|----------|----------|\n| `references\u002Fdns-configuration.md` | Provider-specific DNS setup, apex domain options, TTL recommendations |\n\n## Related Skills\n\n- **render-web-services** — Web service configuration, TLS, port binding\n- **render-static-sites** — Static site domains, CDN, headers\n- **render-blueprints** — `domains` field in `render.yaml`\n",{"data":37,"body":42},{"name":4,"description":6,"license":28,"compatibility":38,"metadata":39},"Render web services and static sites",{"author":13,"version":40,"category":41},"1.0.0","networking",{"type":43,"children":44},"root",[45,54,75,82,201,207,261,267,274,319,330,336,341,485,510,515,550,556,567,572,605,610,616,628,640,742,759,765,778,790,795,807,819,856,862,874,1019,1038,1044,1159,1165,1204,1210,1256],{"type":46,"tag":47,"props":48,"children":50},"element","h1",{"id":49},"render-custom-domains",[51],{"type":52,"value":53},"text","Render Custom Domains",{"type":46,"tag":55,"props":56,"children":57},"p",{},[58,60,66,68,73],{"type":52,"value":59},"Render automatically provisions and renews TLS certificates (via Let's Encrypt and Google Trust Services) for all custom domains. All HTTP traffic is redirected to HTTPS. Custom domains work on ",{"type":46,"tag":61,"props":62,"children":63},"strong",{},[64],{"type":52,"value":65},"web services",{"type":52,"value":67}," and ",{"type":46,"tag":61,"props":69,"children":70},{},[71],{"type":52,"value":72},"static sites",{"type":52,"value":74}," only.",{"type":46,"tag":76,"props":77,"children":79},"h2",{"id":78},"when-to-use",[80],{"type":52,"value":81},"When to Use",{"type":46,"tag":83,"props":84,"children":85},"ul",{},[86,99,111,132,151,183],{"type":46,"tag":87,"props":88,"children":89},"li",{},[90,92,97],{"type":52,"value":91},"Adding a ",{"type":46,"tag":61,"props":93,"children":94},{},[95],{"type":52,"value":96},"custom domain",{"type":52,"value":98}," to a web service or static site",{"type":46,"tag":87,"props":100,"children":101},{},[102,104,109],{"type":52,"value":103},"Configuring ",{"type":46,"tag":61,"props":105,"children":106},{},[107],{"type":52,"value":108},"DNS records",{"type":52,"value":110}," (CNAME, A, or ALIAS) with a provider",{"type":46,"tag":87,"props":112,"children":113},{},[114,116,121,123,130],{"type":52,"value":115},"Setting up a ",{"type":46,"tag":61,"props":117,"children":118},{},[119],{"type":52,"value":120},"wildcard domain",{"type":52,"value":122}," (",{"type":46,"tag":124,"props":125,"children":127},"code",{"className":126},[],[128],{"type":52,"value":129},"*.example.com",{"type":52,"value":131},")",{"type":46,"tag":87,"props":133,"children":134},{},[135,137,142,144,149],{"type":52,"value":136},"Troubleshooting ",{"type":46,"tag":61,"props":138,"children":139},{},[140],{"type":52,"value":141},"certificate issuance",{"type":52,"value":143}," or ",{"type":46,"tag":61,"props":145,"children":146},{},[147],{"type":52,"value":148},"domain verification",{"type":52,"value":150}," failures",{"type":46,"tag":87,"props":152,"children":153},{},[154,156,161,162,168,170,175,176,182],{"type":52,"value":155},"Choosing between ",{"type":46,"tag":61,"props":157,"children":158},{},[159],{"type":52,"value":160},"apex",{"type":52,"value":122},{"type":46,"tag":124,"props":163,"children":165},{"className":164},[],[166],{"type":52,"value":167},"example.com",{"type":52,"value":169},") and ",{"type":46,"tag":61,"props":171,"children":172},{},[173],{"type":52,"value":174},"www",{"type":52,"value":122},{"type":46,"tag":124,"props":177,"children":179},{"className":178},[],[180],{"type":52,"value":181},"www.example.com",{"type":52,"value":131},{"type":46,"tag":87,"props":184,"children":185},{},[186,199],{"type":46,"tag":61,"props":187,"children":188},{},[189,191,197],{"type":52,"value":190},"Disabling the ",{"type":46,"tag":124,"props":192,"children":194},{"className":193},[],[195],{"type":52,"value":196},"onrender.com",{"type":52,"value":198}," subdomain",{"type":52,"value":200}," after adding a custom domain",{"type":46,"tag":76,"props":202,"children":204},{"id":203},"domain-limits",[205],{"type":52,"value":206},"Domain Limits",{"type":46,"tag":208,"props":209,"children":210},"table",{},[211,230],{"type":46,"tag":212,"props":213,"children":214},"thead",{},[215],{"type":46,"tag":216,"props":217,"children":218},"tr",{},[219,225],{"type":46,"tag":220,"props":221,"children":222},"th",{},[223],{"type":52,"value":224},"Workspace tier",{"type":46,"tag":220,"props":226,"children":227},{},[228],{"type":52,"value":229},"Custom domain limit",{"type":46,"tag":231,"props":232,"children":233},"tbody",{},[234,248],{"type":46,"tag":216,"props":235,"children":236},{},[237,243],{"type":46,"tag":238,"props":239,"children":240},"td",{},[241],{"type":52,"value":242},"Hobby",{"type":46,"tag":238,"props":244,"children":245},{},[246],{"type":52,"value":247},"2 custom domains (across all services)",{"type":46,"tag":216,"props":249,"children":250},{},[251,256],{"type":46,"tag":238,"props":252,"children":253},{},[254],{"type":52,"value":255},"Professional+",{"type":46,"tag":238,"props":257,"children":258},{},[259],{"type":52,"value":260},"Unlimited",{"type":46,"tag":76,"props":262,"children":264},{"id":263},"setup-steps",[265],{"type":52,"value":266},"Setup Steps",{"type":46,"tag":268,"props":269,"children":271},"h3",{"id":270},"_1-add-domain-in-dashboard",[272],{"type":52,"value":273},"1. Add domain in Dashboard",{"type":46,"tag":275,"props":276,"children":277},"ol",{},[278,288,298,310],{"type":46,"tag":87,"props":279,"children":280},{},[281,283],{"type":52,"value":282},"Go to your service's ",{"type":46,"tag":61,"props":284,"children":285},{},[286],{"type":52,"value":287},"Settings > Custom Domains",{"type":46,"tag":87,"props":289,"children":290},{},[291,293],{"type":52,"value":292},"Click ",{"type":46,"tag":61,"props":294,"children":295},{},[296],{"type":52,"value":297},"+ Add Custom Domain",{"type":46,"tag":87,"props":299,"children":300},{},[301,303,309],{"type":52,"value":302},"Enter your domain (e.g. ",{"type":46,"tag":124,"props":304,"children":306},{"className":305},[],[307],{"type":52,"value":308},"app.example.com",{"type":52,"value":131},{"type":46,"tag":87,"props":311,"children":312},{},[313,314],{"type":52,"value":292},{"type":46,"tag":61,"props":315,"children":316},{},[317],{"type":52,"value":318},"Save",{"type":46,"tag":55,"props":320,"children":321},{},[322,323,328],{"type":52,"value":91},{"type":46,"tag":124,"props":324,"children":326},{"className":325},[],[327],{"type":52,"value":174},{"type":52,"value":329}," subdomain automatically adds the root domain (and vice versa) with a redirect between them.",{"type":46,"tag":268,"props":331,"children":333},{"id":332},"_2-configure-dns",[334],{"type":52,"value":335},"2. Configure DNS",{"type":46,"tag":55,"props":337,"children":338},{},[339],{"type":52,"value":340},"Add a DNS record with your provider pointing to your Render service:",{"type":46,"tag":208,"props":342,"children":343},{},[344,370],{"type":46,"tag":212,"props":345,"children":346},{},[347],{"type":46,"tag":216,"props":348,"children":349},{},[350,355,360,365],{"type":46,"tag":220,"props":351,"children":352},{},[353],{"type":52,"value":354},"Domain type",{"type":46,"tag":220,"props":356,"children":357},{},[358],{"type":52,"value":359},"Record type",{"type":46,"tag":220,"props":361,"children":362},{},[363],{"type":52,"value":364},"Name",{"type":46,"tag":220,"props":366,"children":367},{},[368],{"type":52,"value":369},"Value",{"type":46,"tag":231,"props":371,"children":372},{},[373,414,455],{"type":46,"tag":216,"props":374,"children":375},{},[376,391,396,405],{"type":46,"tag":238,"props":377,"children":378},{},[379,384,385,390],{"type":46,"tag":61,"props":380,"children":381},{},[382],{"type":52,"value":383},"Subdomain",{"type":52,"value":122},{"type":46,"tag":124,"props":386,"children":388},{"className":387},[],[389],{"type":52,"value":308},{"type":52,"value":131},{"type":46,"tag":238,"props":392,"children":393},{},[394],{"type":52,"value":395},"CNAME",{"type":46,"tag":238,"props":397,"children":398},{},[399],{"type":46,"tag":124,"props":400,"children":402},{"className":401},[],[403],{"type":52,"value":404},"app",{"type":46,"tag":238,"props":406,"children":407},{},[408],{"type":46,"tag":124,"props":409,"children":411},{"className":410},[],[412],{"type":52,"value":413},"\u003Cservice>.onrender.com",{"type":46,"tag":216,"props":415,"children":416},{},[417,433,438,447],{"type":46,"tag":238,"props":418,"children":419},{},[420,425,426,431],{"type":46,"tag":61,"props":421,"children":422},{},[423],{"type":52,"value":424},"Apex",{"type":52,"value":122},{"type":46,"tag":124,"props":427,"children":429},{"className":428},[],[430],{"type":52,"value":167},{"type":52,"value":432},") on Cloudflare",{"type":46,"tag":238,"props":434,"children":435},{},[436],{"type":52,"value":437},"CNAME (flattened)",{"type":46,"tag":238,"props":439,"children":440},{},[441],{"type":46,"tag":124,"props":442,"children":444},{"className":443},[],[445],{"type":52,"value":446},"@",{"type":46,"tag":238,"props":448,"children":449},{},[450],{"type":46,"tag":124,"props":451,"children":453},{"className":452},[],[454],{"type":52,"value":413},{"type":46,"tag":216,"props":456,"children":457},{},[458,467,472,480],{"type":46,"tag":238,"props":459,"children":460},{},[461,465],{"type":46,"tag":61,"props":462,"children":463},{},[464],{"type":52,"value":424},{"type":52,"value":466}," on other providers",{"type":46,"tag":238,"props":468,"children":469},{},[470],{"type":52,"value":471},"A",{"type":46,"tag":238,"props":473,"children":474},{},[475],{"type":46,"tag":124,"props":476,"children":478},{"className":477},[],[479],{"type":52,"value":446},{"type":46,"tag":238,"props":481,"children":482},{},[483],{"type":52,"value":484},"Use Render-provided IP (see Dashboard)",{"type":46,"tag":55,"props":486,"children":487},{},[488,493,495,501,503,508],{"type":46,"tag":61,"props":489,"children":490},{},[491],{"type":52,"value":492},"Important:",{"type":52,"value":494}," Remove any ",{"type":46,"tag":124,"props":496,"children":498},{"className":497},[],[499],{"type":52,"value":500},"AAAA",{"type":52,"value":502}," (IPv6) records for your domain. Render uses IPv4, and stale ",{"type":46,"tag":124,"props":504,"children":506},{"className":505},[],[507],{"type":52,"value":500},{"type":52,"value":509}," records cause unexpected behavior.",{"type":46,"tag":55,"props":511,"children":512},{},[513],{"type":52,"value":514},"Provider-specific guides:",{"type":46,"tag":83,"props":516,"children":517},{},[518,530,540],{"type":46,"tag":87,"props":519,"children":520},{},[521],{"type":46,"tag":522,"props":523,"children":527},"a",{"href":524,"rel":525},"https:\u002F\u002Frender.com\u002Fdocs\u002Fconfigure-cloudflare-dns",[526],"nofollow",[528],{"type":52,"value":529},"Cloudflare",{"type":46,"tag":87,"props":531,"children":532},{},[533],{"type":46,"tag":522,"props":534,"children":537},{"href":535,"rel":536},"https:\u002F\u002Frender.com\u002Fdocs\u002Fconfigure-namecheap-dns",[526],[538],{"type":52,"value":539},"Namecheap",{"type":46,"tag":87,"props":541,"children":542},{},[543],{"type":46,"tag":522,"props":544,"children":547},{"href":545,"rel":546},"https:\u002F\u002Frender.com\u002Fdocs\u002Fconfigure-other-dns",[526],[548],{"type":52,"value":549},"Other providers",{"type":46,"tag":268,"props":551,"children":553},{"id":552},"_3-verify-domain",[554],{"type":52,"value":555},"3. Verify domain",{"type":46,"tag":55,"props":557,"children":558},{},[559,560,565],{"type":52,"value":292},{"type":46,"tag":61,"props":561,"children":562},{},[563],{"type":52,"value":564},"Verify",{"type":52,"value":566}," in the Dashboard. If verification fails, DNS may not have propagated yet—wait a few minutes and retry.",{"type":46,"tag":55,"props":568,"children":569},{},[570],{"type":52,"value":571},"Speed up verification by flushing DNS caches:",{"type":46,"tag":83,"props":573,"children":574},{},[575,585,595],{"type":46,"tag":87,"props":576,"children":577},{},[578],{"type":46,"tag":522,"props":579,"children":582},{"href":580,"rel":581},"https:\u002F\u002Fdevelopers.google.com\u002Fspeed\u002Fpublic-dns\u002Fcache",[526],[583],{"type":52,"value":584},"Google Public DNS",{"type":46,"tag":87,"props":586,"children":587},{},[588],{"type":46,"tag":522,"props":589,"children":592},{"href":590,"rel":591},"https:\u002F\u002F1.1.1.1\u002Fpurge-cache\u002F",[526],[593],{"type":52,"value":594},"Cloudflare DNS",{"type":46,"tag":87,"props":596,"children":597},{},[598],{"type":46,"tag":522,"props":599,"children":602},{"href":600,"rel":601},"https:\u002F\u002Fcachecheck.opendns.com\u002F",[526],[603],{"type":52,"value":604},"OpenDNS",{"type":46,"tag":55,"props":606,"children":607},{},[608],{"type":52,"value":609},"After verification, Render issues a TLS certificate automatically.",{"type":46,"tag":76,"props":611,"children":613},{"id":612},"wildcard-domains",[614],{"type":52,"value":615},"Wildcard Domains",{"type":46,"tag":55,"props":617,"children":618},{},[619,621,626],{"type":52,"value":620},"Wildcard domains (",{"type":46,"tag":124,"props":622,"children":624},{"className":623},[],[625],{"type":52,"value":129},{"type":52,"value":627},") route all matching subdomains to one service.",{"type":46,"tag":55,"props":629,"children":630},{},[631,633,638],{"type":52,"value":632},"Requires ",{"type":46,"tag":61,"props":634,"children":635},{},[636],{"type":52,"value":637},"three CNAME records",{"type":52,"value":639},":",{"type":46,"tag":208,"props":641,"children":642},{},[643,662],{"type":46,"tag":212,"props":644,"children":645},{},[646],{"type":46,"tag":216,"props":647,"children":648},{},[649,653,657],{"type":46,"tag":220,"props":650,"children":651},{},[652],{"type":52,"value":364},{"type":46,"tag":220,"props":654,"children":655},{},[656],{"type":52,"value":369},{"type":46,"tag":220,"props":658,"children":659},{},[660],{"type":52,"value":661},"Purpose",{"type":46,"tag":231,"props":663,"children":664},{},[665,690,716],{"type":46,"tag":216,"props":666,"children":667},{},[668,677,685],{"type":46,"tag":238,"props":669,"children":670},{},[671],{"type":46,"tag":124,"props":672,"children":674},{"className":673},[],[675],{"type":52,"value":676},"*",{"type":46,"tag":238,"props":678,"children":679},{},[680],{"type":46,"tag":124,"props":681,"children":683},{"className":682},[],[684],{"type":52,"value":413},{"type":46,"tag":238,"props":686,"children":687},{},[688],{"type":52,"value":689},"Routes traffic",{"type":46,"tag":216,"props":691,"children":692},{},[693,702,711],{"type":46,"tag":238,"props":694,"children":695},{},[696],{"type":46,"tag":124,"props":697,"children":699},{"className":698},[],[700],{"type":52,"value":701},"_acme-challenge",{"type":46,"tag":238,"props":703,"children":704},{},[705],{"type":46,"tag":124,"props":706,"children":708},{"className":707},[],[709],{"type":52,"value":710},"\u003Cservice-id>.verify.renderdns.com",{"type":46,"tag":238,"props":712,"children":713},{},[714],{"type":52,"value":715},"Let's Encrypt validation",{"type":46,"tag":216,"props":717,"children":718},{},[719,728,737],{"type":46,"tag":238,"props":720,"children":721},{},[722],{"type":46,"tag":124,"props":723,"children":725},{"className":724},[],[726],{"type":52,"value":727},"_cf-custom-hostname",{"type":46,"tag":238,"props":729,"children":730},{},[731],{"type":46,"tag":124,"props":732,"children":734},{"className":733},[],[735],{"type":52,"value":736},"\u003Cservice-id>.hostname.renderdns.com",{"type":46,"tag":238,"props":738,"children":739},{},[740],{"type":52,"value":741},"Cloudflare DDoS validation",{"type":46,"tag":55,"props":743,"children":744},{},[745,750,752,757],{"type":46,"tag":61,"props":746,"children":747},{},[748],{"type":52,"value":749},"Cloudflare users:",{"type":52,"value":751}," If you add ",{"type":46,"tag":124,"props":753,"children":755},{"className":754},[],[756],{"type":52,"value":129},{"type":52,"value":758}," without adding the root domain to Render, disable proxying (gray cloud) for the root domain to avoid routing conflicts.",{"type":46,"tag":76,"props":760,"children":762},{"id":761},"caa-records",[763],{"type":52,"value":764},"CAA Records",{"type":46,"tag":55,"props":766,"children":767},{},[768,770,776],{"type":52,"value":769},"If your domain has ",{"type":46,"tag":124,"props":771,"children":773},{"className":772},[],[774],{"type":52,"value":775},"CAA",{"type":52,"value":777}," records, add entries for Render's certificate authorities:",{"type":46,"tag":779,"props":780,"children":784},"pre",{"className":781,"code":783,"language":52},[782],"language-text","example.com IN CAA 0 issue \"letsencrypt.org\"\nexample.com IN CAA 0 issuewild \"letsencrypt.org\"\nexample.com IN CAA 0 issue \"pki.goog; cansignhttpexchanges=yes\"\nexample.com IN CAA 0 issuewild \"pki.goog; cansignhttpexchanges=yes\"\n",[785],{"type":46,"tag":124,"props":786,"children":788},{"__ignoreMap":787},"",[789],{"type":52,"value":783},{"type":46,"tag":55,"props":791,"children":792},{},[793],{"type":52,"value":794},"Without these, TLS certificate issuance fails silently.",{"type":46,"tag":76,"props":796,"children":798},{"id":797},"disabling-the-onrendercom-subdomain",[799,800,805],{"type":52,"value":190},{"type":46,"tag":124,"props":801,"children":803},{"className":802},[],[804],{"type":52,"value":196},{"type":52,"value":806}," Subdomain",{"type":46,"tag":55,"props":808,"children":809},{},[810,812,817],{"type":52,"value":811},"After adding at least one custom domain, you can disable the default ",{"type":46,"tag":124,"props":813,"children":815},{"className":814},[],[816],{"type":52,"value":196},{"type":52,"value":818}," subdomain:",{"type":46,"tag":275,"props":820,"children":821},{},[822,839,851],{"type":46,"tag":87,"props":823,"children":824},{},[825,827,832,834],{"type":52,"value":826},"Settings > Custom Domains > ",{"type":46,"tag":61,"props":828,"children":829},{},[830],{"type":52,"value":831},"Render Subdomain",{"type":52,"value":833}," > toggle to ",{"type":46,"tag":61,"props":835,"children":836},{},[837],{"type":52,"value":838},"Disabled",{"type":46,"tag":87,"props":840,"children":841},{},[842,844,849],{"type":52,"value":843},"All requests to the ",{"type":46,"tag":124,"props":845,"children":847},{"className":846},[],[848],{"type":52,"value":196},{"type":52,"value":850}," URL receive a 404",{"type":46,"tag":87,"props":852,"children":853},{},[854],{"type":52,"value":855},"Can be re-enabled at any time",{"type":46,"tag":76,"props":857,"children":859},{"id":858},"blueprint-configuration",[860],{"type":52,"value":861},"Blueprint Configuration",{"type":46,"tag":55,"props":863,"children":864},{},[865,867,872],{"type":52,"value":866},"Custom domains are specified in the ",{"type":46,"tag":124,"props":868,"children":870},{"className":869},[],[871],{"type":52,"value":21},{"type":52,"value":873}," field:",{"type":46,"tag":779,"props":875,"children":879},{"className":876,"code":877,"language":878,"meta":787,"style":787},"language-yaml shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","services:\n  - type: web\n    name: api\n    runtime: node\n    plan: starter\n    domains:\n      - app.example.com\n      - www.example.com\n","yaml",[880],{"type":46,"tag":124,"props":881,"children":882},{"__ignoreMap":787},[883,901,925,943,961,979,992,1006],{"type":46,"tag":884,"props":885,"children":888},"span",{"class":886,"line":887},"line",1,[889,895],{"type":46,"tag":884,"props":890,"children":892},{"style":891},"--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178",[893],{"type":52,"value":894},"services",{"type":46,"tag":884,"props":896,"children":898},{"style":897},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[899],{"type":52,"value":900},":\n",{"type":46,"tag":884,"props":902,"children":904},{"class":886,"line":903},2,[905,910,915,919],{"type":46,"tag":884,"props":906,"children":907},{"style":897},[908],{"type":52,"value":909},"  -",{"type":46,"tag":884,"props":911,"children":912},{"style":891},[913],{"type":52,"value":914}," type",{"type":46,"tag":884,"props":916,"children":917},{"style":897},[918],{"type":52,"value":639},{"type":46,"tag":884,"props":920,"children":922},{"style":921},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[923],{"type":52,"value":924}," web\n",{"type":46,"tag":884,"props":926,"children":928},{"class":886,"line":927},3,[929,934,938],{"type":46,"tag":884,"props":930,"children":931},{"style":891},[932],{"type":52,"value":933},"    name",{"type":46,"tag":884,"props":935,"children":936},{"style":897},[937],{"type":52,"value":639},{"type":46,"tag":884,"props":939,"children":940},{"style":921},[941],{"type":52,"value":942}," api\n",{"type":46,"tag":884,"props":944,"children":946},{"class":886,"line":945},4,[947,952,956],{"type":46,"tag":884,"props":948,"children":949},{"style":891},[950],{"type":52,"value":951},"    runtime",{"type":46,"tag":884,"props":953,"children":954},{"style":897},[955],{"type":52,"value":639},{"type":46,"tag":884,"props":957,"children":958},{"style":921},[959],{"type":52,"value":960}," node\n",{"type":46,"tag":884,"props":962,"children":964},{"class":886,"line":963},5,[965,970,974],{"type":46,"tag":884,"props":966,"children":967},{"style":891},[968],{"type":52,"value":969},"    plan",{"type":46,"tag":884,"props":971,"children":972},{"style":897},[973],{"type":52,"value":639},{"type":46,"tag":884,"props":975,"children":976},{"style":921},[977],{"type":52,"value":978}," starter\n",{"type":46,"tag":884,"props":980,"children":982},{"class":886,"line":981},6,[983,988],{"type":46,"tag":884,"props":984,"children":985},{"style":891},[986],{"type":52,"value":987},"    domains",{"type":46,"tag":884,"props":989,"children":990},{"style":897},[991],{"type":52,"value":900},{"type":46,"tag":884,"props":993,"children":995},{"class":886,"line":994},7,[996,1001],{"type":46,"tag":884,"props":997,"children":998},{"style":897},[999],{"type":52,"value":1000},"      -",{"type":46,"tag":884,"props":1002,"children":1003},{"style":921},[1004],{"type":52,"value":1005}," app.example.com\n",{"type":46,"tag":884,"props":1007,"children":1009},{"class":886,"line":1008},8,[1010,1014],{"type":46,"tag":884,"props":1011,"children":1012},{"style":897},[1013],{"type":52,"value":1000},{"type":46,"tag":884,"props":1015,"children":1016},{"style":921},[1017],{"type":52,"value":1018}," www.example.com\n",{"type":46,"tag":55,"props":1020,"children":1021},{},[1022,1024,1029,1031,1036],{"type":52,"value":1023},"Blueprint ",{"type":46,"tag":124,"props":1025,"children":1027},{"className":1026},[],[1028],{"type":52,"value":21},{"type":52,"value":1030}," only ",{"type":46,"tag":61,"props":1032,"children":1033},{},[1034],{"type":52,"value":1035},"declare",{"type":52,"value":1037}," the domain association. You still need to configure DNS with your provider manually.",{"type":46,"tag":76,"props":1039,"children":1041},{"id":1040},"common-mistakes",[1042],{"type":52,"value":1043},"Common Mistakes",{"type":46,"tag":208,"props":1045,"children":1046},{},[1047,1063],{"type":46,"tag":212,"props":1048,"children":1049},{},[1050],{"type":46,"tag":216,"props":1051,"children":1052},{},[1053,1058],{"type":46,"tag":220,"props":1054,"children":1055},{},[1056],{"type":52,"value":1057},"Mistake",{"type":46,"tag":220,"props":1059,"children":1060},{},[1061],{"type":52,"value":1062},"Fix",{"type":46,"tag":231,"props":1064,"children":1065},{},[1066,1079,1107,1120,1133,1146],{"type":46,"tag":216,"props":1067,"children":1068},{},[1069,1074],{"type":46,"tag":238,"props":1070,"children":1071},{},[1072],{"type":52,"value":1073},"AAAA records present",{"type":46,"tag":238,"props":1075,"children":1076},{},[1077],{"type":52,"value":1078},"Remove all IPv6 AAAA records for the domain",{"type":46,"tag":216,"props":1080,"children":1081},{},[1082,1087],{"type":46,"tag":238,"props":1083,"children":1084},{},[1085],{"type":52,"value":1086},"CAA records blocking issuance",{"type":46,"tag":238,"props":1088,"children":1089},{},[1090,1092,1098,1099,1105],{"type":52,"value":1091},"Add ",{"type":46,"tag":124,"props":1093,"children":1095},{"className":1094},[],[1096],{"type":52,"value":1097},"letsencrypt.org",{"type":52,"value":67},{"type":46,"tag":124,"props":1100,"children":1102},{"className":1101},[],[1103],{"type":52,"value":1104},"pki.goog",{"type":52,"value":1106}," entries",{"type":46,"tag":216,"props":1108,"children":1109},{},[1110,1115],{"type":46,"tag":238,"props":1111,"children":1112},{},[1113],{"type":52,"value":1114},"Verifying too quickly",{"type":46,"tag":238,"props":1116,"children":1117},{},[1118],{"type":52,"value":1119},"Wait 2-5 minutes for DNS propagation, then flush caches",{"type":46,"tag":216,"props":1121,"children":1122},{},[1123,1128],{"type":46,"tag":238,"props":1124,"children":1125},{},[1126],{"type":52,"value":1127},"Cloudflare proxy + wildcard without root domain",{"type":46,"tag":238,"props":1129,"children":1130},{},[1131],{"type":52,"value":1132},"Disable proxying (gray cloud) for the root domain",{"type":46,"tag":216,"props":1134,"children":1135},{},[1136,1141],{"type":46,"tag":238,"props":1137,"children":1138},{},[1139],{"type":52,"value":1140},"Trying to add domain to a private service",{"type":46,"tag":238,"props":1142,"children":1143},{},[1144],{"type":52,"value":1145},"Custom domains only work on web services and static sites",{"type":46,"tag":216,"props":1147,"children":1148},{},[1149,1154],{"type":46,"tag":238,"props":1150,"children":1151},{},[1152],{"type":52,"value":1153},"502 after verification",{"type":46,"tag":238,"props":1155,"children":1156},{},[1157],{"type":52,"value":1158},"Routing rules are updating — wait a few minutes",{"type":46,"tag":76,"props":1160,"children":1162},{"id":1161},"references",[1163],{"type":52,"value":1164},"References",{"type":46,"tag":208,"props":1166,"children":1167},{},[1168,1184],{"type":46,"tag":212,"props":1169,"children":1170},{},[1171],{"type":46,"tag":216,"props":1172,"children":1173},{},[1174,1179],{"type":46,"tag":220,"props":1175,"children":1176},{},[1177],{"type":52,"value":1178},"Document",{"type":46,"tag":220,"props":1180,"children":1181},{},[1182],{"type":52,"value":1183},"Contents",{"type":46,"tag":231,"props":1185,"children":1186},{},[1187],{"type":46,"tag":216,"props":1188,"children":1189},{},[1190,1199],{"type":46,"tag":238,"props":1191,"children":1192},{},[1193],{"type":46,"tag":124,"props":1194,"children":1196},{"className":1195},[],[1197],{"type":52,"value":1198},"references\u002Fdns-configuration.md",{"type":46,"tag":238,"props":1200,"children":1201},{},[1202],{"type":52,"value":1203},"Provider-specific DNS setup, apex domain options, TTL recommendations",{"type":46,"tag":76,"props":1205,"children":1207},{"id":1206},"related-skills",[1208],{"type":52,"value":1209},"Related Skills",{"type":46,"tag":83,"props":1211,"children":1212},{},[1213,1223,1233],{"type":46,"tag":87,"props":1214,"children":1215},{},[1216,1221],{"type":46,"tag":61,"props":1217,"children":1218},{},[1219],{"type":52,"value":1220},"render-web-services",{"type":52,"value":1222}," — Web service configuration, TLS, port binding",{"type":46,"tag":87,"props":1224,"children":1225},{},[1226,1231],{"type":46,"tag":61,"props":1227,"children":1228},{},[1229],{"type":52,"value":1230},"render-static-sites",{"type":52,"value":1232}," — Static site domains, CDN, headers",{"type":46,"tag":87,"props":1234,"children":1235},{},[1236,1241,1243,1248,1250],{"type":46,"tag":61,"props":1237,"children":1238},{},[1239],{"type":52,"value":1240},"render-blueprints",{"type":52,"value":1242}," — ",{"type":46,"tag":124,"props":1244,"children":1246},{"className":1245},[],[1247],{"type":52,"value":21},{"type":52,"value":1249}," field in ",{"type":46,"tag":124,"props":1251,"children":1253},{"className":1252},[],[1254],{"type":52,"value":1255},"render.yaml",{"type":46,"tag":1257,"props":1258,"children":1259},"style",{},[1260],{"type":52,"value":1261},"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":1263,"total":1467},[1264,1285,1308,1325,1341,1359,1378,1394,1410,1424,1436,1451],{"slug":1265,"name":1265,"fn":1266,"description":1267,"org":1268,"tags":1269,"stars":1282,"repoUrl":1283,"updatedAt":1284},"prior-auth-packet-builder","build healthcare prior authorization packets","Build a concise prior authorization packet from local case files and payer policy docs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1270,1273,1276,1279],{"name":1271,"slug":1272,"type":15},"Documents","documents",{"name":1274,"slug":1275,"type":15},"Healthcare","healthcare",{"name":1277,"slug":1278,"type":15},"Insurance","insurance",{"name":1280,"slug":1281,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":1286,"name":1286,"fn":1287,"description":1288,"org":1289,"tags":1290,"stars":1305,"repoUrl":1306,"updatedAt":1307},"aspnet-core","build ASP.NET Core web applications","Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization, testing, performance, deployment, or ASP.NET Core upgrades.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1291,1294,1296,1299,1302],{"name":1292,"slug":1293,"type":15},".NET","dotnet",{"name":1295,"slug":1286,"type":15},"ASP.NET Core",{"name":1297,"slug":1298,"type":15},"Blazor","blazor",{"name":1300,"slug":1301,"type":15},"C#","csharp",{"name":1303,"slug":1304,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":1309,"name":1309,"fn":1310,"description":1311,"org":1312,"tags":1313,"stars":1305,"repoUrl":1306,"updatedAt":1324},"chatgpt-apps","build ChatGPT Apps SDK applications","Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1314,1317,1320,1323],{"name":1315,"slug":1316,"type":15},"Apps SDK","apps-sdk",{"name":1318,"slug":1319,"type":15},"ChatGPT","chatgpt",{"name":1321,"slug":1322,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":1326,"name":1326,"fn":1327,"description":1328,"org":1329,"tags":1330,"stars":1305,"repoUrl":1306,"updatedAt":1340},"cli-creator","build CLIs from API docs","Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read\u002Fwrite commands, return stable JSON, manage auth, and pair with a companion skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1331,1334,1337],{"name":1332,"slug":1333,"type":15},"API Development","api-development",{"name":1335,"slug":1336,"type":15},"CLI","cli",{"name":1338,"slug":1339,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":1342,"name":1342,"fn":1343,"description":1344,"org":1345,"tags":1346,"stars":1305,"repoUrl":1306,"updatedAt":1358},"cloudflare-deploy","deploy projects to Cloudflare","Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1347,1349,1352,1355],{"name":529,"slug":1348,"type":15},"cloudflare",{"name":1350,"slug":1351,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":1353,"slug":1354,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":1356,"slug":1357,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":1360,"name":1360,"fn":1361,"description":1362,"org":1363,"tags":1364,"stars":1305,"repoUrl":1306,"updatedAt":1377},"define-goal","define and set measurable project goals","Help the user define a concrete, measurable goal before starting work, especially when they ask to use the goal tool, create a goal, set an objective, clarify success criteria, or turn a fuzzy intention into a quantitative outcome. Use this skill for goal creation and goal refinement only; it does not manage durable snapshots, decision logs, or long-running execution artifacts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1365,1368,1371,1374],{"name":1366,"slug":1367,"type":15},"Productivity","productivity",{"name":1369,"slug":1370,"type":15},"Project Management","project-management",{"name":1372,"slug":1373,"type":15},"Strategy","strategy",{"name":1375,"slug":1376,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":1379,"name":1379,"fn":1380,"description":1381,"org":1382,"tags":1383,"stars":1305,"repoUrl":1306,"updatedAt":1393},"figma","translate Figma designs into code","Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1384,1387,1389,1392],{"name":1385,"slug":1386,"type":15},"Design","design",{"name":1388,"slug":1379,"type":15},"Figma",{"name":1390,"slug":1391,"type":15},"Frontend","frontend",{"name":1321,"slug":1322,"type":15},"2026-04-12T05:06:47.939943",{"slug":1395,"name":1395,"fn":1396,"description":1397,"org":1398,"tags":1399,"stars":1305,"repoUrl":1306,"updatedAt":1409},"figma-code-connect-components","connect Figma designs to code components","Connects Figma design components to code components using Code Connect mapping tools. Use when user says \"code connect\", \"connect this component to code\", \"map this component\", \"link component to code\", \"create code connect mapping\", or wants to establish mappings between Figma designs and code implementations. For canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1400,1401,1404,1405,1406],{"name":1385,"slug":1386,"type":15},{"name":1402,"slug":1403,"type":15},"Design System","design-system",{"name":1388,"slug":1379,"type":15},{"name":1390,"slug":1391,"type":15},{"name":1407,"slug":1408,"type":15},"UI Components","ui-components","2026-05-10T05:59:52.971881",{"slug":1411,"name":1411,"fn":1412,"description":1413,"org":1414,"tags":1415,"stars":1305,"repoUrl":1306,"updatedAt":1423},"figma-create-design-system-rules","generate design system rules from Figma","Generates custom design system rules for the user's codebase. Use when user says \"create design system rules\", \"generate rules for my project\", \"set up design rules\", \"customize design system guidelines\", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server connection.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1416,1417,1418,1421,1422],{"name":1385,"slug":1386,"type":15},{"name":1402,"slug":1403,"type":15},{"name":1419,"slug":1420,"type":15},"Documentation","documentation",{"name":1388,"slug":1379,"type":15},{"name":1390,"slug":1391,"type":15},"2026-05-16T06:07:47.821474",{"slug":1425,"name":1425,"fn":1426,"description":1427,"org":1428,"tags":1429,"stars":1305,"repoUrl":1306,"updatedAt":1435},"figma-implement-design","translate Figma designs into application code","Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions \"implement design\", \"generate code\", \"implement component\", provides Figma URLs, or asks to build components matching Figma specs. For Figma canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1430,1431,1432,1433,1434],{"name":1385,"slug":1386,"type":15},{"name":1388,"slug":1379,"type":15},{"name":1390,"slug":1391,"type":15},{"name":1407,"slug":1408,"type":15},{"name":1303,"slug":1304,"type":15},"2026-05-16T06:07:40.583615",{"slug":1437,"name":1437,"fn":1438,"description":1439,"org":1440,"tags":1441,"stars":1305,"repoUrl":1306,"updatedAt":1450},"hatch-pet","create animated pets for Codex","Create, repair, validate, visually QA, and package Codex-compatible animated pets and pet spritesheets from character art, generated images, company or prospect brand cues, or visual references. Use when a user wants a lightweight-worker Codex pet workflow, a non-pixel custom pet style, a prospect or company mascot pet, or a full 8x9 animated pet atlas with transparent unused cells, QA contact sheets, and pet.json packaging. This skill composes the installed $imagegen system skill for visual generation and uses bundled scripts for deterministic spritesheet assembly.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1442,1445,1446,1449],{"name":1443,"slug":1444,"type":15},"Animation","animation",{"name":1338,"slug":1339,"type":15},{"name":1447,"slug":1448,"type":15},"Creative","creative",{"name":1385,"slug":1386,"type":15},"2026-05-02T05:31:48.48485",{"slug":1452,"name":1452,"fn":1453,"description":1454,"org":1455,"tags":1456,"stars":1305,"repoUrl":1306,"updatedAt":1466},"imagegen","generate and edit raster images","Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output should be a bitmap asset rather than repo-native code or vector. Do not use when the task is better handled by editing existing SVG\u002Fvector\u002Fcode-native assets, extending an established icon or logo system, or building the visual directly in HTML\u002FCSS\u002Fcanvas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1457,1458,1459,1462,1465],{"name":1447,"slug":1448,"type":15},{"name":1385,"slug":1386,"type":15},{"name":1460,"slug":1461,"type":15},"Image Generation","image-generation",{"name":1463,"slug":1464,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675,{"items":1469,"total":1582},[1470,1486,1502,1514,1532,1550,1570],{"slug":1471,"name":1471,"fn":1472,"description":1473,"org":1474,"tags":1475,"stars":25,"repoUrl":26,"updatedAt":27},"accessibility-and-inclusive-visualization","make data visualizations accessible","Make data visualizations accessible and inclusive. Use when the user needs chart or diagram accessibility guidance, text alternatives for complex visuals, color and contrast review, keyboard support, reduced-motion behavior for animation or parallax, or an accessibility QA workflow for exported figures, UML-like diagrams, and dashboards.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1476,1479,1482,1485],{"name":1477,"slug":1478,"type":15},"Accessibility","accessibility",{"name":1480,"slug":1481,"type":15},"Charts","charts",{"name":1483,"slug":1484,"type":15},"Data Visualization","data-visualization",{"name":1385,"slug":1386,"type":15},{"slug":1487,"name":1487,"fn":1488,"description":1489,"org":1490,"tags":1491,"stars":25,"repoUrl":26,"updatedAt":1501},"agent-browser","automate browser interactions for agents","Browser automation CLI for AI agents. Use when the user needs to interact with websites, verify dev server output, test web apps, navigate pages, fill forms, click buttons, take screenshots, extract data, or automate any browser task. Also triggers when a dev server starts so you can verify it visually.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1492,1495,1498],{"name":1493,"slug":1494,"type":15},"Agents","agents",{"name":1496,"slug":1497,"type":15},"Browser Automation","browser-automation",{"name":1499,"slug":1500,"type":15},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":1503,"name":1503,"fn":1504,"description":1505,"org":1506,"tags":1507,"stars":25,"repoUrl":26,"updatedAt":1513},"agent-browser-verify","verify dev server output with automated browser","Automated browser verification for dev servers. Triggers when a dev server starts to run a visual gut-check with agent-browser — verifies the page loads, checks for console errors, validates key UI elements, and reports pass\u002Ffail before continuing.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1508,1509,1512],{"name":1496,"slug":1497,"type":15},{"name":1510,"slug":1511,"type":15},"Local Development","local-development",{"name":1499,"slug":1500,"type":15},"2026-04-06T18:41:17.526867",{"slug":1515,"name":1515,"fn":1516,"description":1517,"org":1518,"tags":1519,"stars":25,"repoUrl":26,"updatedAt":1531},"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. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1520,1521,1522,1525,1528],{"name":1493,"slug":1494,"type":15},{"name":1353,"slug":1354,"type":15},{"name":1523,"slug":1524,"type":15},"SDK","sdk",{"name":1526,"slug":1527,"type":15},"Serverless","serverless",{"name":1529,"slug":1530,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":1533,"name":1533,"fn":1534,"description":1535,"org":1536,"tags":1537,"stars":25,"repoUrl":26,"updatedAt":1549},"ai-elements","build chat UIs with AI Elements","AI Elements component library guidance — pre-built React components for AI interfaces built on shadcn\u002Fui. Use when building chat UIs, message displays, tool call rendering, streaming responses, reasoning panels, or any AI-native interface with the AI SDK.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1538,1539,1542,1545,1546],{"name":1390,"slug":1391,"type":15},{"name":1540,"slug":1541,"type":15},"React","react",{"name":1543,"slug":1544,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":1407,"slug":1408,"type":15},{"name":1547,"slug":1548,"type":15},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":1551,"name":1551,"fn":1552,"description":1553,"org":1554,"tags":1555,"stars":25,"repoUrl":26,"updatedAt":1569},"ai-gateway","configure Vercel AI Gateway","Vercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified API.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1556,1559,1562,1565,1568],{"name":1557,"slug":1558,"type":15},"AI Infrastructure","ai-infrastructure",{"name":1560,"slug":1561,"type":15},"Cost Optimization","cost-optimization",{"name":1563,"slug":1564,"type":15},"LLM","llm",{"name":1566,"slug":1567,"type":15},"Performance","performance",{"name":1547,"slug":1548,"type":15},"2026-04-06T18:40:44.377464",{"slug":1571,"name":1571,"fn":1572,"description":1573,"org":1574,"tags":1575,"stars":25,"repoUrl":26,"updatedAt":1581},"ai-generation-persistence","implement persistence patterns for AI generations","AI generation persistence patterns — unique IDs, addressable URLs, database storage, and cost tracking for every LLM generation",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1576,1577,1580],{"name":1560,"slug":1561,"type":15},{"name":1578,"slug":1579,"type":15},"Database","database",{"name":1563,"slug":1564,"type":15},"2026-04-06T18:41:08.513425",600]