[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-binance-fiat-id":3,"guides-for-binance-fiat":225,"similar-k179whws9ptha00rh0vkmktxds866pej":226},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":21,"identity":190,"isFallback":193,"parentExtension":194,"providers":195,"relations":199,"repo":201,"workflow":222},1778053539796.5356,"k179whws9ptha00rh0vkmktxds866pej",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13,"tags":14},"Query Binance fiat payment capabilities — supported countries, currencies, payment methods, limits, and crypto prices — via public APIs, plus authenticated order/payment history lookup. Use whenever users ask about buying or selling crypto with fiat, depositing or withdrawing fiat, fiat-crypto exchange rates, payment options in a specific country, or their fiat order history — even if they don't explicitly mention Binance APIs.",{},"Binance Fiat","https://github.com/binance/binance-skills-hub/tree/HEAD/skills/binance/fiat",[15,16,17,18,19,20],"binance","fiat","crypto","payments","api","finance",{"_creationTime":22,"_id":23,"extensionId":5,"locale":24,"result":25,"trustSignals":178,"workflow":188},1778053587977.3513,"kn792523g7aavt14m43g6q1thh866r84","en",{"checks":26,"evaluatedAt":168,"extensionSummary":169,"promptVersionExtension":170,"promptVersionScoring":171,"rationale":172,"score":173,"summary":174,"tags":175,"targetMarket":176,"tier":177},[27,32,35,38,42,45,49,53,56,59,63,68,72,76,79,82,85,88,91,94,98,102,106,110,114,117,120,123,127,130,133,136,139,142,146,149,152,155,158,161,165],{"category":28,"check":29,"severity":30,"summary":31},"Practical Utility","Problem relevance","pass","The description clearly names a concrete user problem: querying Binance fiat payment capabilities and looking up authenticated order/payment history.",{"category":28,"check":33,"severity":30,"summary":34},"Unique selling proposition","The skill leverages public and authenticated Binance APIs to provide specific fiat payment information and history lookup, offering value beyond a generic LLM's capabilities.",{"category":28,"check":36,"severity":30,"summary":37},"Production readiness","The skill provides public API access for querying capabilities and methods, and references authenticated endpoints for order history, covering the necessary lifecycle for its stated use cases.",{"category":39,"check":40,"severity":30,"summary":41},"Scope","Single responsibility principle","The skill focuses solely on Binance fiat payment capabilities and order history, adhering to a single responsibility principle.",{"category":39,"check":43,"severity":30,"summary":44},"Description quality","The description is accurate, concise, readable, and accurately reflects the skill's behavior and capabilities.",{"category":46,"check":47,"severity":30,"summary":48},"Invocation","Scoped tools","The available APIs (get_capabilities, get_buy_and_sell_payment_methods, get_deposit_and_withdraw_payment_methods, get_price) are narrow verb-noun specialists.",{"category":50,"check":51,"severity":30,"summary":52},"Documentation","Configuration & parameter reference","All parameters for the API calls are documented with their requirements and optionality, and the base URL is provided.",{"category":39,"check":54,"severity":30,"summary":55},"Tool naming","Tool names like 'get_capabilities' and 'get_price' are descriptive and follow a verb-noun pattern within the domain.",{"category":39,"check":57,"severity":30,"summary":58},"Minimal I/O surface","Input parameters for API calls are clearly defined and typed, and the response structure is documented.",{"category":60,"check":61,"severity":30,"summary":62},"License","License usability","The skill is licensed under the MIT license, which is a permissive open-source license.",{"category":64,"check":65,"severity":66,"summary":67},"Maintenance","Commit recency","info","The latest commit was on 2026-03-24, which is recent, but the last release was on 2026-03-24, with no further commits or updates.",{"category":64,"check":69,"severity":70,"summary":71},"Dependency Management","not_applicable","The skill does not appear to use any third-party dependencies beyond standard shell utilities like curl and openssl.",{"category":73,"check":74,"severity":30,"summary":75},"Security","Secret Management","The skill references authenticated endpoints but clearly directs users to handle API keys and secrets securely via environment variables or a secrets file, and never echoes them. The `references/authentication.md` file provides detailed guidance on secure handling.",{"category":73,"check":77,"severity":30,"summary":78},"Injection","The skill uses `WebFetch` or `Bash` (curl) for API calls, and the inputs are structured parameters rather than arbitrary code execution. No third-party data loading mechanisms that could introduce injection vulnerabilities are apparent.",{"category":73,"check":80,"severity":30,"summary":81},"Transitive Supply-Chain Grenades","All necessary commands (curl, openssl) are standard utilities and do not involve runtime downloads or execution of arbitrary external code. API calls are made to Binance's official endpoints.",{"category":73,"check":83,"severity":30,"summary":84},"Sandbox Isolation","The skill primarily makes outbound API calls and does not appear to modify any files outside of its designated scopes or user-provided credential locations.",{"category":73,"check":86,"severity":30,"summary":87},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were found in the provided script examples or documentation.",{"category":73,"check":89,"severity":30,"summary":90},"Data Exfiltration","The skill's purpose is to query public APIs and reference authenticated endpoints, with clear instructions on secure credential handling. No undocumented outbound calls or exfiltration attempts are evident.",{"category":73,"check":92,"severity":30,"summary":93},"Hidden Text Tricks","The bundled files are free of hidden-steering tricks, invisible Unicode characters, or other obfuscation methods.",{"category":95,"check":96,"severity":30,"summary":97},"Hooks","Opaque code execution","The provided scripts use standard commands like `curl` and `openssl` and are not obfuscated or minified.",{"category":99,"check":100,"severity":30,"summary":101},"Portability","Structural Assumption","The skill relies on standard ISO country codes and API parameters, with clear instructions on how to infer country codes, avoiding rigid structural assumptions about user projects.",{"category":103,"check":104,"severity":70,"summary":105},"Trust","Issues Attention","No issues data available for this repository.",{"category":107,"check":108,"severity":30,"summary":109},"Versioning","Release Management","The skill has a version number (1.1.0) declared in the SKILL.md frontmatter and a CHANGELOG.md file.",{"category":111,"check":112,"severity":30,"summary":113},"Code Execution","Validation","The API endpoints require specific parameters, and the skill's documentation clearly outlines these requirements, implying validation will occur server-side.",{"category":73,"check":115,"severity":70,"summary":116},"Unguarded Destructive Operations","The skill is read-only and analytical, making no destructive changes to infrastructure or data.",{"category":111,"check":118,"severity":30,"summary":119},"Error Handling","The documentation mentions that API responses will have a 'code' and 'message' field, allowing for meaningful error reporting and handling.",{"category":111,"check":121,"severity":70,"summary":122},"Logging","The skill is read-only and does not perform actions that require local audit logging.",{"category":124,"check":125,"severity":66,"summary":126},"Compliance","GDPR","The skill interacts with Binance APIs and may process data that could include personal information. While no direct submission to third parties is indicated, care should be taken to ensure no personal data is leaked to the LLM context without proper sanitization.",{"category":124,"check":128,"severity":30,"summary":129},"Target market","The skill provides detailed country inference rules and mentions specific ISO 3166-1 alpha-2 codes, but explicitly excludes 'US'. The presence of EUR defaulting to FR and USD defaulting to SG suggests a global reach with specific defaults, and the targetMarket is global.",{"category":99,"check":131,"severity":30,"summary":132},"Runtime stability","The skill relies on standard shell commands (`curl`, `openssl`) and web APIs, ensuring broad compatibility across POSIX-like environments.",{"category":46,"check":134,"severity":30,"summary":135},"Precise Purpose","The description clearly states the skill's purpose (query Binance fiat capabilities and order history) and provides specific trigger phrases and intended use cases.",{"category":46,"check":137,"severity":30,"summary":138},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability and trigger phrases within the character limit.",{"category":50,"check":140,"severity":30,"summary":141},"Concise Body","The SKILL.md body is concise, outlines available APIs, and references external files for more detailed information (e.g., authenticated endpoints).",{"category":143,"check":144,"severity":30,"summary":145},"Context","Progressive Disclosure","The SKILL.md outlines the main functions and references `references/sapi-endpoints.md` for authenticated endpoints, demonstrating progressive disclosure.",{"category":143,"check":147,"severity":70,"summary":148},"Forked exploration","The skill is primarily for querying information and does not involve deep code review or exploration that would necessitate forked context.",{"category":28,"check":150,"severity":30,"summary":151},"Usage examples","The SKILL.md provides clear `curl` examples for each API endpoint, demonstrating how to construct requests and showing expected response structures.",{"category":28,"check":153,"severity":30,"summary":154},"Edge cases","The skill documents failure modes like 'code: \"000000\" = success; otherwise check message' and provides country inference rules, including a fallback for empty results.",{"category":111,"check":156,"severity":70,"summary":157},"Tool Fallback","The skill does not rely on an external MCP server and uses standard tools like `curl` and `openssl`.",{"category":99,"check":159,"severity":30,"summary":160},"Stack assumptions","The skill declares its dependencies on standard command-line tools like `curl`, `openssl`, and `date`, and specifies the interpreter for bash scripts.",{"category":162,"check":163,"severity":30,"summary":164},"Safety","Halt on unexpected state","The skill's error handling mechanism (checking 'code' and 'message' fields) implies it will halt on unexpected API responses or states.",{"category":99,"check":166,"severity":30,"summary":167},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills. It explicitly references sibling skills for related authenticated tasks.",1778053553621,"This skill leverages Binance's public and authenticated APIs to query supported fiat currencies, payment methods, limits, and crypto prices, and to retrieve user order and payment history. It provides detailed country inference rules and URL templates for direct user action.","2.0.0","3.4.0","The skill is well-documented, adheres to security best practices for API key management, and provides clear usage examples. The only minor point is the commit recency which is marked as info, but the versioning is up-to-date.",95,"This skill provides comprehensive access to Binance's fiat payment capabilities and order history.",[15,16,17,18,19,20],"global","verified",{"codeQuality":179,"collectedAt":180,"documentation":181,"maintenance":183,"security":184,"testCoverage":187},{},1778053542338,{"descriptionLength":182,"readmeSize":8},431,{},{"hasNpmPackage":185,"license":186,"smitheryVerified":185},false,"MIT",{"hasCi":185,"hasTests":185},{"updatedAt":189},1778053587977,{"githubOwner":15,"githubRepo":191,"locale":24,"slug":16,"type":192},"binance-skills-hub","skill",true,null,{"extract":196,"llm":198},{"commitSha":197,"license":186},"68fcfa1dfdde0a6d0379d426063b274b41052dd7",{"promptVersionExtension":170,"promptVersionScoring":171,"score":173,"targetMarket":176,"tier":177},{"repoId":200},"kd7f3bc5r6cdg3xth5kdwm728s865z8m",{"_creationTime":202,"_id":200,"identity":203,"providers":205,"workflow":219},1777995558409.851,{"githubOwner":15,"githubRepo":191,"sourceUrl":204},"https://github.com/binance/binance-skills-hub",{"discover":206,"github":209},{"sources":207},[208],"skills-sh",{"closedIssues90d":210,"forks":211,"openIssues90d":210,"pushedAt":212,"readmeSize":213,"stars":214,"topics":215},4,153,1777370744000,4438,820,[216,217,17,218],"agents","ai","skills",{"discoverAt":220,"extractAt":221,"githubAt":221,"updatedAt":221},1777995558409,1778053540786,{"anyEnrichmentAt":223,"extractAt":224,"githubAt":223,"llmAt":189,"updatedAt":189},1778053540206,1778053539796,[],[227,254,272,292,312,332],{"_creationTime":228,"_id":229,"community":230,"display":231,"identity":239,"providers":243,"relations":248,"workflow":250},1778053458618.8777,"k17a3a84c18cttdrxt54w9q08s8675sb",{"reviewCount":8},{"description":232,"installMethods":233,"name":234,"sourceUrl":235,"tags":236},"Your AI agent's crypto brain. One skill, 83+ commands across 14 data domains — real-time prices, wallets, social intelligence, DeFi, on-chain SQL, prediction markets, and more. Natural language in, structured data out. Install once, access everything. Use whenever the user needs crypto data, asks about prices/wallets/tokens/DeFi, wants to investigate on-chain activity, or is building something that consumes crypto data — even if they don't say \"surf\" explicitly.",{},"Surf","https://github.com/asksurf-ai/surf-skills/tree/HEAD/skills/surf",[17,237,238,19,20],"data","cli",{"githubOwner":240,"githubRepo":241,"locale":24,"slug":242,"type":192},"asksurf-ai","surf-skills","surf",{"extract":244,"llm":246},{"commitSha":245,"license":70},"e9f55538a113dcf3ceb301d64e7e1b451a41990c",{"promptVersionExtension":170,"promptVersionScoring":171,"score":247,"targetMarket":176,"tier":177},98,{"repoId":249},"kd75ycvmtzabnhstdv9h5gedm186523y",{"anyEnrichmentAt":251,"extractAt":252,"githubAt":251,"llmAt":253,"updatedAt":253},1778053458879,1778053458618,1778053471884,{"_creationTime":255,"_id":256,"community":257,"display":258,"identity":266,"providers":267,"relations":270,"workflow":271},1778053539796.5366,"k17et5v73bbzddrq9qpc55anzh8676hj",{"reviewCount":8},{"description":259,"installMethods":260,"name":261,"sourceUrl":262,"tags":263},"Binance P2P trading assistant for natural-language queries about P2P/C2C market ads, the user's own P2P order history, order detail & appeal tracking, and advertisement publish & management. Use when the user asks about P2P prices, searching/choosing ads, comparing payment methods, reviewing P2P order history, checking order detail/appeal status, querying complaints, publishing/updating/managing P2P advertisements, or viewing merchant profiles. Do NOT use for spot/futures prices, exchange trading, deposits/withdrawals, on-chain transfers, or anything unrelated to P2P/C2C.",{},"Binance P2P Trading","https://github.com/binance/binance-skills-hub/tree/HEAD/skills/binance/p2p",[15,264,265,17,20,19],"p2p","trading",{"githubOwner":15,"githubRepo":191,"locale":24,"slug":264,"type":192},{"extract":268,"llm":269},{"commitSha":197,"license":186},{"promptVersionExtension":170,"promptVersionScoring":171,"score":173,"targetMarket":176,"tier":177},{"repoId":200},{"anyEnrichmentAt":223,"extractAt":224,"githubAt":223,"llmAt":189,"updatedAt":189},{"_creationTime":273,"_id":274,"community":275,"display":276,"identity":285,"providers":286,"relations":290,"workflow":291},1778053539796.5352,"k173x6hgegzkdpsrdq992f07js866hnd",{"reviewCount":8},{"description":277,"installMethods":278,"name":279,"sourceUrl":280,"tags":281},"Use binance-cli for Binance Spot, Futures (USD-S), and Convert. Requires auth.",{},"Binance CLI","https://github.com/binance/binance-skills-hub/tree/HEAD/skills/binance/binance",[15,17,265,238,19,282,283,284],"spot","futures","convert",{"githubOwner":15,"githubRepo":191,"locale":24,"slug":15,"type":192},{"extract":287,"llm":288},{"commitSha":197,"license":186},{"promptVersionExtension":170,"promptVersionScoring":171,"score":289,"targetMarket":176,"tier":177},96,{"repoId":200},{"anyEnrichmentAt":223,"extractAt":224,"githubAt":223,"llmAt":189,"updatedAt":189},{"_creationTime":293,"_id":294,"community":295,"display":296,"identity":305,"providers":307,"relations":310,"workflow":311},1778053539796.538,"k17dvxtnx54m9r3b8wf9hqjcqn866syq",{"reviewCount":8},{"description":297,"installMethods":298,"name":299,"sourceUrl":300,"tags":301},"Use when the user mentions connect/disconnect wallet, sign in, sign out, web3 wallet, wallet address, check balance, how much crypto do I have, send BNB/USDT/crypto, transfer tokens, swap tokens, buy/sell token, DEX trade, limit order, market order, cancel order, get a quote, transaction history, wallet settings, daily limit, slippage, MEV protection, supported chains, available networks, or any on-chain wallet operation.",{},"Binance Agentic Wallet","https://github.com/binance/binance-skills-hub/tree/HEAD/skills/binance-web3/binance-agentic-wallet",[302,303,15,17,304,265,238],"web3","wallet","blockchain",{"githubOwner":15,"githubRepo":191,"locale":24,"slug":306,"type":192},"binance-agentic-wallet",{"extract":308,"llm":309},{"commitSha":197,"license":186},{"promptVersionExtension":170,"promptVersionScoring":171,"score":173,"targetMarket":176,"tier":177},{"repoId":200},{"anyEnrichmentAt":223,"extractAt":224,"githubAt":223,"llmAt":189,"updatedAt":189},{"_creationTime":313,"_id":314,"community":315,"display":316,"identity":325,"providers":327,"relations":330,"workflow":331},1778053539796.539,"k17928qqkqdwarj1qjv7ajmcbx866fws",{"reviewCount":8},{"description":317,"installMethods":318,"name":319,"sourceUrl":320,"tags":321},"Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings, market trends, social buzz, meme rankings, breakout meme tokens, or top traders.",{},"Crypto Market Rank","https://github.com/binance/binance-skills-hub/tree/HEAD/skills/binance-web3/crypto-market-rank",[17,322,323,324,15],"market-data","rankings","leaderboards",{"githubOwner":15,"githubRepo":191,"locale":24,"slug":326,"type":192},"crypto-market-rank",{"extract":328,"llm":329},{"commitSha":197,"license":70},{"promptVersionExtension":170,"promptVersionScoring":171,"score":173,"targetMarket":176,"tier":177},{"repoId":200},{"anyEnrichmentAt":223,"extractAt":224,"githubAt":223,"llmAt":189,"updatedAt":189},{"_creationTime":333,"_id":334,"community":335,"display":336,"identity":346,"providers":348,"relations":351,"workflow":352},1778053539796.537,"k179j6vxs786e66vzq0r9vvp798677js",{"reviewCount":8},{"description":337,"installMethods":338,"name":339,"sourceUrl":340,"tags":341},"Binance Pay Assistant - Send and Receive crypto payments. Send: QR code payment from Funding Wallet (C2C + PIX). Use when user wants to buy/purchase/pay/transfer/send, confirm/cancel payment, or query order status. Requires QR code data. PIX QR codes (pix, br.gov.bcb.pix) are auto-detected. Receive: Generate QR codes and payment links to collect crypto. Use when user wants to receive/collect payment (generate receive link, receive QR). Do NOT use for earning, buying/selling crypto, or digital goods.",{},"Binance Pay Assistant","https://github.com/binance/binance-skills-hub/tree/HEAD/skills/binance/payment",[15,342,17,343,344,345],"payment","c2c","pix","qr-code",{"githubOwner":15,"githubRepo":191,"locale":24,"slug":347,"type":192},"payment-assistant",{"extract":349,"llm":350},{"commitSha":197,"license":186},{"promptVersionExtension":170,"promptVersionScoring":171,"score":173,"targetMarket":176,"tier":177},{"repoId":200},{"anyEnrichmentAt":223,"extractAt":224,"githubAt":223,"llmAt":189,"updatedAt":189}]