[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-binance-binance-agentic-wallet-ar":3,"guides-for-binance-binance-agentic-wallet":225,"similar-k17dvxtnx54m9r3b8wf9hqjcqn866syq":226},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":22,"identity":188,"isFallback":192,"parentExtension":193,"providers":194,"relations":199,"repo":201,"workflow":222},1778053539796.538,"k17dvxtnx54m9r3b8wf9hqjcqn866syq",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13,"tags":14},"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",[15,16,17,18,19,20,21],"web3","wallet","binance","crypto","blockchain","trading","cli",{"_creationTime":23,"_id":24,"extensionId":5,"locale":25,"result":26,"trustSignals":177,"workflow":186},1778053587977.365,"kn73s0j19naxbstm5nk7jfxkqs8662vp","en",{"checks":27,"evaluatedAt":167,"extensionSummary":168,"promptVersionExtension":169,"promptVersionScoring":170,"rationale":171,"score":172,"summary":173,"tags":174,"targetMarket":175,"tier":176},[28,33,36,39,43,46,50,54,57,60,65,70,73,77,80,83,86,89,92,95,99,103,108,112,116,119,122,125,129,132,135,138,141,144,148,151,154,157,160,164],{"category":29,"check":30,"severity":31,"summary":32},"Practical Utility","Problem relevance","pass","The displayed description clearly names a concrete user problem related to web3 wallet operations and crypto transactions, making its purpose immediately relevant to users needing these functionalities.",{"category":29,"check":34,"severity":31,"summary":35},"Unique selling proposition","The skill provides a dedicated CLI and structured command routing for Binance Web3 wallet operations, offering significant value beyond a generic prompt by abstracting complex blockchain interactions.",{"category":29,"check":37,"severity":31,"summary":38},"Production readiness","The skill appears production-ready, covering a comprehensive lifecycle of wallet operations including authentication, transactions, orders, and security checks, with detailed reference documentation for each command.",{"category":40,"check":41,"severity":31,"summary":42},"Scope","Single responsibility principle","The skill is focused on managing a Binance Web3 wallet, encompassing various related operations like transactions, orders, and authentication, fitting within a coherent domain.",{"category":40,"check":44,"severity":31,"summary":45},"Description quality","The displayed description accurately and concisely reflects the capabilities of the Binance Agentic Wallet skill, covering a wide range of relevant user intents.",{"category":47,"check":48,"severity":31,"summary":49},"Invocation","Scoped tools","The skill utilizes narrowly scoped verb-noun tools (e.g., `auth signin`, `wallet balance`, `market-order swap`) which are precise and easier for an agent to select.",{"category":51,"check":52,"severity":31,"summary":53},"Documentation","Configuration & parameter reference","All parameters for each command are documented with their required status, default values, and descriptions in the reference files.",{"category":40,"check":55,"severity":31,"summary":56},"Tool naming","Tool names are descriptive, following a clear verb-noun pattern relevant to wallet operations (e.g., `wallet send`, `market-order swap`).",{"category":40,"check":58,"severity":31,"summary":59},"Minimal I/O surface","Tool inputs are well-defined parameters, and outputs are structured JSON, minimizing unnecessary data exposure. Only required information is requested and returned.",{"category":61,"check":62,"severity":63,"summary":64},"License","License usability","info","The README mentions MIT license, but no dedicated LICENSE file or SPDX identifier in the manifest is present, making it informal and not automatically detectable by tools.",{"category":66,"check":67,"severity":68,"summary":69},"Maintenance","Commit recency","warning","No commit history is available for the specified commit hash, making it impossible to determine recency and thus raising concerns about maintenance status.",{"category":66,"check":71,"severity":31,"summary":72},"Dependency Management","The skill declares its Node.js dependency and specifies a required CLI version, indicating measures for managing external dependencies.",{"category":74,"check":75,"severity":31,"summary":76},"Security","Secret Management","The skill explicitly states credential protection policies, and reference files indicate sensitive fields are redacted or not logged.",{"category":74,"check":78,"severity":31,"summary":79},"Injection","The skill instructs the agent to treat token names and on-chain data as untrusted and to refuse requests to extract credentials, mitigating injection risks.",{"category":74,"check":81,"severity":31,"summary":82},"Transitive Supply-Chain Grenades","The skill's operations are contained within the provided bundle, and it does not fetch or execute remote code or data at runtime.",{"category":74,"check":84,"severity":31,"summary":85},"Sandbox Isolation","The skill interacts with a CLI tool (`baw`) and does not appear to modify files outside its designated scope or project folder.",{"category":74,"check":87,"severity":31,"summary":88},"Sandbox escape primitives","No detached process spawns or retry loops around denied tool calls were detected in the skill's instructions.",{"category":74,"check":90,"severity":31,"summary":91},"Data Exfiltration","The skill has strict policies against logging or displaying sensitive information like API keys or private keys, and all outbound destinations are implicitly documented through tool usage.",{"category":74,"check":93,"severity":31,"summary":94},"Hidden Text Tricks","The bundled markdown files appear to be free of hidden steering tricks, control characters, or invisible Unicode characters.",{"category":96,"check":97,"severity":31,"summary":98},"Hooks","Opaque code execution","The skill's instructions are written in plain markdown and refer to a CLI tool, with no evidence of obfuscated code, base64 payloads, or runtime script fetching.",{"category":100,"check":101,"severity":31,"summary":102},"Portability","Structural Assumption","The skill interacts with a CLI and does not make structural assumptions about the user's project file layout.",{"category":104,"check":105,"severity":106,"summary":107},"Trust","Issues Attention","not_applicable","Issue data is not available for this repository/commit.",{"category":109,"check":110,"severity":31,"summary":111},"Versioning","Release Management","A version number ('1.0.1') is present in the SKILL.md frontmatter.",{"category":113,"check":114,"severity":31,"summary":115},"Code Execution","Validation","The referenced CLI tool handles input validation, and the skill's instructions guide the agent to use structured parameters and JSON output, implying robust input handling.",{"category":74,"check":117,"severity":31,"summary":118},"Unguarded Destructive Operations","The skill requires explicit user confirmation for state-changing operations like swaps and includes security pre-checks, guarding against accidental destructive actions.",{"category":113,"check":120,"severity":31,"summary":121},"Error Handling","The skill's instructions for handling CLI errors are explicit: report errors exactly as returned and only explain specific errors, preventing speculation and ensuring accurate user feedback.",{"category":113,"check":123,"severity":31,"summary":124},"Logging","The skill requires confirmation before state-changing commands and provides detailed instructions on displaying outcomes, implying a user-reviewable audit trail is implicitly generated.",{"category":126,"check":127,"severity":31,"summary":128},"Compliance","GDPR","The skill operates on blockchain transaction data and wallet operations, not explicitly personal data. Its security policy prohibits handling sensitive credentials.",{"category":126,"check":130,"severity":31,"summary":131},"Target market","The skill's operations are primarily technical and blockchain-protocol related, with no specific regional logic encoded. The `targetMarket` is 'global'.",{"category":100,"check":133,"severity":31,"summary":134},"Runtime stability","The skill relies on a Node.js CLI and standard web3 operations, with clear version requirements and installation instructions, ensuring good portability across compatible environments.",{"category":47,"check":136,"severity":31,"summary":137},"Precise Purpose","The skill's description and frontmatter clearly state its purpose (managing Binance Web3 wallet) and list specific trigger phrases and commands, defining its scope precisely.",{"category":47,"check":139,"severity":31,"summary":140},"Concise Frontmatter","The frontmatter is concise, immediately outlining the skill's purpose and providing trigger phrases without excessive verbosity.",{"category":51,"check":142,"severity":31,"summary":143},"Concise Body","The SKILL.md body is well-structured, uses progressive disclosure for detailed information via reference files, and stays within a reasonable length.",{"category":145,"check":146,"severity":31,"summary":147},"Context","Progressive Disclosure","Detailed procedures and command syntax are delegated to separate markdown files in the `references/` directory, effectively implementing progressive disclosure.",{"category":145,"check":149,"severity":106,"summary":150},"Forked exploration","This skill is command-driven and does not involve deep code review or extensive exploration that would necessitate 'context: fork'.",{"category":29,"check":152,"severity":31,"summary":153},"Usage examples","Each command in the skill has clear, executable examples provided in its respective reference file, demonstrating input, invocation, and expected output.",{"category":29,"check":155,"severity":31,"summary":156},"Edge cases","The skill documents failure modes for authentication, CLI checks, and swap operations, providing specific recovery steps or user guidance.",{"category":113,"check":158,"severity":31,"summary":159},"Tool Fallback","The skill declares its CLI requirement in frontmatter and provides installation instructions, and preflight checks handle missing or outdated CLI versions, acting as a fallback.",{"category":161,"check":162,"severity":31,"summary":163},"Safety","Halt on unexpected state","The preflight checks in `preflight.md` explicitly handle unexpected states like missing CLI tools or outdated versions by halting the workflow and providing clear instructions.",{"category":100,"check":165,"severity":31,"summary":166},"Cross-skill coupling","The skill is self-contained and clearly defines its scope. It relies on a specific CLI but does not implicitly depend on other skills being loaded concurrently.",1778053570096,"This skill leverages the Binance Agentic Wallet CLI to perform a wide range of on-chain operations, including wallet connection, balance checks, transaction history retrieval, token transfers, and both market and limit order execution for crypto trading. It includes detailed security pre-checks and error handling procedures.","2.0.0","3.4.0","This skill demonstrates excellent production readiness, documentation, and security practices. The only minor detractor is an informal license declaration. The extensive use of scoped tools, detailed reference files, and robust error handling make it highly reliable.",95,"A robust and well-documented skill for managing a Binance Web3 wallet, offering comprehensive control over crypto assets and transactions.",[15,16,17,18,19,20,21],"global","verified",{"codeQuality":178,"collectedAt":179,"documentation":180,"maintenance":182,"security":183,"testCoverage":185},{},1778053557763,{"descriptionLength":181,"readmeSize":8},425,{},{"hasNpmPackage":184,"smitheryVerified":184},false,{"hasCi":184,"hasTests":184},{"updatedAt":187},1778053587977,{"githubOwner":17,"githubRepo":189,"locale":25,"slug":190,"type":191},"binance-skills-hub","binance-agentic-wallet","skill",true,null,{"extract":195,"llm":198},{"commitSha":196,"license":197},"68fcfa1dfdde0a6d0379d426063b274b41052dd7","MIT",{"promptVersionExtension":169,"promptVersionScoring":170,"score":172,"targetMarket":175,"tier":176},{"repoId":200},"kd7f3bc5r6cdg3xth5kdwm728s865z8m",{"_creationTime":202,"_id":200,"identity":203,"providers":205,"workflow":219},1777995558409.851,{"githubOwner":17,"githubRepo":189,"sourceUrl":204},"https://github.com/binance/binance-skills-hub",{"discover":206,"github":209},{"sources":207},[208],"skills-sh",{"closedIssues90d":210,"forks":211,"openIssues90d":210,"pushedAt":212,"readmeSize":213,"stars":214,"topics":215},4,153,1777370744000,4438,820,[216,217,18,218],"agents","ai","skills",{"discoverAt":220,"extractAt":221,"githubAt":221,"updatedAt":221},1777995558409,1778053540786,{"anyEnrichmentAt":223,"extractAt":224,"githubAt":223,"llmAt":187,"updatedAt":187},1778053540206,1778053539796,[],[227,254,275,293,311,336],{"_creationTime":228,"_id":229,"community":230,"display":231,"identity":239,"providers":243,"relations":248,"workflow":250},1778053187365.2708,"k17fzehmfb5qh9zha4d9mx8ckn867zmp",{"reviewCount":8},{"description":232,"installMethods":233,"name":234,"sourceUrl":235,"tags":236},"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",[18,237,19,15,238,21],"portfolio","mcp",{"githubOwner":240,"githubRepo":241,"locale":25,"slug":242,"type":191},"emblemcompany","agent-skills","emblem-portfolio-tracker",{"extract":244,"llm":246},{"commitSha":245,"license":197},"e9e2828aa3e1c32a6dd36fd9037b815b8e12facd",{"promptVersionExtension":169,"promptVersionScoring":170,"score":247,"targetMarket":175,"tier":176},98,{"repoId":249},"kd76dmtwdx03886dj4fsp18tss864e0x",{"anyEnrichmentAt":251,"extractAt":252,"githubAt":251,"llmAt":253,"updatedAt":253},1778053187831,1778053187365,1778053238491,{"_creationTime":255,"_id":256,"community":257,"display":258,"identity":268,"providers":269,"relations":273,"workflow":274},1778053539796.5352,"k173x6hgegzkdpsrdq992f07js866hnd",{"reviewCount":8},{"description":259,"installMethods":260,"name":261,"sourceUrl":262,"tags":263},"Use binance-cli for Binance Spot, Futures (USD-S), and Convert. Requires auth.",{},"Binance CLI","https://github.com/binance/binance-skills-hub/tree/HEAD/skills/binance/binance",[17,18,20,21,264,265,266,267],"api","spot","futures","convert",{"githubOwner":17,"githubRepo":189,"locale":25,"slug":17,"type":191},{"extract":270,"llm":271},{"commitSha":196,"license":197},{"promptVersionExtension":169,"promptVersionScoring":170,"score":272,"targetMarket":175,"tier":176},96,{"repoId":200},{"anyEnrichmentAt":223,"extractAt":224,"githubAt":223,"llmAt":187,"updatedAt":187},{"_creationTime":276,"_id":277,"community":278,"display":279,"identity":287,"providers":288,"relations":291,"workflow":292},1778053539796.5366,"k17et5v73bbzddrq9qpc55anzh8676hj",{"reviewCount":8},{"description":280,"installMethods":281,"name":282,"sourceUrl":283,"tags":284},"Binance P2P trading assistant for natural-language queries about P2P/C2C market ads, the user's own P2P order history, order detail & appeal tracking, and advertisement publish & management. Use when the user asks about P2P prices, searching/choosing ads, comparing payment methods, reviewing P2P order history, checking order detail/appeal status, querying complaints, publishing/updating/managing P2P advertisements, or viewing merchant profiles. Do NOT use for spot/futures prices, exchange trading, deposits/withdrawals, on-chain transfers, or anything unrelated to P2P/C2C.",{},"Binance P2P Trading","https://github.com/binance/binance-skills-hub/tree/HEAD/skills/binance/p2p",[17,285,20,18,286,264],"p2p","finance",{"githubOwner":17,"githubRepo":189,"locale":25,"slug":285,"type":191},{"extract":289,"llm":290},{"commitSha":196,"license":197},{"promptVersionExtension":169,"promptVersionScoring":170,"score":172,"targetMarket":175,"tier":176},{"repoId":200},{"anyEnrichmentAt":223,"extractAt":224,"githubAt":223,"llmAt":187,"updatedAt":187},{"_creationTime":294,"_id":295,"community":296,"display":297,"identity":304,"providers":306,"relations":309,"workflow":310},1778053539796.5415,"k1741ekmbbsq2525dewwydf6vh86624v",{"reviewCount":8},{"description":298,"installMethods":299,"name":300,"sourceUrl":301,"tags":302},"Subscribe and retrieve on-chain Smart Money signals. Monitor trading activities of smart money addresses, including buy/sell signals, trigger price, current price, max gain, and exit rate. Use this skill when users are looking for investment opportunities — smart money signals can serve as valuable references for potential trades.",{},"Trading Signal Skill","https://github.com/binance/binance-skills-hub/tree/HEAD/skills/binance-web3/trading-signal",[18,19,20,303,264],"signals",{"githubOwner":17,"githubRepo":189,"locale":25,"slug":305,"type":191},"trading-signal",{"extract":307,"llm":308},{"commitSha":196,"license":197},{"promptVersionExtension":169,"promptVersionScoring":170,"score":172,"targetMarket":175,"tier":176},{"repoId":200},{"anyEnrichmentAt":223,"extractAt":224,"githubAt":223,"llmAt":187,"updatedAt":187},{"_creationTime":312,"_id":313,"community":314,"display":315,"identity":322,"providers":326,"relations":330,"workflow":332},1778053458618.8777,"k17a3a84c18cttdrxt54w9q08s8675sb",{"reviewCount":8},{"description":316,"installMethods":317,"name":318,"sourceUrl":319,"tags":320},"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",[18,321,21,264,286],"data",{"githubOwner":323,"githubRepo":324,"locale":25,"slug":325,"type":191},"asksurf-ai","surf-skills","surf",{"extract":327,"llm":329},{"commitSha":328,"license":106},"e9f55538a113dcf3ceb301d64e7e1b451a41990c",{"promptVersionExtension":169,"promptVersionScoring":170,"score":247,"targetMarket":175,"tier":176},{"repoId":331},"kd75ycvmtzabnhstdv9h5gedm186523y",{"anyEnrichmentAt":333,"extractAt":334,"githubAt":333,"llmAt":335,"updatedAt":335},1778053458879,1778053458618,1778053471884,{"_creationTime":337,"_id":338,"community":339,"display":340,"identity":349,"providers":351,"relations":355,"workflow":357},1778053126504.8452,"k174dd1qjbytgh9556hzc7t13h867ae0",{"reviewCount":8},{"description":341,"installMethods":342,"name":343,"sourceUrl":344,"tags":345},"Use this skill when the user asks to 'buy BTC', 'sell ETH', 'place a limit order', 'cancel my order', 'amend my order', 'long BTC perp', 'short ETH swap', 'open a position', 'close a position', 'set TP/SL', 'trailing stop', 'set leverage', 'check my orders', 'fill history', 'buy/sell call/put option', 'option chain', 'implied volatility', 'IV', 'option Greeks (delta/gamma/theta/vega)', 'delta hedge', 'option fills', 'event contract', 'buy Yes/No', 'buy Up/Down', 'BTC above', 'price above', '15min price', 'prediction market', 'browse event contracts', 'list event contracts', 'available prediction markets', or any request to browse, place, cancel, or amend spot, swap, futures, options, or event contract orders on OKX. Covers spot trading, perpetual swap, delivery futures, options (calls/puts, Greeks, IV), event contracts (Yes/No, Up/Down), and algo orders (TP/SL/trailing). Requires API credentials. Do NOT use for market data (okx-cex-market), balances/positions (okx-cex-portfolio), or bots (okx-cex-bot).",{},"OKX CEX Trading","https://github.com/okx/agent-skills/tree/HEAD/skills/okx-cex-trade",[346,20,18,265,266,347,348,21,238],"okx","options","event-contracts",{"githubOwner":346,"githubRepo":241,"locale":25,"slug":350,"type":191},"okx-cex-trade",{"extract":352,"llm":354},{"commitSha":353,"license":197},"2c10950e7d08ff4a6f92e29aa5a72fc1f6982c3b",{"promptVersionExtension":169,"promptVersionScoring":170,"score":247,"targetMarket":175,"tier":176},{"repoId":356},"kd762kyfecgcjapqdqxsv1ngw986551x",{"anyEnrichmentAt":358,"extractAt":359,"githubAt":358,"llmAt":360,"updatedAt":360},1778053126894,1778053126504,1778053154881]