[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-binance-crypto-market-rank-en":3,"guides-for-binance-crypto-market-rank":483,"similar-k1729wcbj4vmpx864t9wr2tzn186msbv-en":484},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":243,"isFallback":227,"parentExtension":247,"providers":248,"relations":253,"repo":255,"tags":479,"workflow":480},1778683038528.3513,"k1729wcbj4vmpx864t9wr2tzn186msbv",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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",{"claudeCode":12},"binance/binance-skills-hub","crypto-market-rank","https://github.com/binance/binance-skills-hub",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":225,"workflow":241},1778683224103.0571,"kn75q8bv2bbxg54emwqxkytchn86m0kw","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":217,"tier":218,"useCases":219},[21,26,29,32,36,39,43,47,50,53,58,62,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 states that the skill provides crypto market rankings and leaderboards, addressing user needs for market trends, social buzz, and trader performance. The introductory paragraph effectively names the problem and the target users.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides a specialized interface to multiple Binance Web3 APIs for specific crypto market data, offering value beyond a simple LLM query by structuring and filtering complex data.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is production-ready, with comprehensive API documentation covering various ranking types, filters, and response structures, enabling detailed analysis of crypto market data.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses exclusively on retrieving and ranking crypto market data from Binance APIs, adhering to a single domain without branching into unrelated areas like trading execution or portfolio management.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's capabilities, is concise, readable, and clearly outlines the types of crypto market data and leaderboards that can be queried.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill exposes multiple, narrowly scoped tools corresponding to specific API endpoints (e.g., 'social_hype_leaderboard', 'unified_token_rank'), each with well-defined parameters.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All API parameters, including rank types, filters, and sort options, are clearly documented with their types, requirements, and descriptions. Default values are provided where applicable.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tool names derived from the API endpoints (e.g., 'social_hype_leaderboard', 'unified_token_rank') are descriptive and reflect their specific functionalities within the crypto market domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The tool parameters are specific and well-defined, requesting only necessary data for each query. Response schemas are detailed, returning structured information relevant to the requested rankings.",{"category":54,"check":55,"severity":56,"summary":57},"License","License usability","not_applicable","No license information was detected in the provided context, and the extension is part of a larger repository where license details might be managed at the repository level. Therefore, this check is not applicable for the individual skill's direct evaluation.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The repository's last commit was on 2026-04-28, which is within the last 3 months, indicating active maintenance.",{"category":59,"check":63,"severity":56,"summary":64},"Dependency Management","The skill does not appear to use any third-party dependencies that would require explicit management or updating mechanisms beyond the base runtime.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill's API calls do not expose secrets; they use publicly accessible endpoints. Authentication is handled via environment variables or direct chat input for Binance API keys, which is standard practice and not echoed by the skill itself.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill only interacts with documented Binance APIs using structured parameters, and no third-party data is loaded or executed as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill only makes calls to documented Binance API endpoints and does not fetch or execute external code or content at runtime.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill makes outbound API calls to predefined Binance endpoints and does not modify any files or operate outside its designated scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached processes or retry loops around denied tool calls were observed in the skill's logic.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's API calls are to documented Binance endpoints and do not involve submitting confidential data or any undocumented outbound calls.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content and documentation are free of hidden steering tricks, control characters, or invisible Unicode tags.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's implementation relies on direct API calls and does not involve obfuscated code, base64 payloads, or runtime script fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill makes no assumptions about user project structure, as its operations are entirely based on API interactions.",{"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 closure rate of 50%, which meets the criteria for good engagement.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The skill has a declared version '2.1' in its frontmatter, and a CHANGELOG.md file is present in the repository, indicating proper release management.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","Input parameters for API calls are clearly defined and constrained within the API specifications, ensuring they are validated before being sent.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill is read-only, performing only data retrieval operations, thus posing no risk of destructive actions.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The API documentation implies structured error responses ('code', 'success' fields), allowing the agent to handle API errors gracefully. The skill itself, being a set of API calls, would rely on the API's error handling.",{"category":104,"check":114,"severity":56,"summary":115},"Logging","The skill is read-only and performs no destructive actions or sensitive outbound calls that would necessitate a local audit log for user review.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The skill primarily operates on public market data and does not handle personal data requiring specific GDPR sanitization. Any data submitted to LLM would be market data, not PII.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill provides global crypto market data and does not encode regional logic, thus 'global' is the appropriate target market.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill relies on standard HTTP requests to public APIs, making it platform-agnostic and not dependent on specific OS or shell environments.",{"category":44,"check":127,"severity":24,"summary":128},"README","A README.md file exists and provides a good overview of the Binance Skills Hub, including installation, contribution, and disclaimers, complementing the skill's specific documentation.",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","The skill exposes 5 distinct tools, which falls within the ideal range of 3-10 tools.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The exposed tools ('Social Hype Leaderboard', 'Unified Token Rank', 'Smart Money Inflow Rank', 'Meme Rank', 'Address Pnl Rank') represent distinct functionalities and do not exhibit overlapping synonymy.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All features advertised in the description and SKILL.md (e.g., specific ranking types, leaderboards) have corresponding API endpoints and documented parameters.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The main README.md provides clear installation instructions using 'npx skills add' and mentions prerequisites and authentication methods, with example commands in the repository's README.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The API documentation indicates structured error responses ('code', 'success') which, combined with detailed parameter documentation, should allow for actionable error reporting by the agent.",{"category":147,"check":148,"severity":56,"summary":149},"Execution","Pinned dependencies","The skill does not rely on third-party dependencies that require pinning via a lockfile; it uses standard HTTP calls.",{"category":33,"check":151,"severity":56,"summary":152},"Dry-run preview","The skill is purely read-only and does not perform any state-changing operations or outbound data sending, making a dry-run feature not applicable.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The skill's operations are read-only API calls, which are inherently idempotent. The API documentation implies standard HTTP error codes and statuses that can be handled with retries by the agent.",{"category":117,"check":158,"severity":56,"summary":159},"Telemetry opt-in","The skill's implementation does not appear to emit any telemetry, making an opt-in mechanism not applicable.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description and SKILL.md clearly define the skill's purpose (crypto market rankings and leaderboards) and its use cases (querying trends, sentiment, meme tokens, trader PnL), with explicit non-goals not being present but implicit through scope.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise, clearly summarizing the skill's capabilities and listing trigger phrases within the expected length.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md file is well-structured, with API details presented clearly and linked from an overview, keeping the main body concise.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md effectively outlines the different API sections and their functionalities, with detailed parameters and examples provided directly within the file, acting as a form of progressive disclosure.",{"category":170,"check":174,"severity":56,"summary":175},"Forked exploration","The skill performs direct API lookups and does not involve deep exploration or analysis of multiple files or complex workflows, making a 'fork' context unnecessary.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides clear cURL examples for each API endpoint, demonstrating how to construct requests and showcasing the expected parameters and headers.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","While explicit failure mode documentation with recovery steps is not detailed in the provided excerpts, the API documentation implies standard error handling and parameter validation, which should cover common edge cases.",{"category":104,"check":183,"severity":56,"summary":184},"Tool Fallback","The skill does not rely on external MCP servers or custom tools, only standard HTTP requests to defined Binance APIs, making fallbacks not applicable.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill's operations are read-only API calls and do not involve modifying any state or running destructive commands, thus the need for halting on unexpected state is not applicable.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills. It clearly documents its API interactions and parameters.",1778683223994,"This skill interfaces with Binance Web3 APIs to retrieve various crypto market rankings, including trending tokens, social hype, smart money inflows, meme token scores, and trader PnL leaderboards. It supports multiple blockchains and offers detailed filtering and sorting options.",[195,196,197,198,199],"Query trending and top searched tokens","Access Binance Alpha picks and tokenized stocks","Analyze social hype sentiment and smart money inflows","Rank top meme tokens and trader PnL leaderboards","Filter data by chain, period, and various market metrics",[201,202,203,204],"Executing trades or managing portfolios","Providing financial or investment advice","Monitoring real-time price alerts","Analyzing on-chain transaction details beyond provided metrics","3.0.0","4.4.0","To provide users with up-to-date and detailed crypto market rankings and leaderboards, enabling informed decisions about token trends, social sentiment, and top trader performance.","The skill is robust, well-documented, and adheres to best practices for security and scope. No critical or warning findings were identified.",98,"A high-quality skill providing comprehensive crypto market rankings and leaderboards.",[212,213,214,215,216],"crypto","market-data","rankings","leaderboards","binance","global","verified",[220,221,222,223,224],"Discovering tokens with the highest social buzz and sentiment","Identifying tokens smart money is actively buying","Finding meme tokens with breakout potential","Tracking the performance of top traders","Performing targeted research using custom filters",{"codeQuality":226,"collectedAt":228,"documentation":229,"maintenance":232,"security":239,"testCoverage":240},{"hasLockfile":227},false,1778683206295,{"descriptionLength":230,"readmeSize":231},401,4438,{"closedIssues90d":233,"forks":234,"hasChangelog":235,"manifestVersion":236,"openIssues90d":233,"pushedAt":237,"stars":238},4,157,true,"2.1",1777370744000,839,{"hasNpmPackage":227,"smitheryVerified":227},{"hasCi":227,"hasTests":227},{"updatedAt":242},1778683224103,{"basePath":244,"githubOwner":216,"githubRepo":245,"locale":18,"slug":13,"type":246},"skills/binance-web3/crypto-market-rank","binance-skills-hub","skill",null,{"evaluate":249,"extract":251},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":250,"targetMarket":217,"tier":218},[212,213,214,215,216],{"commitSha":252},"HEAD",{"repoId":254},"kd71r360yct2m95r3z945pd1yh86mpb6",{"_creationTime":256,"_id":254,"identity":257,"providers":258,"workflow":475},1778683033775.0403,{"githubOwner":216,"githubRepo":245,"sourceUrl":14},{"classify":259,"discover":466,"github":469},{"commitSha":252,"extensions":260},[261,328,343,358,372,382,390,413,421,426,434,442,450,458],{"basePath":262,"description":263,"displayName":216,"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":344,"description":345,"displayName":346,"installMethods":347,"rationale":348,"selectedPaths":349,"source":327,"sourceLanguage":18,"type":246},"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",[350,351,352,353,354,355],{"path":268,"priority":269},{"path":271,"priority":272},{"path":274,"priority":275},{"path":271,"priority":275},{"path":340,"priority":275},{"path":356,"priority":357},"scripts/sign_and_call.sh","low",{"basePath":359,"description":360,"displayName":361,"installMethods":362,"rationale":363,"selectedPaths":364,"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",[365,366,367,368,369,371],{"path":268,"priority":269},{"path":271,"priority":272},{"path":274,"priority":275},{"path":271,"priority":275},{"path":370,"priority":275},"references/agent-sapi-api.md",{"path":340,"priority":275},{"basePath":373,"description":374,"displayName":375,"installMethods":376,"rationale":377,"selectedPaths":378,"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",[379,380],{"path":268,"priority":269},{"path":381,"priority":275},"references/setup-guide.md",{"basePath":383,"description":384,"displayName":385,"installMethods":386,"rationale":387,"selectedPaths":388,"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",[389],{"path":268,"priority":269},{"basePath":391,"description":392,"displayName":393,"installMethods":394,"rationale":395,"selectedPaths":396,"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",[397,398,399,401,403,405,407,409,411],{"path":268,"priority":269},{"path":340,"priority":275},{"path":400,"priority":275},"references/limit-order.md",{"path":402,"priority":275},"references/market-order.md",{"path":404,"priority":275},"references/preflight.md",{"path":406,"priority":275},"references/security.md",{"path":408,"priority":275},"references/send.md",{"path":410,"priority":275},"references/wallet-setting.md",{"path":412,"priority":275},"references/wallet-view.md",{"basePath":414,"description":415,"displayName":416,"installMethods":417,"rationale":418,"selectedPaths":419,"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",[420],{"path":268,"priority":269},{"basePath":244,"description":10,"displayName":13,"installMethods":422,"rationale":423,"selectedPaths":424,"source":327,"sourceLanguage":18,"type":246},{"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":233,"description":470,"forks":234,"openIssues90d":233,"pushedAt":237,"readmeSize":231,"stars":238,"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,[216,212,215,213,214],{"evaluatedAt":242,"extractAt":481,"updatedAt":482},1778683038528,1778683433863,[],[485,507,525,544,563,582],{"_creationTime":486,"_id":487,"community":488,"display":489,"identity":491,"providers":493,"relations":502,"tags":503,"workflow":504},1778683038528.3499,"k171r71hcwj8cjt09paew42swd86ng1t",{"reviewCount":8},{"description":345,"installMethods":490,"name":346,"sourceUrl":14},{"claudeCode":12},{"basePath":344,"githubOwner":216,"githubRepo":245,"locale":18,"slug":492,"type":246},"onchain-pay",{"evaluate":494,"extract":501},{"promptVersionExtension":205,"promptVersionScoring":206,"score":495,"tags":496,"targetMarket":217,"tier":218},100,[216,212,497,498,499,500],"payment","fiat-to-crypto","api","trading",{"commitSha":252},{"repoId":254},[499,216,212,498,497,500],{"evaluatedAt":505,"extractAt":481,"updatedAt":506},1778683107873,1778683432457,{"_creationTime":508,"_id":509,"community":510,"display":511,"identity":513,"providers":514,"relations":520,"tags":521,"workflow":522},1778683038528.35,"k179pmdtcm392yv3ak1r0nztkh86n96m",{"reviewCount":8},{"description":360,"installMethods":512,"name":361,"sourceUrl":14},{"claudeCode":12},{"basePath":359,"githubOwner":216,"githubRepo":245,"locale":18,"slug":361,"type":246},{"evaluate":515,"extract":519},{"promptVersionExtension":205,"promptVersionScoring":206,"score":516,"tags":517,"targetMarket":217,"tier":218},99,[216,361,500,212,499,518],"finance",{"commitSha":252},{"repoId":254},[499,216,212,518,361,500],{"evaluatedAt":523,"extractAt":481,"updatedAt":524},1778683126123,1778683432621,{"_creationTime":526,"_id":527,"community":528,"display":529,"identity":531,"providers":532,"relations":539,"tags":540,"workflow":541},1778683038528.3508,"k17apc0e3axcz9s63a9xdav1r186mj7b",{"reviewCount":8},{"description":392,"installMethods":530,"name":393,"sourceUrl":14},{"claudeCode":12},{"basePath":391,"githubOwner":216,"githubRepo":245,"locale":18,"slug":393,"type":246},{"evaluate":533,"extract":538},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":534,"targetMarket":217,"tier":218},[535,212,536,500,216,537],"web3","wallet","smart-contracts",{"commitSha":252},{"repoId":254},[216,212,537,500,536,535],{"evaluatedAt":542,"extractAt":481,"updatedAt":543},1778683191000,1778683433361,{"_creationTime":545,"_id":546,"community":547,"display":548,"identity":550,"providers":551,"relations":558,"tags":559,"workflow":560},1778683038528.3503,"k173ax6p61hxh2vaqnmc2tmg1586mt7f",{"reviewCount":8},{"description":374,"installMethods":549,"name":375,"sourceUrl":14},{"claudeCode":12},{"basePath":373,"githubOwner":216,"githubRepo":245,"locale":18,"slug":497,"type":246},{"evaluate":552,"extract":557},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":553,"targetMarket":217,"tier":218},[216,212,497,554,555,556],"c2c","pix","qr-code",{"commitSha":252},{"repoId":254},[216,554,212,497,555,556],{"evaluatedAt":561,"extractAt":481,"updatedAt":562},1778683152624,1778683432826,{"_creationTime":564,"_id":565,"community":566,"display":567,"identity":570,"providers":571,"relations":577,"tags":578,"workflow":579},1778683038528.3496,"k17anqxp5y72xry3e880z0jbmn86mwta",{"reviewCount":8},{"description":330,"installMethods":568,"name":569,"sourceUrl":14},{"claudeCode":12},"Binance Fiat",{"basePath":329,"githubOwner":216,"githubRepo":245,"locale":18,"slug":331,"type":246},{"evaluate":572,"extract":575},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":573,"targetMarket":217,"tier":218},[216,331,212,574,499,518],"payments",{"commitSha":252,"license":576},"MIT",{"repoId":254},[499,216,212,331,518,574],{"evaluatedAt":580,"extractAt":481,"updatedAt":581},1778683086326,1778683432249,{"_creationTime":583,"_id":584,"community":585,"display":586,"identity":592,"providers":594,"relations":599,"tags":601,"workflow":602},1778684150569.0688,"k179g2qxwgdww0be840nnbm39x86n5zr",{"reviewCount":8},{"description":587,"installMethods":588,"name":590,"sourceUrl":591},"Access the CoinPaprika API to query cryptocurrency market data including coin prices, tickers, exchanges, historical OHLCV data, and global market statistics. Use this skill when making HTTP requests to api.coinpaprika.com or api-pro.coinpaprika.com for crypto market information.",{"claudeCode":589},"coinpaprika/skills","coinpaprika-api","https://github.com/coinpaprika/skills",{"basePath":590,"githubOwner":593,"githubRepo":474,"locale":18,"slug":590,"type":246},"coinpaprika",{"evaluate":595,"extract":598},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":596,"targetMarket":217,"tier":218},[212,213,499,518,597],"blockchain",{"commitSha":252},{"repoId":600},"kd77zn40gd4vycdye3cz3xcgdn86m75z",[499,597,212,518,213],{"evaluatedAt":603,"extractAt":604,"updatedAt":605},1778684174767,1778684150569,1778684232908]