[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-binance-query-token-info-es":3,"guides-for-binance-query-token-info":222,"similar-k177k908vagpfjchna41gnpcwd866jct":223},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":20,"identity":184,"isFallback":189,"parentExtension":190,"providers":191,"relations":196,"repo":198,"workflow":219},1778053539796.541,"k177k908vagpfjchna41gnpcwd866jct",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13,"tags":14},"Query token details by keyword, contract address, or chain. Search tokens, get metadata and social links, retrieve real-time market data (price, price trend, volume, holders, liquidity), and fetch K-Line candlestick charts. Use this skill when users search tokens, check token prices, view market data, or request kline/candlestick charts.",{},"Query Token Info","https://github.com/binance/binance-skills-hub/tree/HEAD/skills/binance-web3/query-token-info",[15,16,17,18,19],"crypto","token","market-data","web3","finance",{"_creationTime":21,"_id":22,"extensionId":5,"locale":23,"result":24,"trustSignals":173,"workflow":182},1778053587977.3694,"kn75vga9pn216syq4617j41jth86708z","en",{"checks":25,"evaluatedAt":163,"extensionSummary":164,"promptVersionExtension":165,"promptVersionScoring":166,"rationale":167,"score":168,"summary":169,"tags":170,"targetMarket":171,"tier":172},[26,31,34,37,41,44,48,52,55,58,62,67,70,74,77,80,83,86,89,92,96,100,104,108,112,115,118,121,125,128,131,134,137,140,144,147,150,153,156,160],{"category":27,"check":28,"severity":29,"summary":30},"Practical Utility","Problem relevance","pass","The description clearly names the problem of querying token details and market data.",{"category":27,"check":32,"severity":29,"summary":33},"Unique selling proposition","The skill offers specific functionalities beyond default LLM capabilities by providing direct access to token data and market analysis tools.",{"category":27,"check":35,"severity":29,"summary":36},"Production readiness","The skill appears production-ready, covering the full lifecycle of token information retrieval, including search, metadata, real-time data, and historical charts.",{"category":38,"check":39,"severity":29,"summary":40},"Scope","Single responsibility principle","The skill focuses on querying token information across various chains and data types, adhering to a single responsibility.",{"category":38,"check":42,"severity":29,"summary":43},"Description quality","The displayed description accurately and concisely reflects the skill's capabilities, including specific data points like price, volume, and candlestick charts.",{"category":45,"check":46,"severity":29,"summary":47},"Invocation","Scoped tools","The skill exposes multiple well-defined tools for specific actions like token search, metadata retrieval, dynamic data, and k-line data.",{"category":49,"check":50,"severity":29,"summary":51},"Documentation","Configuration & parameter reference","All parameters for each API method are clearly documented with their types, required status, and descriptions. Examples are provided.",{"category":38,"check":53,"severity":29,"summary":54},"Tool naming","The tools are implicitly defined by the API endpoints and are clearly understandable based on their descriptions and parameters.",{"category":38,"check":56,"severity":29,"summary":57},"Minimal I/O surface","Input parameters are clearly defined and typed, and response fields are well-documented, indicating minimal and purposeful I/O.",{"category":59,"check":60,"severity":29,"summary":61},"License","License usability","The README mentions MIT as the license, and the contribution guide indicates it, aligning with the expectation for OSS contributions.",{"category":63,"check":64,"severity":65,"summary":66},"Maintenance","Commit recency","not_applicable","No commit history is available for this specific skill file, and the overall repository has no commit data provided.",{"category":63,"check":68,"severity":65,"summary":69},"Dependency Management","No third-party dependencies are explicitly listed for this skill, and the README suggests installation via npx which handles its own dependencies.",{"category":71,"check":72,"severity":29,"summary":73},"Security","Secret Management","The skill relies on external API calls and mentions potential need for Binance API credentials, but the provided code does not show secrets being handled or echoed.",{"category":71,"check":75,"severity":29,"summary":76},"Injection","The skill interacts with external APIs based on provided parameters. There is no indication of loading untrusted data that would require specific injection protections.",{"category":71,"check":78,"severity":29,"summary":79},"Transitive Supply-Chain Grenades","The skill makes outbound calls to documented APIs and does not appear to fetch or execute external code or data at runtime.",{"category":71,"check":81,"severity":29,"summary":82},"Sandbox Isolation","The skill makes external API calls but does not modify files or interact with the user's filesystem outside of expected scopes.",{"category":71,"check":84,"severity":29,"summary":85},"Sandbox escape primitives","No sandbox escape primitives such as detached process spawns or retry loops around denied calls were detected.",{"category":71,"check":87,"severity":29,"summary":88},"Data Exfiltration","The skill makes documented outbound calls to specific APIs for token data. There are no undocumented outbound calls or suspicious data submission patterns.",{"category":71,"check":90,"severity":29,"summary":91},"Hidden Text Tricks","Bundled files are free of hidden-steering tricks, HTML comments, invisible Unicode characters, or other obfuscation techniques.",{"category":93,"check":94,"severity":29,"summary":95},"Hooks","Opaque code execution","The skill's functionality is defined by API calls and structured Markdown, with no obfuscated or dynamically executed code detected.",{"category":97,"check":98,"severity":29,"summary":99},"Portability","Structural Assumption","The skill relies on external APIs and does not make assumptions about the user's local project structure.",{"category":101,"check":102,"severity":65,"summary":103},"Trust","Issues Attention","No issue data is available from the provided metadata.",{"category":105,"check":106,"severity":29,"summary":107},"Versioning","Release Management","The skill has a version number ('1.1') declared in the SKILL.md frontmatter.",{"category":109,"check":110,"severity":29,"summary":111},"Code Execution","Validation","Input parameters for API calls are clearly defined and described, implying they are validated by the API endpoints themselves.",{"category":71,"check":113,"severity":65,"summary":114},"Unguarded Destructive Operations","The skill is read-only and does not perform any destructive operations.",{"category":109,"check":116,"severity":29,"summary":117},"Error Handling","The API responses include a 'code' and 'success' field, suggesting structured error handling by the external APIs.",{"category":109,"check":119,"severity":65,"summary":120},"Logging","The skill is read-only and does not perform actions that require local audit logging.",{"category":122,"check":123,"severity":29,"summary":124},"Compliance","GDPR","The skill primarily deals with token market data and does not appear to handle personal data directly without appropriate sanitization.",{"category":122,"check":126,"severity":29,"summary":127},"Target market","The skill uses Binance's web3 APIs and supports multiple chains (BSC, Base, Solana), indicating a global target market.",{"category":97,"check":129,"severity":29,"summary":130},"Runtime stability","The skill relies on standard web API calls and should be stable across different runtimes that can make HTTP requests.",{"category":45,"check":132,"severity":29,"summary":133},"Precise Purpose","The description clearly states the skill's purpose (query token details) and provides specific use cases and triggers.",{"category":45,"check":135,"severity":29,"summary":136},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability and use cases.",{"category":49,"check":138,"severity":29,"summary":139},"Concise Body","The skill body is well-structured and uses progressive disclosure for detailed API information, staying under a reasonable length.",{"category":141,"check":142,"severity":29,"summary":143},"Context","Progressive Disclosure","Detailed API information, examples, and response fields are presented clearly within the SKILL.md, making it easy to understand without excessive nesting.",{"category":141,"check":145,"severity":65,"summary":146},"Forked exploration","The skill is a direct API query tool and does not involve deep exploration or multi-file inspection, thus does not require `context: fork`.",{"category":27,"check":148,"severity":29,"summary":149},"Usage examples","curl examples are provided for each API endpoint, demonstrating how to make requests with specific parameters.",{"category":27,"check":151,"severity":29,"summary":152},"Edge cases","The documentation implicitly handles edge cases by detailing parameters and response fields for each API call. The K-Line API mentions priority for 'limit' over 'from'.",{"category":109,"check":154,"severity":65,"summary":155},"Tool Fallback","The skill relies on external APIs directly and does not appear to have dependencies on other tools like MCP servers with fallbacks.",{"category":157,"check":158,"severity":29,"summary":159},"Safety","Halt on unexpected state","The skill relies on external APIs which return structured success/error codes, implying that unexpected states would be reported and halt the workflow.",{"category":97,"check":161,"severity":29,"summary":162},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills. It clearly defines its scope for querying token information.",1778053579410,"This skill enables agents to search for tokens, retrieve detailed metadata and social links, access real-time market data (price, volume, holders, liquidity), and fetch candlestick charts. It interacts with specific Binance APIs for DeFi data across multiple chains.","2.0.0","3.4.0","The skill is well-documented, provides clear API endpoints for querying token information, and adheres to good practices. The `License usability` check is pass based on the README mentioning MIT and the contribution guide's implication, though a dedicated LICENSE file would be ideal for absolute certainty.",95,"This skill provides comprehensive access to token information, including market data and historical charts, via Binance's Web3 APIs.",[15,16,17,18,19],"global","verified",{"codeQuality":174,"collectedAt":175,"documentation":176,"maintenance":178,"security":179,"testCoverage":181},{},1778053564308,{"descriptionLength":177,"readmeSize":8},339,{},{"hasNpmPackage":180,"smitheryVerified":180},false,{"hasCi":180,"hasTests":180},{"updatedAt":183},1778053587977,{"githubOwner":185,"githubRepo":186,"locale":23,"slug":187,"type":188},"binance","binance-skills-hub","query-token-info","skill",true,null,{"extract":192,"llm":195},{"commitSha":193,"license":194},"68fcfa1dfdde0a6d0379d426063b274b41052dd7","MIT",{"promptVersionExtension":165,"promptVersionScoring":166,"score":168,"targetMarket":171,"tier":172},{"repoId":197},"kd7f3bc5r6cdg3xth5kdwm728s865z8m",{"_creationTime":199,"_id":197,"identity":200,"providers":202,"workflow":216},1777995558409.851,{"githubOwner":185,"githubRepo":186,"sourceUrl":201},"https://github.com/binance/binance-skills-hub",{"discover":203,"github":206},{"sources":204},[205],"skills-sh",{"closedIssues90d":207,"forks":208,"openIssues90d":207,"pushedAt":209,"readmeSize":210,"stars":211,"topics":212},4,153,1777370744000,4438,820,[213,214,15,215],"agents","ai","skills",{"discoverAt":217,"extractAt":218,"githubAt":218,"updatedAt":218},1777995558409,1778053540786,{"anyEnrichmentAt":220,"extractAt":221,"githubAt":220,"llmAt":183,"updatedAt":183},1778053540206,1778053539796,[],[224,252,279,298,317,336],{"_creationTime":225,"_id":226,"community":227,"display":228,"identity":237,"providers":241,"relations":246,"workflow":248},1778053458618.8777,"k17a3a84c18cttdrxt54w9q08s8675sb",{"reviewCount":8},{"description":229,"installMethods":230,"name":231,"sourceUrl":232,"tags":233},"Your AI agent's crypto brain. One skill, 83+ commands across 14 data domains — real-time prices, wallets, social intelligence, DeFi, on-chain SQL, prediction markets, and more. Natural language in, structured data out. Install once, access everything. Use whenever the user needs crypto data, asks about prices/wallets/tokens/DeFi, wants to investigate on-chain activity, or is building something that consumes crypto data — even if they don't say \"surf\" explicitly.",{},"Surf","https://github.com/asksurf-ai/surf-skills/tree/HEAD/skills/surf",[15,234,235,236,19],"data","cli","api",{"githubOwner":238,"githubRepo":239,"locale":23,"slug":240,"type":188},"asksurf-ai","surf-skills","surf",{"extract":242,"llm":244},{"commitSha":243,"license":65},"e9f55538a113dcf3ceb301d64e7e1b451a41990c",{"promptVersionExtension":165,"promptVersionScoring":166,"score":245,"targetMarket":171,"tier":172},98,{"repoId":247},"kd75ycvmtzabnhstdv9h5gedm186523y",{"anyEnrichmentAt":249,"extractAt":250,"githubAt":249,"llmAt":251,"updatedAt":251},1778053458879,1778053458618,1778053471884,{"_creationTime":253,"_id":254,"community":255,"display":256,"identity":265,"providers":269,"relations":273,"workflow":275},1778053187365.2708,"k17fzehmfb5qh9zha4d9mx8ckn867zmp",{"reviewCount":8},{"description":257,"installMethods":258,"name":259,"sourceUrl":260,"tags":261},"Track crypto portfolio across 7 blockchains via EmblemAI. Aggregated balances with USD values, conditional trade P&L, and DeFi position tracking via Nansen. Use when the user wants to check their portfolio, see balances across chains, or review trade positions.",{},"Emblem Portfolio Tracker","https://github.com/emblemcompany/agent-skills/tree/HEAD/skills/emblem-portfolio-tracker",[15,262,263,18,264,235],"portfolio","blockchain","mcp",{"githubOwner":266,"githubRepo":267,"locale":23,"slug":268,"type":188},"emblemcompany","agent-skills","emblem-portfolio-tracker",{"extract":270,"llm":272},{"commitSha":271,"license":194},"e9e2828aa3e1c32a6dd36fd9037b815b8e12facd",{"promptVersionExtension":165,"promptVersionScoring":166,"score":245,"targetMarket":171,"tier":172},{"repoId":274},"kd76dmtwdx03886dj4fsp18tss864e0x",{"anyEnrichmentAt":276,"extractAt":277,"githubAt":276,"llmAt":278,"updatedAt":278},1778053187831,1778053187365,1778053238491,{"_creationTime":280,"_id":281,"community":282,"display":283,"identity":291,"providers":293,"relations":296,"workflow":297},1778053539796.538,"k17dvxtnx54m9r3b8wf9hqjcqn866syq",{"reviewCount":8},{"description":284,"installMethods":285,"name":286,"sourceUrl":287,"tags":288},"Use when the user mentions connect/disconnect wallet, sign in, sign out, web3 wallet, wallet address, check balance, how much crypto do I have, send BNB/USDT/crypto, transfer tokens, swap tokens, buy/sell token, DEX trade, limit order, market order, cancel order, get a quote, transaction history, wallet settings, daily limit, slippage, MEV protection, supported chains, available networks, or any on-chain wallet operation.",{},"Binance Agentic Wallet","https://github.com/binance/binance-skills-hub/tree/HEAD/skills/binance-web3/binance-agentic-wallet",[18,289,185,15,263,290,235],"wallet","trading",{"githubOwner":185,"githubRepo":186,"locale":23,"slug":292,"type":188},"binance-agentic-wallet",{"extract":294,"llm":295},{"commitSha":193,"license":194},{"promptVersionExtension":165,"promptVersionScoring":166,"score":168,"targetMarket":171,"tier":172},{"repoId":197},{"anyEnrichmentAt":220,"extractAt":221,"githubAt":220,"llmAt":183,"updatedAt":183},{"_creationTime":299,"_id":300,"community":301,"display":302,"identity":310,"providers":312,"relations":315,"workflow":316},1778053539796.5396,"k1744wqg9gs06rm78gyjh6g2ch866m58",{"reviewCount":8},{"description":303,"installMethods":304,"name":305,"sourceUrl":306,"tags":307},"Meme token fast-trading assistant with two core capabilities: 1. Meme Rush - Real-time meme token lists from launchpads (Pump.fun, Four.meme, etc.) across new, finalizing, and migrated stages 2. Topic Rush - AI-powered market hot topics with associated tokens ranked by net inflow Use this skill when users ask about new meme tokens, meme launches, bonding curve, migration status, pump.fun tokens, four.meme tokens, fast meme trading, market hot topics, or trending narratives.",{},"Meme Rush","https://github.com/binance/binance-skills-hub/tree/HEAD/skills/binance-web3/meme-rush",[308,15,290,309,236,17],"defi","tokens",{"githubOwner":185,"githubRepo":186,"locale":23,"slug":311,"type":188},"meme-rush",{"extract":313,"llm":314},{"commitSha":193,"license":194},{"promptVersionExtension":165,"promptVersionScoring":166,"score":168,"targetMarket":171,"tier":172},{"repoId":197},{"anyEnrichmentAt":220,"extractAt":221,"githubAt":220,"llmAt":183,"updatedAt":183},{"_creationTime":318,"_id":319,"community":320,"display":321,"identity":329,"providers":331,"relations":334,"workflow":335},1778053539796.539,"k17928qqkqdwarj1qjv7ajmcbx866fws",{"reviewCount":8},{"description":322,"installMethods":323,"name":324,"sourceUrl":325,"tags":326},"Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings, market trends, social buzz, meme rankings, breakout meme tokens, or top traders.",{},"Crypto Market Rank","https://github.com/binance/binance-skills-hub/tree/HEAD/skills/binance-web3/crypto-market-rank",[15,17,327,328,185],"rankings","leaderboards",{"githubOwner":185,"githubRepo":186,"locale":23,"slug":330,"type":188},"crypto-market-rank",{"extract":332,"llm":333},{"commitSha":193,"license":65},{"promptVersionExtension":165,"promptVersionScoring":166,"score":168,"targetMarket":171,"tier":172},{"repoId":197},{"anyEnrichmentAt":220,"extractAt":221,"githubAt":220,"llmAt":183,"updatedAt":183},{"_creationTime":337,"_id":338,"community":339,"display":340,"identity":348,"providers":349,"relations":352,"workflow":353},1778053539796.5356,"k179whws9ptha00rh0vkmktxds866pej",{"reviewCount":8},{"description":341,"installMethods":342,"name":343,"sourceUrl":344,"tags":345},"Query Binance fiat payment capabilities — supported countries, currencies, payment methods, limits, and crypto prices — via public APIs, plus authenticated order/payment history lookup. Use whenever users ask about buying or selling crypto with fiat, depositing or withdrawing fiat, fiat-crypto exchange rates, payment options in a specific country, or their fiat order history — even if they don't explicitly mention Binance APIs.",{},"Binance Fiat","https://github.com/binance/binance-skills-hub/tree/HEAD/skills/binance/fiat",[185,346,15,347,236,19],"fiat","payments",{"githubOwner":185,"githubRepo":186,"locale":23,"slug":346,"type":188},{"extract":350,"llm":351},{"commitSha":193,"license":194},{"promptVersionExtension":165,"promptVersionScoring":166,"score":168,"targetMarket":171,"tier":172},{"repoId":197},{"anyEnrichmentAt":220,"extractAt":221,"githubAt":220,"llmAt":183,"updatedAt":183}]