[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-automattic-hosting-plans-helper":3,"mdc-a3rdcm-key":37,"related-org-automattic-hosting-plans-helper":383,"related-repo-automattic-hosting-plans-helper":562},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":22,"repoUrl":23,"updatedAt":24,"license":25,"forks":26,"topics":27,"repo":32,"sourceUrl":35,"mdContent":36},"hosting-plans-helper","provide WordPress.com hosting plan information","Answer WordPress.com plan, pricing, upgrade, and feature-tier questions (plan names, what each tier unlocks — plugins, themes, custom code, SSH, hosting — and current prices) from authoritative live data. Load before answering ANY plan, pricing, or feature-gating question; never answer these from memory.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"automattic","Automattic","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fautomattic.png",[12,16,19],{"name":13,"slug":14,"type":15},"Reference","reference","tag",{"name":17,"slug":18,"type":15},"WordPress","wordpress",{"name":20,"slug":21,"type":15},"Pricing","pricing",484,"https:\u002F\u002Fgithub.com\u002FAutomattic\u002Fstudio","2026-07-02T07:42:33.654791",null,82,[28,29,30,31,18],"agents","cli","desktop","electron",{"repoUrl":23,"stars":22,"forks":26,"topics":33,"description":34},[28,29,30,31,18],"WordPress Studio, a free desktop app and CLI that helps developers streamline their local WordPress development workflow.","https:\u002F\u002Fgithub.com\u002FAutomattic\u002Fstudio\u002Ftree\u002FHEAD\u002Fapps\u002Fcli\u002Fai\u002Fskills\u002Fhosting-plans-helper","---\nname: hosting-plans-helper\ndescription: Answer WordPress.com plan, pricing, upgrade, and feature-tier questions (plan names, what each tier unlocks — plugins, themes, custom code, SSH, hosting — and current prices) from authoritative live data. Load before answering ANY plan, pricing, or feature-gating question; never answer these from memory.\nuser-invokable: true\n---\n\n# Hosting Plans Helper\n\nUse this skill whenever the user asks about WordPress.com (or Pressable) plans,\npricing, upgrades, or what a plan tier unlocks — for example \"which plan do I need\nfor plugins?\", \"what does Business include?\", \"how much is Commerce?\", \"can I use\ncustom CSS on Premium?\", or \"should I upgrade?\".\n\n## Hard rule: never answer from memory\n\nPlan names, prices, and feature-tier gating change, and your training data is stale.\nYou MUST fetch current data with this skill before answering. Do not state a plan\nname, a price, or which tier unlocks a feature from memory — even if you are\nconfident. If the fetch fails, say you can't verify current plan data right now and\npoint the user to https:\u002F\u002Fwordpress.com\u002Fpricing; do not guess.\n\n## Step 1: Fetch plan names and features\n\nFetch `wpcom\u002Fv2\u002Fplans\u002Ffeatures`. It returns, per plan, the current `name`, the\n`product_slug` (used to look up the price in Step 2), and the full list of `features`\nthat tier unlocks — grouped (Essential features, Performance boosters, High\nAvailability, Developer tools, Security, etc.).\n\n**Local sites (Bash tool available):**\n\n```text\ncurl -s \"https:\u002F\u002Fpublic-api.wordpress.com\u002Fwpcom\u002Fv2\u002Fplans\u002Ffeatures?locale=en\"\n```\n\n**Connected WordPress.com sites (wpcom_request tool available, no Bash):**\n\n```text\nwpcom_request  method=GET  path=\"!\u002Fplans\u002Ffeatures\"  apiNamespace=\"wpcom\u002Fv2\"\n```\n\n## Step 2: Fetch current prices\n\nFetch `wpcom\u002Fv2\u002Fproducts` for prices. It is keyed by product slug; each product has a\n`cost_display` (the formatted, **already-localized** price, e.g. `\"$300\"`) and a\n`currency_code`.\n\n**Local sites:**\n\n```text\ncurl -s \"https:\u002F\u002Fpublic-api.wordpress.com\u002Fwpcom\u002Fv2\u002Fproducts\"\n```\n\n**Connected WordPress.com sites:**\n\n```text\nwpcom_request  method=GET  path=\"!\u002Fproducts\"  apiNamespace=\"wpcom\u002Fv2\"\n```\n\nBoth endpoints are public (no authentication) and both are reachable in either\nenvironment.\n\n## Step 3: Answer from the fetched data only\n\n- Use the exact plan **names** from Step 1 — do not rename or substitute legacy\n  names.\n- For a plan's **price**, look up `products[ plan.product_slug ].cost_display` and\n  quote it as-is (it is already localized; mention the currency). The free plan has\n  no price.\n- To answer \"does plan X include feature Y?\" or \"what do I need for Y?\", check the\n  per-plan `features` list from Step 1. Each feature has a `title`, a `tooltip` (use\n  it to explain), and a `group`. Recommend the lowest tier whose `features` includes\n  what the user needs.\n- When recommending an upgrade, name the specific tier and the concrete features it\n  unlocks for the user's stated goal.\n\n### Phrasing\n\nAnswer directly and authoritatively, as plain product knowledge. Do not mention that\nyou fetched anything, or reference \"the live data\", \"the data I fetched\", \"according\nto the API\", or any source or tool. The fetched data is simply the truth — state it.\n\n- Yes: \"Plugins are supported on the Personal plan and above.\"\n- No: \"Based on the live data I just fetched, plugins are supported on Personal and\n  above.\"\n\n## Scope\n\nCurrently covers the WordPress.com consumer plans (Free, Personal, Premium,\nBusiness, Commerce). If the user asks about a plan or product not in the response\n(e.g. Pressable, Woo Hosted, VIP, enterprise), say it's not covered by this data and\npoint them to https:\u002F\u002Fwordpress.com\u002Fpricing rather than answering from memory.\n",{"data":38,"body":40},{"name":4,"description":6,"user-invokable":39},true,{"type":41,"children":42},"root",[43,51,57,64,79,85,123,132,144,152,161,167,210,218,227,235,244,249,255,340,347,352,365,371],{"type":44,"tag":45,"props":46,"children":47},"element","h1",{"id":4},[48],{"type":49,"value":50},"text","Hosting Plans Helper",{"type":44,"tag":52,"props":53,"children":54},"p",{},[55],{"type":49,"value":56},"Use this skill whenever the user asks about WordPress.com (or Pressable) plans,\npricing, upgrades, or what a plan tier unlocks — for example \"which plan do I need\nfor plugins?\", \"what does Business include?\", \"how much is Commerce?\", \"can I use\ncustom CSS on Premium?\", or \"should I upgrade?\".",{"type":44,"tag":58,"props":59,"children":61},"h2",{"id":60},"hard-rule-never-answer-from-memory",[62],{"type":49,"value":63},"Hard rule: never answer from memory",{"type":44,"tag":52,"props":65,"children":66},{},[67,69,77],{"type":49,"value":68},"Plan names, prices, and feature-tier gating change, and your training data is stale.\nYou MUST fetch current data with this skill before answering. Do not state a plan\nname, a price, or which tier unlocks a feature from memory — even if you are\nconfident. If the fetch fails, say you can't verify current plan data right now and\npoint the user to ",{"type":44,"tag":70,"props":71,"children":75},"a",{"href":72,"rel":73},"https:\u002F\u002Fwordpress.com\u002Fpricing",[74],"nofollow",[76],{"type":49,"value":72},{"type":49,"value":78},"; do not guess.",{"type":44,"tag":58,"props":80,"children":82},{"id":81},"step-1-fetch-plan-names-and-features",[83],{"type":49,"value":84},"Step 1: Fetch plan names and features",{"type":44,"tag":52,"props":86,"children":87},{},[88,90,97,99,105,107,113,115,121],{"type":49,"value":89},"Fetch ",{"type":44,"tag":91,"props":92,"children":94},"code",{"className":93},[],[95],{"type":49,"value":96},"wpcom\u002Fv2\u002Fplans\u002Ffeatures",{"type":49,"value":98},". It returns, per plan, the current ",{"type":44,"tag":91,"props":100,"children":102},{"className":101},[],[103],{"type":49,"value":104},"name",{"type":49,"value":106},", the\n",{"type":44,"tag":91,"props":108,"children":110},{"className":109},[],[111],{"type":49,"value":112},"product_slug",{"type":49,"value":114}," (used to look up the price in Step 2), and the full list of ",{"type":44,"tag":91,"props":116,"children":118},{"className":117},[],[119],{"type":49,"value":120},"features",{"type":49,"value":122},"\nthat tier unlocks — grouped (Essential features, Performance boosters, High\nAvailability, Developer tools, Security, etc.).",{"type":44,"tag":52,"props":124,"children":125},{},[126],{"type":44,"tag":127,"props":128,"children":129},"strong",{},[130],{"type":49,"value":131},"Local sites (Bash tool available):",{"type":44,"tag":133,"props":134,"children":139},"pre",{"className":135,"code":137,"language":49,"meta":138},[136],"language-text","curl -s \"https:\u002F\u002Fpublic-api.wordpress.com\u002Fwpcom\u002Fv2\u002Fplans\u002Ffeatures?locale=en\"\n","",[140],{"type":44,"tag":91,"props":141,"children":142},{"__ignoreMap":138},[143],{"type":49,"value":137},{"type":44,"tag":52,"props":145,"children":146},{},[147],{"type":44,"tag":127,"props":148,"children":149},{},[150],{"type":49,"value":151},"Connected WordPress.com sites (wpcom_request tool available, no Bash):",{"type":44,"tag":133,"props":153,"children":156},{"className":154,"code":155,"language":49,"meta":138},[136],"wpcom_request  method=GET  path=\"!\u002Fplans\u002Ffeatures\"  apiNamespace=\"wpcom\u002Fv2\"\n",[157],{"type":44,"tag":91,"props":158,"children":159},{"__ignoreMap":138},[160],{"type":49,"value":155},{"type":44,"tag":58,"props":162,"children":164},{"id":163},"step-2-fetch-current-prices",[165],{"type":49,"value":166},"Step 2: Fetch current prices",{"type":44,"tag":52,"props":168,"children":169},{},[170,171,177,179,185,187,192,194,200,202,208],{"type":49,"value":89},{"type":44,"tag":91,"props":172,"children":174},{"className":173},[],[175],{"type":49,"value":176},"wpcom\u002Fv2\u002Fproducts",{"type":49,"value":178}," for prices. It is keyed by product slug; each product has a\n",{"type":44,"tag":91,"props":180,"children":182},{"className":181},[],[183],{"type":49,"value":184},"cost_display",{"type":49,"value":186}," (the formatted, ",{"type":44,"tag":127,"props":188,"children":189},{},[190],{"type":49,"value":191},"already-localized",{"type":49,"value":193}," price, e.g. ",{"type":44,"tag":91,"props":195,"children":197},{"className":196},[],[198],{"type":49,"value":199},"\"$300\"",{"type":49,"value":201},") and a\n",{"type":44,"tag":91,"props":203,"children":205},{"className":204},[],[206],{"type":49,"value":207},"currency_code",{"type":49,"value":209},".",{"type":44,"tag":52,"props":211,"children":212},{},[213],{"type":44,"tag":127,"props":214,"children":215},{},[216],{"type":49,"value":217},"Local sites:",{"type":44,"tag":133,"props":219,"children":222},{"className":220,"code":221,"language":49,"meta":138},[136],"curl -s \"https:\u002F\u002Fpublic-api.wordpress.com\u002Fwpcom\u002Fv2\u002Fproducts\"\n",[223],{"type":44,"tag":91,"props":224,"children":225},{"__ignoreMap":138},[226],{"type":49,"value":221},{"type":44,"tag":52,"props":228,"children":229},{},[230],{"type":44,"tag":127,"props":231,"children":232},{},[233],{"type":49,"value":234},"Connected WordPress.com sites:",{"type":44,"tag":133,"props":236,"children":239},{"className":237,"code":238,"language":49,"meta":138},[136],"wpcom_request  method=GET  path=\"!\u002Fproducts\"  apiNamespace=\"wpcom\u002Fv2\"\n",[240],{"type":44,"tag":91,"props":241,"children":242},{"__ignoreMap":138},[243],{"type":49,"value":238},{"type":44,"tag":52,"props":245,"children":246},{},[247],{"type":49,"value":248},"Both endpoints are public (no authentication) and both are reachable in either\nenvironment.",{"type":44,"tag":58,"props":250,"children":252},{"id":251},"step-3-answer-from-the-fetched-data-only",[253],{"type":49,"value":254},"Step 3: Answer from the fetched data only",{"type":44,"tag":256,"props":257,"children":258},"ul",{},[259,272,292,335],{"type":44,"tag":260,"props":261,"children":262},"li",{},[263,265,270],{"type":49,"value":264},"Use the exact plan ",{"type":44,"tag":127,"props":266,"children":267},{},[268],{"type":49,"value":269},"names",{"type":49,"value":271}," from Step 1 — do not rename or substitute legacy\nnames.",{"type":44,"tag":260,"props":273,"children":274},{},[275,277,282,284,290],{"type":49,"value":276},"For a plan's ",{"type":44,"tag":127,"props":278,"children":279},{},[280],{"type":49,"value":281},"price",{"type":49,"value":283},", look up ",{"type":44,"tag":91,"props":285,"children":287},{"className":286},[],[288],{"type":49,"value":289},"products[ plan.product_slug ].cost_display",{"type":49,"value":291}," and\nquote it as-is (it is already localized; mention the currency). The free plan has\nno price.",{"type":44,"tag":260,"props":293,"children":294},{},[295,297,302,304,310,312,318,320,326,328,333],{"type":49,"value":296},"To answer \"does plan X include feature Y?\" or \"what do I need for Y?\", check the\nper-plan ",{"type":44,"tag":91,"props":298,"children":300},{"className":299},[],[301],{"type":49,"value":120},{"type":49,"value":303}," list from Step 1. Each feature has a ",{"type":44,"tag":91,"props":305,"children":307},{"className":306},[],[308],{"type":49,"value":309},"title",{"type":49,"value":311},", a ",{"type":44,"tag":91,"props":313,"children":315},{"className":314},[],[316],{"type":49,"value":317},"tooltip",{"type":49,"value":319}," (use\nit to explain), and a ",{"type":44,"tag":91,"props":321,"children":323},{"className":322},[],[324],{"type":49,"value":325},"group",{"type":49,"value":327},". Recommend the lowest tier whose ",{"type":44,"tag":91,"props":329,"children":331},{"className":330},[],[332],{"type":49,"value":120},{"type":49,"value":334}," includes\nwhat the user needs.",{"type":44,"tag":260,"props":336,"children":337},{},[338],{"type":49,"value":339},"When recommending an upgrade, name the specific tier and the concrete features it\nunlocks for the user's stated goal.",{"type":44,"tag":341,"props":342,"children":344},"h3",{"id":343},"phrasing",[345],{"type":49,"value":346},"Phrasing",{"type":44,"tag":52,"props":348,"children":349},{},[350],{"type":49,"value":351},"Answer directly and authoritatively, as plain product knowledge. Do not mention that\nyou fetched anything, or reference \"the live data\", \"the data I fetched\", \"according\nto the API\", or any source or tool. The fetched data is simply the truth — state it.",{"type":44,"tag":256,"props":353,"children":354},{},[355,360],{"type":44,"tag":260,"props":356,"children":357},{},[358],{"type":49,"value":359},"Yes: \"Plugins are supported on the Personal plan and above.\"",{"type":44,"tag":260,"props":361,"children":362},{},[363],{"type":49,"value":364},"No: \"Based on the live data I just fetched, plugins are supported on Personal and\nabove.\"",{"type":44,"tag":58,"props":366,"children":368},{"id":367},"scope",[369],{"type":49,"value":370},"Scope",{"type":44,"tag":52,"props":372,"children":373},{},[374,376,381],{"type":49,"value":375},"Currently covers the WordPress.com consumer plans (Free, Personal, Premium,\nBusiness, Commerce). If the user asks about a plan or product not in the response\n(e.g. Pressable, Woo Hosted, VIP, enterprise), say it's not covered by this data and\npoint them to ",{"type":44,"tag":70,"props":377,"children":379},{"href":72,"rel":378},[74],[380],{"type":49,"value":72},{"type":49,"value":382}," rather than answering from memory.",{"items":384,"total":561},[385,404,421,427,444,459,473,488,505,515,530,546],{"slug":386,"name":386,"fn":387,"description":388,"org":389,"tags":390,"stars":22,"repoUrl":23,"updatedAt":403},"annotate","collect visual feedback with browser annotation tools","Open a browser with visual annotation tools. The user clicks elements on their site and leaves feedback — the agent reads annotations and makes changes. Use this when the user wants to point at specific elements to fix, tweak, or redesign.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[391,394,397,400],{"name":392,"slug":393,"type":15},"Frontend","frontend",{"name":395,"slug":396,"type":15},"Productivity","productivity",{"name":398,"slug":399,"type":15},"UX Copy","ux-copy",{"name":401,"slug":402,"type":15},"UX Design","ux-design","2026-05-06T05:40:01.516544",{"slug":405,"name":405,"fn":406,"description":407,"org":408,"tags":409,"stars":22,"repoUrl":23,"updatedAt":420},"block-content","write editable WordPress block markup","Write editable WordPress block markup for local Studio sites, including core\u002Fhtml limits, block-theme layout rules, full-width sections, validation, and skeleton-first page\u002FCSS recipes.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[410,413,416,419],{"name":411,"slug":412,"type":15},"Block Editor","block-editor",{"name":414,"slug":415,"type":15},"CSS","css",{"name":417,"slug":418,"type":15},"HTML","html",{"name":17,"slug":18,"type":15},"2026-05-27T07:01:55.629681",{"slug":4,"name":4,"fn":5,"description":6,"org":422,"tags":423,"stars":22,"repoUrl":23,"updatedAt":24},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[424,425,426],{"name":20,"slug":21,"type":15},{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},{"slug":428,"name":428,"fn":429,"description":430,"org":431,"tags":432,"stars":22,"repoUrl":23,"updatedAt":443},"liberate","migrate websites to WordPress","Import and rebuild a website from a closed platform (Wix, Squarespace, Webflow, Shopify, GoDaddy, Hostinger, HubSpot, Weebly) into a Studio WordPress site. Extracts pages\u002Fposts\u002Fproducts + media, then reconstructs the design as editable blocks + WooCommerce OR as a high-fidelity replica theme. Invoke when the user wants to migrate, import, liberate, or rebuild a site from one of these platforms.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[433,436,439,442],{"name":434,"slug":435,"type":15},"CMS","cms",{"name":437,"slug":438,"type":15},"Migration","migration",{"name":440,"slug":441,"type":15},"Web Development","web-development",{"name":17,"slug":18,"type":15},"2026-07-09T06:47:33.454311",{"slug":445,"name":445,"fn":446,"description":447,"org":448,"tags":449,"stars":22,"repoUrl":23,"updatedAt":458},"need-for-speed","run frontend performance audits for WordPress sites","Run a frontend performance audit on a WordPress site and get actionable optimization recommendations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[450,453,454,457],{"name":451,"slug":452,"type":15},"Audit","audit",{"name":392,"slug":393,"type":15},{"name":455,"slug":456,"type":15},"Performance","performance",{"name":17,"slug":18,"type":15},"2026-05-06T05:40:06.433267",{"slug":460,"name":460,"fn":461,"description":462,"org":463,"tags":464,"stars":22,"repoUrl":23,"updatedAt":472},"plugin-recommendations","recommend WordPress plugins for site features","Choose recommended plugins and plugin-provided blocks for features core WordPress blocks do not cover - ecommerce (WooCommerce), forms and newsletters (Jetpack), online courses and quizzes (Sensei LMS), polls, surveys and ratings (Crowdsignal), spam protection (Akismet) - while keeping generated content editable and avoiding raw HTML fallbacks. Any request to sell products or build a shop, store, or storefront requires WooCommerce with products.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[465,468,471],{"name":466,"slug":467,"type":15},"Content Creation","content-creation",{"name":469,"slug":470,"type":15},"Plugin Development","plugin-development",{"name":17,"slug":18,"type":15},"2026-05-27T07:01:58.249105",{"slug":474,"name":474,"fn":475,"description":476,"org":477,"tags":478,"stars":22,"repoUrl":23,"updatedAt":487},"rank-me-up","run on-page SEO audits for WordPress sites","Run an on-page SEO audit on a WordPress site and get actionable recommendations to improve search visibility.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[479,480,483,486],{"name":451,"slug":452,"type":15},{"name":481,"slug":482,"type":15},"Marketing","marketing",{"name":484,"slug":485,"type":15},"SEO","seo",{"name":17,"slug":18,"type":15},"2026-05-06T05:40:05.196367",{"slug":489,"name":489,"fn":490,"description":491,"org":492,"tags":493,"stars":22,"repoUrl":23,"updatedAt":504},"site-spec","gather specifications for new WordPress sites","Gather the site name and layout preference before building a WordPress site. Run this before creating any new site.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[494,497,500,503],{"name":495,"slug":496,"type":15},"Design","design",{"name":498,"slug":499,"type":15},"Product Management","product-management",{"name":501,"slug":502,"type":15},"Specs","specs",{"name":17,"slug":18,"type":15},"2026-05-06T05:40:02.739409",{"slug":506,"name":506,"fn":507,"description":508,"org":509,"tags":510,"stars":22,"repoUrl":23,"updatedAt":514},"studio-cli","manage local WordPress sites with Studio CLI","Use the Studio CLI to manage local WordPress sites, authentication, and preview sites. Invoke this skill when you need to run Studio CLI commands, manage sites, or troubleshoot site issues.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[511,513],{"name":512,"slug":29,"type":15},"CLI",{"name":17,"slug":18,"type":15},"2026-04-06T18:02:57.150231",{"slug":516,"name":516,"fn":517,"description":518,"org":519,"tags":520,"stars":22,"repoUrl":23,"updatedAt":529},"taxonomist","optimize WordPress category taxonomy","Analyze and optimize a WordPress site's category taxonomy. Exports all posts, uses AI to suggest an improved category structure — merging duplicates, retiring dead categories, creating missing ones, writing descriptions, and re-categorizing posts. Run this when the user wants to clean up or improve their categories.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[521,524,527,528],{"name":522,"slug":523,"type":15},"Content Strategy","content-strategy",{"name":525,"slug":526,"type":15},"Data Cleaning","data-cleaning",{"name":484,"slug":485,"type":15},{"name":17,"slug":18,"type":15},"2026-05-06T05:40:03.966799",{"slug":531,"name":531,"fn":532,"description":533,"org":534,"tags":535,"stars":22,"repoUrl":23,"updatedAt":545},"visual-design","plan and execute visual design direction","Plan and execute high-quality visual direction for site creation, redesign, layout, typography, color, motion, and visual polish.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[536,539,540,543],{"name":537,"slug":538,"type":15},"Animation","animation",{"name":495,"slug":496,"type":15},{"name":541,"slug":542,"type":15},"Typography","typography",{"name":544,"slug":531,"type":15},"Visual Design","2026-07-24T05:40:57.887452",{"slug":547,"name":547,"fn":548,"description":549,"org":550,"tags":551,"stars":22,"repoUrl":23,"updatedAt":560},"visual-polish","verify and polish website visual design","Verify and polish a built or redesigned site by diagnosing rendered-DOM issues against intent and fixing them in a planned, batched screenshot-and-fix loop.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[552,555,556,559],{"name":553,"slug":554,"type":15},"Debugging","debugging",{"name":392,"slug":393,"type":15},{"name":557,"slug":558,"type":15},"Screenshots","screenshots",{"name":544,"slug":531,"type":15},"2026-06-06T07:09:59.809812",81,{"items":563,"total":611},[564,571,578,584,591,598,604],{"slug":386,"name":386,"fn":387,"description":388,"org":565,"tags":566,"stars":22,"repoUrl":23,"updatedAt":403},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[567,568,569,570],{"name":392,"slug":393,"type":15},{"name":395,"slug":396,"type":15},{"name":398,"slug":399,"type":15},{"name":401,"slug":402,"type":15},{"slug":405,"name":405,"fn":406,"description":407,"org":572,"tags":573,"stars":22,"repoUrl":23,"updatedAt":420},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[574,575,576,577],{"name":411,"slug":412,"type":15},{"name":414,"slug":415,"type":15},{"name":417,"slug":418,"type":15},{"name":17,"slug":18,"type":15},{"slug":4,"name":4,"fn":5,"description":6,"org":579,"tags":580,"stars":22,"repoUrl":23,"updatedAt":24},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[581,582,583],{"name":20,"slug":21,"type":15},{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},{"slug":428,"name":428,"fn":429,"description":430,"org":585,"tags":586,"stars":22,"repoUrl":23,"updatedAt":443},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[587,588,589,590],{"name":434,"slug":435,"type":15},{"name":437,"slug":438,"type":15},{"name":440,"slug":441,"type":15},{"name":17,"slug":18,"type":15},{"slug":445,"name":445,"fn":446,"description":447,"org":592,"tags":593,"stars":22,"repoUrl":23,"updatedAt":458},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[594,595,596,597],{"name":451,"slug":452,"type":15},{"name":392,"slug":393,"type":15},{"name":455,"slug":456,"type":15},{"name":17,"slug":18,"type":15},{"slug":460,"name":460,"fn":461,"description":462,"org":599,"tags":600,"stars":22,"repoUrl":23,"updatedAt":472},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[601,602,603],{"name":466,"slug":467,"type":15},{"name":469,"slug":470,"type":15},{"name":17,"slug":18,"type":15},{"slug":474,"name":474,"fn":475,"description":476,"org":605,"tags":606,"stars":22,"repoUrl":23,"updatedAt":487},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[607,608,609,610],{"name":451,"slug":452,"type":15},{"name":481,"slug":482,"type":15},{"name":484,"slug":485,"type":15},{"name":17,"slug":18,"type":15},13]