[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-binance-payment-en":3,"guides-for-binance-payment":482,"similar-k173ax6p61hxh2vaqnmc2tmg1586mt7f-en":483},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":242,"isFallback":226,"parentExtension":246,"providers":247,"relations":252,"repo":254,"tags":478,"workflow":479},1778683038528.3503,"k173ax6p61hxh2vaqnmc2tmg1586mt7f",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.\n",{"claudeCode":12},"binance/binance-skills-hub","payment-assistant","https://github.com/binance/binance-skills-hub",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":240},1778683152624.3188,"kn76rf66vsqqbv9vhvqstf487d86m5pm","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":217,"tier":218,"useCases":219},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,112,115,119,122,125,128,131,134,137,141,145,149,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of sending and receiving crypto payments via Binance Pay, including specific use cases like QR code payments and generating payment links.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value over a simple prompt by integrating with Binance Pay APIs for QR code processing, payment confirmation, and status polling, which is beyond default LLM capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle for sending and receiving crypto payments, including QR code handling, payment confirmation, and status polling, making it ready for production workflows.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses solely on Binance Pay operations (sending and receiving crypto payments) and does not extend into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description is accurate, concise, and clearly outlines the send and receive functionalities, including specific use cases and crucial non-goals.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes narrow verb-noun tools like `purchase`, `set_amount`, `pay_confirm`, `receive`, which are specific to the payment domain.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The setup guide clearly documents the necessary API credentials, Python packages, and system dependencies, along with configuration steps and an example.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names such as `purchase`, `receive`, `set_amount`, and `pay_confirm` are descriptive and align with the payment domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The inputs and outputs for the CLI actions are well-defined and specific to the task, avoiding unnecessary data fields.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The license is MIT, a permissive open-source license, and is clearly declared in the SKILL.md frontmatter.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on April 28, 2026, which is within the last 3 months.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The SKILL.md and setup guide list necessary Python packages and system dependencies, and the `requirements.txt` file is present for installation.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The skill requires API keys but advises against committing them to git and suggests using environment variables or a secrets file, with clear instructions on how to manage them.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The documentation explicitly states that API response fields are untrusted user-controlled input and should only be displayed, not interpreted as instructions.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill relies on local Python scripts and standard API calls, with no indication of runtime downloads or execution of external, uncommitted code.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill interacts with Binance APIs and local files for configuration and state, operating within expected scopes without attempting to modify external project files.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","The Python scripts are structured to run as standard commands and do not appear to contain primitives for escaping sandbox environments.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill handles API keys securely and does not exhibit any patterns of reading or submitting confidential data to unauthorized third parties.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled markdown files and code do not contain hidden text tricks, invisible characters, or suspicious formatting designed to manipulate the AI.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The Python scripts are provided in plain, readable source code, with no evidence of obfuscation, base64 payloads, or runtime code fetching.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill assumes the presence of Python 3.8+ and specific libraries, which are clearly documented as prerequisites, with installation instructions provided.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","In the last 90 days, 4 issues were opened and 4 were closed, indicating active maintenance and a healthy issue resolution rate.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The skill declares a version (2.0.0) in the SKILL.md frontmatter and has a CHANGELOG.md, indicating proper release management.",{"category":103,"check":104,"severity":24,"summary":105},"Code Execution","Validation","The skill's documentation and examples show structured inputs and outputs, and the code's focus on specific API calls implies validation is handled appropriately.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","All payment operations require explicit user confirmation before execution, and destructive actions are guarded by state management and backend validation.",{"category":103,"check":110,"severity":24,"summary":111},"Error Handling","The documentation outlines specific error codes and status messages, guiding the AI on how to present failures and potential recovery steps to the user.",{"category":103,"check":113,"severity":24,"summary":114},"Logging","While not explicitly detailing an audit log file, the state machine and persistent order tracking (`.payment_state.json`) provide a form of audit trail for payment operations.",{"category":116,"check":117,"severity":24,"summary":118},"Compliance","GDPR","The skill handles API keys and payment transactions but does not appear to process personal data beyond what is necessary for the transaction itself and handles it securely.",{"category":116,"check":120,"severity":24,"summary":121},"Target market","The skill operates on Binance Pay, which is globally available, and the documentation does not indicate any regional restrictions.",{"category":91,"check":123,"severity":24,"summary":124},"Runtime stability","The skill requires Python 3.8+ and specific packages, clearly listed as prerequisites, ensuring broad compatibility on POSIX-like systems.",{"category":44,"check":126,"severity":24,"summary":127},"README","The README.md provides a good overview of the Binance Skills Hub, installation instructions, and contribution guidelines.",{"category":33,"check":129,"severity":24,"summary":130},"Tool surface size","The extension exposes a focused set of actions related to payment, well within the recommended range.",{"category":40,"check":132,"severity":24,"summary":133},"Overlapping near-synonym tools","The exposed tools (`purchase`, `receive`, `set_amount`, `pay_confirm`, etc.) have distinct functions and do not overlap significantly.",{"category":44,"check":135,"severity":24,"summary":136},"Phantom features","All advertised features, such as sending and receiving payments via QR codes and links, are supported by implemented CLI actions and API integrations.",{"category":138,"check":139,"severity":24,"summary":140},"Install","Installation instruction","The README provides clear installation instructions using `npx` and details authentication steps via environment variables or API management.",{"category":142,"check":143,"severity":24,"summary":144},"Errors","Actionable error messages","The documentation includes specific error codes and corresponding user messages with suggested actions, providing clear guidance for remediation.",{"category":146,"check":147,"severity":24,"summary":148},"Execution","Pinned dependencies","The skill requires Python 3.8+ and lists packages in `requirements.txt`, implying pinned dependencies for consistent execution.",{"category":33,"check":150,"severity":151,"summary":152},"Dry-run preview","not_applicable","This check is not applicable as the skill involves direct financial transactions that inherently require confirmation rather than a dry-run preview.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The skill utilizes a state machine and backend validation for payment status, implying idempotent operations, and includes error codes suggesting retry mechanisms.",{"category":116,"check":158,"severity":24,"summary":159},"Telemetry opt-in","There is no mention of telemetry collection in the documentation; therefore, it is assumed to be non-existent or strictly opt-in by default.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description precisely outlines the function of sending and receiving crypto payments via Binance Pay, including specific use cases and clear boundaries.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise and self-contained, clearly summarizing the core capability and providing trigger phrases.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured with clear sections for different functionalities, examples, and guidelines, avoiding excessive length.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The documentation is well-organized, with setup guides and detailed explanations in separate files like `references/setup-guide.md`, demonstrating progressive disclosure.",{"category":170,"check":174,"severity":151,"summary":175},"Forked exploration","This skill is not an exploration or audit skill; it directly interacts with external services for payments, so `context: fork` is not applicable.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides multiple, ready-to-use example conversations demonstrating various scenarios for sending and receiving payments, including edge cases.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The documentation explicitly addresses edge cases like PIX amount locking, limit exceedances, invalid QR formats, and provides recovery steps or user guidance.",{"category":103,"check":183,"severity":151,"summary":184},"Tool Fallback","The skill does not reference external MCP servers or optional tools; it directly uses Python scripts and Binance APIs.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill employs a state machine and requires explicit user confirmation for destructive actions, halting the workflow on unexpected states and providing clear user guidance.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill operates as a standalone payment assistant and does not appear to implicitly rely on other skills within the hub.",1778683152126,"This skill enables AI agents to send and receive crypto payments through Binance Pay, supporting C2C and PIX transactions via QR codes and payment links. It handles QR code decoding, payment confirmation, status polling, and includes comprehensive error handling and user guidance.",[195,196,197,198,199],"Send crypto payments via QR codes (C2C + PIX)","Receive crypto payments via QR codes and links","Auto-detects PIX QR codes and Binance payment links","Handles payment confirmation and status polling","Supports custom amounts and notes for receiving payments",[201,202,203],"Do NOT use for earning, buying/selling crypto on exchanges, or for digital goods purchases outside of Binance Pay","Do NOT use for automated trading or DeFi interactions","Do NOT use for managing Binance account settings unrelated to payments","3.0.0","4.4.0","To allow users to seamlessly send and receive cryptocurrency payments via Binance Pay using natural language commands.","The extension is production-ready, well-documented, and secure, with clear instructions and examples. No significant issues were found.",98,"A robust and well-documented Binance Pay assistant for sending and receiving crypto payments.",[211,212,213,214,215,216],"binance","crypto","payment","c2c","pix","qr-code","global","verified",[220,221,222,223],"Use when you want to buy/purchase/pay/transfer/send crypto via Binance Pay","Use when you need to receive/collect crypto payments by generating links or QR codes","Use when confirming or canceling a crypto payment initiated via Binance Pay","Use when querying the status of a Binance Pay order",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"security":238,"testCoverage":239},{"hasLockfile":226},false,1778683134885,{"descriptionLength":229,"readmeSize":230},505,4438,{"closedIssues90d":232,"forks":233,"hasChangelog":234,"manifestVersion":235,"openIssues90d":232,"pushedAt":236,"stars":237},4,157,true,"2.0.0",1777370744000,839,{"hasNpmPackage":226,"smitheryVerified":226},{"hasCi":226,"hasTests":226},{"updatedAt":241},1778683152624,{"basePath":243,"githubOwner":211,"githubRepo":244,"locale":18,"slug":213,"type":245},"skills/binance/payment","binance-skills-hub","skill",null,{"evaluate":248,"extract":250},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":249,"targetMarket":217,"tier":218},[211,212,213,214,215,216],{"commitSha":251},"HEAD",{"repoId":253},"kd71r360yct2m95r3z945pd1yh86mpb6",{"_creationTime":255,"_id":253,"identity":256,"providers":257,"workflow":474},1778683033775.0403,{"githubOwner":211,"githubRepo":244,"sourceUrl":14},{"classify":258,"discover":465,"github":468},{"commitSha":251,"extensions":259},[260,327,342,357,371,378,386,409,417,425,433,441,449,457],{"basePath":261,"description":262,"displayName":211,"installMethods":263,"rationale":264,"selectedPaths":265,"source":326,"sourceLanguage":18,"type":245},"skills/binance/binance","Use binance-cli for Binance Spot, Futures (USD-S), and Convert. Requires auth.",{"claudeCode":12},"SKILL.md frontmatter at skills/binance/binance/SKILL.md",[266,269,272,275,276,278,280,282,284,286,288,290,292,294,296,298,300,302,304,306,308,310,312,314,316,318,320,322,324],{"path":267,"priority":268},"SKILL.md","mandatory",{"path":270,"priority":271},"LICENSE.md","high",{"path":273,"priority":274},"CHANGELOG.md","medium",{"path":270,"priority":274},{"path":277,"priority":274},"references/algo.md",{"path":279,"priority":274},"references/alpha.md",{"path":281,"priority":274},"references/auth.md",{"path":283,"priority":274},"references/c2c.md",{"path":285,"priority":274},"references/convert.md",{"path":287,"priority":274},"references/copy-trading.md",{"path":289,"priority":274},"references/crypto-loan.md",{"path":291,"priority":274},"references/derivatives-options.md",{"path":293,"priority":274},"references/derivatives-portfolio-margin-pro.md",{"path":295,"priority":274},"references/derivatives-portfolio-margin.md",{"path":297,"priority":274},"references/dual-investment.md",{"path":299,"priority":274},"references/fiat.md",{"path":301,"priority":274},"references/futures-coin.md",{"path":303,"priority":274},"references/futures-usds.md",{"path":305,"priority":274},"references/gift-card.md",{"path":307,"priority":274},"references/margin-trading.md",{"path":309,"priority":274},"references/mining.md",{"path":311,"priority":274},"references/pay.md",{"path":313,"priority":274},"references/rebate.md",{"path":315,"priority":274},"references/simple-earn.md",{"path":317,"priority":274},"references/spot.md",{"path":319,"priority":274},"references/staking.md",{"path":321,"priority":274},"references/sub-account.md",{"path":323,"priority":274},"references/vip-loan.md",{"path":325,"priority":274},"references/wallet.md","rule",{"basePath":328,"description":329,"displayName":330,"installMethods":331,"rationale":332,"selectedPaths":333,"source":326,"sourceLanguage":18,"type":245},"skills/binance/fiat","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.","fiat",{"claudeCode":12},"SKILL.md frontmatter at skills/binance/fiat/SKILL.md",[334,335,336,337,338,340],{"path":267,"priority":268},{"path":270,"priority":271},{"path":273,"priority":274},{"path":270,"priority":274},{"path":339,"priority":274},"references/authentication.md",{"path":341,"priority":274},"references/sapi-endpoints.md",{"basePath":343,"description":344,"displayName":345,"installMethods":346,"rationale":347,"selectedPaths":348,"source":326,"sourceLanguage":18,"type":245},"skills/binance/onchain-pay","Binance Onchain Pay enables users to buy cryptocurrency with fiat (e.g., EUR, USD) or send existing crypto from their Binance account directly to any external on-chain wallet address in a single flow—no manual withdrawal needed.\n\nEnables partners to integrate crypto buying services:\n- payment-method-list: Get available payment methods (Card, P2P, Google Pay, Apple Pay, etc.) with limits for a fiat/crypto pair\n- trading-pairs: List all supported fiat currencies and cryptocurrencies\n- estimated-quote: Get real-time price quote including exchange rate, fees, and estimated crypto amount\n- pre-order: Create a buy order and get redirect URL to Binance payment flow\n- order: Query order status and details (processing, completed, failed, etc.)\n- crypto-network: Get supported blockchain networks with withdraw fees and limits\n- p2p/trading-pairs: List P2P-specific trading pairs\n","onchain-pay-open-api",{"claudeCode":12},"SKILL.md frontmatter at skills/binance/onchain-pay/SKILL.md",[349,350,351,352,353,354],{"path":267,"priority":268},{"path":270,"priority":271},{"path":273,"priority":274},{"path":270,"priority":274},{"path":339,"priority":274},{"path":355,"priority":356},"scripts/sign_and_call.sh","low",{"basePath":358,"description":359,"displayName":360,"installMethods":361,"rationale":362,"selectedPaths":363,"source":326,"sourceLanguage":18,"type":245},"skills/binance/p2p","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.\n\nUse 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.\n\nDo NOT use for spot/futures prices, exchange trading, deposits/withdrawals, on-chain transfers, or anything unrelated to P2P/C2C.\n","p2p",{"claudeCode":12},"SKILL.md frontmatter at skills/binance/p2p/SKILL.md",[364,365,366,367,368,370],{"path":267,"priority":268},{"path":270,"priority":271},{"path":273,"priority":274},{"path":270,"priority":274},{"path":369,"priority":274},"references/agent-sapi-api.md",{"path":339,"priority":274},{"basePath":243,"description":10,"displayName":13,"installMethods":372,"rationale":373,"selectedPaths":374,"source":326,"sourceLanguage":18,"type":245},{"claudeCode":12},"SKILL.md frontmatter at skills/binance/payment/SKILL.md",[375,376],{"path":267,"priority":268},{"path":377,"priority":274},"references/setup-guide.md",{"basePath":379,"description":380,"displayName":381,"installMethods":382,"rationale":383,"selectedPaths":384,"source":326,"sourceLanguage":18,"type":245},"skills/binance/square-post","Post content to Binance Square (Binance social platform for sharing trading insights).\nAuto-run on messages like 'post to square', 'square post'.\nSupports pure text posts.\n","square-post",{"claudeCode":12},"SKILL.md frontmatter at skills/binance/square-post/SKILL.md",[385],{"path":267,"priority":268},{"basePath":387,"description":388,"displayName":389,"installMethods":390,"rationale":391,"selectedPaths":392,"source":326,"sourceLanguage":18,"type":245},"skills/binance-web3/binance-agentic-wallet","Use when the user mentions connect/disconnect wallet, sign in, sign out, web3 wallet, wallet address,\ncheck balance, how much crypto do I have, send BNB/USDT/crypto, transfer tokens, swap tokens,\nbuy/sell token, DEX trade, limit order, market order, cancel order, get a quote, transaction history,\nwallet settings, daily limit, slippage, MEV protection, supported chains, available networks,\nor any on-chain wallet operation.\n","binance-agentic-wallet",{"claudeCode":12},"SKILL.md frontmatter at skills/binance-web3/binance-agentic-wallet/SKILL.md",[393,394,395,397,399,401,403,405,407],{"path":267,"priority":268},{"path":339,"priority":274},{"path":396,"priority":274},"references/limit-order.md",{"path":398,"priority":274},"references/market-order.md",{"path":400,"priority":274},"references/preflight.md",{"path":402,"priority":274},"references/security.md",{"path":404,"priority":274},"references/send.md",{"path":406,"priority":274},"references/wallet-setting.md",{"path":408,"priority":274},"references/wallet-view.md",{"basePath":410,"description":411,"displayName":412,"installMethods":413,"rationale":414,"selectedPaths":415,"source":326,"sourceLanguage":18,"type":245},"skills/binance-web3/binance-tokenized-securities-info","Query Ondo tokenized US stock data on Binance Web3.\nCovers: supported stock token list, RWA metadata (company info, attestation reports),\nmarket and per-asset trading status (with corporate action codes for earnings, dividends, splits),\nreal-time on-chain data (token price, holders, circulating supply, market cap),\nUS stock fundamentals (P/E, dividend yield, 52-week range), and token K-Line/candlestick charts.\n\nUse this skill when users ask about:\n- Tokenized stock price, holders, or on-chain data for specific tickers\n- Whether a stock token is tradable, paused, or halted\n- Ondo RWA token list or which US stocks are available on-chain\n- Corporate actions affecting a token (dividends, stock splits, earnings halt)\n- Stock token K-Line or candlestick chart data\n- Comparing on-chain token price vs US stock price\n\nNOT for general crypto tokens (BTC, ETH, SOL, etc.) — use query-token-info for those.\n","binance-tokenized-securities-info",{"claudeCode":12},"SKILL.md frontmatter at skills/binance-web3/binance-tokenized-securities-info/SKILL.md",[416],{"path":267,"priority":268},{"basePath":418,"description":419,"displayName":420,"installMethods":421,"rationale":422,"selectedPaths":423,"source":326,"sourceLanguage":18,"type":245},"skills/binance-web3/crypto-market-rank","Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens,\ntokenized stocks, social hype sentiment ranks, smart money inflow token rankings,\ntop meme token rankings from Pulse launchpad, and top trader PnL leaderboards.\nUse this skill when users ask about token rankings, market trends, social buzz, meme rankings, breakout meme tokens, or top traders.\n","crypto-market-rank",{"claudeCode":12},"SKILL.md frontmatter at skills/binance-web3/crypto-market-rank/SKILL.md",[424],{"path":267,"priority":268},{"basePath":426,"description":427,"displayName":428,"installMethods":429,"rationale":430,"selectedPaths":431,"source":326,"sourceLanguage":18,"type":245},"skills/binance-web3/meme-rush","Meme token fast-trading assistant with two core capabilities:\n1. Meme Rush - Real-time meme token lists from launchpads (Pump.fun, Four.meme, etc.) across new, finalizing, and migrated stages\n2. Topic Rush - AI-powered market hot topics with associated tokens ranked by net inflow\nUse this skill when users ask about new meme tokens, meme launches, bonding curve, migration status,\npump.fun tokens, four.meme tokens, fast meme trading, market hot topics, or trending narratives.\n","meme-rush",{"claudeCode":12},"SKILL.md frontmatter at skills/binance-web3/meme-rush/SKILL.md",[432],{"path":267,"priority":268},{"basePath":434,"description":435,"displayName":436,"installMethods":437,"rationale":438,"selectedPaths":439,"source":326,"sourceLanguage":18,"type":245},"skills/binance-web3/query-address-info","Query any on-chain wallet address token balances and positions. Retrieves all token holdings for a specified wallet address on a given chain,\nincluding token name, symbol, price, 24h price change, and holding quantity.\nUse this skill when users ask about wallet balance, token holds, portfolio, or asset positions for any blockchain address.\n","query-address-info",{"claudeCode":12},"SKILL.md frontmatter at skills/binance-web3/query-address-info/SKILL.md",[440],{"path":267,"priority":268},{"basePath":442,"description":443,"displayName":444,"installMethods":445,"rationale":446,"selectedPaths":447,"source":326,"sourceLanguage":18,"type":245},"skills/binance-web3/query-token-audit","Query token security audit to detect scams, honeypots, and malicious contracts before trading.\nReturns comprehensive security analysis including contract risks, trading risks, and scam detection.\nUse when users ask \"is this token safe?\", \"check token security\", \"audit token\", or before any swap.\n","query-token-audit",{"claudeCode":12},"SKILL.md frontmatter at skills/binance-web3/query-token-audit/SKILL.md",[448],{"path":267,"priority":268},{"basePath":450,"description":451,"displayName":452,"installMethods":453,"rationale":454,"selectedPaths":455,"source":326,"sourceLanguage":18,"type":245},"skills/binance-web3/query-token-info","Query token details by keyword, contract address, or chain. Search tokens, get metadata and social links,\nretrieve real-time market data (price, price trend, volume, holders, liquidity), and fetch K-Line candlestick charts.\nUse this skill when users search tokens, check token prices, view market data, or request kline/candlestick charts.\n","query-token-info",{"claudeCode":12},"SKILL.md frontmatter at skills/binance-web3/query-token-info/SKILL.md",[456],{"path":267,"priority":268},{"basePath":458,"description":459,"displayName":460,"installMethods":461,"rationale":462,"selectedPaths":463,"source":326,"sourceLanguage":18,"type":245},"skills/binance-web3/trading-signal","Subscribe and retrieve on-chain Smart Money signals. Monitor trading activities of smart money addresses,\nincluding buy/sell signals, trigger price, current price, max gain, and exit rate.\nUse this skill when users are looking for investment opportunities — smart money signals can serve as valuable references for potential trades.\n","trading-signal",{"claudeCode":12},"SKILL.md frontmatter at skills/binance-web3/trading-signal/SKILL.md",[464],{"path":267,"priority":268},{"sources":466},[467],"manual",{"closedIssues90d":232,"description":469,"forks":233,"openIssues90d":232,"pushedAt":236,"readmeSize":230,"stars":237,"topics":470},"Binance Skills Hub is an open skills marketplace that gives AI agents native access to crypto",[471,472,212,473],"agents","ai","skills",{"classifiedAt":475,"discoverAt":476,"extractAt":477,"githubAt":477,"updatedAt":475},1778683038323,1778683033775,1778683036450,[211,214,212,213,215,216],{"evaluatedAt":241,"extractAt":480,"updatedAt":481},1778683038528,1778683432826,[],[484,505,523,542,561,580],{"_creationTime":485,"_id":486,"community":487,"display":488,"identity":490,"providers":492,"relations":500,"tags":501,"workflow":502},1778683038528.3499,"k171r71hcwj8cjt09paew42swd86ng1t",{"reviewCount":8},{"description":344,"installMethods":489,"name":345,"sourceUrl":14},{"claudeCode":12},{"basePath":343,"githubOwner":211,"githubRepo":244,"locale":18,"slug":491,"type":245},"onchain-pay",{"evaluate":493,"extract":499},{"promptVersionExtension":204,"promptVersionScoring":205,"score":494,"tags":495,"targetMarket":217,"tier":218},100,[211,212,213,496,497,498],"fiat-to-crypto","api","trading",{"commitSha":251},{"repoId":253},[497,211,212,496,213,498],{"evaluatedAt":503,"extractAt":480,"updatedAt":504},1778683107873,1778683432457,{"_creationTime":506,"_id":507,"community":508,"display":509,"identity":511,"providers":512,"relations":518,"tags":519,"workflow":520},1778683038528.35,"k179pmdtcm392yv3ak1r0nztkh86n96m",{"reviewCount":8},{"description":359,"installMethods":510,"name":360,"sourceUrl":14},{"claudeCode":12},{"basePath":358,"githubOwner":211,"githubRepo":244,"locale":18,"slug":360,"type":245},{"evaluate":513,"extract":517},{"promptVersionExtension":204,"promptVersionScoring":205,"score":514,"tags":515,"targetMarket":217,"tier":218},99,[211,360,498,212,497,516],"finance",{"commitSha":251},{"repoId":253},[497,211,212,516,360,498],{"evaluatedAt":521,"extractAt":480,"updatedAt":522},1778683126123,1778683432621,{"_creationTime":524,"_id":525,"community":526,"display":527,"identity":529,"providers":530,"relations":537,"tags":538,"workflow":539},1778683038528.3513,"k1729wcbj4vmpx864t9wr2tzn186msbv",{"reviewCount":8},{"description":419,"installMethods":528,"name":420,"sourceUrl":14},{"claudeCode":12},{"basePath":418,"githubOwner":211,"githubRepo":244,"locale":18,"slug":420,"type":245},{"evaluate":531,"extract":536},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":532,"targetMarket":217,"tier":218},[212,533,534,535,211],"market-data","rankings","leaderboards",{"commitSha":251},{"repoId":253},[211,212,535,533,534],{"evaluatedAt":540,"extractAt":480,"updatedAt":541},1778683224103,1778683433863,{"_creationTime":543,"_id":544,"community":545,"display":546,"identity":548,"providers":549,"relations":556,"tags":557,"workflow":558},1778683038528.3508,"k17apc0e3axcz9s63a9xdav1r186mj7b",{"reviewCount":8},{"description":388,"installMethods":547,"name":389,"sourceUrl":14},{"claudeCode":12},{"basePath":387,"githubOwner":211,"githubRepo":244,"locale":18,"slug":389,"type":245},{"evaluate":550,"extract":555},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":551,"targetMarket":217,"tier":218},[552,212,553,498,211,554],"web3","wallet","smart-contracts",{"commitSha":251},{"repoId":253},[211,212,554,498,553,552],{"evaluatedAt":559,"extractAt":480,"updatedAt":560},1778683191000,1778683433361,{"_creationTime":562,"_id":563,"community":564,"display":565,"identity":568,"providers":569,"relations":575,"tags":576,"workflow":577},1778683038528.3496,"k17anqxp5y72xry3e880z0jbmn86mwta",{"reviewCount":8},{"description":329,"installMethods":566,"name":567,"sourceUrl":14},{"claudeCode":12},"Binance Fiat",{"basePath":328,"githubOwner":211,"githubRepo":244,"locale":18,"slug":330,"type":245},{"evaluate":570,"extract":573},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":571,"targetMarket":217,"tier":218},[211,330,212,572,497,516],"payments",{"commitSha":251,"license":574},"MIT",{"repoId":253},[497,211,212,330,516,572],{"evaluatedAt":578,"extractAt":480,"updatedAt":579},1778683086326,1778683432249,{"_creationTime":581,"_id":582,"community":583,"display":584,"identity":586,"providers":587,"relations":594,"tags":595,"workflow":596},1778683038528.351,"k17d139gy7z94e1h53a4ade50n86mnzn",{"reviewCount":8},{"description":411,"installMethods":585,"name":412,"sourceUrl":14},{"claudeCode":12},{"basePath":410,"githubOwner":211,"githubRepo":244,"locale":18,"slug":412,"type":245},{"evaluate":588,"extract":593},{"promptVersionExtension":204,"promptVersionScoring":205,"score":514,"tags":589,"targetMarket":217,"tier":218},[516,590,591,211,592],"stocks","tokenized-securities","data-query",{"commitSha":251},{"repoId":253},[211,592,516,590,591],{"evaluatedAt":597,"extractAt":480,"updatedAt":598},1778683205978,1778683433623]