[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-bytedance-find-skills-de":3,"guides-for-bytedance-find-skills":242,"similar-k17fhesb9j1fyt3t5gpdd53rz9866phx":243},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":20,"identity":187,"isFallback":192,"parentExtension":193,"providers":194,"relations":199,"repo":201,"workflow":239},1778053100136.2427,"k17fhesb9j1fyt3t5gpdd53rz9866phx",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13,"tags":14},"Helps users discover and install agent skills when they ask questions like \"how do I do X\", \"find a skill for X\", \"is there a skill that can...\", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.",{},"Find Skills","https://github.com/bytedance/deer-flow/tree/HEAD/skills/public/find-skills",[15,16,17,18,19],"skills","discovery","installation","cli","package-manager",{"_creationTime":21,"_id":22,"extensionId":5,"locale":23,"result":24,"trustSignals":176,"workflow":185},1778053169012.8193,"kn79wdg0666he551xqzd965v71866hna","en",{"checks":25,"evaluatedAt":166,"extensionSummary":167,"promptVersionExtension":168,"promptVersionScoring":169,"rationale":170,"score":171,"summary":172,"tags":173,"targetMarket":174,"tier":175},[26,31,34,37,41,44,48,53,56,59,63,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,159,163],{"category":27,"check":28,"severity":29,"summary":30},"Practical Utility","Problem relevance","pass","The description clearly states the problem of discovering and installing agent skills for specific user needs, aligning with the skill's purpose.",{"category":27,"check":32,"severity":29,"summary":33},"Unique selling proposition","The skill offers significant value by providing a structured way to find and install specialized agent capabilities, going beyond basic LLM functionality and acting as a package manager for skills.",{"category":27,"check":35,"severity":29,"summary":36},"Production readiness","The skill is production-ready, offering a complete workflow for discovering, presenting, and installing other skills, including clear installation scripts and usage examples.",{"category":38,"check":39,"severity":29,"summary":40},"Scope","Single responsibility principle","The skill has a single, focused responsibility: helping users find and install other agent skills. It does not extend into unrelated domains.",{"category":38,"check":42,"severity":29,"summary":43},"Description quality","The description accurately and concisely reflects the skill's functionality and purpose.",{"category":45,"check":46,"severity":29,"summary":47},"Invocation","Scoped tools","The skill utilizes a specific tool for finding skills (`npx skills find`), which is a narrow verb-noun specialist, avoiding general-purpose command execution.",{"category":49,"check":50,"severity":51,"summary":52},"Documentation","Configuration & parameter reference","not_applicable","This skill does not appear to have configurable parameters or environment variables that require documentation beyond its primary function of finding skills.",{"category":38,"check":54,"severity":29,"summary":55},"Tool naming","The primary tool invoked, `npx skills find`, is descriptive and follows common command-line conventions.",{"category":38,"check":57,"severity":29,"summary":58},"Minimal I/O surface","The skill's primary interaction involves executing a command-line tool and presenting results, with minimal and focused input/output.",{"category":60,"check":61,"severity":29,"summary":62},"License","License usability","The repository includes an MIT license file, which is a permissive open-source license.",{"category":64,"check":65,"severity":51,"summary":66},"Maintenance","Commit recency","No commit information is available for this specific skill's directory, and the repository-level metadata indicates 'n/a', so this check is not applicable.",{"category":64,"check":68,"severity":51,"summary":69},"Dependency Management","The skill itself does not introduce third-party dependencies; it relies on the `npx skills` command and a shell script, making this check not applicable.",{"category":71,"check":72,"severity":51,"summary":73},"Security","Secret Management","The skill does not handle or expose secrets. It primarily invokes a CLI tool and displays its output.",{"category":71,"check":75,"severity":29,"summary":76},"Injection","The skill invokes a specific CLI command (`npx skills add`) with a well-defined argument format, mitigating injection risks.",{"category":71,"check":78,"severity":29,"summary":79},"Transitive Supply-Chain Grenades","The installation script (`install-skill.sh`) uses `npx skills add` which is a managed process, and the script itself is bundled, preventing remote code execution or supply-chain attacks through fetched content.",{"category":71,"check":81,"severity":29,"summary":82},"Sandbox Isolation","The skill's main action is to execute a CLI command and display results; the installation script handles symlinking within project directories, which is a contained operation.",{"category":71,"check":84,"severity":29,"summary":85},"Sandbox escape primitives","The script does not contain primitives like `nohup` or background process spawns that would allow escaping the sandbox.",{"category":71,"check":87,"severity":29,"summary":88},"Data Exfiltration","The skill does not perform any outbound calls or interact with sensitive data, thus preventing data exfiltration.",{"category":71,"check":90,"severity":29,"summary":91},"Hidden Text Tricks","The bundled files do not contain any hidden text tricks or obfuscated content.",{"category":93,"check":94,"severity":29,"summary":95},"Hooks","Opaque code execution","The shell script is plain and readable, with no obfuscated code, base64 payloads, or runtime fetches for execution.",{"category":97,"check":98,"severity":29,"summary":99},"Portability","Structural Assumption","The installation script correctly identifies the project root and creates symlinks in a project-relative manner, avoiding assumptions about specific user file layouts.",{"category":101,"check":102,"severity":51,"summary":103},"Trust","Issues Attention","No issue data is available for this skill specifically, and repository-level data is 'n/a'.",{"category":105,"check":106,"severity":51,"summary":107},"Versioning","Release Management","No version information (manifest, changelog, releases) is provided for this specific skill; the repository-level 'Manifest Version' is 'n/a'.",{"category":109,"check":110,"severity":51,"summary":111},"Code Execution","Validation","The skill primarily invokes an external CLI tool and displays its output. There are no complex input arguments or structured output that would require schema validation within the skill itself.",{"category":71,"check":113,"severity":29,"summary":114},"Unguarded Destructive Operations","The skill's primary operation is finding and installing other skills, which is not a destructive operation and does not require additional guards.",{"category":109,"check":116,"severity":29,"summary":117},"Error Handling","The install script includes basic error handling for missing arguments and installation failures, and uses `set -e` to exit on errors.",{"category":109,"check":119,"severity":51,"summary":120},"Logging","The skill is primarily focused on executing a CLI command and displaying results, not performing destructive actions or making outbound calls that would necessitate a local audit log.",{"category":122,"check":123,"severity":51,"summary":124},"Compliance","GDPR","The skill does not handle personal data; it facilitates the discovery and installation of other skills.",{"category":122,"check":126,"severity":29,"summary":127},"Target market","The skill's functionality is global and does not appear to be tied to any specific geographic or legal jurisdiction.",{"category":97,"check":129,"severity":29,"summary":130},"Runtime stability","The installation script is a POSIX-compliant shell script, and the core functionality relies on `npx skills`, which should be portable across common environments.",{"category":45,"check":132,"severity":29,"summary":133},"Precise Purpose","The skill's purpose (finding and installing agent skills) and its usage context are clearly defined in the frontmatter and 'When to Use This Skill' section.",{"category":45,"check":135,"severity":29,"summary":136},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability and provides clear trigger phrases.",{"category":49,"check":138,"severity":29,"summary":139},"Concise Body","The skill body is concise, staying under 500 lines and delegating detailed explanations to separate sections or external resources.",{"category":141,"check":142,"severity":29,"summary":143},"Context","Progressive Disclosure","The skill's SKILL.md outlines the flow and links to sections like 'What is the Skills CLI?' and 'How to Help Users Find Skills', demonstrating progressive disclosure.",{"category":141,"check":145,"severity":51,"summary":146},"Forked exploration","This skill's function is not exploratory; it directly performs an action (finding and installing skills) and does not require forked context.",{"category":27,"check":148,"severity":29,"summary":149},"Usage examples","The skill provides clear, end-to-end examples for searching and installing skills, including expected command outputs and outcomes.",{"category":27,"check":151,"severity":29,"summary":152},"Edge cases","The skill addresses edge cases such as no skills being found and provides clear recovery steps, including suggesting direct assistance or creating new skills.",{"category":109,"check":154,"severity":51,"summary":155},"Tool Fallback","The skill relies on the `npx skills` command, which is fundamental to its operation. There is no indication of an optional fallback path for this core dependency.",{"category":97,"check":157,"severity":29,"summary":158},"Stack assumptions","The script assumes a POSIX-compliant shell and the presence of `npx`, which are standard development tools. The README also mentions Node.js 22+ and pnpm as prerequisites for the broader project, implying a compatible environment.",{"category":160,"check":161,"severity":29,"summary":162},"Safety","Halt on unexpected state","The install script includes checks for missing arguments and installation success, halting with an error message if unexpected conditions occur.",{"category":97,"check":164,"severity":29,"summary":165},"Cross-skill coupling","This skill is self-contained and its functionality does not implicitly rely on other skills being loaded. It clearly directs users on how to find and install other skills.",1778053127597,"This skill provides a command-line interface for searching and installing agent skills from the open ecosystem. It uses `npx skills find` to query for skills and `npx skills add` along with a shell script to install them, offering clear examples and fallback procedures.","2.0.0","3.4.0","The 'find-skills' skill is exceptionally well-implemented, meeting all critical and important checks. Its documentation is clear, its purpose is focused, and its execution is safe and portable. The only minor points that prevent a perfect score are the 'not_applicable' ratings for checks that do not apply to its simple function, and the absence of explicit versioning information for this specific skill.",98,"This skill effectively helps users discover and install other agent skills, acting as a skill package manager.",[15,16,17,18,19],"global","verified",{"codeQuality":177,"collectedAt":178,"documentation":179,"maintenance":181,"security":182,"testCoverage":184},{},1778053116445,{"descriptionLength":180,"readmeSize":8},303,{},{"hasNpmPackage":183,"smitheryVerified":183},false,{"hasCi":183,"hasTests":183},{"updatedAt":186},1778053169012,{"githubOwner":188,"githubRepo":189,"locale":23,"slug":190,"type":191},"bytedance","deer-flow","find-skills","skill",true,null,{"extract":195,"llm":198},{"commitSha":196,"license":197},"1336872b15c25d45ebcb7c1cf72369c2bdd53187","MIT",{"promptVersionExtension":168,"promptVersionScoring":169,"score":171,"targetMarket":174,"tier":175},{"repoId":200},"kd789sm7egx1h0t1jag6zzhcq98656wv",{"_creationTime":202,"_id":200,"identity":203,"providers":205,"workflow":236},1777995558409.9045,{"githubOwner":188,"githubRepo":189,"sourceUrl":204},"https://github.com/bytedance/deer-flow",{"discover":206,"github":209},{"sources":207},[208],"skills-sh",{"closedIssues90d":210,"forks":211,"homepage":212,"license":197,"openIssues90d":213,"pushedAt":214,"readmeSize":215,"stars":216,"topics":217},389,8629,"https://deerflow.tech",356,1778052455000,38642,65247,[218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],"agent","agentic","agentic-framework","agentic-workflow","ai","ai-agents","deep-research","langchain","langgraph","llm","multi-agent","nodejs","podcast","python","langmanus","typescript","harness","superagent",{"discoverAt":237,"extractAt":238,"githubAt":238,"updatedAt":238},1777995558409,1778053102364,{"anyEnrichmentAt":240,"extractAt":241,"githubAt":240,"llmAt":186,"updatedAt":186},1778053101076,1778053100136,[],[244,266,289,318,348,379],{"_creationTime":245,"_id":246,"community":247,"display":248,"identity":252,"providers":255,"relations":260,"workflow":262},1778054564989.5334,"k1780ase530tfr4nrb03x9vmt58668vj",{"reviewCount":8},{"description":10,"installMethods":249,"name":12,"sourceUrl":250,"tags":251},{},"https://github.com/brianlovin/claude-config/tree/HEAD/skills/find-skills",[15,16,17,18,218],{"githubOwner":253,"githubRepo":254,"locale":23,"slug":190,"type":191},"brianlovin","claude-config",{"extract":256,"llm":258},{"commitSha":257,"license":51},"1a9819ebf3fee811150fc76cbe177ea4e5f747ff",{"promptVersionExtension":168,"promptVersionScoring":169,"score":259,"targetMarket":174,"tier":175},92,{"repoId":261},"kd7c7ftew8fsa52skn0fm3rfvd864fmn",{"anyEnrichmentAt":263,"extractAt":264,"githubAt":263,"llmAt":265,"updatedAt":265},1778054565711,1778054564989,1778054628464,{"_creationTime":267,"_id":268,"community":269,"display":270,"identity":276,"providers":278,"relations":282,"workflow":284},1778003221656.724,"k17b0qsgp2zzjv0n87p5qgtsc5865hch",{"reviewCount":8},{"description":10,"installMethods":271,"name":272,"sourceUrl":273,"tags":274},{"npm":15},"Skills CLI","https://github.com/vercel-labs/skills/tree/HEAD/skills/find-skills",[18,15,275,16,17],"agent-management",{"githubOwner":277,"githubRepo":15,"locale":23,"slug":190,"type":191},"vercel-labs",{"extract":279,"smithery":281},{"commitSha":280,"license":197,"npmPackage":15},"f2c4b4265fe426330b79fbc775446236de191609",{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":183},{"repoId":283},"kd7bacs8s7rn6xkzmqxs4ynm2h8648cq",{"anyEnrichmentAt":285,"extractAt":286,"githubAt":287,"invalidatedAt":285,"llmAt":288,"smitheryAt":285,"updatedAt":285},1778008076651,1778003221656,1778003222420,1778007125066,{"_creationTime":290,"_id":291,"community":292,"display":293,"identity":304,"providers":306,"relations":312,"workflow":314},1778054586606.9207,"k17dgzjgvsrbv3nsbp0kz4c1ax8665ww",{"reviewCount":8},{"description":294,"installMethods":295,"name":296,"sourceUrl":297,"tags":298},"Vercel filesystem detectors",{},"Vercel Filesystem Detectors","https://github.com/vercel/vercel/tree/HEAD/packages/fs-detectors",[299,300,301,302,18,303],"vercel","build-system","framework-detection","monorepo","utility",{"githubOwner":299,"githubRepo":299,"locale":23,"slug":305,"type":191},"vercel-fs-detectors",{"extract":307,"llm":310},{"commitSha":308,"license":309},"da93fccb68ef705f866ddb8d4ff596495589442a","Apache-2.0",{"promptVersionExtension":168,"promptVersionScoring":169,"score":311,"targetMarket":174,"tier":175},100,{"repoId":313},"kd70sna36fh1a450f5r7e0f8p986555e",{"anyEnrichmentAt":315,"extractAt":316,"githubAt":315,"llmAt":317,"updatedAt":317},1778054590995,1778054586606,1778054733091,{"_creationTime":319,"_id":320,"community":321,"display":322,"identity":335,"providers":338,"relations":342,"workflow":344},1778053126504.8447,"k177gyb2pp9y0hpcx23rd2j0gd866t61",{"reviewCount":8},{"description":323,"installMethods":324,"name":325,"sourceUrl":326,"tags":327},"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",[328,329,330,331,332,333,334,18],"okx","cex","smartmoney","analytics","trader","leaderboard","signals",{"githubOwner":328,"githubRepo":336,"locale":23,"slug":337,"type":191},"agent-skills","okx-cex-smartmoney",{"extract":339,"llm":341},{"commitSha":340,"license":197},"2c10950e7d08ff4a6f92e29aa5a72fc1f6982c3b",{"promptVersionExtension":168,"promptVersionScoring":169,"score":311,"targetMarket":174,"tier":175},{"repoId":343},"kd762kyfecgcjapqdqxsv1ngw986551x",{"anyEnrichmentAt":345,"extractAt":346,"githubAt":345,"llmAt":347,"updatedAt":347},1778053126894,1778053126504,1778053154881,{"_creationTime":349,"_id":350,"community":351,"display":352,"identity":362,"providers":366,"relations":372,"workflow":374},1777995614337.9844,"k17f0xfg2pkfqd1p5jjzh8sswh8645px",{"reviewCount":8},{"description":353,"installMethods":354,"name":355,"sourceUrl":356,"tags":357},"Scaffold an editable Tandem control panel app",{},"Tandem Panel Scaffold","https://github.com/frumu-ai/tandem/tree/HEAD/packages/create-tandem-panel",[358,18,359,233,360,361],"scaffolding","react","vite","ui",{"githubOwner":363,"githubRepo":364,"locale":23,"slug":365,"type":191},"frumu-ai","tandem","create-tandem-panel",{"extract":367,"llm":370,"smithery":371},{"commitSha":368,"license":369},"25c8ae7c2f8b20d576a2b8d44946ac2e0ff9408d","MIT OR Apache-2.0",{"promptVersionExtension":168,"promptVersionScoring":169,"score":311,"targetMarket":174,"tier":175},{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":183},{"repoId":373},"kd72pd305er4m7vecv9p6mnd4s865kea",{"anyEnrichmentAt":375,"extractAt":376,"githubAt":377,"llmAt":378,"smitheryAt":375,"updatedAt":378},1777995723550,1777995614338,1777995614791,1777995897177,{"_creationTime":380,"_id":381,"community":382,"display":383,"identity":395,"providers":397,"relations":402,"workflow":405},1778054268187.7783,"k1799kwx7k8g1vx165qr4np3298670sw",{"reviewCount":8},{"description":384,"installMethods":385,"name":386,"sourceUrl":387,"tags":388},"Guide for using the Bright Data CLI (`brightdata` / `bdata`) to scrape websites, search the web, extract structured data from 40+ platforms, manage proxy zones, and check account budget. Use this skill whenever the user wants to scrape a URL, search Google/Bing/Yandex, extract data from Amazon/LinkedIn/Instagram/TikTok/YouTube/Reddit or any other platform, check their Bright Data balance or zones, or do anything involving web data collection from the terminal. Also trigger when the user mentions brightdata, bdata, web scraping CLI, SERP API, or wants to install Bright Data skills into their coding agent.",{},"Bright Data CLI","https://github.com/brightdata/skills/tree/HEAD/skills/brightdata-cli",[389,18,390,391,392,393,394],"brightdata","web-scraping","data-extraction","serp-api","automation","terminal",{"githubOwner":389,"githubRepo":15,"locale":23,"slug":396,"type":191},"brightdata-cli",{"extract":398,"llm":400},{"commitSha":399,"license":197},"d0eeb1fbab809ffffe7c270186bd3eb78cf0c8ba",{"promptVersionExtension":168,"promptVersionScoring":169,"score":401,"targetMarket":174,"tier":175},99,{"parentExtensionId":403,"repoId":404},"k177secs2fy2665c3z8prspg0s867xd1","kd7e4q3ah25vmt87x67vanphhn864r9h",{"anyEnrichmentAt":406,"extractAt":407,"githubAt":406,"llmAt":408,"updatedAt":408},1778054269540,1778054268187,1778054318963]