[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-stripe-directory":3,"mdc-ak1nkx-key":33,"related-repo-openai-stripe-directory":777,"related-org-openai-stripe-directory":879},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":22,"repoUrl":23,"updatedAt":24,"license":25,"forks":26,"topics":27,"repo":28,"sourceUrl":31,"mdContent":32},"stripe-directory","find business partners and service providers","Use when the user wants to find businesses, software, service providers, or partners for a specific industry, workflow, pain point, capability, or job to be done. Also use when the agent needs to programmatically purchase or consume a service. Use Stripe Directory to build a short relevant shortlist, even if the user does not mention Stripe Directory explicitly.",{"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],{"name":13,"slug":14,"type":15},"Research","research","tag",{"name":17,"slug":18,"type":15},"Sales","sales",{"name":20,"slug":21,"type":15},"Stripe","stripe",4888,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-08-28T15:08:46.085684",null,661,[],{"repoUrl":23,"stars":22,"forks":26,"topics":29,"description":30},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fstripe\u002Fskills\u002Fstripe-directory","---\nname: stripe-directory\ndescription: >-\n  Use when the user wants to find businesses, software, service providers, or\n  partners for a specific industry, workflow, pain point, capability, or job to\n  be done. Also use when the agent needs to programmatically purchase or consume\n  a service. Use Stripe Directory to build a short relevant shortlist, even if\n  the user does not mention Stripe Directory explicitly.\nmetadata:\n  short-description: Find (and optionally purchase from) vendors or partners\nallowed-tools:\n  - Bash(stripe directory *)\n\n---\n\n## Stripe Directory Search\n\nTurn a vague market need into a short, relevant shortlist with `stripe directory search`. Use this even when the user never says “Stripe Directory” — any request to find vendors, tools, partners, or providers for a vertical, workflow, pain point, or job-to-be-done.\n\nMost requests are **discovery** — find and compare services. That is the core job below. Some services are also **MPP-supported** (MPP = Machine Payment Protocol), meaning you (the agent) can pay their HTTP 402 (Payment Required) endpoint and consume them directly. When the user actually wants to *use or buy* a service, present those results and offer to purchase — see “Purchasing” at the end.\n\n## Process\n\n1. **Clarify only what’s missing**: buyer\u002Fvertical, job-to-be-done, must-have capability, geography (only if it matters).\n\n2. **Search iteratively**: `stripe directory search \"\u003Cquery>\" --format json`\n\n   - Short noun phrases, one angle per query; run 1-3, then broaden\u002Fnarrow on results.\n   - Angles to cover: vertical → workflow → pain point → adjacent. Two examples:\n     - services\u002Ftrades: vertical (`electrician software`, `electrical contractor`) → workflow (`field service management`, `dispatch invoicing estimates`) → pain point (`job scheduling`, `quote automation`) → adjacent (`home services automation`, `contractor crm`).\n     - SaaS\u002Fsoftware: vertical (`b2b saas billing`, `developer tools`) → workflow (`subscription management`, `usage-based metering`) → pain point (`failed payment recovery`, `revenue recognition`) → adjacent (`analytics dashboards`, `customer onboarding`).\n   - Hard constraints → filters: `--countries-supported=US`, `--has-stripe-app=true`, `--link-supported=true`, `--stripe-projects-supported=true`.\n   - If the user wants to *use\u002Fbuy* a service, also pass `--mpp-supported` in at least one search to find results you can pay for programmatically.\n   - Sparse niche? Raise `--limit` and try the next `--page` before concluding it’s empty.\n\n3. **Dedupe & score** using `display_name`, `description`, `url`, `username` as evidence.\n\n   - Prefer results whose description\u002Fsite clearly match the target workflow.\n   - Prefer more trust signals over fewer: Projects provider, Link enabled, Marketplace app, Stripe Verified. For buy\u002Fuse intent, also prefer MPP-supported results.\n   - Thin description but strong brand\u002Fdomain match → keep in a weaker bucket, don’t discard.\n\n4. **Return a shortlist, not a dump** — 5-10 strong matches, grouped:\n\n   - **direct** \u002F **adjacent** \u002F **needs manual review**\n   - Each entry: name · why it matched · URL (· which query surfaced it, when useful).\n   - MPP-supported results: note they’re purchasable and include `mpp.slug` \u002F `mpp.url`.\n\n5. **Be honest about weak results** — if sparse or generic, say so and adjust: broaden, narrow, or try synonyms rather than padding with noise.\n\nAlways report the exact queries (and filters) you ran so the user can keep iterating.\n\n## Purchasing (only when the user wants to buy or consume a service)\n\nMPP-supported results are payable directly. Don’t drive to purchase unprompted. When the user wants to buy, **present the full menu of payment methods and ask which they’d like to use** before doing anything:\n\n> \"Which payment method would you like to use?\n>\n> - **Link CLI** — Stripe-native, test mode available (recommended)\n- **Tempo** — crypto wallet\n- **Privy Agent Wallet CLI** — crypto wallet\n- **mppx** — debug-only fallback\"\n\nOnce the user picks, silently run `which \u003Ctool> 2>\u002Fdev\u002Fnull` to check if it’s installed. If not installed, offer to install it (for example, `npm i -g @stripe\u002Flink-cli` for Link CLI) and wait for confirmation before proceeding.\n\n**Always show the price and get explicit user approval before any money moves**; prefer a no-charge test path first.\n\nShort version:\n\n1. Resolve the real callable endpoint from the result’s `mpp.slug` \u002F `mpp.url`. `mpp.url` is often the mpp.dev landing form (`https:\u002F\u002Fmpp.dev\u002Fservices#\u003Cslug>`) — resolve the raw endpoint on [mpp.dev](https:\u002F\u002Fmpp.dev) if so. Read the HTTP 402 challenge to confirm the amount: `curl -s -D - -o \u002Fdev\u002Fnull \u003Cendpoint_url>` (look for `WWW-Authenticate`).\n2. Use the payer the user selected.\n   - **`link-cli`** (Stripe-native Shared Payment Token, has a test mode, no crypto wallet, US Link accounts only; `npm i -g @stripe\u002Flink-cli`): `auth login` → `mpp decode --challenge \"\u003Cvalue>\"` (get `network_id`) → `spend-request create --credential-type shared_payment_token --network-id \u003Cid> --amount \u003Ccents ≤50000> --context \"\u003C100+ chars>\" --request-approval` (blocks for approval) → `mpp pay \u003Cendpoint_url> --spend-request-id \u003Capproved_id>`.\n   - **Tempo**: `tempo wallet login` \u002F `services` \u002F `request`.\n   - **Privy**: `@privy-io\u002Fagent-wallet-cli`.\n   - **mppx**: debug-only fallback.\n\nNever invent results or skip the price\u002Fapproval gate.\n",{"data":34,"body":39},{"name":4,"description":6,"metadata":35,"allowed-tools":37},{"short-description":36},"Find (and optionally purchase from) vendors or partners",[38],"Bash(stripe directory *)",{"type":40,"children":41},"root",[42,51,66,94,100,475,480,486,498,520,552,573,583,588,772],{"type":43,"tag":44,"props":45,"children":47},"element","h2",{"id":46},"stripe-directory-search",[48],{"type":49,"value":50},"text","Stripe Directory Search",{"type":43,"tag":52,"props":53,"children":54},"p",{},[55,57,64],{"type":49,"value":56},"Turn a vague market need into a short, relevant shortlist with ",{"type":43,"tag":58,"props":59,"children":61},"code",{"className":60},[],[62],{"type":49,"value":63},"stripe directory search",{"type":49,"value":65},". Use this even when the user never says “Stripe Directory” — any request to find vendors, tools, partners, or providers for a vertical, workflow, pain point, or job-to-be-done.",{"type":43,"tag":52,"props":67,"children":68},{},[69,71,77,79,84,86,92],{"type":49,"value":70},"Most requests are ",{"type":43,"tag":72,"props":73,"children":74},"strong",{},[75],{"type":49,"value":76},"discovery",{"type":49,"value":78}," — find and compare services. That is the core job below. Some services are also ",{"type":43,"tag":72,"props":80,"children":81},{},[82],{"type":49,"value":83},"MPP-supported",{"type":49,"value":85}," (MPP = Machine Payment Protocol), meaning you (the agent) can pay their HTTP 402 (Payment Required) endpoint and consume them directly. When the user actually wants to ",{"type":43,"tag":87,"props":88,"children":89},"em",{},[90],{"type":49,"value":91},"use or buy",{"type":49,"value":93}," a service, present those results and offer to purchase — see “Purchasing” at the end.",{"type":43,"tag":44,"props":95,"children":97},{"id":96},"process",[98],{"type":49,"value":99},"Process",{"type":43,"tag":101,"props":102,"children":103},"ol",{},[104,115,350,407,465],{"type":43,"tag":105,"props":106,"children":107},"li",{},[108,113],{"type":43,"tag":72,"props":109,"children":110},{},[111],{"type":49,"value":112},"Clarify only what’s missing",{"type":49,"value":114},": buyer\u002Fvertical, job-to-be-done, must-have capability, geography (only if it matters).",{"type":43,"tag":105,"props":116,"children":117},{},[118,123,125,131],{"type":43,"tag":72,"props":119,"children":120},{},[121],{"type":49,"value":122},"Search iteratively",{"type":49,"value":124},": ",{"type":43,"tag":58,"props":126,"children":128},{"className":127},[],[129],{"type":49,"value":130},"stripe directory search \"\u003Cquery>\" --format json",{"type":43,"tag":132,"props":133,"children":134},"ul",{},[135,140,275,309,329],{"type":43,"tag":105,"props":136,"children":137},{},[138],{"type":49,"value":139},"Short noun phrases, one angle per query; run 1-3, then broaden\u002Fnarrow on results.",{"type":43,"tag":105,"props":141,"children":142},{},[143,145],{"type":49,"value":144},"Angles to cover: vertical → workflow → pain point → adjacent. Two examples:\n",{"type":43,"tag":132,"props":146,"children":147},{},[148,214],{"type":43,"tag":105,"props":149,"children":150},{},[151,153,159,161,167,169,175,176,182,184,190,191,197,199,205,206,212],{"type":49,"value":152},"services\u002Ftrades: vertical (",{"type":43,"tag":58,"props":154,"children":156},{"className":155},[],[157],{"type":49,"value":158},"electrician software",{"type":49,"value":160},", ",{"type":43,"tag":58,"props":162,"children":164},{"className":163},[],[165],{"type":49,"value":166},"electrical contractor",{"type":49,"value":168},") → workflow (",{"type":43,"tag":58,"props":170,"children":172},{"className":171},[],[173],{"type":49,"value":174},"field service management",{"type":49,"value":160},{"type":43,"tag":58,"props":177,"children":179},{"className":178},[],[180],{"type":49,"value":181},"dispatch invoicing estimates",{"type":49,"value":183},") → pain point (",{"type":43,"tag":58,"props":185,"children":187},{"className":186},[],[188],{"type":49,"value":189},"job scheduling",{"type":49,"value":160},{"type":43,"tag":58,"props":192,"children":194},{"className":193},[],[195],{"type":49,"value":196},"quote automation",{"type":49,"value":198},") → adjacent (",{"type":43,"tag":58,"props":200,"children":202},{"className":201},[],[203],{"type":49,"value":204},"home services automation",{"type":49,"value":160},{"type":43,"tag":58,"props":207,"children":209},{"className":208},[],[210],{"type":49,"value":211},"contractor crm",{"type":49,"value":213},").",{"type":43,"tag":105,"props":215,"children":216},{},[217,219,225,226,232,233,239,240,246,247,253,254,260,261,267,268,274],{"type":49,"value":218},"SaaS\u002Fsoftware: vertical (",{"type":43,"tag":58,"props":220,"children":222},{"className":221},[],[223],{"type":49,"value":224},"b2b saas billing",{"type":49,"value":160},{"type":43,"tag":58,"props":227,"children":229},{"className":228},[],[230],{"type":49,"value":231},"developer tools",{"type":49,"value":168},{"type":43,"tag":58,"props":234,"children":236},{"className":235},[],[237],{"type":49,"value":238},"subscription management",{"type":49,"value":160},{"type":43,"tag":58,"props":241,"children":243},{"className":242},[],[244],{"type":49,"value":245},"usage-based metering",{"type":49,"value":183},{"type":43,"tag":58,"props":248,"children":250},{"className":249},[],[251],{"type":49,"value":252},"failed payment recovery",{"type":49,"value":160},{"type":43,"tag":58,"props":255,"children":257},{"className":256},[],[258],{"type":49,"value":259},"revenue recognition",{"type":49,"value":198},{"type":43,"tag":58,"props":262,"children":264},{"className":263},[],[265],{"type":49,"value":266},"analytics dashboards",{"type":49,"value":160},{"type":43,"tag":58,"props":269,"children":271},{"className":270},[],[272],{"type":49,"value":273},"customer onboarding",{"type":49,"value":213},{"type":43,"tag":105,"props":276,"children":277},{},[278,280,286,287,293,294,300,301,307],{"type":49,"value":279},"Hard constraints → filters: ",{"type":43,"tag":58,"props":281,"children":283},{"className":282},[],[284],{"type":49,"value":285},"--countries-supported=US",{"type":49,"value":160},{"type":43,"tag":58,"props":288,"children":290},{"className":289},[],[291],{"type":49,"value":292},"--has-stripe-app=true",{"type":49,"value":160},{"type":43,"tag":58,"props":295,"children":297},{"className":296},[],[298],{"type":49,"value":299},"--link-supported=true",{"type":49,"value":160},{"type":43,"tag":58,"props":302,"children":304},{"className":303},[],[305],{"type":49,"value":306},"--stripe-projects-supported=true",{"type":49,"value":308},".",{"type":43,"tag":105,"props":310,"children":311},{},[312,314,319,321,327],{"type":49,"value":313},"If the user wants to ",{"type":43,"tag":87,"props":315,"children":316},{},[317],{"type":49,"value":318},"use\u002Fbuy",{"type":49,"value":320}," a service, also pass ",{"type":43,"tag":58,"props":322,"children":324},{"className":323},[],[325],{"type":49,"value":326},"--mpp-supported",{"type":49,"value":328}," in at least one search to find results you can pay for programmatically.",{"type":43,"tag":105,"props":330,"children":331},{},[332,334,340,342,348],{"type":49,"value":333},"Sparse niche? Raise ",{"type":43,"tag":58,"props":335,"children":337},{"className":336},[],[338],{"type":49,"value":339},"--limit",{"type":49,"value":341}," and try the next ",{"type":43,"tag":58,"props":343,"children":345},{"className":344},[],[346],{"type":49,"value":347},"--page",{"type":49,"value":349}," before concluding it’s empty.",{"type":43,"tag":105,"props":351,"children":352},{},[353,358,360,366,367,373,374,380,381,387,389],{"type":43,"tag":72,"props":354,"children":355},{},[356],{"type":49,"value":357},"Dedupe & score",{"type":49,"value":359}," using ",{"type":43,"tag":58,"props":361,"children":363},{"className":362},[],[364],{"type":49,"value":365},"display_name",{"type":49,"value":160},{"type":43,"tag":58,"props":368,"children":370},{"className":369},[],[371],{"type":49,"value":372},"description",{"type":49,"value":160},{"type":43,"tag":58,"props":375,"children":377},{"className":376},[],[378],{"type":49,"value":379},"url",{"type":49,"value":160},{"type":43,"tag":58,"props":382,"children":384},{"className":383},[],[385],{"type":49,"value":386},"username",{"type":49,"value":388}," as evidence.",{"type":43,"tag":132,"props":390,"children":391},{},[392,397,402],{"type":43,"tag":105,"props":393,"children":394},{},[395],{"type":49,"value":396},"Prefer results whose description\u002Fsite clearly match the target workflow.",{"type":43,"tag":105,"props":398,"children":399},{},[400],{"type":49,"value":401},"Prefer more trust signals over fewer: Projects provider, Link enabled, Marketplace app, Stripe Verified. For buy\u002Fuse intent, also prefer MPP-supported results.",{"type":43,"tag":105,"props":403,"children":404},{},[405],{"type":49,"value":406},"Thin description but strong brand\u002Fdomain match → keep in a weaker bucket, don’t discard.",{"type":43,"tag":105,"props":408,"children":409},{},[410,415,417],{"type":43,"tag":72,"props":411,"children":412},{},[413],{"type":49,"value":414},"Return a shortlist, not a dump",{"type":49,"value":416}," — 5-10 strong matches, grouped:",{"type":43,"tag":132,"props":418,"children":419},{},[420,441,446],{"type":43,"tag":105,"props":421,"children":422},{},[423,428,430,435,436],{"type":43,"tag":72,"props":424,"children":425},{},[426],{"type":49,"value":427},"direct",{"type":49,"value":429}," \u002F ",{"type":43,"tag":72,"props":431,"children":432},{},[433],{"type":49,"value":434},"adjacent",{"type":49,"value":429},{"type":43,"tag":72,"props":437,"children":438},{},[439],{"type":49,"value":440},"needs manual review",{"type":43,"tag":105,"props":442,"children":443},{},[444],{"type":49,"value":445},"Each entry: name · why it matched · URL (· which query surfaced it, when useful).",{"type":43,"tag":105,"props":447,"children":448},{},[449,451,457,458,464],{"type":49,"value":450},"MPP-supported results: note they’re purchasable and include ",{"type":43,"tag":58,"props":452,"children":454},{"className":453},[],[455],{"type":49,"value":456},"mpp.slug",{"type":49,"value":429},{"type":43,"tag":58,"props":459,"children":461},{"className":460},[],[462],{"type":49,"value":463},"mpp.url",{"type":49,"value":308},{"type":43,"tag":105,"props":466,"children":467},{},[468,473],{"type":43,"tag":72,"props":469,"children":470},{},[471],{"type":49,"value":472},"Be honest about weak results",{"type":49,"value":474}," — if sparse or generic, say so and adjust: broaden, narrow, or try synonyms rather than padding with noise.",{"type":43,"tag":52,"props":476,"children":477},{},[478],{"type":49,"value":479},"Always report the exact queries (and filters) you ran so the user can keep iterating.",{"type":43,"tag":44,"props":481,"children":483},{"id":482},"purchasing-only-when-the-user-wants-to-buy-or-consume-a-service",[484],{"type":49,"value":485},"Purchasing (only when the user wants to buy or consume a service)",{"type":43,"tag":52,"props":487,"children":488},{},[489,491,496],{"type":49,"value":490},"MPP-supported results are payable directly. Don’t drive to purchase unprompted. When the user wants to buy, ",{"type":43,"tag":72,"props":492,"children":493},{},[494],{"type":49,"value":495},"present the full menu of payment methods and ask which they’d like to use",{"type":49,"value":497}," before doing anything:",{"type":43,"tag":499,"props":500,"children":501},"blockquote",{},[502,507],{"type":43,"tag":52,"props":503,"children":504},{},[505],{"type":49,"value":506},"\"Which payment method would you like to use?",{"type":43,"tag":132,"props":508,"children":509},{},[510],{"type":43,"tag":105,"props":511,"children":512},{},[513,518],{"type":43,"tag":72,"props":514,"children":515},{},[516],{"type":49,"value":517},"Link CLI",{"type":49,"value":519}," — Stripe-native, test mode available (recommended)",{"type":43,"tag":132,"props":521,"children":522},{},[523,533,542],{"type":43,"tag":105,"props":524,"children":525},{},[526,531],{"type":43,"tag":72,"props":527,"children":528},{},[529],{"type":49,"value":530},"Tempo",{"type":49,"value":532}," — crypto wallet",{"type":43,"tag":105,"props":534,"children":535},{},[536,541],{"type":43,"tag":72,"props":537,"children":538},{},[539],{"type":49,"value":540},"Privy Agent Wallet CLI",{"type":49,"value":532},{"type":43,"tag":105,"props":543,"children":544},{},[545,550],{"type":43,"tag":72,"props":546,"children":547},{},[548],{"type":49,"value":549},"mppx",{"type":49,"value":551}," — debug-only fallback\"",{"type":43,"tag":52,"props":553,"children":554},{},[555,557,563,565,571],{"type":49,"value":556},"Once the user picks, silently run ",{"type":43,"tag":58,"props":558,"children":560},{"className":559},[],[561],{"type":49,"value":562},"which \u003Ctool> 2>\u002Fdev\u002Fnull",{"type":49,"value":564}," to check if it’s installed. If not installed, offer to install it (for example, ",{"type":43,"tag":58,"props":566,"children":568},{"className":567},[],[569],{"type":49,"value":570},"npm i -g @stripe\u002Flink-cli",{"type":49,"value":572}," for Link CLI) and wait for confirmation before proceeding.",{"type":43,"tag":52,"props":574,"children":575},{},[576,581],{"type":43,"tag":72,"props":577,"children":578},{},[579],{"type":49,"value":580},"Always show the price and get explicit user approval before any money moves",{"type":49,"value":582},"; prefer a no-charge test path first.",{"type":43,"tag":52,"props":584,"children":585},{},[586],{"type":49,"value":587},"Short version:",{"type":43,"tag":101,"props":589,"children":590},{},[591,650],{"type":43,"tag":105,"props":592,"children":593},{},[594,596,601,602,607,609,614,616,622,624,633,635,641,643,649],{"type":49,"value":595},"Resolve the real callable endpoint from the result’s ",{"type":43,"tag":58,"props":597,"children":599},{"className":598},[],[600],{"type":49,"value":456},{"type":49,"value":429},{"type":43,"tag":58,"props":603,"children":605},{"className":604},[],[606],{"type":49,"value":463},{"type":49,"value":608},". ",{"type":43,"tag":58,"props":610,"children":612},{"className":611},[],[613],{"type":49,"value":463},{"type":49,"value":615}," is often the mpp.dev landing form (",{"type":43,"tag":58,"props":617,"children":619},{"className":618},[],[620],{"type":49,"value":621},"https:\u002F\u002Fmpp.dev\u002Fservices#\u003Cslug>",{"type":49,"value":623},") — resolve the raw endpoint on ",{"type":43,"tag":625,"props":626,"children":630},"a",{"href":627,"rel":628},"https:\u002F\u002Fmpp.dev",[629],"nofollow",[631],{"type":49,"value":632},"mpp.dev",{"type":49,"value":634}," if so. Read the HTTP 402 challenge to confirm the amount: ",{"type":43,"tag":58,"props":636,"children":638},{"className":637},[],[639],{"type":49,"value":640},"curl -s -D - -o \u002Fdev\u002Fnull \u003Cendpoint_url>",{"type":49,"value":642}," (look for ",{"type":43,"tag":58,"props":644,"children":646},{"className":645},[],[647],{"type":49,"value":648},"WWW-Authenticate",{"type":49,"value":213},{"type":43,"tag":105,"props":651,"children":652},{},[653,655],{"type":49,"value":654},"Use the payer the user selected.\n",{"type":43,"tag":132,"props":656,"children":657},{},[658,718,747,763],{"type":43,"tag":105,"props":659,"children":660},{},[661,670,672,677,679,685,687,693,695,701,703,709,711,717],{"type":43,"tag":72,"props":662,"children":663},{},[664],{"type":43,"tag":58,"props":665,"children":667},{"className":666},[],[668],{"type":49,"value":669},"link-cli",{"type":49,"value":671}," (Stripe-native Shared Payment Token, has a test mode, no crypto wallet, US Link accounts only; ",{"type":43,"tag":58,"props":673,"children":675},{"className":674},[],[676],{"type":49,"value":570},{"type":49,"value":678},"): ",{"type":43,"tag":58,"props":680,"children":682},{"className":681},[],[683],{"type":49,"value":684},"auth login",{"type":49,"value":686}," → ",{"type":43,"tag":58,"props":688,"children":690},{"className":689},[],[691],{"type":49,"value":692},"mpp decode --challenge \"\u003Cvalue>\"",{"type":49,"value":694}," (get ",{"type":43,"tag":58,"props":696,"children":698},{"className":697},[],[699],{"type":49,"value":700},"network_id",{"type":49,"value":702},") → ",{"type":43,"tag":58,"props":704,"children":706},{"className":705},[],[707],{"type":49,"value":708},"spend-request create --credential-type shared_payment_token --network-id \u003Cid> --amount \u003Ccents ≤50000> --context \"\u003C100+ chars>\" --request-approval",{"type":49,"value":710}," (blocks for approval) → ",{"type":43,"tag":58,"props":712,"children":714},{"className":713},[],[715],{"type":49,"value":716},"mpp pay \u003Cendpoint_url> --spend-request-id \u003Capproved_id>",{"type":49,"value":308},{"type":43,"tag":105,"props":719,"children":720},{},[721,725,726,732,733,739,740,746],{"type":43,"tag":72,"props":722,"children":723},{},[724],{"type":49,"value":530},{"type":49,"value":124},{"type":43,"tag":58,"props":727,"children":729},{"className":728},[],[730],{"type":49,"value":731},"tempo wallet login",{"type":49,"value":429},{"type":43,"tag":58,"props":734,"children":736},{"className":735},[],[737],{"type":49,"value":738},"services",{"type":49,"value":429},{"type":43,"tag":58,"props":741,"children":743},{"className":742},[],[744],{"type":49,"value":745},"request",{"type":49,"value":308},{"type":43,"tag":105,"props":748,"children":749},{},[750,755,756,762],{"type":43,"tag":72,"props":751,"children":752},{},[753],{"type":49,"value":754},"Privy",{"type":49,"value":124},{"type":43,"tag":58,"props":757,"children":759},{"className":758},[],[760],{"type":49,"value":761},"@privy-io\u002Fagent-wallet-cli",{"type":49,"value":308},{"type":43,"tag":105,"props":764,"children":765},{},[766,770],{"type":43,"tag":72,"props":767,"children":768},{},[769],{"type":49,"value":549},{"type":49,"value":771},": debug-only fallback.",{"type":43,"tag":52,"props":773,"children":774},{},[775],{"type":49,"value":776},"Never invent results or skip the price\u002Fapproval gate.",{"items":778,"total":878},[779,798,814,826,841,854,866],{"slug":780,"name":780,"fn":781,"description":782,"org":783,"tags":784,"stars":22,"repoUrl":23,"updatedAt":797},"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},[785,788,791,794],{"name":786,"slug":787,"type":15},"Accessibility","accessibility",{"name":789,"slug":790,"type":15},"Charts","charts",{"name":792,"slug":793,"type":15},"Data Visualization","data-visualization",{"name":795,"slug":796,"type":15},"Design","design","2026-06-30T19:00:57.102",{"slug":799,"name":799,"fn":800,"description":801,"org":802,"tags":803,"stars":22,"repoUrl":23,"updatedAt":813},"adobe-batch-edit-photos","apply consistent photo adjustments","Apply consistent photo adjustments across a set of images so they look like they were edited together. Use this skill whenever the user says \"make my photos look cohesive\", \"give all these the same style\", \"apply a warm and golden feel to all of these\", \"make this cinematic\", \"match the look across my photos\", \"edit all my travel photos the same way\", \"batch edit these\", \"make these consistent\", \"fix my phone photos\", or uploads a folder of photos and wants a unified, polished result. Also triggers for requests like \"apply a preset to all of these\", \"make these look professional\", or \"they were shot in mixed lighting — can you fix them all\". Outputs direct final image URLs plus an in-chat preview grid and optional Firefly Board link. Access: 🔐 Signed-In required | Gen AI: ❌\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[804,807,810],{"name":805,"slug":806,"type":15},"Creative","creative",{"name":808,"slug":809,"type":15},"Editing","editing",{"name":811,"slug":812,"type":15},"Imaging","imaging","2026-08-28T15:09:11.185865",{"slug":815,"name":815,"fn":816,"description":817,"org":818,"tags":819,"stars":22,"repoUrl":23,"updatedAt":825},"adobe-create-mockups","create product and scene mockups","Use when a user wants to see their logo, design, or sketch on a product or scene mockup — mugs, t-shirts, business cards, hats, phone screens, posters, billboards, or similar. Triggers on \"create mockups\", \"show my logo on products\", or any logo upload with a request to visualize it on items. Access: 🔐 Signed-In required | Gen AI: ✅ Adobe Firefly via `image_generate` used for design creation, sketch polishing, and mockup scene generation\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[820,821,822],{"name":805,"slug":806,"type":15},{"name":795,"slug":796,"type":15},{"name":823,"slug":824,"type":15},"Graphics","graphics","2026-08-28T15:09:07.42507",{"slug":827,"name":827,"fn":828,"description":829,"org":830,"tags":831,"stars":22,"repoUrl":23,"updatedAt":840},"adobe-create-social-variations","export platform-ready social media assets","Resize, crop, or export any image or video into platform-ready social media assets using Adobe Creative Cloud tools. Use this skill when a user wants to prepare a photo, image, or video for one or more social platforms — Instagram, TikTok, LinkedIn, Facebook, YouTube, Snapchat, Pinterest, Threads, or X\u002FTwitter. Triggers on: \"prepare my image for Instagram\", \"resize for TikTok\", \"get this ready to post\", \"make versions for all platforms\", \"social media sizes\", \"crop for stories\", \"export for LinkedIn\", \"resize my video for social\", \"make social media assets\", or any request to adapt a photo or video for specific platforms. Handles subject-aware cropping, AI canvas expansion, test previews before full runs, and same-ratio video resizing.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[832,833,834,837],{"name":805,"slug":806,"type":15},{"name":823,"slug":824,"type":15},{"name":835,"slug":836,"type":15},"Marketing","marketing",{"name":838,"slug":839,"type":15},"Social Media","social-media","2026-08-28T15:10:07.282096",{"slug":842,"name":842,"fn":843,"description":844,"org":845,"tags":846,"stars":22,"repoUrl":23,"updatedAt":853},"adobe-design-from-template","create visual designs from templates","Create any visual design using Adobe Express templates — flyers, posters, social media posts (Instagram, Facebook, LinkedIn), business cards, invitations, greeting cards, resumes, cover letters, brochures, newsletters, certificates, presentations, YouTube thumbnails, email headers, logos, menus, and labels. Use this skill whenever the user wants to make, design, or build any visual — even if they just say \"make me a flyer\", \"design a poster\", \"I need something for Instagram\", \"create an event invite\", or \"make a business card\". Also handles browsing templates, editing text, replacing images, changing backgrounds, animating, and exporting designs. Access: 🔐 Signed-In required | Gen AI: ❌ by default — image replacement only where the surface permits generative AI (e.g. Codex); none on Claude\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[847,848,849,850],{"name":805,"slug":806,"type":15},{"name":795,"slug":796,"type":15},{"name":823,"slug":824,"type":15},{"name":851,"slug":852,"type":15},"Templates","templates","2026-08-28T15:10:03.050113",{"slug":855,"name":855,"fn":856,"description":857,"org":858,"tags":859,"stars":22,"repoUrl":23,"updatedAt":865},"adobe-edit-quick-cut","create video sizzle reels","Create a punchy sizzle reel from a video using Adobe Quick Cut. Use this skill whenever a user wants to cut, trim, or shorten a video into highlights — including phrases like \"make a sizzle reel\", \"make a highlight reel\", \"quick cut this\", \"cut the best parts\", \"shorten this video\", \"make a highlight clip\", \"summarize this video visually\", or any request to produce a shorter edited version of a video. Use this skill for Quick Cut requests before suggesting manual editing in Premiere. Requires the user to upload a video file.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[860,861,862],{"name":805,"slug":806,"type":15},{"name":808,"slug":809,"type":15},{"name":863,"slug":864,"type":15},"Video","video","2026-08-28T15:09:07.765245",{"slug":867,"name":867,"fn":868,"description":869,"org":870,"tags":871,"stars":22,"repoUrl":23,"updatedAt":877},"adobe-retouch-portraits","batch retouch portrait photos","Bulk-retouch a folder of portrait photos using Adobe tools — designed for wedding photographers and event photographers who need fast, walk-away batch processing. Use this skill when the user says \"retouch my photos\", \"batch process these portraits\", \"process my wedding photos\", \"clean up this folder of images\", \"run my headshots through Adobe\", or uploads\u002Fselects a folder of photos and wants them polished and ready to review. Automatically applies auto-straighten, auto-tone, and auto-light to every image. Outputs a preview grid and download folder. Access: 🔐 Signed-In required | Gen AI: ❌ by default — optional background-only cleanup only where the surface permits generative AI (e.g. Codex); none on Claude\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[872,873,874],{"name":805,"slug":806,"type":15},{"name":811,"slug":812,"type":15},{"name":875,"slug":876,"type":15},"Photography","photography","2026-08-28T15:09:10.386974",499,{"items":880,"total":1081},[881,902,925,942,958,977,996,1010,1026,1040,1052,1065],{"slug":882,"name":882,"fn":883,"description":884,"org":885,"tags":886,"stars":899,"repoUrl":900,"updatedAt":901},"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},[887,890,893,896],{"name":888,"slug":889,"type":15},"Documents","documents",{"name":891,"slug":892,"type":15},"Healthcare","healthcare",{"name":894,"slug":895,"type":15},"Insurance","insurance",{"name":897,"slug":898,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-08-02T05:48:07.395855",{"slug":903,"name":903,"fn":904,"description":905,"org":906,"tags":907,"stars":922,"repoUrl":923,"updatedAt":924},"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},[908,911,913,916,919],{"name":909,"slug":910,"type":15},".NET","dotnet",{"name":912,"slug":903,"type":15},"ASP.NET Core",{"name":914,"slug":915,"type":15},"Blazor","blazor",{"name":917,"slug":918,"type":15},"C#","csharp",{"name":920,"slug":921,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":926,"name":926,"fn":927,"description":928,"org":929,"tags":930,"stars":922,"repoUrl":923,"updatedAt":941},"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},[931,934,937,940],{"name":932,"slug":933,"type":15},"Apps SDK","apps-sdk",{"name":935,"slug":936,"type":15},"ChatGPT","chatgpt",{"name":938,"slug":939,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":943,"name":943,"fn":944,"description":945,"org":946,"tags":947,"stars":922,"repoUrl":923,"updatedAt":957},"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},[948,951,954],{"name":949,"slug":950,"type":15},"API Development","api-development",{"name":952,"slug":953,"type":15},"CLI","cli",{"name":955,"slug":956,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":959,"name":959,"fn":960,"description":961,"org":962,"tags":963,"stars":922,"repoUrl":923,"updatedAt":976},"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},[964,967,970,973],{"name":965,"slug":966,"type":15},"Cloudflare","cloudflare",{"name":968,"slug":969,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":971,"slug":972,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":974,"slug":975,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":978,"name":978,"fn":979,"description":980,"org":981,"tags":982,"stars":922,"repoUrl":923,"updatedAt":995},"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},[983,986,989,992],{"name":984,"slug":985,"type":15},"Productivity","productivity",{"name":987,"slug":988,"type":15},"Project Management","project-management",{"name":990,"slug":991,"type":15},"Strategy","strategy",{"name":993,"slug":994,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":997,"name":997,"fn":998,"description":999,"org":1000,"tags":1001,"stars":922,"repoUrl":923,"updatedAt":1009},"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},[1002,1003,1005,1008],{"name":795,"slug":796,"type":15},{"name":1004,"slug":997,"type":15},"Figma",{"name":1006,"slug":1007,"type":15},"Frontend","frontend",{"name":938,"slug":939,"type":15},"2026-04-12T05:06:47.939943",{"slug":1011,"name":1011,"fn":1012,"description":1013,"org":1014,"tags":1015,"stars":922,"repoUrl":923,"updatedAt":1025},"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},[1016,1017,1020,1021,1022],{"name":795,"slug":796,"type":15},{"name":1018,"slug":1019,"type":15},"Design System","design-system",{"name":1004,"slug":997,"type":15},{"name":1006,"slug":1007,"type":15},{"name":1023,"slug":1024,"type":15},"UI Components","ui-components","2026-05-10T05:59:52.971881",{"slug":1027,"name":1027,"fn":1028,"description":1029,"org":1030,"tags":1031,"stars":922,"repoUrl":923,"updatedAt":1039},"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},[1032,1033,1034,1037,1038],{"name":795,"slug":796,"type":15},{"name":1018,"slug":1019,"type":15},{"name":1035,"slug":1036,"type":15},"Documentation","documentation",{"name":1004,"slug":997,"type":15},{"name":1006,"slug":1007,"type":15},"2026-05-16T06:07:47.821474",{"slug":1041,"name":1041,"fn":1042,"description":1043,"org":1044,"tags":1045,"stars":922,"repoUrl":923,"updatedAt":1051},"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},[1046,1047,1048,1049,1050],{"name":795,"slug":796,"type":15},{"name":1004,"slug":997,"type":15},{"name":1006,"slug":1007,"type":15},{"name":1023,"slug":1024,"type":15},{"name":920,"slug":921,"type":15},"2026-05-16T06:07:40.583615",{"slug":1053,"name":1053,"fn":1054,"description":1055,"org":1056,"tags":1057,"stars":922,"repoUrl":923,"updatedAt":1064},"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},[1058,1061,1062,1063],{"name":1059,"slug":1060,"type":15},"Animation","animation",{"name":955,"slug":956,"type":15},{"name":805,"slug":806,"type":15},{"name":795,"slug":796,"type":15},"2026-05-02T05:31:48.48485",{"slug":1066,"name":1066,"fn":1067,"description":1068,"org":1069,"tags":1070,"stars":922,"repoUrl":923,"updatedAt":1080},"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},[1071,1072,1073,1076,1079],{"name":805,"slug":806,"type":15},{"name":795,"slug":796,"type":15},{"name":1074,"slug":1075,"type":15},"Image Generation","image-generation",{"name":1077,"slug":1078,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",578]