[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-stripe-check-link-wallet":3,"mdc-isj43m-key":31,"related-repo-stripe-check-link-wallet":389,"related-org-stripe-check-link-wallet":437},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":20,"repoUrl":21,"updatedAt":22,"license":23,"forks":24,"topics":25,"repo":26,"sourceUrl":29,"mdContent":30},"check-link-wallet","manage Stripe Link wallet and accounts","Reads the connected Link account, the cards and bank accounts saved in its wallet, its saved shipping addresses, and the status of existing spend requests. Use when the user asks which Link account is connected, what payment methods or addresses Link has saved, or whether a Link purchase has been approved yet.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"stripe","Stripe","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fstripe.png",[12,16,19],{"name":13,"slug":14,"type":15},"Finance","finance","tag",{"name":17,"slug":18,"type":15},"Payments","payments",{"name":9,"slug":8,"type":15},626,"https:\u002F\u002Fgithub.com\u002Fstripe\u002Flink-cli","2026-08-28T15:09:26.455635",null,83,[],{"repoUrl":21,"stars":20,"forks":24,"topics":27,"description":28},[],"Let your agents spend on your behalf. Your payment credentials are never exposed. You approve every purchase.","https:\u002F\u002Fgithub.com\u002Fstripe\u002Flink-cli\u002Ftree\u002FHEAD\u002Fplugins\u002Fcursor-link\u002Fskills\u002Fcheck-link-wallet","---\nname: check-link-wallet\ndescription: Reads the connected Link account, the cards and bank accounts saved in its wallet, its saved shipping addresses, and the status of existing spend requests. Use when the user asks which Link account is connected, what payment methods or addresses Link has saved, or whether a Link purchase has been approved yet.\n---\n\n# Check a Link wallet\n\nRead-only inspection of the connected Link account through the Link MCP\nserver. Nothing here moves money or changes a spend request.\n\nTo actually buy something, use the `complete-link-purchase` skill instead.\n\n## Tools\n\n| Question | Tool |\n|---|---|\n| Which account is connected? | `get_userinfo` |\n| What cards and bank accounts are saved? | `list_payment_methods` |\n| What shipping addresses are saved? | `list_shipping_addresses` |\n| What purchases are pending or approved? | `list_spend_requests` |\n| What is the status of one purchase? | `get_spend_request` |\n\nCall only the tool that answers the question. Do not sweep all five to build a\npicture the user did not ask for.\n\n## Spend request status\n\n`list_spend_requests` returns only active requests by default — those in\n`created`, `pending_approval`, or `approved`. Pass `includeHistory` when the\nuser is asking about something that already finished or expired.\n\nThe statuses mean:\n\n- **`created`** — exists, but the user has not been asked to approve it yet.\n- **`pending_approval`** — waiting on the user. They approve in the Link app.\n- **`approved`** — ready to spend against.\n- Expired and terminal states are only visible with `includeHistory`, and\n  cannot be spent against. A user who still wants the purchase needs a fresh\n  one, raised with `request_virtual_card` — but only if they ask for it. Do not\n  offer to re-run a purchase off the back of a status question.\n\n`get_spend_request` returns the status of a single request by id. **Do not pass\nthe `include` parameter here.** `include: [\"card\"]` and\n`include: [\"shared_payment_token\"]` return live payment credentials, and they\nbelong only in the moment of paying, which is the other skill's job.\n\n## What to expose\n\n- Summarize. Do not dump raw JSON or object ids unless the user asks.\n- Payment methods: brand, type, and last four only. Never a full number.\n- Shipping addresses: city and postcode by default. Give the full address only\n  if the user asks for it.\n- Never surface tokens, credentials, or internal identifiers as an aside.\n\n## When the account is not connected\n\nAn authorization error from any of these tools means the user has not connected\nLink in Cursor, or the connection has lapsed. Say so plainly and let them\nreconnect. Do not retry in a loop, and do not try another tool hoping for a\ndifferent answer.\n",{"data":32,"body":33},{"name":4,"description":6},{"type":34,"children":35},"root",[36,45,51,65,72,185,190,196,238,243,308,349,355,378,384],{"type":37,"tag":38,"props":39,"children":41},"element","h1",{"id":40},"check-a-link-wallet",[42],{"type":43,"value":44},"text","Check a Link wallet",{"type":37,"tag":46,"props":47,"children":48},"p",{},[49],{"type":43,"value":50},"Read-only inspection of the connected Link account through the Link MCP\nserver. Nothing here moves money or changes a spend request.",{"type":37,"tag":46,"props":52,"children":53},{},[54,56,63],{"type":43,"value":55},"To actually buy something, use the ",{"type":37,"tag":57,"props":58,"children":60},"code",{"className":59},[],[61],{"type":43,"value":62},"complete-link-purchase",{"type":43,"value":64}," skill instead.",{"type":37,"tag":66,"props":67,"children":69},"h2",{"id":68},"tools",[70],{"type":43,"value":71},"Tools",{"type":37,"tag":73,"props":74,"children":75},"table",{},[76,95],{"type":37,"tag":77,"props":78,"children":79},"thead",{},[80],{"type":37,"tag":81,"props":82,"children":83},"tr",{},[84,90],{"type":37,"tag":85,"props":86,"children":87},"th",{},[88],{"type":43,"value":89},"Question",{"type":37,"tag":85,"props":91,"children":92},{},[93],{"type":43,"value":94},"Tool",{"type":37,"tag":96,"props":97,"children":98},"tbody",{},[99,117,134,151,168],{"type":37,"tag":81,"props":100,"children":101},{},[102,108],{"type":37,"tag":103,"props":104,"children":105},"td",{},[106],{"type":43,"value":107},"Which account is connected?",{"type":37,"tag":103,"props":109,"children":110},{},[111],{"type":37,"tag":57,"props":112,"children":114},{"className":113},[],[115],{"type":43,"value":116},"get_userinfo",{"type":37,"tag":81,"props":118,"children":119},{},[120,125],{"type":37,"tag":103,"props":121,"children":122},{},[123],{"type":43,"value":124},"What cards and bank accounts are saved?",{"type":37,"tag":103,"props":126,"children":127},{},[128],{"type":37,"tag":57,"props":129,"children":131},{"className":130},[],[132],{"type":43,"value":133},"list_payment_methods",{"type":37,"tag":81,"props":135,"children":136},{},[137,142],{"type":37,"tag":103,"props":138,"children":139},{},[140],{"type":43,"value":141},"What shipping addresses are saved?",{"type":37,"tag":103,"props":143,"children":144},{},[145],{"type":37,"tag":57,"props":146,"children":148},{"className":147},[],[149],{"type":43,"value":150},"list_shipping_addresses",{"type":37,"tag":81,"props":152,"children":153},{},[154,159],{"type":37,"tag":103,"props":155,"children":156},{},[157],{"type":43,"value":158},"What purchases are pending or approved?",{"type":37,"tag":103,"props":160,"children":161},{},[162],{"type":37,"tag":57,"props":163,"children":165},{"className":164},[],[166],{"type":43,"value":167},"list_spend_requests",{"type":37,"tag":81,"props":169,"children":170},{},[171,176],{"type":37,"tag":103,"props":172,"children":173},{},[174],{"type":43,"value":175},"What is the status of one purchase?",{"type":37,"tag":103,"props":177,"children":178},{},[179],{"type":37,"tag":57,"props":180,"children":182},{"className":181},[],[183],{"type":43,"value":184},"get_spend_request",{"type":37,"tag":46,"props":186,"children":187},{},[188],{"type":43,"value":189},"Call only the tool that answers the question. Do not sweep all five to build a\npicture the user did not ask for.",{"type":37,"tag":66,"props":191,"children":193},{"id":192},"spend-request-status",[194],{"type":43,"value":195},"Spend request status",{"type":37,"tag":46,"props":197,"children":198},{},[199,204,206,212,214,220,222,228,230,236],{"type":37,"tag":57,"props":200,"children":202},{"className":201},[],[203],{"type":43,"value":167},{"type":43,"value":205}," returns only active requests by default — those in\n",{"type":37,"tag":57,"props":207,"children":209},{"className":208},[],[210],{"type":43,"value":211},"created",{"type":43,"value":213},", ",{"type":37,"tag":57,"props":215,"children":217},{"className":216},[],[218],{"type":43,"value":219},"pending_approval",{"type":43,"value":221},", or ",{"type":37,"tag":57,"props":223,"children":225},{"className":224},[],[226],{"type":43,"value":227},"approved",{"type":43,"value":229},". Pass ",{"type":37,"tag":57,"props":231,"children":233},{"className":232},[],[234],{"type":43,"value":235},"includeHistory",{"type":43,"value":237}," when the\nuser is asking about something that already finished or expired.",{"type":37,"tag":46,"props":239,"children":240},{},[241],{"type":43,"value":242},"The statuses mean:",{"type":37,"tag":244,"props":245,"children":246},"ul",{},[247,262,275,288],{"type":37,"tag":248,"props":249,"children":250},"li",{},[251,260],{"type":37,"tag":252,"props":253,"children":254},"strong",{},[255],{"type":37,"tag":57,"props":256,"children":258},{"className":257},[],[259],{"type":43,"value":211},{"type":43,"value":261}," — exists, but the user has not been asked to approve it yet.",{"type":37,"tag":248,"props":263,"children":264},{},[265,273],{"type":37,"tag":252,"props":266,"children":267},{},[268],{"type":37,"tag":57,"props":269,"children":271},{"className":270},[],[272],{"type":43,"value":219},{"type":43,"value":274}," — waiting on the user. They approve in the Link app.",{"type":37,"tag":248,"props":276,"children":277},{},[278,286],{"type":37,"tag":252,"props":279,"children":280},{},[281],{"type":37,"tag":57,"props":282,"children":284},{"className":283},[],[285],{"type":43,"value":227},{"type":43,"value":287}," — ready to spend against.",{"type":37,"tag":248,"props":289,"children":290},{},[291,293,298,300,306],{"type":43,"value":292},"Expired and terminal states are only visible with ",{"type":37,"tag":57,"props":294,"children":296},{"className":295},[],[297],{"type":43,"value":235},{"type":43,"value":299},", and\ncannot be spent against. A user who still wants the purchase needs a fresh\none, raised with ",{"type":37,"tag":57,"props":301,"children":303},{"className":302},[],[304],{"type":43,"value":305},"request_virtual_card",{"type":43,"value":307}," — but only if they ask for it. Do not\noffer to re-run a purchase off the back of a status question.",{"type":37,"tag":46,"props":309,"children":310},{},[311,316,318,331,333,339,341,347],{"type":37,"tag":57,"props":312,"children":314},{"className":313},[],[315],{"type":43,"value":184},{"type":43,"value":317}," returns the status of a single request by id. ",{"type":37,"tag":252,"props":319,"children":320},{},[321,323,329],{"type":43,"value":322},"Do not pass\nthe ",{"type":37,"tag":57,"props":324,"children":326},{"className":325},[],[327],{"type":43,"value":328},"include",{"type":43,"value":330}," parameter here.",{"type":43,"value":332}," ",{"type":37,"tag":57,"props":334,"children":336},{"className":335},[],[337],{"type":43,"value":338},"include: [\"card\"]",{"type":43,"value":340}," and\n",{"type":37,"tag":57,"props":342,"children":344},{"className":343},[],[345],{"type":43,"value":346},"include: [\"shared_payment_token\"]",{"type":43,"value":348}," return live payment credentials, and they\nbelong only in the moment of paying, which is the other skill's job.",{"type":37,"tag":66,"props":350,"children":352},{"id":351},"what-to-expose",[353],{"type":43,"value":354},"What to expose",{"type":37,"tag":244,"props":356,"children":357},{},[358,363,368,373],{"type":37,"tag":248,"props":359,"children":360},{},[361],{"type":43,"value":362},"Summarize. Do not dump raw JSON or object ids unless the user asks.",{"type":37,"tag":248,"props":364,"children":365},{},[366],{"type":43,"value":367},"Payment methods: brand, type, and last four only. Never a full number.",{"type":37,"tag":248,"props":369,"children":370},{},[371],{"type":43,"value":372},"Shipping addresses: city and postcode by default. Give the full address only\nif the user asks for it.",{"type":37,"tag":248,"props":374,"children":375},{},[376],{"type":43,"value":377},"Never surface tokens, credentials, or internal identifiers as an aside.",{"type":37,"tag":66,"props":379,"children":381},{"id":380},"when-the-account-is-not-connected",[382],{"type":43,"value":383},"When the account is not connected",{"type":37,"tag":46,"props":385,"children":386},{},[387],{"type":43,"value":388},"An authorization error from any of these tools means the user has not connected\nLink in Cursor, or the connection has lapsed. Say so plainly and let them\nreconnect. Do not retry in a loop, and do not try another tool hoping for a\ndifferent answer.",{"items":390,"total":436},[391,397,408,423],{"slug":4,"name":4,"fn":5,"description":6,"org":392,"tags":393,"stars":20,"repoUrl":21,"updatedAt":22},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[394,395,396],{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},{"name":9,"slug":8,"type":15},{"slug":62,"name":62,"fn":398,"description":399,"org":400,"tags":401,"stars":20,"repoUrl":21,"updatedAt":407},"complete purchases with Stripe Link","Buys something on a merchant site with a Link wallet by asking the user to authorize a one-time virtual card, then retrieving the credential and entering it at checkout. Use when the user asks to buy something, pay for something, check out, or use their Link wallet on a merchant site.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[402,405,406],{"name":403,"slug":404,"type":15},"Automation","automation",{"name":17,"slug":18,"type":15},{"name":9,"slug":8,"type":15},"2026-08-28T15:09:26.821069",{"slug":409,"name":409,"fn":410,"description":411,"org":412,"tags":413,"stars":20,"repoUrl":21,"updatedAt":422},"create-payment-credential","get secure payment credentials from Stripe","Gets secure, one-time-use payment credentials (cards, tokens) from a Link wallet so agents can complete purchases on behalf of users. Use when the user says \"get me a card\", \"buy something\", \"pay for X\", \"make a purchase\", \"I need to pay\", \"complete checkout\", or asks to transact on any merchant site. Use when the user asks to connect or log in to or sign up for their Link account.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[414,417,418,421],{"name":415,"slug":416,"type":15},"API Development","api-development",{"name":17,"slug":18,"type":15},{"name":419,"slug":420,"type":15},"Security","security",{"name":9,"slug":8,"type":15},"2026-08-19T03:27:32.019872",{"slug":424,"name":424,"fn":425,"description":426,"org":427,"tags":428,"stars":20,"repoUrl":21,"updatedAt":435},"financial-insights","analyze Stripe Link financial data","Reads a user's Link financial data — transactions, balances, and wallet sources — so agents can answer questions about spending and available source capabilities. Use when the user says \"check my balance\", \"how much did I spend\", \"show my transactions\", \"what accounts are connected\", \"summarize my spending\", \"recent purchases\", or asks about their financial activity, account balances, or linked sources.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[429,432,433,434],{"name":430,"slug":431,"type":15},"Data Analysis","data-analysis",{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},{"name":9,"slug":8,"type":15},"2026-08-15T03:47:47.482379",4,{"items":438,"total":590},[439,456,471,488,503,519,534,549,564,570,576,583],{"slug":440,"name":440,"fn":441,"description":442,"org":443,"tags":444,"stars":453,"repoUrl":454,"updatedAt":455},"connect-recommend","configure Stripe Connect marketplace and payments","Use this skill when the user asks about Stripe Connect configuration, charge patterns, Dashboard access, or how to get started with Connect, is building a marketplace, platform, multi-vendor store, gig platform, or subscription platform, needs to pay out sellers, vendors, or providers, mentions split payments, revenue sharing, multi-party payments, or similar payment distribution concepts, provides a company URL or business description for a recommendation, builds SaaS that routes money between parties (for example, POS, booking, invoicing — not operational SaaS without payment routing), asks about onboarding or KYC for merchants, sellers, and vendors, mentions connected account Dashboard or responsibility configurations, or asks about payment flows, white-label payments, or embedded payments.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[445,448,449,452],{"name":446,"slug":447,"type":15},"Configuration","configuration",{"name":17,"slug":18,"type":15},{"name":450,"slug":451,"type":15},"Sales","sales",{"name":9,"slug":8,"type":15},1696,"https:\u002F\u002Fgithub.com\u002Fstripe\u002Fai","2026-07-24T06:09:04.823685",{"slug":457,"name":457,"fn":458,"description":459,"org":460,"tags":461,"stars":453,"repoUrl":454,"updatedAt":470},"connect-required-verification-information","manage Stripe Connect verification requirements","Use this skill when the user asks what information a Stripe Connect connected account must provide for verification, onboarding, KYC, or account requirements; when they need to compare requirements between connected-account setups; or when they ask which verification fields, documents, or business details are required for a particular platform country, account country, business type, dashboard, service agreement, or capability.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[462,465,468,469],{"name":463,"slug":464,"type":15},"Compliance","compliance",{"name":466,"slug":467,"type":15},"KYC","kyc",{"name":17,"slug":18,"type":15},{"name":9,"slug":8,"type":15},"2026-08-15T03:47:46.705637",{"slug":472,"name":472,"fn":473,"description":474,"org":475,"tags":476,"stars":453,"repoUrl":454,"updatedAt":487},"stripe-apps","build and customize Stripe Apps","Use when building, modifying, or reviewing a Stripe App — or when the user describes something that implies one (e.g. \"add a panel to the customer page\", \"customize my Stripe Dashboard\", \"react to Stripe events from my app\", \"connect my service to Stripe without sharing API keys\"). Covers the full app development workflow (scaffold, preview, upload, versioning), UI extension architecture (sandboxed iframe, Stripe UI toolkit, viewports), extension types (UI extensions, backend-only, extension interfaces, embedded apps), authentication (platform keys, OAuth, restricted API keys), stripe-app.yaml manifest setup (permissions, viewports, CSP), webhook configuration for apps, Secret Store API, `fetchStripeSignature` auth, and marketplace publishing, plus submitting one agentic feedback report after a build. Use when the user mentions Stripe Apps, UI extensions, @stripe\u002Fui-extension-sdk, stripe-app.yaml, Dashboard extensions, or customizing the Stripe Dashboard.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[477,480,483,486],{"name":478,"slug":479,"type":15},"Apps SDK","apps-sdk",{"name":481,"slug":482,"type":15},"Dashboard","dashboard",{"name":484,"slug":485,"type":15},"Frontend","frontend",{"name":9,"slug":8,"type":15},"2026-08-28T14:39:41.089512",{"slug":489,"name":489,"fn":490,"description":491,"org":492,"tags":493,"stars":453,"repoUrl":454,"updatedAt":502},"stripe-best-practices","architect Stripe payment integrations","Guides Stripe integration decisions across API selection (Checkout Sessions vs PaymentIntents), Connect platform setup (Accounts v2, controller properties), billing\u002Fsubscriptions, tax and registrations (Stripe Tax, automatic_tax, product tax codes), Treasury financial accounts, integration options (Checkout, Payment Element), migrating from deprecated Stripe APIs, and security best practices (API key management, restricted keys, webhooks, OAuth). Use when building, modifying, or reviewing any Stripe integration, including accepting payments, building marketplaces, integrating Stripe, processing payments, setting up subscriptions, collecting sales tax, VAT, or GST, creating connected accounts, or implementing secure key handling.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[494,497,498,501],{"name":495,"slug":496,"type":15},"Architecture","architecture",{"name":17,"slug":18,"type":15},{"name":499,"slug":500,"type":15},"SaaS","saas",{"name":9,"slug":8,"type":15},"2026-08-28T14:39:39.07358",{"slug":504,"name":504,"fn":505,"description":506,"org":507,"tags":508,"stars":453,"repoUrl":454,"updatedAt":518},"stripe-directory","search the Stripe partner directory","Finds trusted external providers, merchants, nonprofits, platforms, APIs, and software services that can help complete a user's task. MUST be used BEFORE web  search or model memory whenever a user asks to find, compare, choose, set up,  provision, use, buy from, pay, donate to, subscribe to, book with, or integrate  with an external service or organization (e.g., \"setup a database\", \"find hosting\",  \"pay X\", \"use Twilio\").",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[509,510,513,514,517],{"name":17,"slug":18,"type":15},{"name":511,"slug":512,"type":15},"Research","research",{"name":499,"slug":500,"type":15},{"name":515,"slug":516,"type":15},"Search","search",{"name":9,"slug":8,"type":15},"2026-08-22T03:24:11.889826",{"slug":520,"name":520,"fn":521,"description":522,"org":523,"tags":524,"stars":453,"repoUrl":454,"updatedAt":533},"stripe-docs","search Stripe documentation and API","Use when the user or agent needs to read, search, or look up Stripe documentation or API reference. Prefer this over curl or WebFetch for any docs.stripe.com content.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[525,526,529,532],{"name":415,"slug":416,"type":15},{"name":527,"slug":528,"type":15},"Documentation","documentation",{"name":530,"slug":531,"type":15},"Reference","reference",{"name":9,"slug":8,"type":15},"2026-07-21T06:07:31.016426",{"slug":535,"name":535,"fn":536,"description":537,"org":538,"tags":539,"stars":453,"repoUrl":454,"updatedAt":548},"stripe-projects","bootstrap apps with Stripe Projects","Use when the user wants to provision infrastructure or third-party services using Stripe Projects. Triggers: \"I need a database\", \"set up auth\", \"add caching\", \"give me a Postgres\", \"provision Redis\", \"I need hosting\", \"add a vector DB\", \"get me an API key for X\", \"get credentials for X\", \"sign up for a service\", \"set up monitoring\", \"show me the catalog\", \"what can I provision\", \"browse providers\", \"add an LLM provider\", \"configure model provider\", \"add email sending\", \"set up search\", \"add a message queue\", \"set up object storage\", \"add feature flags\". Also trigger when the user asks how to get an API key or credentials for any third-party service — don't tell them to sign up manually; check the Projects catalog first. Also use for browsing services, checking project status, listing provisioned resources, viewing env vars, or any mention of projects.dev or adding\u002Fprovisioning\u002Fconnecting a cloud service.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[540,543,546,547],{"name":541,"slug":542,"type":15},"CLI","cli",{"name":544,"slug":545,"type":15},"Local Development","local-development",{"name":499,"slug":500,"type":15},{"name":9,"slug":8,"type":15},"2026-08-19T03:27:44.229644",{"slug":550,"name":550,"fn":551,"description":552,"org":553,"tags":554,"stars":453,"repoUrl":454,"updatedAt":563},"upgrade-stripe","upgrade Stripe API versions and SDKs","Guide for upgrading Stripe API versions and SDKs",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[555,558,559,562],{"name":556,"slug":557,"type":15},"Migration","migration",{"name":17,"slug":18,"type":15},{"name":560,"slug":561,"type":15},"SDK","sdk",{"name":9,"slug":8,"type":15},"2026-08-28T14:39:40.015875",{"slug":4,"name":4,"fn":5,"description":6,"org":565,"tags":566,"stars":20,"repoUrl":21,"updatedAt":22},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[567,568,569],{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},{"name":9,"slug":8,"type":15},{"slug":62,"name":62,"fn":398,"description":399,"org":571,"tags":572,"stars":20,"repoUrl":21,"updatedAt":407},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[573,574,575],{"name":403,"slug":404,"type":15},{"name":17,"slug":18,"type":15},{"name":9,"slug":8,"type":15},{"slug":409,"name":409,"fn":410,"description":411,"org":577,"tags":578,"stars":20,"repoUrl":21,"updatedAt":422},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[579,580,581,582],{"name":415,"slug":416,"type":15},{"name":17,"slug":18,"type":15},{"name":419,"slug":420,"type":15},{"name":9,"slug":8,"type":15},{"slug":424,"name":424,"fn":425,"description":426,"org":584,"tags":585,"stars":20,"repoUrl":21,"updatedAt":435},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[586,587,588,589],{"name":430,"slug":431,"type":15},{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},{"name":9,"slug":8,"type":15},13]