[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-okx-okx-cex-bot-th":3,"guides-for-okx-okx-cex-bot":230,"similar-k177d57symzgzq3wspac64mvch866v41":231},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":21,"identity":189,"isFallback":193,"parentExtension":194,"providers":195,"relations":199,"repo":201,"workflow":227},1778053126504.8423,"k177d57symzgzq3wspac64mvch866v41",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13,"tags":14},"Manage Grid bots (spot/contract/coin-margined) and DCA Martingale bots (Spot DCA 现货马丁 / Contract DCA 合约马丁) on OKX. Covers create, stop, amend, monitor P&L, TP/SL, margin/investment adjustment, and AI-recommended parameters. Requires API credentials. Not for regular orders (okx-cex-trade), market data (okx-cex-market), or account info (okx-cex-portfolio).",{},"OKX CEX Bot Trading","https://github.com/okx/agent-skills/tree/HEAD/skills/okx-cex-bot",[15,16,17,18,19,20],"trading","bots","okx","crypto","finance","cli",{"_creationTime":22,"_id":23,"extensionId":5,"locale":24,"result":25,"trustSignals":177,"workflow":187},1778053154881.11,"kn7ajadhm2fvvv3xhkbg237e7186670k","en",{"checks":26,"evaluatedAt":167,"extensionSummary":168,"promptVersionExtension":169,"promptVersionScoring":170,"rationale":171,"score":172,"summary":173,"tags":174,"targetMarket":175,"tier":176},[27,32,35,38,42,45,49,53,56,59,63,68,71,75,78,81,84,87,90,93,97,101,105,109,113,116,119,122,126,129,132,135,138,141,145,148,151,154,157,160,164],{"category":28,"check":29,"severity":30,"summary":31},"Practical Utility","Problem relevance","pass","The description clearly states the user problem: managing Grid and DCA bots on OKX, and explicitly lists out-of-scope functionalities.",{"category":28,"check":33,"severity":30,"summary":34},"Unique selling proposition","The extension offers significant value beyond a thin API wrapper by providing a structured interface for managing complex trading bots, including AI-recommended parameters, which is not a default LLM capability.",{"category":28,"check":36,"severity":30,"summary":37},"Production readiness","The extension covers the full lifecycle of bot management (create, stop, amend, monitor) and provides detailed prerequisites and credential checks, indicating it's ready for production workflows.",{"category":39,"check":40,"severity":30,"summary":41},"Scope","Single responsibility principle","The skill is focused on managing OKX Grid and DCA bots, and explicitly states it is not for regular orders, market data, or account info, adhering to a single responsibility.",{"category":39,"check":43,"severity":30,"summary":44},"Description quality","The displayed description is concise, readable, and accurately reflects the capabilities and limitations of the extension.",{"category":46,"check":47,"severity":30,"summary":48},"Invocation","Scoped tools","The skill uses narrow verb-noun tools for bot management, such as 'create', 'amend', 'stop', and 'orders', ensuring precise selection by the agent.",{"category":50,"check":51,"severity":30,"summary":52},"Documentation","Configuration & parameter reference","All parameters for grid and DCA bot commands are documented with their required status, defaults, and descriptions. The credential and profile check process is also detailed.",{"category":39,"check":54,"severity":30,"summary":55},"Tool naming","Tool names like 'bot grid create' and 'bot dca stop' are descriptive and adhere to the expected domain naming conventions.",{"category":39,"check":57,"severity":30,"summary":58},"Minimal I/O surface","Tool parameters are specific and well-defined, requesting only necessary data for bot operations. Responses are structured to provide relevant bot details and PnL.",{"category":60,"check":61,"severity":30,"summary":62},"License","License usability","The extension uses the MIT license, which is a permissive open-source license and is clearly declared in the LICENSE file and the SKILL.md frontmatter.",{"category":64,"check":65,"severity":66,"summary":67},"Maintenance","Commit recency","not_applicable","No commit data was provided for this evaluation.",{"category":64,"check":69,"severity":30,"summary":70},"Dependency Management","The skill relies on the 'okx-trade-cli' npm package, and the installation instructions specify a pinned version ('@okx_ai/okx-trade-cli@1.3.2'), which is a suitable measure for dependency management.",{"category":72,"check":73,"severity":30,"summary":74},"Security","Secret Management","The skill explicitly warns against accepting credentials in chat and guides users to use 'okx config init' for setup, and mentions handling 401 errors by reloading the 'okx-cex-auth' skill, indicating a focus on secure credential handling.",{"category":72,"check":76,"severity":30,"summary":77},"Injection","The skill focuses on structured CLI commands and does not appear to load or execute untrusted third-party data as instructions.",{"category":72,"check":79,"severity":30,"summary":80},"Transitive Supply-Chain Grenades","The skill relies on a local CLI installation and does not fetch or execute external code at runtime, mitigating supply-chain risks.",{"category":72,"check":82,"severity":30,"summary":83},"Sandbox Isolation","The skill interacts with the OKX API via a CLI tool and does not appear to modify files outside its designated scope or use absolute paths.",{"category":72,"check":85,"severity":30,"summary":86},"Sandbox escape primitives","No detached-process spawns or retry loops around denied tool calls were detected in the provided documentation.",{"category":72,"check":88,"severity":30,"summary":89},"Data Exfiltration","The skill's documentation emphasizes secure credential handling and does not instruct the agent to read or submit confidential data to third parties.",{"category":72,"check":91,"severity":30,"summary":92},"Hidden Text Tricks","The bundled documentation is free of hidden-steering tricks, control characters, or invisible Unicode characters.",{"category":94,"check":95,"severity":30,"summary":96},"Hooks","Opaque code execution","The skill does not employ obfuscated code, base64 payloads, or runtime fetched scripts for its operation.",{"category":98,"check":99,"severity":30,"summary":100},"Portability","Structural Assumption","The skill relies on the 'okx' CLI and its configuration, which are standard for this tool, rather than making assumptions about a user's project structure.",{"category":102,"check":103,"severity":66,"summary":104},"Trust","Issues Attention","No issue data was provided for this evaluation.",{"category":106,"check":107,"severity":30,"summary":108},"Versioning","Release Management","The SKILL.md frontmatter declares a `version: \"1.3.2\"`, providing a clear version signal.",{"category":110,"check":111,"severity":30,"summary":112},"Code Execution","Validation","The skill's documentation clearly outlines required and optional parameters for each command, implying that the underlying CLI tool performs validation. The 'Preflight' and 'Credential & Profile Check' sections also detail validation steps.",{"category":72,"check":114,"severity":30,"summary":115},"Unguarded Destructive Operations","While bot creation and modification can be considered destructive, the skill emphasizes user approval and confirmation steps before execution, and provides clear instructions for handling errors.",{"category":110,"check":117,"severity":30,"summary":118},"Error Handling","The documentation includes specific error handling guidance, such as how to deal with 401 authentication errors and insufficient margin errors, directing users to appropriate recovery steps.",{"category":110,"check":120,"severity":66,"summary":121},"Logging","The skill primarily interacts with an external CLI tool, and explicit local audit logging for the skill itself is not a primary concern or requirement described.",{"category":123,"check":124,"severity":30,"summary":125},"Compliance","GDPR","The skill manages trading bots and does not appear to operate on personal data beyond API credentials, which are handled securely.",{"category":123,"check":127,"severity":30,"summary":128},"Target market","The skill interacts with the OKX exchange and its trading bots, with no specific regional limitations mentioned, thus targeting a global market.",{"category":98,"check":130,"severity":30,"summary":131},"Runtime stability","The skill's primary dependency is the 'okx-trade-cli' npm package, which is expected to be cross-platform compatible. No OS-specific assumptions were detected.",{"category":46,"check":133,"severity":30,"summary":134},"Precise Purpose","The skill's description clearly defines its purpose (managing OKX Grid and DCA bots) and its out-of-scope functionalities (regular orders, market data, account info).",{"category":46,"check":136,"severity":30,"summary":137},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability and scope.",{"category":50,"check":139,"severity":30,"summary":140},"Concise Body","The SKILL.md body is well-structured, uses progressive disclosure for commands, and delegates deeper material to references where appropriate.",{"category":142,"check":143,"severity":30,"summary":144},"Context","Progressive Disclosure","The SKILL.md outlines the flows and commands clearly, and the structure suggests that deeper technical details or extensive examples would be found in separate files or referenced documentation.",{"category":142,"check":146,"severity":66,"summary":147},"Forked exploration","This skill is command-driven and does not involve deep exploration or code review, so 'context: fork' is not applicable.",{"category":28,"check":149,"severity":30,"summary":150},"Usage examples","The documentation provides multiple clear, end-to-end examples for creating, amending, and listing grid and DCA bots, including specific commands and expected parameters.",{"category":28,"check":152,"severity":30,"summary":153},"Edge cases","The 'Edge Cases' section comprehensively lists potential issues like price out of range, insufficient balance, contract grid specifics, stop types, and TP/SL constraints, along with recovery steps.",{"category":110,"check":155,"severity":66,"summary":156},"Tool Fallback","The skill relies directly on the 'okx' CLI tool, which is intended to be installed as a prerequisite, and does not offer a fallback mechanism within the skill itself.",{"category":98,"check":158,"severity":30,"summary":159},"Stack assumptions","The skill clearly states its dependency on Node.js and the 'okx-trade-cli' package, along with installation instructions, clarifying its runtime environment.",{"category":161,"check":162,"severity":30,"summary":163},"Safety","Halt on unexpected state","The 'Preflight' and 'Credential & Profile Check' sections instruct the user to halt and follow specific recovery steps for unexpected states like missing credentials or expired sessions.",{"category":98,"check":165,"severity":30,"summary":166},"Cross-skill coupling","The skill clearly defines its scope and explicitly lists related skills like 'okx-cex-market', 'okx-cex-portfolio', and 'okx-cex-auth' in the 'Skill Routing' section, indicating it works standalone and cross-links appropriately.",1778053140915,"This skill provides detailed functionality for creating, managing, and monitoring Grid and DCA Martingale bots on the OKX exchange via the 'okx-trade-cli'. It covers both spot and contract-based bots, including configurations for leverage, margins, pricing, and take-profit/stop-loss parameters.","2.0.0","3.4.0","This skill is exceptionally well-documented and practical, covering a complex domain with clear instructions, examples, and edge case handling. The use of a specific CLI tool with clear installation and configuration steps, along with robust error handling and security considerations, makes it production-ready.",95,"Manages OKX Grid and DCA trading bots with comprehensive command support and clear operational guidance.",[15,16,17,18,19,20],"global","verified",{"codeQuality":178,"collectedAt":179,"documentation":180,"maintenance":182,"security":183,"testCoverage":186},{},1778053128518,{"descriptionLength":181,"readmeSize":8},356,{},{"hasNpmPackage":184,"license":185,"smitheryVerified":184},false,"MIT",{"hasCi":184,"hasTests":184},{"updatedAt":188},1778053154881,{"githubOwner":17,"githubRepo":190,"locale":24,"slug":191,"type":192},"agent-skills","okx-cex-bot","skill",true,null,{"extract":196,"llm":198},{"commitSha":197,"license":185},"2c10950e7d08ff4a6f92e29aa5a72fc1f6982c3b",{"promptVersionExtension":169,"promptVersionScoring":170,"score":172,"targetMarket":175,"tier":176},{"repoId":200},"kd762kyfecgcjapqdqxsv1ngw986551x",{"_creationTime":202,"_id":200,"identity":203,"providers":205,"workflow":224},1777995558409.852,{"githubOwner":17,"githubRepo":190,"sourceUrl":204},"https://github.com/okx/agent-skills",{"discover":206,"github":209},{"sources":207},[208],"skills-sh",{"closedIssues90d":8,"forks":210,"license":185,"openIssues90d":211,"pushedAt":212,"readmeSize":213,"stars":214,"topics":215},15,1,1777453068000,2722,109,[216,217,218,219,220,221,222,17,223],"ai-agent","algorithmic-trading","cli-tool","dca","grid-bot","llm","mcp","skills",{"discoverAt":225,"extractAt":226,"githubAt":226,"updatedAt":226},1777995558409,1778053127523,{"anyEnrichmentAt":228,"extractAt":229,"githubAt":228,"llmAt":188,"updatedAt":188},1778053126894,1778053126504,[],[232,250,272,298,322,346],{"_creationTime":233,"_id":234,"community":235,"display":236,"identity":243,"providers":245,"relations":248,"workflow":249},1778053126504.8428,"k172zkmnnqv93qba3asd2c35es866kkb",{"reviewCount":8},{"description":237,"installMethods":238,"name":239,"sourceUrl":240,"tags":241},"Manages OKX Simple Earn (flexible savings/lending), Flash Earn, On-chain Earn (staking/DeFi), Dual Investment (DCD/双币赢), and AutoEarn (自动赚币) via the okx CLI. Use this skill whenever the user wants to check earn balances, browse flash-earn projects, subscribe or redeem earn products, view or set lending rates, monitor on-chain staking orders, interact with dual investment structured products, or manage auto-earn — even if phrased casually as 活期赚币, 定期赚币, 闪赚, 赚币, 申购, 赎回, 链上赚币, 质押, 理财, 双币赢, 双币理财, 双币申购, 高卖, 低买, dual investment, DCD, flash earn, buy low, sell high structured product, earn with target price, 目标价, 自动赚币, auto earn, auto-earn, 自动借出, 自动质押, auto lend, auto staking, USDG earn, USDG 赚币, 闲置资金自动理财, fixed earn, fixed deposit, term deposit, 定期理财, 定期. Also use when the user asks about idle funds and whether to earn on them.",{},"OKX CEX Earn CLI","https://github.com/okx/agent-skills/tree/HEAD/skills/okx-cex-earn",[17,242,18,15,19,20],"earn",{"githubOwner":17,"githubRepo":190,"locale":24,"slug":244,"type":192},"okx-cex-earn",{"extract":246,"llm":247},{"commitSha":197,"license":185},{"promptVersionExtension":169,"promptVersionScoring":170,"score":172,"targetMarket":175,"tier":176},{"repoId":200},{"anyEnrichmentAt":228,"extractAt":229,"githubAt":228,"llmAt":188,"updatedAt":188},{"_creationTime":251,"_id":252,"community":253,"display":254,"identity":264,"providers":266,"relations":270,"workflow":271},1778053126504.8452,"k174dd1qjbytgh9556hzc7t13h867ae0",{"reviewCount":8},{"description":255,"installMethods":256,"name":257,"sourceUrl":258,"tags":259},"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",[17,15,18,260,261,262,263,20,222],"spot","futures","options","event-contracts",{"githubOwner":17,"githubRepo":190,"locale":24,"slug":265,"type":192},"okx-cex-trade",{"extract":267,"llm":268},{"commitSha":197,"license":185},{"promptVersionExtension":169,"promptVersionScoring":170,"score":269,"targetMarket":175,"tier":176},98,{"repoId":200},{"anyEnrichmentAt":228,"extractAt":229,"githubAt":228,"llmAt":188,"updatedAt":188},{"_creationTime":273,"_id":274,"community":275,"display":276,"identity":284,"providers":288,"relations":292,"workflow":294},1778053458618.8777,"k17a3a84c18cttdrxt54w9q08s8675sb",{"reviewCount":8},{"description":277,"installMethods":278,"name":279,"sourceUrl":280,"tags":281},"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,282,20,283,19],"data","api",{"githubOwner":285,"githubRepo":286,"locale":24,"slug":287,"type":192},"asksurf-ai","surf-skills","surf",{"extract":289,"llm":291},{"commitSha":290,"license":66},"e9f55538a113dcf3ceb301d64e7e1b451a41990c",{"promptVersionExtension":169,"promptVersionScoring":170,"score":269,"targetMarket":175,"tier":176},{"repoId":293},"kd75ycvmtzabnhstdv9h5gedm186523y",{"anyEnrichmentAt":295,"extractAt":296,"githubAt":295,"llmAt":297,"updatedAt":297},1778053458879,1778053458618,1778053471884,{"_creationTime":299,"_id":300,"community":301,"display":302,"identity":310,"providers":312,"relations":316,"workflow":318},1778053539796.5366,"k17et5v73bbzddrq9qpc55anzh8676hj",{"reviewCount":8},{"description":303,"installMethods":304,"name":305,"sourceUrl":306,"tags":307},"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",[308,309,15,18,19,283],"binance","p2p",{"githubOwner":308,"githubRepo":311,"locale":24,"slug":309,"type":192},"binance-skills-hub",{"extract":313,"llm":315},{"commitSha":314,"license":185},"68fcfa1dfdde0a6d0379d426063b274b41052dd7",{"promptVersionExtension":169,"promptVersionScoring":170,"score":172,"targetMarket":175,"tier":176},{"repoId":317},"kd7f3bc5r6cdg3xth5kdwm728s865z8m",{"anyEnrichmentAt":319,"extractAt":320,"githubAt":319,"llmAt":321,"updatedAt":321},1778053540206,1778053539796,1778053587977,{"_creationTime":323,"_id":324,"community":325,"display":326,"identity":338,"providers":340,"relations":344,"workflow":345},1778053126504.8447,"k177gyb2pp9y0hpcx23rd2j0gd866t61",{"reviewCount":8},{"description":327,"installMethods":328,"name":329,"sourceUrl":330,"tags":331},"Smart Money analytics on OKX: leaderboard traders, position tracking, trade records, aggregated consensus signals, and signal history. Use this skill when the user asks about 聪明钱, smart money, 牛人榜, leaderboard, top traders, 带单员, lead traders, 交易员排行, trader ranking, trader positions, trader PnL, 交易员持仓, 交易员收益, smart money signal, 聪明钱信号, long/short ratio, 多空比, capital flow, 资金流向, position conviction, 仓位强度, entry price distribution, smart money overview, 聪明钱总览, signal history, 信号历史, trader search, 搜索交易员, who is trading BTC, 谁在交易BTC, recommend traders, 推荐交易员, best traders, top performers.",{},"OKX CEX Smart Money CLI","https://github.com/okx/agent-skills/tree/HEAD/skills/okx-cex-smartmoney",[17,332,333,334,335,336,337,20],"cex","smartmoney","analytics","trader","leaderboard","signals",{"githubOwner":17,"githubRepo":190,"locale":24,"slug":339,"type":192},"okx-cex-smartmoney",{"extract":341,"llm":342},{"commitSha":197,"license":185},{"promptVersionExtension":169,"promptVersionScoring":170,"score":343,"targetMarket":175,"tier":176},100,{"repoId":200},{"anyEnrichmentAt":228,"extractAt":229,"githubAt":228,"llmAt":188,"updatedAt":188},{"_creationTime":347,"_id":348,"community":349,"display":350,"identity":358,"providers":360,"relations":363,"workflow":364},1778053126504.8457,"k174nrk81yd44wr1n3t5ez3e29866yrq",{"reviewCount":8},{"description":351,"installMethods":352,"name":353,"sourceUrl":354,"tags":355},"Use this skill when the user asks about: 'any crypto news', 'latest news', 'market update', 'daily briefing', 'BTC news', 'ETH news', 'news on SOL', 'search SEC ETF', 'regulation news', 'Bitcoin halving', 'is BTC bullish or bearish', 'coin sentiment', 'sentiment trend', 'trending coins', 'top bullish coins', 'bearish sentiment', 'social buzz', 'market mood', 'fear and greed', 'full article', 'read more', or any request for crypto news, market intelligence, sentiment analysis, or social trend data. Requires API credentials. Do NOT use for market prices/candles (okx-cex-market), placing orders (okx-cex-trade), or account info (okx-cex-portfolio).",{},"OKX News & Sentiment Tracker","https://github.com/okx/agent-skills/tree/HEAD/skills/okx-sentiment-tracker",[18,356,357,17,20,222],"news","sentiment",{"githubOwner":17,"githubRepo":190,"locale":24,"slug":359,"type":192},"okx-sentiment-tracker",{"extract":361,"llm":362},{"commitSha":197,"license":185},{"promptVersionExtension":169,"promptVersionScoring":170,"score":269,"targetMarket":175,"tier":176},{"repoId":200},{"anyEnrichmentAt":228,"extractAt":229,"githubAt":228,"llmAt":188,"updatedAt":188}]