[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-langchain-ai-arxiv-search-tr":3,"guides-for-langchain-ai-arxiv-search":236,"similar-k179afn14fzy4sejmjf82fgqa9867ck6":237},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":21,"identity":190,"isFallback":195,"parentExtension":196,"providers":197,"relations":205,"repo":207,"workflow":232},1778053968286.4954,"k179afn14fzy4sejmjf82fgqa9867ck6",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13,"tags":14},"Searches arXiv for preprints and academic papers, retrieves abstracts, and filters by topic. Use when the user asks to find research papers, search arXiv, look up preprints, find academic articles in physics, math, CS, biology, statistics, or related fields.",{},"arXiv Search","https://github.com/langchain-ai/deepagents/tree/HEAD/libs/cli/examples/skills/arxiv-search",[15,16,17,18,19,20],"research","data-analytics","arxiv","academic-papers","python","cli",{"_creationTime":22,"_id":23,"extensionId":5,"locale":24,"result":25,"trustSignals":177,"workflow":188},1778054053159.3264,"kn76f3bdz1k1rpjhc6wsmshp8x867esk","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 of finding and filtering research papers on arXiv.",{"category":28,"check":33,"severity":30,"summary":34},"Unique selling proposition","The skill specifically targets arXiv searches, which is a specialized task beyond general web search capabilities.",{"category":28,"check":36,"severity":30,"summary":37},"Production readiness","The skill provides a functional Python script, clear usage instructions, and dependency management, indicating it can be used in a workflow.",{"category":39,"check":40,"severity":30,"summary":41},"Scope","Single responsibility principle","The skill is focused solely on searching arXiv, aligning with its name and description.",{"category":39,"check":43,"severity":30,"summary":44},"Description quality","The description accurately and concisely reflects the skill's functionality of searching arXiv and retrieving abstracts.",{"category":46,"check":47,"severity":30,"summary":48},"Invocation","Scoped tools","The skill exposes a single, well-defined function `query_arxiv` which is invoked by the CLI script, adhering to the verb-noun pattern.",{"category":50,"check":51,"severity":30,"summary":52},"Documentation","Configuration & parameter reference","The usage instructions clearly document the required `query` argument and the optional `--max-papers` argument, including defaults.",{"category":39,"check":54,"severity":30,"summary":55},"Tool naming","The main tool, `arxiv_search.py`, and its internal function `query_arxiv` are descriptively named.",{"category":39,"check":57,"severity":30,"summary":58},"Minimal I/O surface","The input schema for the CLI script is minimal and well-defined, and the output is a formatted string of titles and abstracts, not internal data.",{"category":60,"check":61,"severity":30,"summary":62},"License","License usability","The repository contains a clear MIT license file.",{"category":64,"check":65,"severity":66,"summary":67},"Maintenance","Commit recency","not_applicable","No commits are available for evaluation as the provided repository state is static.",{"category":64,"check":69,"severity":30,"summary":70},"Dependency Management","The skill clearly states its Python dependency ('arxiv') and provides an install command, managing its dependencies appropriately.",{"category":72,"check":73,"severity":66,"summary":74},"Security","Secret Management","The skill does not handle or expose any secrets.",{"category":72,"check":76,"severity":30,"summary":77},"Injection","The skill takes user input and passes it to the `arxiv` library, which is assumed to handle sanitization appropriately. No evidence of direct injection vulnerabilities.",{"category":72,"check":79,"severity":30,"summary":80},"Transitive Supply-Chain Grenades","The script installs a specific package ('arxiv') via pip, which is a standard and contained dependency installation process. No remote code fetching or execution.",{"category":72,"check":82,"severity":30,"summary":83},"Sandbox Isolation","The skill operates within its Python environment and interacts with the arXiv API, not modifying files outside its designated scope.",{"category":72,"check":85,"severity":30,"summary":86},"Sandbox escape primitives","No evidence of detached processes or retry loops around denied tool calls is present in the script.",{"category":72,"check":88,"severity":30,"summary":89},"Data Exfiltration","The skill only queries the arXiv API and returns search results; there are no outbound calls designed to exfiltrate user data.",{"category":72,"check":91,"severity":30,"summary":92},"Hidden Text Tricks","The bundled files are clean and free of hidden steering tricks, including HTML comments or invisible Unicode characters.",{"category":94,"check":95,"severity":30,"summary":96},"Hooks","Opaque code execution","The Python script is plain, readable source code and does not involve obfuscation techniques like base64 decoding or eval.",{"category":98,"check":99,"severity":30,"summary":100},"Portability","Structural Assumption","The usage instructions use a placeholder for the skills directory path, making it adaptable to different user environments.",{"category":102,"check":103,"severity":66,"summary":104},"Trust","Issues Attention","No issue data available for this evaluation.",{"category":106,"check":107,"severity":66,"summary":108},"Versioning","Release Management","No versioning information is present in the manifest or associated files.",{"category":110,"check":111,"severity":30,"summary":112},"Code Execution","Validation","The script validates the '--max-papers' argument and handles potential ImportError and general exceptions during arXiv querying.",{"category":72,"check":114,"severity":66,"summary":115},"Unguarded Destructive Operations","The skill is read-only and does not perform any destructive operations.",{"category":110,"check":117,"severity":30,"summary":118},"Error Handling","The script includes try-except blocks to catch potential import errors and general exceptions during arXiv querying, returning meaningful error messages.",{"category":110,"check":120,"severity":66,"summary":121},"Logging","The skill is read-only and does not perform actions that necessitate logging to an audit file.",{"category":123,"check":124,"severity":66,"summary":125},"Compliance","GDPR","The skill only queries public arXiv data and does not handle personal data.",{"category":123,"check":127,"severity":30,"summary":128},"Target market","The skill targets a global academic search and has no regional limitations.",{"category":98,"check":130,"severity":30,"summary":131},"Runtime stability","The script is a standard Python 3 script with clear dependency instructions and handles missing dependencies gracefully.",{"category":46,"check":133,"severity":30,"summary":134},"Precise Purpose","The description precisely states the function (searching arXiv for papers and abstracts) and the context for its use (finding research papers).",{"category":46,"check":136,"severity":30,"summary":137},"Concise Frontmatter","The frontmatter is concise, clearly states the skill's purpose and usage, and is under the character limit.",{"category":50,"check":139,"severity":30,"summary":140},"Concise Body","The SKILL.md body is short, focusing on usage and dependencies, deferring deeper material implicitly.",{"category":142,"check":143,"severity":30,"summary":144},"Context","Progressive Disclosure","The SKILL.md is concise and does not embed large amounts of third-party material, relying on external script execution.",{"category":142,"check":146,"severity":66,"summary":147},"Forked exploration","This skill is a direct tool invocation and does not involve deep exploration requiring a forked context.",{"category":28,"check":149,"severity":30,"summary":150},"Usage examples","A clear, runnable example demonstrating the search query and max-papers argument is provided.",{"category":28,"check":152,"severity":30,"summary":153},"Edge cases","The script handles missing dependencies and general exceptions during arXiv querying, providing recovery information.",{"category":98,"check":155,"severity":66,"summary":156},"Tool Fallback","This skill does not rely on external tools like MCP; it is self-contained.",{"category":98,"check":158,"severity":30,"summary":159},"Stack assumptions","The skill clearly states it's a Python 3 script and specifies the runtime environment and dependency installation method.",{"category":161,"check":162,"severity":30,"summary":163},"Safety","Halt on unexpected state","The script includes error handling for import issues and general exceptions, preventing unexpected states from silently failing.",{"category":98,"check":165,"severity":30,"summary":166},"Cross-skill coupling","The skill is self-contained and does not rely on other skills being loaded in the same session.",1778054044627,"This skill executes a Python script to query the arXiv API for preprints and academic papers. It accepts a search query and an optional maximum number of results, returning formatted titles and abstracts.","2.0.0","3.4.0","The arXiv search skill is well-documented, secure, and directly addresses a specific user need. Its clear usage instructions, dependency management, and robust error handling make it a high-quality extension.",98,"A well-implemented and documented skill for searching academic papers on arXiv.",[17,15,18,19,20],"global","verified",{"codeQuality":178,"collectedAt":179,"documentation":180,"maintenance":182,"popularity":183,"security":185,"testCoverage":187},{},1778054034674,{"descriptionLength":181,"readmeSize":8},258,{},{"smitheryUniqueUsers":184,"smitheryUseCount":8},8,{"hasNpmPackage":186,"smitheryVerified":186},false,{"hasCi":186,"hasTests":186},{"updatedAt":189},1778054053159,{"githubOwner":191,"githubRepo":192,"locale":24,"slug":193,"type":194},"langchain-ai","deepagents","arxiv-search","skill",true,null,{"extract":198,"llm":201,"smithery":202},{"commitSha":199,"license":200},"b108c71d0c570e16c7050c1eac482e15dc35a5ed","MIT",{"promptVersionExtension":169,"promptVersionScoring":170,"score":172,"targetMarket":175,"tier":176},{"qualityScore":203,"totalActivations":204,"uniqueUsers":184,"useCount":8,"verified":186},0.7439563,9,{"repoId":206},"kd76dna2fvfbnjvzcpd2cwqnyd865xz7",{"_creationTime":208,"_id":206,"identity":209,"providers":211,"workflow":229},1777995558409.8704,{"githubOwner":191,"githubRepo":192,"sourceUrl":210},"https://github.com/langchain-ai/deepagents",{"discover":212,"github":216},{"sources":213},[214,215],"skills-sh","smithery",{"closedIssues90d":217,"forks":218,"homepage":219,"license":200,"openIssues90d":220,"pushedAt":221,"readmeSize":222,"stars":223,"topics":224},256,3140,"https://docs.langchain.com/deepagents",142,1778033560000,6232,22320,[192,225,226,227,19,228],"langchain","langgraph","ai","typescript",{"discoverAt":230,"extractAt":231,"githubAt":231,"updatedAt":231},1777995558409,1778053970345,{"anyEnrichmentAt":233,"extractAt":234,"githubAt":235,"llmAt":189,"smitheryAt":233,"updatedAt":189},1778053994907,1778053968286,1778053969344,[],[238,266,295,321,349,379],{"_creationTime":239,"_id":240,"community":241,"display":242,"identity":252,"providers":255,"relations":260,"workflow":262},1778053359436.7283,"k173ynpdc9ckbq2dqv7r5xwtqh866w6z",{"reviewCount":8},{"description":243,"installMethods":244,"name":245,"sourceUrl":246,"tags":247},"This skill should be used when the user wants to \"create an agent project\", \"start a new ADK project\", \"build me a new agent\", \"add CI/CD to my project\", \"add deployment\", \"enhance my project\", or \"upgrade my project\". Part of the Google ADK (Agent Development Kit) skills suite. Covers `agents-cli scaffold create`, `scaffold enhance`, and `scaffold upgrade` commands, template options, deployment targets, and the prototype-first workflow. Do NOT use for writing agent code (use google-agents-cli-adk-code) or deployment operations (use google-agents-cli-deploy).",{},"ADK Project Scaffolding Guide","https://github.com/google/agents-cli/tree/HEAD/skills/google-agents-cli-scaffold",[248,249,250,19,20,251],"agents-cli","scaffolding","adk","development-workflow",{"githubOwner":253,"githubRepo":248,"locale":24,"slug":254,"type":194},"google","google-agents-cli-scaffold",{"extract":256,"llm":259},{"commitSha":257,"license":258},"9e2966f509ae8ee8a866cf7ecc6e227209f347ff","Apache-2.0",{"promptVersionExtension":169,"promptVersionScoring":170,"score":172,"targetMarket":175,"tier":176},{"repoId":261},"kd74jrvbwp33xw6azpzkw7r7vs8644t0",{"anyEnrichmentAt":263,"extractAt":264,"githubAt":263,"llmAt":265,"updatedAt":265},1778053359868,1778053359436,1778053387143,{"_creationTime":267,"_id":268,"community":269,"display":270,"identity":280,"providers":284,"relations":289,"workflow":291},1778053100136.2437,"k177cymqjd5pwcqq4tk0kek34d867am8",{"reviewCount":8},{"description":271,"installMethods":272,"name":273,"sourceUrl":274,"tags":275},"Conduct multi-round deep research on any GitHub Repo. Use when users request comprehensive analysis, timeline reconstruction, competitive analysis, or in-depth investigation of GitHub. Produces structured markdown reports with executive summaries, chronological timelines, metrics analysis, and Mermaid diagrams. Triggers on Github repository URL or open source projects.",{},"GitHub Deep Research Skill","https://github.com/bytedance/deer-flow/tree/HEAD/skills/public/github-deep-research",[276,15,277,278,279,19],"github","analysis","api","report-generation",{"githubOwner":281,"githubRepo":282,"locale":24,"slug":283,"type":194},"bytedance","deer-flow","github-deep-research",{"extract":285,"llm":287},{"commitSha":286,"license":200},"1336872b15c25d45ebcb7c1cf72369c2bdd53187",{"promptVersionExtension":169,"promptVersionScoring":170,"score":288,"targetMarket":175,"tier":176},97,{"repoId":290},"kd789sm7egx1h0t1jag6zzhcq98656wv",{"anyEnrichmentAt":292,"extractAt":293,"githubAt":292,"llmAt":294,"updatedAt":294},1778053101076,1778053100136,1778053169012,{"_creationTime":296,"_id":297,"community":298,"display":299,"identity":310,"providers":312,"relations":319,"workflow":320},1778053968286.494,"k176w7f9ax59g2xqy6243c9pk1866f9s",{"reviewCount":8},{"description":300,"installMethods":301,"name":302,"sourceUrl":303,"tags":304},"Lists tables, describes columns and data types, identifies foreign key relationships, and maps entity relationships in a database. Use when the user asks about database schema, table structure, column types, what tables exist, ERD, foreign keys, or how entities relate.",{},"Schema Exploration","https://github.com/langchain-ai/deepagents/tree/HEAD/examples/text-to-sql-agent/skills/schema-exploration",[16,15,305,306,307,308,309],"database","sql","schema","exploration","documentation",{"githubOwner":191,"githubRepo":192,"locale":24,"slug":311,"type":194},"schema-exploration",{"extract":313,"llm":314,"smithery":316},{"commitSha":199,"license":200},{"promptVersionExtension":169,"promptVersionScoring":170,"score":315,"targetMarket":175,"tier":176},95,{"qualityScore":317,"totalActivations":318,"uniqueUsers":318,"useCount":8,"verified":186},0.69166845,2,{"repoId":206},{"anyEnrichmentAt":233,"extractAt":234,"githubAt":235,"llmAt":189,"smitheryAt":233,"updatedAt":189},{"_creationTime":322,"_id":323,"community":324,"display":325,"identity":336,"providers":338,"relations":343,"workflow":345},1778054586606.9207,"k17dgzjgvsrbv3nsbp0kz4c1ax8665ww",{"reviewCount":8},{"description":326,"installMethods":327,"name":328,"sourceUrl":329,"tags":330},"Vercel filesystem detectors",{},"Vercel Filesystem Detectors","https://github.com/vercel/vercel/tree/HEAD/packages/fs-detectors",[331,332,333,334,20,335],"vercel","build-system","framework-detection","monorepo","utility",{"githubOwner":331,"githubRepo":331,"locale":24,"slug":337,"type":194},"vercel-fs-detectors",{"extract":339,"llm":341},{"commitSha":340,"license":258},"da93fccb68ef705f866ddb8d4ff596495589442a",{"promptVersionExtension":169,"promptVersionScoring":170,"score":342,"targetMarket":175,"tier":176},100,{"repoId":344},"kd70sna36fh1a450f5r7e0f8p986555e",{"anyEnrichmentAt":346,"extractAt":347,"githubAt":346,"llmAt":348,"updatedAt":348},1778054590995,1778054586606,1778054733091,{"_creationTime":350,"_id":351,"community":352,"display":353,"identity":366,"providers":369,"relations":373,"workflow":375},1778053126504.8447,"k177gyb2pp9y0hpcx23rd2j0gd866t61",{"reviewCount":8},{"description":354,"installMethods":355,"name":356,"sourceUrl":357,"tags":358},"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",[359,360,361,362,363,364,365,20],"okx","cex","smartmoney","analytics","trader","leaderboard","signals",{"githubOwner":359,"githubRepo":367,"locale":24,"slug":368,"type":194},"agent-skills","okx-cex-smartmoney",{"extract":370,"llm":372},{"commitSha":371,"license":200},"2c10950e7d08ff4a6f92e29aa5a72fc1f6982c3b",{"promptVersionExtension":169,"promptVersionScoring":170,"score":342,"targetMarket":175,"tier":176},{"repoId":374},"kd762kyfecgcjapqdqxsv1ngw986551x",{"anyEnrichmentAt":376,"extractAt":377,"githubAt":376,"llmAt":378,"updatedAt":378},1778053126894,1778053126504,1778053154881,{"_creationTime":380,"_id":381,"community":382,"display":383,"identity":392,"providers":396,"relations":402,"workflow":404},1777995614337.9844,"k17f0xfg2pkfqd1p5jjzh8sswh8645px",{"reviewCount":8},{"description":384,"installMethods":385,"name":386,"sourceUrl":387,"tags":388},"Scaffold an editable Tandem control panel app",{},"Tandem Panel Scaffold","https://github.com/frumu-ai/tandem/tree/HEAD/packages/create-tandem-panel",[249,20,389,228,390,391],"react","vite","ui",{"githubOwner":393,"githubRepo":394,"locale":24,"slug":395,"type":194},"frumu-ai","tandem","create-tandem-panel",{"extract":397,"llm":400,"smithery":401},{"commitSha":398,"license":399},"25c8ae7c2f8b20d576a2b8d44946ac2e0ff9408d","MIT OR Apache-2.0",{"promptVersionExtension":169,"promptVersionScoring":170,"score":342,"targetMarket":175,"tier":176},{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":186},{"repoId":403},"kd72pd305er4m7vecv9p6mnd4s865kea",{"anyEnrichmentAt":405,"extractAt":406,"githubAt":407,"llmAt":408,"smitheryAt":405,"updatedAt":408},1777995723550,1777995614338,1777995614791,1777995897177]