[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-binance-onchain-pay-en":3,"guides-for-binance-onchain-pay":483,"similar-k171r71hcwj8cjt09paew42swd86ng1t-en":484},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":242,"isFallback":226,"parentExtension":247,"providers":248,"relations":253,"repo":255,"tags":479,"workflow":480},1778683038528.3499,"k171r71hcwj8cjt09paew42swd86ng1t",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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",{"claudeCode":12},"binance/binance-skills-hub","onchain-pay-open-api","https://github.com/binance/binance-skills-hub",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":240},1778683107873.885,"kn704vk2fj8cmzyc9a32hcdbdn86mpay","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,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,132,135,138,142,146,150,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 names the problem of integrating crypto buying and sending services, focusing on direct on-chain transfers without manual withdrawals.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers RSA SHA256 request signing and direct API interaction for Binance Onchain Pay, going beyond simple API calls by handling authentication and specific workflow integration.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle for crypto purchases and transfers, including pre-order creation, status querying, and customization options, indicating readiness for real-world workflows.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on integrating with the Binance Onchain-Pay Open API for crypto transactions, without extending into unrelated domains like general trading or wallet management.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's capabilities for buying cryptocurrency with fiat and sending crypto directly to external wallets.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill exposes narrow verb-noun tools for specific API endpoints like `payment-method-list`, `estimated-quote`, and `pre-order`, rather than a single generalist tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All parameters for the various API endpoints are documented, including required/optional fields and their descriptions. Defaults for network and address are mentioned for user configuration.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names correspond directly to the API endpoints (e.g., `payment-method-list`, `estimated-quote`) and are descriptive.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Input parameters for tools are well-defined, and outputs are documented JSON responses, avoiding unnecessary data dumps or internal details.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The license is MIT, a permissive open-source license, as declared in the SKILL.md frontmatter and confirmed by the LICENSE.md file.",{"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":63,"summary":64},"Dependency Management","not_applicable","The skill does not appear to use any third-party dependencies that would require explicit management beyond its own bundled scripts.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","Secrets are handled via a user-specific `.local.md` file, and the signing script does not echo sensitive information to stdout.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill interacts with a defined API and uses a specific signing script, with no indication of loading untrusted external data as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on bundled scripts and defined API endpoints, with no evidence of runtime fetching of code or instructions from remote URLs.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates via API calls and signed scripts; there is no indication of writing to or manipulating files outside its designated scope or the user's project directory.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached processes or retry loops around denied tool calls were detected in the provided script.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's outbound calls are to the defined Binance API, and there's no evidence of submitting confidential data or making undocumented external calls.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content and descriptions appear to be free of hidden-steering tricks, unicode tag characters, or unusual formatting.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The bundled script `sign_and_call.sh` is plain Bash and not obfuscated.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill's credentials are managed via a `.local.md` file which is user-specific, and the script assumes paths are provided correctly.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","In the last 90 days, 4 issues were opened and 4 were closed, indicating a healthy rate of response and resolution.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","A meaningful version (0.1.1) is declared in the SKILL.md frontmatter and CHANGELOG.md is present.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The skill's parameters are documented and expected to be validated by the API. The script itself has basic argument handling.",{"category":66,"check":108,"severity":63,"summary":109},"Unguarded Destructive Operations","The skill performs API calls that may result in financial transactions, but these are not destructive operations like file deletion or unauthorized data modification in the traditional sense.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The `sign_and_call.sh` script uses `set -euo pipefail` for basic error handling, and API responses are displayed, allowing the agent to interpret them.",{"category":104,"check":114,"severity":63,"summary":115},"Logging","The skill is primarily API-driven and does not perform destructive local operations that would necessitate a local audit log.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The skill interacts with the Binance API for transactions and does not appear to handle personal data directly or submit it to third parties without clear purpose.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill interacts with a global crypto exchange API and does not have any explicit regional restrictions, thus its target market is global.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill uses standard Bash for its script and relies on common tools like `openssl` and `curl`, making it portable across POSIX-like systems.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README.md provides a good overview of the Binance Skills Hub and installation instructions.",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","The skill exposes approximately 7 distinct API endpoints as tools, which falls within the ideal range of 3-10.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","Each tool maps to a distinct Binance Onchain-Pay API endpoint, avoiding redundant or synonymous commands.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as payment method listing and order querying, correspond to implemented API interactions.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README.md provides clear installation instructions using `npx skills add` and prerequisites are listed.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","API error responses are displayed to the user, and the documentation provides guidance on timestamp generation and common errors.",{"category":147,"check":148,"severity":63,"summary":149},"Execution","Pinned dependencies","The skill does not use third-party dependencies that require pinning.",{"category":33,"check":151,"severity":63,"summary":152},"Dry-run preview","The skill does not offer a dry-run mode as its primary function is to interact with the Binance API for financial transactions, which are inherently state-changing.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The skill relies on the Binance API for its operations. The signing script includes a timestamp, and API errors are returned, allowing for potential retry logic by the agent.",{"category":117,"check":158,"severity":63,"summary":159},"Telemetry opt-in","The skill does not appear to emit any telemetry data.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The purpose clearly states what the skill does (buy crypto with fiat/send crypto) and when to use it, detailing specific scenarios and API endpoints.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is dense and effectively summarizes the core capability, followed by trigger phrases and use cases.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured and under 500 lines, with detailed API references and customization options presented clearly.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","Detailed information on customization options and authentication is provided in separate sections within the SKILL.md, not embedded excessively.",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","This skill is not designed for deep exploration or code review; it directly interacts with an API.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","Examples are provided for various customization scenarios and API calls, demonstrating inputs and expected outputs.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The documentation highlights important parameters like address and network, and notes on customization flag availability and usage are provided.",{"category":104,"check":183,"severity":63,"summary":184},"Tool Fallback","The skill directly calls the Binance API and does not rely on an external MCP server with a fallback.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The use of `set -euo pipefail` in the script ensures that the workflow halts on errors, and API responses would indicate issues.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill operates independently by calling the Binance API and does not rely on other specific skills being loaded in the same session.",1778683107769,"This skill enables users to buy cryptocurrency with fiat or send existing crypto from their Binance account directly to external on-chain wallets. It integrates with the Binance Onchain-Pay Open API, handling authentication and request signing.",[195,196,197,198,199],"Buy crypto with fiat (EUR, USD) and send to external wallets","Send existing crypto from Binance to external wallet addresses","Integrate crypto buying services for partners","Supports various payment methods including cards and P2P","Provides real-time price quotes and order status tracking",[201,202,203],"Directly managing external wallet private keys","Providing investment advice or market analysis","Executing trades on decentralized exchanges (DEXs)","3.0.0","4.4.0","To allow users and partners to seamlessly buy cryptocurrency with fiat or send crypto from their Binance account to any external wallet address via direct API integration.","All checks passed with no significant warnings or critical findings. The skill is well-documented, production-ready, and securely implemented.",100,"A production-ready skill for integrating Binance's on-chain payment services.",[211,212,213,214,215,216],"binance","crypto","payment","fiat-to-crypto","api","trading","global","verified",[220,221,222,223],"Buying USDT with USD via credit card and sending to MetaMask on BSC","Transferring existing USDT from Binance Spot to a friend's wallet","Integrating a crypto payment gateway for e-commerce checkout","Querying order status and listing supported payment methods",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"security":238,"testCoverage":239},{"hasLockfile":226},false,1778683086593,{"descriptionLength":229,"readmeSize":230},880,4438,{"closedIssues90d":232,"forks":233,"hasChangelog":234,"manifestVersion":235,"openIssues90d":232,"pushedAt":236,"stars":237},4,157,true,"0.1.1",1777370744000,839,{"hasNpmPackage":226,"smitheryVerified":226},{"hasCi":226,"hasTests":226},{"updatedAt":241},1778683107873,{"basePath":243,"githubOwner":211,"githubRepo":244,"locale":18,"slug":245,"type":246},"skills/binance/onchain-pay","binance-skills-hub","onchain-pay","skill",null,{"evaluate":249,"extract":251},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":250,"targetMarket":217,"tier":218},[211,212,213,214,215,216],{"commitSha":252},"HEAD",{"repoId":254},"kd71r360yct2m95r3z945pd1yh86mpb6",{"_creationTime":256,"_id":254,"identity":257,"providers":258,"workflow":475},1778683033775.0403,{"githubOwner":211,"githubRepo":244,"sourceUrl":14},{"classify":259,"discover":466,"github":469},{"commitSha":252,"extensions":260},[261,328,343,355,369,379,387,410,418,426,434,442,450,458],{"basePath":262,"description":263,"displayName":211,"installMethods":264,"rationale":265,"selectedPaths":266,"source":327,"sourceLanguage":18,"type":246},"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",[267,270,273,276,277,279,281,283,285,287,289,291,293,295,297,299,301,303,305,307,309,311,313,315,317,319,321,323,325],{"path":268,"priority":269},"SKILL.md","mandatory",{"path":271,"priority":272},"LICENSE.md","high",{"path":274,"priority":275},"CHANGELOG.md","medium",{"path":271,"priority":275},{"path":278,"priority":275},"references/algo.md",{"path":280,"priority":275},"references/alpha.md",{"path":282,"priority":275},"references/auth.md",{"path":284,"priority":275},"references/c2c.md",{"path":286,"priority":275},"references/convert.md",{"path":288,"priority":275},"references/copy-trading.md",{"path":290,"priority":275},"references/crypto-loan.md",{"path":292,"priority":275},"references/derivatives-options.md",{"path":294,"priority":275},"references/derivatives-portfolio-margin-pro.md",{"path":296,"priority":275},"references/derivatives-portfolio-margin.md",{"path":298,"priority":275},"references/dual-investment.md",{"path":300,"priority":275},"references/fiat.md",{"path":302,"priority":275},"references/futures-coin.md",{"path":304,"priority":275},"references/futures-usds.md",{"path":306,"priority":275},"references/gift-card.md",{"path":308,"priority":275},"references/margin-trading.md",{"path":310,"priority":275},"references/mining.md",{"path":312,"priority":275},"references/pay.md",{"path":314,"priority":275},"references/rebate.md",{"path":316,"priority":275},"references/simple-earn.md",{"path":318,"priority":275},"references/spot.md",{"path":320,"priority":275},"references/staking.md",{"path":322,"priority":275},"references/sub-account.md",{"path":324,"priority":275},"references/vip-loan.md",{"path":326,"priority":275},"references/wallet.md","rule",{"basePath":329,"description":330,"displayName":331,"installMethods":332,"rationale":333,"selectedPaths":334,"source":327,"sourceLanguage":18,"type":246},"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",[335,336,337,338,339,341],{"path":268,"priority":269},{"path":271,"priority":272},{"path":274,"priority":275},{"path":271,"priority":275},{"path":340,"priority":275},"references/authentication.md",{"path":342,"priority":275},"references/sapi-endpoints.md",{"basePath":243,"description":10,"displayName":13,"installMethods":344,"rationale":345,"selectedPaths":346,"source":327,"sourceLanguage":18,"type":246},{"claudeCode":12},"SKILL.md frontmatter at skills/binance/onchain-pay/SKILL.md",[347,348,349,350,351,352],{"path":268,"priority":269},{"path":271,"priority":272},{"path":274,"priority":275},{"path":271,"priority":275},{"path":340,"priority":275},{"path":353,"priority":354},"scripts/sign_and_call.sh","low",{"basePath":356,"description":357,"displayName":358,"installMethods":359,"rationale":360,"selectedPaths":361,"source":327,"sourceLanguage":18,"type":246},"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",[362,363,364,365,366,368],{"path":268,"priority":269},{"path":271,"priority":272},{"path":274,"priority":275},{"path":271,"priority":275},{"path":367,"priority":275},"references/agent-sapi-api.md",{"path":340,"priority":275},{"basePath":370,"description":371,"displayName":372,"installMethods":373,"rationale":374,"selectedPaths":375,"source":327,"sourceLanguage":18,"type":246},"skills/binance/payment","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","payment-assistant",{"claudeCode":12},"SKILL.md frontmatter at skills/binance/payment/SKILL.md",[376,377],{"path":268,"priority":269},{"path":378,"priority":275},"references/setup-guide.md",{"basePath":380,"description":381,"displayName":382,"installMethods":383,"rationale":384,"selectedPaths":385,"source":327,"sourceLanguage":18,"type":246},"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",[386],{"path":268,"priority":269},{"basePath":388,"description":389,"displayName":390,"installMethods":391,"rationale":392,"selectedPaths":393,"source":327,"sourceLanguage":18,"type":246},"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",[394,395,396,398,400,402,404,406,408],{"path":268,"priority":269},{"path":340,"priority":275},{"path":397,"priority":275},"references/limit-order.md",{"path":399,"priority":275},"references/market-order.md",{"path":401,"priority":275},"references/preflight.md",{"path":403,"priority":275},"references/security.md",{"path":405,"priority":275},"references/send.md",{"path":407,"priority":275},"references/wallet-setting.md",{"path":409,"priority":275},"references/wallet-view.md",{"basePath":411,"description":412,"displayName":413,"installMethods":414,"rationale":415,"selectedPaths":416,"source":327,"sourceLanguage":18,"type":246},"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",[417],{"path":268,"priority":269},{"basePath":419,"description":420,"displayName":421,"installMethods":422,"rationale":423,"selectedPaths":424,"source":327,"sourceLanguage":18,"type":246},"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",[425],{"path":268,"priority":269},{"basePath":427,"description":428,"displayName":429,"installMethods":430,"rationale":431,"selectedPaths":432,"source":327,"sourceLanguage":18,"type":246},"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",[433],{"path":268,"priority":269},{"basePath":435,"description":436,"displayName":437,"installMethods":438,"rationale":439,"selectedPaths":440,"source":327,"sourceLanguage":18,"type":246},"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",[441],{"path":268,"priority":269},{"basePath":443,"description":444,"displayName":445,"installMethods":446,"rationale":447,"selectedPaths":448,"source":327,"sourceLanguage":18,"type":246},"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",[449],{"path":268,"priority":269},{"basePath":451,"description":452,"displayName":453,"installMethods":454,"rationale":455,"selectedPaths":456,"source":327,"sourceLanguage":18,"type":246},"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",[457],{"path":268,"priority":269},{"basePath":459,"description":460,"displayName":461,"installMethods":462,"rationale":463,"selectedPaths":464,"source":327,"sourceLanguage":18,"type":246},"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",[465],{"path":268,"priority":269},{"sources":467},[468],"manual",{"closedIssues90d":232,"description":470,"forks":233,"openIssues90d":232,"pushedAt":236,"readmeSize":230,"stars":237,"topics":471},"Binance Skills Hub is an open skills marketplace that gives AI agents native access to crypto",[472,473,212,474],"agents","ai","skills",{"classifiedAt":476,"discoverAt":477,"extractAt":478,"githubAt":478,"updatedAt":476},1778683038323,1778683033775,1778683036450,[215,211,212,214,213,216],{"evaluatedAt":241,"extractAt":481,"updatedAt":482},1778683038528,1778683432457,[],[485,503,523,542,561,580],{"_creationTime":486,"_id":487,"community":488,"display":489,"identity":491,"providers":492,"relations":498,"tags":499,"workflow":500},1778683038528.35,"k179pmdtcm392yv3ak1r0nztkh86n96m",{"reviewCount":8},{"description":357,"installMethods":490,"name":358,"sourceUrl":14},{"claudeCode":12},{"basePath":356,"githubOwner":211,"githubRepo":244,"locale":18,"slug":358,"type":246},{"evaluate":493,"extract":497},{"promptVersionExtension":204,"promptVersionScoring":205,"score":494,"tags":495,"targetMarket":217,"tier":218},99,[211,358,216,212,215,496],"finance",{"commitSha":252},{"repoId":254},[215,211,212,496,358,216],{"evaluatedAt":501,"extractAt":481,"updatedAt":502},1778683126123,1778683432621,{"_creationTime":504,"_id":505,"community":506,"display":507,"identity":509,"providers":510,"relations":518,"tags":519,"workflow":520},1778683038528.3508,"k17apc0e3axcz9s63a9xdav1r186mj7b",{"reviewCount":8},{"description":389,"installMethods":508,"name":390,"sourceUrl":14},{"claudeCode":12},{"basePath":388,"githubOwner":211,"githubRepo":244,"locale":18,"slug":390,"type":246},{"evaluate":511,"extract":517},{"promptVersionExtension":204,"promptVersionScoring":205,"score":512,"tags":513,"targetMarket":217,"tier":218},98,[514,212,515,216,211,516],"web3","wallet","smart-contracts",{"commitSha":252},{"repoId":254},[211,212,516,216,515,514],{"evaluatedAt":521,"extractAt":481,"updatedAt":522},1778683191000,1778683433361,{"_creationTime":524,"_id":525,"community":526,"display":527,"identity":529,"providers":530,"relations":537,"tags":538,"workflow":539},1778683038528.3503,"k173ax6p61hxh2vaqnmc2tmg1586mt7f",{"reviewCount":8},{"description":371,"installMethods":528,"name":372,"sourceUrl":14},{"claudeCode":12},{"basePath":370,"githubOwner":211,"githubRepo":244,"locale":18,"slug":213,"type":246},{"evaluate":531,"extract":536},{"promptVersionExtension":204,"promptVersionScoring":205,"score":512,"tags":532,"targetMarket":217,"tier":218},[211,212,213,533,534,535],"c2c","pix","qr-code",{"commitSha":252},{"repoId":254},[211,533,212,213,534,535],{"evaluatedAt":540,"extractAt":481,"updatedAt":541},1778683152624,1778683432826,{"_creationTime":543,"_id":544,"community":545,"display":546,"identity":548,"providers":549,"relations":556,"tags":557,"workflow":558},1778683038528.3513,"k1729wcbj4vmpx864t9wr2tzn186msbv",{"reviewCount":8},{"description":420,"installMethods":547,"name":421,"sourceUrl":14},{"claudeCode":12},{"basePath":419,"githubOwner":211,"githubRepo":244,"locale":18,"slug":421,"type":246},{"evaluate":550,"extract":555},{"promptVersionExtension":204,"promptVersionScoring":205,"score":512,"tags":551,"targetMarket":217,"tier":218},[212,552,553,554,211],"market-data","rankings","leaderboards",{"commitSha":252},{"repoId":254},[211,212,554,552,553],{"evaluatedAt":559,"extractAt":481,"updatedAt":560},1778683224103,1778683433863,{"_creationTime":562,"_id":563,"community":564,"display":565,"identity":568,"providers":569,"relations":575,"tags":576,"workflow":577},1778683038528.3496,"k17anqxp5y72xry3e880z0jbmn86mwta",{"reviewCount":8},{"description":330,"installMethods":566,"name":567,"sourceUrl":14},{"claudeCode":12},"Binance Fiat",{"basePath":329,"githubOwner":211,"githubRepo":244,"locale":18,"slug":331,"type":246},{"evaluate":570,"extract":573},{"promptVersionExtension":204,"promptVersionScoring":205,"score":512,"tags":571,"targetMarket":217,"tier":218},[211,331,212,572,215,496],"payments",{"commitSha":252,"license":574},"MIT",{"repoId":254},[215,211,212,331,496,572],{"evaluatedAt":578,"extractAt":481,"updatedAt":579},1778683086326,1778683432249,{"_creationTime":581,"_id":582,"community":583,"display":584,"identity":590,"providers":593,"relations":603,"tags":606,"workflow":607},1778699170774.1592,"k172e8vt4zcz50bb0vfp6ptb1n86mf90",{"reviewCount":8},{"description":585,"installMethods":586,"name":588,"sourceUrl":589},"Use when the user needs X (Twitter) data or confirmation-gated X actions through Xquik: tweet search, user lookup, follower extraction, media download, monitoring, webhooks, MCP, SDKs, posting, likes, DMs, and profile updates. Requires a Xquik API key. Never ask for X login material.",{"claudeCode":587},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":591,"githubOwner":592,"githubRepo":588,"locale":18,"slug":588,"type":246},"skills/x-twitter-scraper","Xquik-dev",{"evaluate":594,"extract":602},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":595,"targetMarket":217,"tier":218},[596,597,215,598,599,600,601],"twitter","x","data-retrieval","automation","mcp","sdk",{"commitSha":252},{"parentExtensionId":604,"repoId":605},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh",[215,599,598,600,601,596,597],{"evaluatedAt":608,"extractAt":609,"updatedAt":610},1778699230863,1778699170774,1778699296021]