[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-coinbase-agentic-wallet":3,"mdc--hnmqdi-key":41,"related-org-coinbase-agentic-wallet":708,"related-repo-coinbase-agentic-wallet":719},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":30,"repoUrl":31,"updatedAt":32,"license":33,"forks":34,"topics":35,"repo":36,"sourceUrl":39,"mdContent":40},"agentic-wallet","perform crypto wallet operations and payments","Crypto wallet operations via the awal CLI — sign in, check balances, send USDC\u002FETH\u002FPOL\u002FSOL, trade tokens, fund the wallet, and use the x402 payment protocol to discover paid services, pay for API calls, monetize an API, or query onchain data. Use whenever the user mentions signing in, login, authentication, wallet status, balance, address, sending money, paying someone, transferring tokens, ENS names, swapping\u002Ftrading\u002Fconverting tokens, funding\u002Ftopping up\u002Fonramp, USDC, ETH, POL, SOL, the x402 bazaar, paid APIs, monetizing an endpoint, or querying onchain data on Base.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"coinbase","Coinbase","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fcoinbase.png",[12,16,18,21,24,27],{"name":13,"slug":14,"type":15},"Automation","automation","tag",{"name":17,"slug":17,"type":15},"x402",{"name":19,"slug":20,"type":15},"CLI","cli",{"name":22,"slug":23,"type":15},"Web3","web3",{"name":25,"slug":26,"type":15},"Payments","payments",{"name":28,"slug":29,"type":15},"Ethereum","ethereum",121,"https:\u002F\u002Fgithub.com\u002Fcoinbase\u002Fagentic-wallet-skills","2026-05-22T06:50:01.376587",null,47,[],{"repoUrl":31,"stars":30,"forks":34,"topics":37,"description":38},[],"npx skills add coinbase\u002Fagentic-wallet-skills","https:\u002F\u002Fgithub.com\u002Fcoinbase\u002Fagentic-wallet-skills\u002Ftree\u002FHEAD\u002Fskills\u002Fagentic-wallet","---\nname: agentic-wallet\ndescription: \"Crypto wallet operations via the awal CLI — sign in, check balances, send USDC\u002FETH\u002FPOL\u002FSOL, trade tokens, fund the wallet, and use the x402 payment protocol to discover paid services, pay for API calls, monetize an API, or query onchain data. Use whenever the user mentions signing in, login, authentication, wallet status, balance, address, sending money, paying someone, transferring tokens, ENS names, swapping\u002Ftrading\u002Fconverting tokens, funding\u002Ftopping up\u002Fonramp, USDC, ETH, POL, SOL, the x402 bazaar, paid APIs, monetizing an endpoint, or querying onchain data on Base.\"\nuser-invocable: true\ndisable-model-invocation: false\nallowed-tools: [\"Bash(npx awal@2.12.0 *)\", \"Bash(npm *)\", \"Bash(node *)\", \"Bash(curl *)\", \"Bash(mkdir *)\"]\n---\n\n# Agentic Wallet\n\nOperate a crypto wallet through the `awal` CLI. This skill is a router: read the relevant reference file in `references\u002F` for the task at hand.\n\n## Preflight: Confirm wallet state\n\nBefore any wallet operation that requires authentication (everything except x402 search\u002Fdetails), check status:\n\n```bash\nnpx awal@2.12.0 status\n```\n\nIf the wallet is not authenticated, read `references\u002Fauth.md` and complete sign-in first.\n\n## Routing\n\nPick the reference that matches the task and `Read` it before acting:\n\n| Task | Reference |\n| --- | --- |\n| Sign in, log in, connect wallet, OTP verification, \"not signed in\" errors | `references\u002Fauth.md` |\n| Check balances, \"how much USDC\u002FETH\u002FPOL\u002FSOL do I have\", balance per chain, JSON balance output | `references\u002Fbalance.md` |\n| Send USDC \u002F ETH \u002F POL \u002F SOL to an address or ENS name (Base, Polygon, Solana) | `references\u002Fsend-usdc.md` |\n| Swap \u002F trade \u002F convert tokens on Base or Polygon | `references\u002Ftrade.md` |\n| Add funds, top up, onramp, buy USDC | `references\u002Ffund.md` |\n| Find \u002F browse \u002F search paid services on the x402 bazaar | `references\u002Fx402-search.md` |\n| Call a paid x402 API endpoint with automatic USDC payment | `references\u002Fx402-pay.md` |\n| Build or deploy a paid API server that other agents can pay to use | `references\u002Fx402-monetize.md` |\n| Query onchain data on Base (events, transactions, blocks) via the CDP SQL API | `references\u002Fquery-onchain.md` |\n\nIf no clear match and the user wants an external capability, search the x402 bazaar (`references\u002Fx402-search.md`) — a paid service may exist.\n\n## Shared rules\n\n- **Input validation**: every reference lists the regexes \u002F allowlists that user-provided values must match before being placed in a shell command. Validate strictly; reject inputs containing spaces, semicolons, pipes, backticks, or other shell metacharacters. Do not pass unvalidated user input into commands.\n- **Single-quote `$` amounts**: any amount written as `'$1.00'` must be single-quoted to prevent bash variable expansion.\n- **JSON output**: every `awal` command supports `--json` for machine-readable output.\n- **Auth errors mean re-auth**: if any command fails with \"Not authenticated\" or similar, read `references\u002Fauth.md` and run the sign-in flow.\n- **Insufficient balance**: read `references\u002Ffund.md` to top up.\n\n## Quick command index\n\n| Command | Purpose |\n| --- | --- |\n| `npx awal@2.12.0 status` | Server health + auth status |\n| `npx awal@2.12.0 address` | Get wallet address |\n| `npx awal@2.12.0 balance` | Get balances across Base, Polygon, Solana (use `--chain` for one chain) |\n| `npx awal@2.12.0 show` | Open the wallet companion window (used for funding) |\n| `npx awal@2.12.0 auth login \u003Cemail>` | Send OTP code |\n| `npx awal@2.12.0 auth verify \u003Cotp>` | Complete sign-in |\n| `npx awal@2.12.0 send \u003Camount> \u003Crecipient>` | Send tokens |\n| `npx awal@2.12.0 trade \u003Camount> \u003Cfrom> \u003Cto>` | Swap tokens |\n| `npx awal@2.12.0 x402 bazaar search \u003Cquery>` | Search paid services |\n| `npx awal@2.12.0 x402 bazaar list` | List bazaar resources |\n| `npx awal@2.12.0 x402 details \u003Curl>` | Inspect payment requirements |\n| `npx awal@2.12.0 x402 pay \u003Curl>` | Pay and call an x402 endpoint |\n",{"data":42,"body":51},{"name":4,"description":6,"user-invocable":43,"disable-model-invocation":44,"allowed-tools":45},true,false,[46,47,48,49,50],"Bash(npx awal@2.12.0 *)","Bash(npm *)","Bash(node *)","Bash(curl *)","Bash(mkdir *)",{"type":52,"children":53},"root",[54,62,85,92,97,131,144,150,163,343,355,361,462,468,702],{"type":55,"tag":56,"props":57,"children":58},"element","h1",{"id":4},[59],{"type":60,"value":61},"text","Agentic Wallet",{"type":55,"tag":63,"props":64,"children":65},"p",{},[66,68,75,77,83],{"type":60,"value":67},"Operate a crypto wallet through the ",{"type":55,"tag":69,"props":70,"children":72},"code",{"className":71},[],[73],{"type":60,"value":74},"awal",{"type":60,"value":76}," CLI. This skill is a router: read the relevant reference file in ",{"type":55,"tag":69,"props":78,"children":80},{"className":79},[],[81],{"type":60,"value":82},"references\u002F",{"type":60,"value":84}," for the task at hand.",{"type":55,"tag":86,"props":87,"children":89},"h2",{"id":88},"preflight-confirm-wallet-state",[90],{"type":60,"value":91},"Preflight: Confirm wallet state",{"type":55,"tag":63,"props":93,"children":94},{},[95],{"type":60,"value":96},"Before any wallet operation that requires authentication (everything except x402 search\u002Fdetails), check status:",{"type":55,"tag":98,"props":99,"children":104},"pre",{"className":100,"code":101,"language":102,"meta":103,"style":103},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","npx awal@2.12.0 status\n","bash","",[105],{"type":55,"tag":69,"props":106,"children":107},{"__ignoreMap":103},[108],{"type":55,"tag":109,"props":110,"children":113},"span",{"class":111,"line":112},"line",1,[114,120,126],{"type":55,"tag":109,"props":115,"children":117},{"style":116},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[118],{"type":60,"value":119},"npx",{"type":55,"tag":109,"props":121,"children":123},{"style":122},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[124],{"type":60,"value":125}," awal@2.12.0",{"type":55,"tag":109,"props":127,"children":128},{"style":122},[129],{"type":60,"value":130}," status\n",{"type":55,"tag":63,"props":132,"children":133},{},[134,136,142],{"type":60,"value":135},"If the wallet is not authenticated, read ",{"type":55,"tag":69,"props":137,"children":139},{"className":138},[],[140],{"type":60,"value":141},"references\u002Fauth.md",{"type":60,"value":143}," and complete sign-in first.",{"type":55,"tag":86,"props":145,"children":147},{"id":146},"routing",[148],{"type":60,"value":149},"Routing",{"type":55,"tag":63,"props":151,"children":152},{},[153,155,161],{"type":60,"value":154},"Pick the reference that matches the task and ",{"type":55,"tag":69,"props":156,"children":158},{"className":157},[],[159],{"type":60,"value":160},"Read",{"type":60,"value":162}," it before acting:",{"type":55,"tag":164,"props":165,"children":166},"table",{},[167,186],{"type":55,"tag":168,"props":169,"children":170},"thead",{},[171],{"type":55,"tag":172,"props":173,"children":174},"tr",{},[175,181],{"type":55,"tag":176,"props":177,"children":178},"th",{},[179],{"type":60,"value":180},"Task",{"type":55,"tag":176,"props":182,"children":183},{},[184],{"type":60,"value":185},"Reference",{"type":55,"tag":187,"props":188,"children":189},"tbody",{},[190,207,224,241,258,275,292,309,326],{"type":55,"tag":172,"props":191,"children":192},{},[193,199],{"type":55,"tag":194,"props":195,"children":196},"td",{},[197],{"type":60,"value":198},"Sign in, log in, connect wallet, OTP verification, \"not signed in\" errors",{"type":55,"tag":194,"props":200,"children":201},{},[202],{"type":55,"tag":69,"props":203,"children":205},{"className":204},[],[206],{"type":60,"value":141},{"type":55,"tag":172,"props":208,"children":209},{},[210,215],{"type":55,"tag":194,"props":211,"children":212},{},[213],{"type":60,"value":214},"Check balances, \"how much USDC\u002FETH\u002FPOL\u002FSOL do I have\", balance per chain, JSON balance output",{"type":55,"tag":194,"props":216,"children":217},{},[218],{"type":55,"tag":69,"props":219,"children":221},{"className":220},[],[222],{"type":60,"value":223},"references\u002Fbalance.md",{"type":55,"tag":172,"props":225,"children":226},{},[227,232],{"type":55,"tag":194,"props":228,"children":229},{},[230],{"type":60,"value":231},"Send USDC \u002F ETH \u002F POL \u002F SOL to an address or ENS name (Base, Polygon, Solana)",{"type":55,"tag":194,"props":233,"children":234},{},[235],{"type":55,"tag":69,"props":236,"children":238},{"className":237},[],[239],{"type":60,"value":240},"references\u002Fsend-usdc.md",{"type":55,"tag":172,"props":242,"children":243},{},[244,249],{"type":55,"tag":194,"props":245,"children":246},{},[247],{"type":60,"value":248},"Swap \u002F trade \u002F convert tokens on Base or Polygon",{"type":55,"tag":194,"props":250,"children":251},{},[252],{"type":55,"tag":69,"props":253,"children":255},{"className":254},[],[256],{"type":60,"value":257},"references\u002Ftrade.md",{"type":55,"tag":172,"props":259,"children":260},{},[261,266],{"type":55,"tag":194,"props":262,"children":263},{},[264],{"type":60,"value":265},"Add funds, top up, onramp, buy USDC",{"type":55,"tag":194,"props":267,"children":268},{},[269],{"type":55,"tag":69,"props":270,"children":272},{"className":271},[],[273],{"type":60,"value":274},"references\u002Ffund.md",{"type":55,"tag":172,"props":276,"children":277},{},[278,283],{"type":55,"tag":194,"props":279,"children":280},{},[281],{"type":60,"value":282},"Find \u002F browse \u002F search paid services on the x402 bazaar",{"type":55,"tag":194,"props":284,"children":285},{},[286],{"type":55,"tag":69,"props":287,"children":289},{"className":288},[],[290],{"type":60,"value":291},"references\u002Fx402-search.md",{"type":55,"tag":172,"props":293,"children":294},{},[295,300],{"type":55,"tag":194,"props":296,"children":297},{},[298],{"type":60,"value":299},"Call a paid x402 API endpoint with automatic USDC payment",{"type":55,"tag":194,"props":301,"children":302},{},[303],{"type":55,"tag":69,"props":304,"children":306},{"className":305},[],[307],{"type":60,"value":308},"references\u002Fx402-pay.md",{"type":55,"tag":172,"props":310,"children":311},{},[312,317],{"type":55,"tag":194,"props":313,"children":314},{},[315],{"type":60,"value":316},"Build or deploy a paid API server that other agents can pay to use",{"type":55,"tag":194,"props":318,"children":319},{},[320],{"type":55,"tag":69,"props":321,"children":323},{"className":322},[],[324],{"type":60,"value":325},"references\u002Fx402-monetize.md",{"type":55,"tag":172,"props":327,"children":328},{},[329,334],{"type":55,"tag":194,"props":330,"children":331},{},[332],{"type":60,"value":333},"Query onchain data on Base (events, transactions, blocks) via the CDP SQL API",{"type":55,"tag":194,"props":335,"children":336},{},[337],{"type":55,"tag":69,"props":338,"children":340},{"className":339},[],[341],{"type":60,"value":342},"references\u002Fquery-onchain.md",{"type":55,"tag":63,"props":344,"children":345},{},[346,348,353],{"type":60,"value":347},"If no clear match and the user wants an external capability, search the x402 bazaar (",{"type":55,"tag":69,"props":349,"children":351},{"className":350},[],[352],{"type":60,"value":291},{"type":60,"value":354},") — a paid service may exist.",{"type":55,"tag":86,"props":356,"children":358},{"id":357},"shared-rules",[359],{"type":60,"value":360},"Shared rules",{"type":55,"tag":362,"props":363,"children":364},"ul",{},[365,377,403,428,445],{"type":55,"tag":366,"props":367,"children":368},"li",{},[369,375],{"type":55,"tag":370,"props":371,"children":372},"strong",{},[373],{"type":60,"value":374},"Input validation",{"type":60,"value":376},": every reference lists the regexes \u002F allowlists that user-provided values must match before being placed in a shell command. Validate strictly; reject inputs containing spaces, semicolons, pipes, backticks, or other shell metacharacters. Do not pass unvalidated user input into commands.",{"type":55,"tag":366,"props":378,"children":379},{},[380,393,395,401],{"type":55,"tag":370,"props":381,"children":382},{},[383,385,391],{"type":60,"value":384},"Single-quote ",{"type":55,"tag":69,"props":386,"children":388},{"className":387},[],[389],{"type":60,"value":390},"$",{"type":60,"value":392}," amounts",{"type":60,"value":394},": any amount written as ",{"type":55,"tag":69,"props":396,"children":398},{"className":397},[],[399],{"type":60,"value":400},"'$1.00'",{"type":60,"value":402}," must be single-quoted to prevent bash variable expansion.",{"type":55,"tag":366,"props":404,"children":405},{},[406,411,413,418,420,426],{"type":55,"tag":370,"props":407,"children":408},{},[409],{"type":60,"value":410},"JSON output",{"type":60,"value":412},": every ",{"type":55,"tag":69,"props":414,"children":416},{"className":415},[],[417],{"type":60,"value":74},{"type":60,"value":419}," command supports ",{"type":55,"tag":69,"props":421,"children":423},{"className":422},[],[424],{"type":60,"value":425},"--json",{"type":60,"value":427}," for machine-readable output.",{"type":55,"tag":366,"props":429,"children":430},{},[431,436,438,443],{"type":55,"tag":370,"props":432,"children":433},{},[434],{"type":60,"value":435},"Auth errors mean re-auth",{"type":60,"value":437},": if any command fails with \"Not authenticated\" or similar, read ",{"type":55,"tag":69,"props":439,"children":441},{"className":440},[],[442],{"type":60,"value":141},{"type":60,"value":444}," and run the sign-in flow.",{"type":55,"tag":366,"props":446,"children":447},{},[448,453,455,460],{"type":55,"tag":370,"props":449,"children":450},{},[451],{"type":60,"value":452},"Insufficient balance",{"type":60,"value":454},": read ",{"type":55,"tag":69,"props":456,"children":458},{"className":457},[],[459],{"type":60,"value":274},{"type":60,"value":461}," to top up.",{"type":55,"tag":86,"props":463,"children":465},{"id":464},"quick-command-index",[466],{"type":60,"value":467},"Quick command index",{"type":55,"tag":164,"props":469,"children":470},{},[471,487],{"type":55,"tag":168,"props":472,"children":473},{},[474],{"type":55,"tag":172,"props":475,"children":476},{},[477,482],{"type":55,"tag":176,"props":478,"children":479},{},[480],{"type":60,"value":481},"Command",{"type":55,"tag":176,"props":483,"children":484},{},[485],{"type":60,"value":486},"Purpose",{"type":55,"tag":187,"props":488,"children":489},{},[490,507,524,549,566,583,600,617,634,651,668,685],{"type":55,"tag":172,"props":491,"children":492},{},[493,502],{"type":55,"tag":194,"props":494,"children":495},{},[496],{"type":55,"tag":69,"props":497,"children":499},{"className":498},[],[500],{"type":60,"value":501},"npx awal@2.12.0 status",{"type":55,"tag":194,"props":503,"children":504},{},[505],{"type":60,"value":506},"Server health + auth status",{"type":55,"tag":172,"props":508,"children":509},{},[510,519],{"type":55,"tag":194,"props":511,"children":512},{},[513],{"type":55,"tag":69,"props":514,"children":516},{"className":515},[],[517],{"type":60,"value":518},"npx awal@2.12.0 address",{"type":55,"tag":194,"props":520,"children":521},{},[522],{"type":60,"value":523},"Get wallet address",{"type":55,"tag":172,"props":525,"children":526},{},[527,536],{"type":55,"tag":194,"props":528,"children":529},{},[530],{"type":55,"tag":69,"props":531,"children":533},{"className":532},[],[534],{"type":60,"value":535},"npx awal@2.12.0 balance",{"type":55,"tag":194,"props":537,"children":538},{},[539,541,547],{"type":60,"value":540},"Get balances across Base, Polygon, Solana (use ",{"type":55,"tag":69,"props":542,"children":544},{"className":543},[],[545],{"type":60,"value":546},"--chain",{"type":60,"value":548}," for one chain)",{"type":55,"tag":172,"props":550,"children":551},{},[552,561],{"type":55,"tag":194,"props":553,"children":554},{},[555],{"type":55,"tag":69,"props":556,"children":558},{"className":557},[],[559],{"type":60,"value":560},"npx awal@2.12.0 show",{"type":55,"tag":194,"props":562,"children":563},{},[564],{"type":60,"value":565},"Open the wallet companion window (used for funding)",{"type":55,"tag":172,"props":567,"children":568},{},[569,578],{"type":55,"tag":194,"props":570,"children":571},{},[572],{"type":55,"tag":69,"props":573,"children":575},{"className":574},[],[576],{"type":60,"value":577},"npx awal@2.12.0 auth login \u003Cemail>",{"type":55,"tag":194,"props":579,"children":580},{},[581],{"type":60,"value":582},"Send OTP code",{"type":55,"tag":172,"props":584,"children":585},{},[586,595],{"type":55,"tag":194,"props":587,"children":588},{},[589],{"type":55,"tag":69,"props":590,"children":592},{"className":591},[],[593],{"type":60,"value":594},"npx awal@2.12.0 auth verify \u003Cotp>",{"type":55,"tag":194,"props":596,"children":597},{},[598],{"type":60,"value":599},"Complete sign-in",{"type":55,"tag":172,"props":601,"children":602},{},[603,612],{"type":55,"tag":194,"props":604,"children":605},{},[606],{"type":55,"tag":69,"props":607,"children":609},{"className":608},[],[610],{"type":60,"value":611},"npx awal@2.12.0 send \u003Camount> \u003Crecipient>",{"type":55,"tag":194,"props":613,"children":614},{},[615],{"type":60,"value":616},"Send tokens",{"type":55,"tag":172,"props":618,"children":619},{},[620,629],{"type":55,"tag":194,"props":621,"children":622},{},[623],{"type":55,"tag":69,"props":624,"children":626},{"className":625},[],[627],{"type":60,"value":628},"npx awal@2.12.0 trade \u003Camount> \u003Cfrom> \u003Cto>",{"type":55,"tag":194,"props":630,"children":631},{},[632],{"type":60,"value":633},"Swap tokens",{"type":55,"tag":172,"props":635,"children":636},{},[637,646],{"type":55,"tag":194,"props":638,"children":639},{},[640],{"type":55,"tag":69,"props":641,"children":643},{"className":642},[],[644],{"type":60,"value":645},"npx awal@2.12.0 x402 bazaar search \u003Cquery>",{"type":55,"tag":194,"props":647,"children":648},{},[649],{"type":60,"value":650},"Search paid services",{"type":55,"tag":172,"props":652,"children":653},{},[654,663],{"type":55,"tag":194,"props":655,"children":656},{},[657],{"type":55,"tag":69,"props":658,"children":660},{"className":659},[],[661],{"type":60,"value":662},"npx awal@2.12.0 x402 bazaar list",{"type":55,"tag":194,"props":664,"children":665},{},[666],{"type":60,"value":667},"List bazaar resources",{"type":55,"tag":172,"props":669,"children":670},{},[671,680],{"type":55,"tag":194,"props":672,"children":673},{},[674],{"type":55,"tag":69,"props":675,"children":677},{"className":676},[],[678],{"type":60,"value":679},"npx awal@2.12.0 x402 details \u003Curl>",{"type":55,"tag":194,"props":681,"children":682},{},[683],{"type":60,"value":684},"Inspect payment requirements",{"type":55,"tag":172,"props":686,"children":687},{},[688,697],{"type":55,"tag":194,"props":689,"children":690},{},[691],{"type":55,"tag":69,"props":692,"children":694},{"className":693},[],[695],{"type":60,"value":696},"npx awal@2.12.0 x402 pay \u003Curl>",{"type":55,"tag":194,"props":698,"children":699},{},[700],{"type":60,"value":701},"Pay and call an x402 endpoint",{"type":55,"tag":703,"props":704,"children":705},"style",{},[706],{"type":60,"value":707},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":709,"total":112},[710],{"slug":4,"name":4,"fn":5,"description":6,"org":711,"tags":712,"stars":30,"repoUrl":31,"updatedAt":32},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[713,714,715,716,717,718],{"name":13,"slug":14,"type":15},{"name":19,"slug":20,"type":15},{"name":28,"slug":29,"type":15},{"name":25,"slug":26,"type":15},{"name":22,"slug":23,"type":15},{"name":17,"slug":17,"type":15},{"items":720,"total":112},[721],{"slug":4,"name":4,"fn":5,"description":6,"org":722,"tags":723,"stars":30,"repoUrl":31,"updatedAt":32},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[724,725,726,727,728,729],{"name":13,"slug":14,"type":15},{"name":19,"slug":20,"type":15},{"name":28,"slug":29,"type":15},{"name":25,"slug":26,"type":15},{"name":22,"slug":23,"type":15},{"name":17,"slug":17,"type":15}]