[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-agentbay-ai-agentbay-aio-skills-zh-CN":3,"guides-for-agentbay-ai-agentbay-aio-skills":483,"similar-k17af7y1xf0whwhnga0yddagsh86nz23-zh-CN":484},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":252,"isFallback":238,"parentExtension":257,"providers":258,"relations":264,"repo":267,"tags":479,"workflow":480},1778673713794.262,"k17af7y1xf0whwhnga0yddagsh86nz23",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"用于任何“运行/执行/评估代码”的请求（如 run this code、execute script、用 Python 画图、跑代码/画图/执行脚本）。通过 AgentBay SDK 创建 code_latest 沙箱，调用 run_code 执行并返回结果。支持 Python、JavaScript、R、Java。",{"claudeCode":12},"agentbay-ai/agentbay-skills","AgentBay AIO 技能","https://github.com/agentbay-ai/agentbay-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":236,"workflow":250},1778673713794.2622,"kn73w3v9h3d7vc35cj1gsre5rh86nb3f","zh-CN",{"checks":20,"evaluatedAt":191,"extensionSummary":192,"features":193,"nonGoals":198,"practices":203,"prerequisites":204,"promptVersionExtension":207,"promptVersionScoring":208,"purpose":209,"rationale":210,"score":211,"summary":212,"tags":213,"tier":221,"useCases":222,"workflow":227},[21,26,29,32,36,39,43,47,50,53,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,188],{"category":22,"check":23,"severity":24,"summary":25},"实用性","问题相关性","pass","描述清楚地说明了运行/执行代码的问题，并指明了具体支持的语言，直接满足了用户的需求。",{"category":22,"check":27,"severity":24,"summary":28},"独特点","该技能利用了 AgentBay 的 code_latest 沙箱和 run_code 函数，提供了一个超出本地直接执行或简单提示管理的、一致的环境。",{"category":22,"check":30,"severity":24,"summary":31},"生产就绪度","该技能提供了清晰的设置说明、依赖管理和错误处理，使其能够用于生产工作流。",{"category":33,"check":34,"severity":24,"summary":35},"范围","单一职责原则","该技能仅专注于在沙箱环境中执行代码，不扩展到不相关的领域。",{"category":33,"check":37,"severity":24,"summary":38},"描述质量","中文描述准确地反映了该技能的功能，包括支持的语言以及使用 AgentBay SDK 进行代码执行。",{"category":40,"check":41,"severity":24,"summary":42},"调用","范围界定的工具","该技能使用了一个定义良好的脚本（run_code.py），该脚本封装了代码执行，避免了泛用或任意命令执行工具。",{"category":44,"check":45,"severity":24,"summary":46},"文档","配置和参数参考","关键参数如语言、超时和代码源（内联/文件）已记录，并且 API 密钥处理已根据默认行为和回退机制进行了清晰解释。",{"category":33,"check":48,"severity":24,"summary":49},"工具命名","主要接口通过 run_code.py 脚本，该脚本命名具有描述性，并符合技能的用途。",{"category":33,"check":51,"severity":24,"summary":52},"最小 I/O 接口","run_code.py 脚本接受代码、语言和超时等特定参数，其输出是结构化的，避免了不必要的数据转储。",{"category":54,"check":55,"severity":56,"summary":57},"许可证","许可证可用性","not_applicable","在提供的文件中未检测到许可证信息，也没有明确的 SPDX 标识符。仓库许可证文件被引用但未提供。",{"category":59,"check":60,"severity":24,"summary":61},"维护","提交时效性","最后一次提交是在 2026-02-12，在过去 3 个月内。",{"category":59,"check":63,"severity":24,"summary":64},"依赖管理","SKILL.md 清楚地说明了对 wuying-agentbay-sdk 的依赖，并提供了在虚拟环境中安装的说明，包括使用阿里云镜像以提高效率。",{"category":66,"check":67,"severity":24,"summary":68},"安全","秘密管理","API 密钥通过环境变量或配置文件处理，并且不在输出中回显。脚本仅在遇到特定错误时指导用户获取和配置密钥。",{"category":66,"check":70,"severity":24,"summary":71},"注入","run_code.py 脚本明确地在 AgentBay SDK 管理的沙箱环境中执行提供的代码，将其视为要运行的代码，而不是要遵循的指令。",{"category":66,"check":73,"severity":24,"summary":74},"传递式供应链攻击","该脚本使用 pip 从 PyPI 安装依赖项，并在受控沙箱中执行代码，避免了运行时获取未提交的代码或远程执行。",{"category":66,"check":76,"severity":24,"summary":77},"沙箱隔离","该技能明确使用 AgentBay SDK 创建 code_latest 沙箱，确保代码执行是隔离且受限的。",{"category":66,"check":79,"severity":24,"summary":80},"沙箱逃逸原语","run_code.py 脚本通过 SDK 在沙箱内直接执行代码，并且不表现出诸如分离进程或在被拒绝调用周围进行重试循环等模式。",{"category":66,"check":82,"severity":24,"summary":83},"数据泄露","该技能在沙箱内执行提供的代码，并且似乎没有任何泄露机密数据的机制。出站调用由 AgentBay SDK 的执行环境管理。",{"category":66,"check":85,"severity":24,"summary":86},"隐藏文本技巧","捆绑的文件（SKILL.md、README.md、run_code.py）不包含任何隐藏文本技巧、不可见字符或混淆内容。",{"category":88,"check":89,"severity":24,"summary":90},"钩子","不透明代码执行","run_code.py 脚本是纯 Python 代码，用户执行的代码也由 AgentBay SDK 直接处理，而不是通过混淆手段。",{"category":92,"check":93,"severity":24,"summary":94},"可移植性","结构假设","该脚本假定标准的 Python 环境，并使用相对路径来执行自己的脚本。用户代码在一个托管的沙箱中执行，缓解了对用户项目结构假设的问题。",{"category":96,"check":97,"severity":24,"summary":98},"信任","问题关注度","在过去 90 天内没有发现未解决或已解决的问题，表明近期活动或问题数量较少。",{"category":100,"check":101,"severity":24,"summary":102},"版本控制","发布管理","pushedAt 日期显示了近期活动，SKILL.md 的 frontmatter 定义了一个 name，这暗示了一个版本化的发布或至少是一个清晰的标识。README 也列出了该技能。",{"category":104,"check":105,"severity":24,"summary":106},"代码执行","验证","run_code.py 脚本会验证输入的参数，如代码源和语言，AgentBay SDK 则负责处理执行环境和潜在的清理工作。",{"category":66,"check":108,"severity":24,"summary":109},"无防护的破坏性操作","在沙箱内执行代码本质上是隔离的。脚本本身不会在沙箱外部执行破坏性操作。用户提供的代码的破坏性被限制在沙箱内。",{"category":104,"check":111,"severity":24,"summary":112},"错误处理","run_code.py 脚本处理来自 SDK 的错误，为丢失的 API 密钥提供信息性消息，并在脚本失败时返回非零退出码。",{"category":104,"check":114,"severity":24,"summary":115},"日志记录","run_code.py 脚本会打印 stdout 和 stderr，为用户的操作提供日志记录形式。它还包含一个 JSON 输出选项，其中包含日志。",{"category":117,"check":118,"severity":24,"summary":119},"合规性","GDPR","该技能在沙箱中执行任意代码，但除非用户代码进行处理，否则它本身不处理或提交个人数据。沙箱隔离限制了数据泄露。",{"category":117,"check":121,"severity":24,"summary":122},"目标市场","该技能是一个通用代码执行工具，不表现出任何地区或司法管辖区的限制。",{"category":92,"check":124,"severity":24,"summary":125},"运行时稳定性","该技能依赖于 Python 3 和 AgentBay SDK，这些都是标准环境。使用虚拟环境有助于保持稳定性。",{"category":44,"check":127,"severity":24,"summary":128},"README","README 提供了该仓库中所有技能的良好概述，包括此特定技能的简洁描述。",{"category":33,"check":130,"severity":56,"summary":131},"工具接口大小","此扩展通过单个脚本 run_code.py 工作，其接口不作为多个独立工具暴露。",{"category":40,"check":133,"severity":56,"summary":134},"重叠的近义词工具","此技能充当代码执行的单一入口点，而不是公开多个重叠的工具。",{"category":44,"check":136,"severity":24,"summary":137},"虚假功能","所有宣传的功能，例如通过沙箱支持 Python、JavaScript、R 和 Java 代码执行，都在 run_code.py 脚本和 AgentBay SDK 中实现。",{"category":139,"check":140,"severity":24,"summary":141},"安装","安装说明","SKILL.md 提供了清晰、可复制的说明，用于设置虚拟环境和安装依赖项，并附有 run_code.py 脚本的示例调用。",{"category":143,"check":144,"severity":24,"summary":145},"错误","可操作的错误消息","与缺失 API 密钥相关的错误提供了关于如何获取和配置它们的具体说明，并且脚本执行失败会报告详细信息。",{"category":147,"check":148,"severity":24,"summary":149},"执行","固定依赖项","SKILL.md 指示安装 wuying-agentbay-sdk 并提供了使用 pip 的命令，通常会安装最新兼容的版本。虽然没有明确用锁文件固定，但说明对于安装很清晰。",{"category":33,"check":151,"severity":56,"summary":152},"干运行预览","该技能在沙箱中执行代码；真正的“干运行”需要模拟代码执行而不产生副作用，这不是此类工具的标准功能。",{"category":154,"check":155,"severity":24,"summary":156},"协议","幂等重试和超时","run_code.py 脚本指定了超时，AgentBay SDK 可能在其 API 调用中处理内部重试。用户代码本身的执行不被描述为会更改状态，从而需要超出沙箱隔离的幂等性。",{"category":117,"check":158,"severity":24,"summary":159},"遥测选择加入","此技能没有提及会发出遥测数据；重点是在沙箱内执行代码。",{"category":40,"check":161,"severity":24,"summary":162},"精确目的","SKILL.md 清楚地定义了运行/执行代码的目的，指明了支持的语言，并列出了触发短语，使其范围明确。",{"category":40,"check":164,"severity":24,"summary":165},"简洁的 Frontmatter","SKILL.md 中的 frontmatter 很简洁，清楚地说明了技能的目的和触发条件，没有过多的关键词。",{"category":44,"check":167,"severity":24,"summary":168},"简洁正文","SKILL.md 结构良好，核心说明简洁，如有需要会委托给外部文件获取更详细信息，保持正文简洁。",{"category":170,"check":171,"severity":56,"summary":172},"上下文","渐进式披露","该技能的逻辑包含在 run_code.py 脚本及其依赖项中，不需要通过单独的参考文件进行渐进式披露的广泛“过程”。",{"category":170,"check":174,"severity":56,"summary":175},"分叉探索","此技能是一个直接的代码执行工具，而不是一个适合分叉探索上下文的探索或审计风格的技能。",{"category":22,"check":177,"severity":24,"summary":178},"使用示例","SKILL.md 提供了执行内联代码和文件代码的清晰示例，包括 --json 标志，演示了实际用法和预期输出。",{"category":22,"check":180,"severity":24,"summary":181},"边缘情况","该技能记录了缺失 API 密钥等失败模式并提供恢复步骤。它还提到了超时限制和语言支持限制。",{"category":104,"check":183,"severity":56,"summary":184},"工具回退","此技能依赖于 AgentBay SDK 及其沙箱能力，而不是需要回退的外部 MCP 服务器或工具。",{"category":66,"check":186,"severity":24,"summary":187},"意外状态下停止","设置说明强调使用虚拟环境和安装依赖项，这有助于防止执行环境中意外的状态问题。",{"category":92,"check":189,"severity":24,"summary":190},"跨技能耦合","该技能是自包含的，仅专注于代码执行。它似乎不隐式依赖于其他技能，并且被设计为直接调用以实现其既定目的。",1778673400566,"此技能使用 AgentBay SDK 在沙箱环境中执行用户提供的代码（Python、JavaScript、R、Java）。它处理依赖项安装、API 密钥配置，并提供结构化输出，确保隔离且一致的代码执行。",[194,195,196,197],"在 Python、JavaScript、R 和 Java 中执行代码","使用 AgentBay SDK 进行沙箱执行","管理依赖项和 API 密钥配置","提供结构化输出和错误报告",[199,200,201,202],"在 AgentBay 沙箱之外执行代码","管理用户的本地开发环境","执行复杂的代码重构或调试","与执行代码本身指定的外部系统以外的系统进行交互",[],[205,206],"在虚拟环境中安装了 wuying-agentbay-sdk","已配置 AgentBay API 密钥（通过环境变量或配置文件）","3.0.0","4.4.0","可靠地在安全、隔离的环境中执行用户请求的代码片段或脚本，支持多种编程语言。","该技能实现稳健，文档清晰，代码执行安全实践性强，设置说明优秀。唯一的小瑕疵是许可证检测，此处不适用。",95,"一个高质量的技能，用于在安全的沙箱环境中执行代码。",[214,215,216,217,218,219,220],"code-execution","python","javascript","r","java","sandbox","agentbay","verified",[223,224,225,226],"运行代码片段进行测试或评估","执行脚本进行数据分析或可视化","允许代理直接执行编码任务","在无需本地环境设置的情况下生成代码输出",[228,229,230,231,232,233,234,235],"用户请求代码执行或脚本运行。","技能识别意图并准备代码/语言参数。","脚本 run_code.py 在虚拟环境中调用。","AgentBay SDK 创建一个 code_latest 沙箱会话。","用户代码在指定超时时间内在沙箱中执行。","捕获结果（输出、日志、错误）。","删除沙箱会话。","将结果返回给用户。",{"codeQuality":237,"collectedAt":239,"documentation":240,"maintenance":243,"security":247,"testCoverage":248},{"hasLockfile":238},false,1778673383558,{"descriptionLength":241,"readmeSize":242},158,3342,{"closedIssues90d":8,"forks":244,"hasChangelog":238,"openIssues90d":8,"pushedAt":245,"stars":246},1,1770861848000,39,{"hasNpmPackage":238,"smitheryVerified":238},{"hasCi":249,"hasTests":238},true,{"updatedAt":251},1778673713794,{"basePath":253,"githubOwner":254,"githubRepo":255,"locale":18,"slug":253,"type":256},"agentbay-aio-skills","agentbay-ai","agentbay-skills","skill",null,{"evaluate":259,"extract":262},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":260,"targetMarket":261,"tier":221},[214,215,216,217,218,219,220],"global",{"commitSha":263,"license":56},"HEAD",{"repoId":265,"translatedFrom":266},"kd72wnke7x1qmzt9j8yhhkh6cs86n6p3","k17559xqsm985xvdhpga2mb61d86n981",{"_creationTime":268,"_id":265,"identity":269,"providers":270,"workflow":475},1778669987315.539,{"githubOwner":254,"githubRepo":255,"sourceUrl":14},{"classify":271,"discover":469,"github":472},{"commitSha":263,"extensions":272},[273,286,324,333,342,366,374,383,393,401,410,419,444,453,461],{"basePath":253,"description":274,"displayName":253,"installMethods":275,"rationale":276,"selectedPaths":277,"source":284,"sourceLanguage":285,"type":256},"用于任何「运行/执行/评估代码」的请求（如 run this code、execute script、用 Python 画图、跑代码/画图/执行脚本）。通过 AgentBay SDK 创建 code_latest 沙箱，调用 run_code 执行并返回结果。支持 Python、JavaScript、R、Java。",{"claudeCode":12},"SKILL.md frontmatter at agentbay-aio-skills/SKILL.md",[278,281],{"path":279,"priority":280},"SKILL.md","mandatory",{"path":282,"priority":283},"scripts/run_code.py","low","rule","en",{"basePath":287,"description":288,"displayName":287,"installMethods":289,"rationale":290,"selectedPaths":291,"source":284,"sourceLanguage":323,"type":256},"agentbay-monitor-skills","舆情监控技能，最终产出舆情报告。当用户问「某事件/话题舆情如何」「舆论怎么样」「做舆情分析」「运行舆情分析」或按关键词/平台爬取并生成舆情报告时，使用本技能。约定：凡舆情相关意图即执行全流程（爬取→情感分析→生成报告）。爬取由本技能完成；情感分析由主 Agent 按提示词自主判断；报告由 generate_report 生成。",{"claudeCode":12},"SKILL.md frontmatter at agentbay-monitor-skills/SKILL.md",[292,293,295,297,299,301,303,305,307,309,311,313,315,317,319,321],{"path":279,"priority":280},{"path":294,"priority":283},"scripts/crawl.py",{"path":296,"priority":283},"scripts/crawler/__init__.py",{"path":298,"priority":283},"scripts/crawler/agentbay_adapter.py",{"path":300,"priority":283},"scripts/crawler/crawler.py",{"path":302,"priority":283},"scripts/crawler/platform_config.py",{"path":304,"priority":283},"scripts/crawler/prompts.py",{"path":306,"priority":283},"scripts/crawler/prompts.yaml",{"path":308,"priority":283},"scripts/login.py",{"path":310,"priority":283},"scripts/report.py",{"path":312,"priority":283},"scripts/reporter/__init__.py",{"path":314,"priority":283},"scripts/reporter/generator.py",{"path":316,"priority":283},"scripts/reporter/pdf_export.py",{"path":318,"priority":283},"scripts/reporter/templates.py",{"path":320,"priority":283},"scripts/sentiment/sentiment_instruction.md",{"path":322,"priority":283},"scripts/sentiment/write_processed.py","fr",{"basePath":325,"description":326,"displayName":325,"installMethods":327,"rationale":328,"selectedPaths":329,"source":284,"sourceLanguage":285,"type":256},"amap-traffic","高德地图实时路况查询与最优自驾路线规划技能。基于高德交通态势API和路径规划API，提供实时拥堵信息和最快路线建议。",{"claudeCode":12},"SKILL.md frontmatter at amap-traffic/SKILL.md",[330,331],{"path":279,"priority":280},{"path":332,"priority":283},"scripts/amap_traffic.py",{"basePath":334,"description":335,"displayName":334,"installMethods":336,"rationale":337,"selectedPaths":338,"source":284,"sourceLanguage":18,"type":256},"boss-job-search","查询Boss直聘职位信息。当用户想要搜索Boss直聘上的职位、筛选特定公司规模的岗位时使用此skill。",{"claudeCode":12},"SKILL.md frontmatter at boss-job-search/SKILL.md",[339,340],{"path":279,"priority":280},{"path":341,"priority":283},"scripts/browser-use.py",{"basePath":343,"description":344,"displayName":343,"installMethods":345,"rationale":346,"selectedPaths":347,"source":284,"sourceLanguage":285,"type":256},"china-stock-analysis","A股价值投资分析工具，提供股票筛选、个股深度分析、行业对比和估值计算功能。基于价值投资理论，使用akshare获取公开财务数据，适合低频交易的普通投资者。",{"claudeCode":12},"SKILL.md frontmatter at china-stock-analysis/SKILL.md",[348,349,352,354,356,358,360,362,364],{"path":279,"priority":280},{"path":350,"priority":351},"references/a-stock-features.md","medium",{"path":353,"priority":351},"references/financial-ratios.md",{"path":355,"priority":351},"references/value-investing-principles.md",{"path":357,"priority":283},"scripts/data_fetcher.py",{"path":359,"priority":283},"scripts/financial_analyzer.py",{"path":361,"priority":283},"scripts/stock_screener.py",{"path":363,"priority":283},"scripts/valuation_calculator.py",{"path":365,"priority":283},"templates/analysis_report.md",{"basePath":367,"description":368,"displayName":367,"installMethods":369,"rationale":370,"selectedPaths":371,"source":284,"sourceLanguage":18,"type":256},"douban-movie-review","查询豆瓣电影热门影评信息。当用户想要查询某部电影的豆瓣影评、用户评价、热门短评时使用此skill。",{"claudeCode":12},"SKILL.md frontmatter at douban-movie-review/SKILL.md",[372,373],{"path":279,"priority":280},{"path":341,"priority":283},{"basePath":375,"description":376,"displayName":375,"installMethods":377,"rationale":378,"selectedPaths":379,"source":284,"sourceLanguage":285,"type":256},"find-skills","Helps users discover, search and install agent skills from the marketplace. \nUse when the user wants to find a skill, discover new capabilities, find specific tools (especially sandboxes) or install a skill.\nThis skill should be used when the user is looking for functionality that might exist as an installable skill.\nAlso supports progressive disclosure to recommend sandbox-related skills when relevant.\n用于帮助用户在市场中搜索、发现和安装 Agent 插件（Skills）。\n当用户想要查找功能、安装特定工具或寻找沙箱（sandbox）时使用。\nTriggers: \"查找插件\",\"搜索技能\",\"搜索 X 技能\",\"安装技能\",\"安装 X 技能\",\"如何做 X\",\"沙箱\",\"安全沙箱\",\"find a skill for X\", \"how do i do X\", \"search for skill\", \"install skill\", \"I need a skill for X\", \"sandbox\", \"aio sandbox\"\n",{"claudeCode":12},"SKILL.md frontmatter at find-skills/SKILL.md",[380,381],{"path":279,"priority":280},{"path":382,"priority":283},"scripts/request.py",{"basePath":384,"description":385,"displayName":384,"installMethods":386,"rationale":387,"selectedPaths":388,"source":284,"sourceLanguage":18,"type":256},"im-reminder","IM 定时提醒技能，支持一次性和周期性定时任务。通过 cron job 在指定时间唤醒 Agent，自动检测当前 IM 频道，保证消息准确送达。",{"claudeCode":12},"SKILL.md frontmatter at im-reminder/SKILL.md",[389,390],{"path":279,"priority":280},{"path":391,"priority":392},"LICENSE.txt","high",{"basePath":394,"description":395,"displayName":394,"installMethods":396,"rationale":397,"selectedPaths":398,"source":284,"sourceLanguage":18,"type":256},"moltbook-hot-posts","查询Moltbook（Agent社区）热门帖子信息。当用户想要查询Agent社区热帖、最新讨论、热门话题时使用此skill。",{"claudeCode":12},"SKILL.md frontmatter at moltbook-hot-posts/SKILL.md",[399,400],{"path":279,"priority":280},{"path":341,"priority":283},{"basePath":402,"description":403,"displayName":402,"installMethods":404,"rationale":405,"selectedPaths":406,"source":284,"sourceLanguage":285,"type":256},"qwen-image","Generate images using Qwen Image API (Alibaba Cloud DashScope). Use when users request image generation with Chinese prompts or need high-quality AI-generated images from text descriptions.",{"claudeCode":12},"SKILL.md frontmatter at qwen-image/SKILL.md",[407,408],{"path":279,"priority":280},{"path":409,"priority":283},"scripts/generate_image.py",{"basePath":411,"description":412,"displayName":411,"installMethods":413,"rationale":414,"selectedPaths":415,"source":284,"sourceLanguage":18,"type":256},"qwen-wanx-comic-gen","使用通义千问·万相(wan2.6-t2i)生成漫画或动漫风格的图片。当用户说\"生成漫画\"\"用万相画漫画\"\"生成漫画风格图片\"\"用千问画一张二次元角色\"等与漫画风格图像生成相关的请求时,执行本技能。",{"claudeCode":12},"SKILL.md frontmatter at qwen-wanx-comic-gen/SKILL.md",[416,417],{"path":279,"priority":280},{"path":418,"priority":283},"scripts/gen.py",{"basePath":420,"description":421,"displayName":420,"installMethods":422,"rationale":423,"selectedPaths":424,"source":284,"sourceLanguage":18,"type":256},"stock-watcher","Manage and monitor a personal stock watchlist with support for adding, removing, listing stocks, and summarizing their recent performance using data from 10jqka.com.cn. Use when the user wants to track specific stocks, get performance summaries, or manage their watchlist.",{"claudeCode":12},"SKILL.md frontmatter at stock-watcher/SKILL.md",[425,426,428,430,432,434,436,438,440,442],{"path":279,"priority":280},{"path":427,"priority":392},"README.md",{"path":429,"priority":283},"scripts/add_stock.py",{"path":431,"priority":283},"scripts/clear_watchlist.py",{"path":433,"priority":283},"scripts/config.py",{"path":435,"priority":283},"scripts/install.sh",{"path":437,"priority":283},"scripts/list_stocks.py",{"path":439,"priority":283},"scripts/remove_stock.py",{"path":441,"priority":283},"scripts/summarize_performance.py",{"path":443,"priority":283},"scripts/uninstall.sh",{"basePath":445,"description":446,"displayName":445,"installMethods":447,"rationale":448,"selectedPaths":449,"source":284,"sourceLanguage":285,"type":256},"web-scraper","Scrape web pages and save as HTML or Markdown (with text and images). Minimal dependencies - only requests and beautifulsoup4. Use when the user provides a URL and wants to download/archive the content locally.",{"claudeCode":12},"SKILL.md frontmatter at web-scraper/SKILL.md",[450,451],{"path":279,"priority":280},{"path":452,"priority":283},"scripts/scrape.py",{"basePath":454,"description":455,"displayName":454,"installMethods":456,"rationale":457,"selectedPaths":458,"source":284,"sourceLanguage":18,"type":256},"weibo-hot-search","查询微博热搜信息。当用户想要查询微博热搜榜、文娱热搜、热度排行时使用此skill。",{"claudeCode":12},"SKILL.md frontmatter at weibo-hot-search/SKILL.md",[459,460],{"path":279,"priority":280},{"path":341,"priority":283},{"basePath":462,"description":463,"displayName":462,"installMethods":464,"rationale":465,"selectedPaths":466,"source":284,"sourceLanguage":18,"type":256},"wuying-browser-use","自动化浏览器交互，用于网页测试、表单填写、截图和数据提取。当用户需要浏览网站、与网页交互或提取信息时使用。",{"claudeCode":12},"SKILL.md frontmatter at wuying-browser-use/SKILL.md",[467,468],{"path":279,"priority":280},{"path":341,"priority":283},{"sources":470},[471],"manual",{"closedIssues90d":8,"description":473,"forks":244,"openIssues90d":8,"pushedAt":245,"readmeSize":242,"stars":246,"topics":474},"",[],{"classifiedAt":476,"discoverAt":477,"extractAt":478,"githubAt":478,"updatedAt":476},1778673381494,1778669987315,1778673379638,[220,214,218,216,215,217,219],{"evaluatedAt":481,"extractAt":482,"updatedAt":251},1778673400790,1778669991536,[],[485,522,552,578,606,632],{"_creationTime":486,"_id":487,"community":488,"display":489,"identity":495,"providers":499,"relations":516,"tags":518,"workflow":519},1778669958874.1707,"k17e7ve95ag28cdc4gwt5qh10d86m1bv",{"reviewCount":8},{"description":490,"installMethods":491,"name":493,"sourceUrl":494},"Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.",{"claudeCode":492},"affaan-m/everything-claude-code","coding-standards","https://github.com/affaan-m/everything-claude-code",{"basePath":496,"githubOwner":497,"githubRepo":498,"locale":285,"slug":493,"type":256},".agents/skills/coding-standards","affaan-m","everything-claude-code",{"evaluate":500,"extract":515},{"promptVersionExtension":207,"promptVersionScoring":208,"score":501,"tags":502,"targetMarket":261,"tier":221},100,[503,504,505,506,216,215,507,218,508,509,510,511,512,513,514],"coding-conventions","best-practices","code-quality","typescript","go","php","swift","arkts","security","testing","documentation","refactoring",{"commitSha":263},{"repoId":517},"kd78nxtg70rbj238fg1xbhf7d186mv9t",[510,504,505,503,513,507,218,216,508,215,514,511,509,512,506],{"evaluatedAt":520,"extractAt":521,"updatedAt":520},1778670132818,1778669958874,{"_creationTime":523,"_id":524,"community":525,"display":526,"identity":532,"providers":536,"relations":545,"tags":548,"workflow":549},1778695548458.3486,"k17cnkmp08y8hbx7whs8gdbqxd86mqts",{"reviewCount":8},{"description":527,"installMethods":528,"name":530,"sourceUrl":531},"Create interactive maps, elevation profiles, and spatial visualizations from GPX tracks, waypoints, or route data using R (sf, leaflet, tmap) or Observable (D3, deck.gl). Covers data import, coordinate system handling, map styling, and export to HTML or image formats. Use when visualizing a planned or completed tour route on an interactive map, creating elevation profiles for hiking or cycling routes, overlaying waypoints and POIs on a basemap, or building a web-based trip dashboard.\n",{"claudeCode":529},"pjt222/agent-almanac","create-spatial-visualization","https://github.com/pjt222/agent-almanac",{"basePath":533,"githubOwner":534,"githubRepo":535,"locale":285,"slug":530,"type":256},"skills/create-spatial-visualization","pjt222","agent-almanac",{"evaluate":537,"extract":544},{"promptVersionExtension":207,"promptVersionScoring":208,"score":501,"tags":538,"targetMarket":261,"tier":221},[539,540,541,217,216,542,543],"maps","gpx","visualization","data-processing","mapping",{"commitSha":263},{"parentExtensionId":546,"repoId":547},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[542,540,216,543,539,217,541],{"evaluatedAt":550,"extractAt":551,"updatedAt":550},1778697320767,1778695548458,{"_creationTime":553,"_id":554,"community":555,"display":556,"identity":562,"providers":566,"relations":572,"tags":574,"workflow":575},1778696052276.0203,"k17bgxxgryq8edg32egypsvqtn86m1h7",{"reviewCount":8},{"description":557,"installMethods":558,"name":560,"sourceUrl":561},"Detect and untangle circular dependencies. Runs madge/skott (TS), pycycle (Py), or compiler-only checks (Go/Rust). Auto-fixes leaf-extractable cycles; reports core cycles for human review. Use when the user asks to find circular imports, fix dependency cycles, or untangle module graph. Example queries — \"find circular imports\", \"fix dependency cycles\", \"untangle our module graph\", \"why is madge complaining\".",{"claudeCode":559},"raintree-technology/claude-starter","cleanup-cycles","https://github.com/raintree-technology/claude-starter",{"basePath":563,"githubOwner":564,"githubRepo":565,"locale":285,"slug":560,"type":256},"templates/.claude/skills/cleanup-cycles","raintree-technology","claude-starter",{"evaluate":567,"extract":571},{"promptVersionExtension":207,"promptVersionScoring":208,"score":501,"tags":568,"targetMarket":261,"tier":221},[505,569,216,215,506,507,570,514],"dependencies","rust",{"commitSha":263},{"repoId":573},"kd78ywakatnz4sjfx781sy14vh86mtty",[505,569,507,216,215,514,570,506],{"evaluatedAt":576,"extractAt":577,"updatedAt":576},1778696977114,1778696052276,{"_creationTime":579,"_id":580,"community":581,"display":582,"identity":588,"providers":592,"relations":599,"tags":602,"workflow":603},1778696691708.3103,"k17130yban6px8xta4cajsxkkh86md0q",{"reviewCount":8},{"description":583,"installMethods":584,"name":586,"sourceUrl":587},"Create and manage sandboxed WASM agents for isolated code execution",{"claudeCode":585},"ruvnet/ruflo","wasm-agent","https://github.com/ruvnet/ruflo",{"basePath":589,"githubOwner":590,"githubRepo":591,"locale":285,"slug":586,"type":256},"plugins/ruflo-agent/skills/wasm-agent","ruvnet","ruflo",{"evaluate":593,"extract":598},{"promptVersionExtension":207,"promptVersionScoring":208,"score":594,"tags":595,"targetMarket":261,"tier":221},99,[596,219,597,214,511],"wasm","agent",{"commitSha":263},{"parentExtensionId":600,"repoId":601},"k177mwc5cwp1g88v1h8jj6jvgh86mxg4","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[597,214,219,511,596],{"evaluatedAt":604,"extractAt":605,"updatedAt":604},1778699729568,1778696691708,{"_creationTime":607,"_id":608,"community":609,"display":610,"identity":616,"providers":620,"relations":626,"tags":628,"workflow":629},1778690923100.043,"k17fs6zkv49hdzwbxp6g8hj65586nt87",{"reviewCount":8},{"description":611,"installMethods":612,"name":614,"sourceUrl":615},"Execute Python code in a safe sandboxed environment via [inference.sh](https://inference.sh). Pre-installed: NumPy, Pandas, Matplotlib, requests, BeautifulSoup, Selenium, Playwright, MoviePy, Pillow, OpenCV, trimesh, and 100+ more libraries. Use for: data processing, web scraping, image manipulation, video creation, 3D model processing, PDF generation, API calls, automation scripts. Triggers: python, execute code, run script, web scraping, data analysis, image processing, video editing, 3D models, automation, pandas, matplotlib",{"claudeCode":613},"inferen-sh/skills","python-executor","https://github.com/inferen-sh/skills",{"basePath":617,"githubOwner":618,"githubRepo":619,"locale":285,"slug":614,"type":256},"tools/utilities/python-executor","inferen-sh","skills",{"evaluate":621,"extract":625},{"promptVersionExtension":207,"promptVersionScoring":208,"score":594,"tags":622,"targetMarket":261,"tier":221},[215,214,219,542,623,624],"web-scraping","automation",{"commitSha":263},{"repoId":627},"kd75bmkxfkvvw504knzzpkzjph86n71t",[624,214,542,215,219,623],{"evaluatedAt":630,"extractAt":631,"updatedAt":630},1778692535532,1778690923100,{"_creationTime":633,"_id":634,"community":635,"display":636,"identity":642,"providers":646,"relations":653,"tags":657,"workflow":658},1778684327549.642,"k17e72p9v7dzws24bh939mate986nbym",{"reviewCount":8},{"description":637,"installMethods":638,"name":640,"sourceUrl":641},"构建用于安全代码执行的沙盒应用程序。在构建 AI 代码执行、代码解释器、CI/CD 系统、交互式开发环境或执行不受信任的代码时加载。涵盖 Sandbox SDK 生命周期、命令、文件、代码解释器和预览 URL。倾向于从 Cloudflare 文档中检索信息，而不是依赖预训练知识。",{"claudeCode":639},"cloudflare/skills","Cloudflare Sandbox SDK","https://github.com/cloudflare/skills",{"basePath":643,"githubOwner":644,"githubRepo":619,"locale":18,"slug":645,"type":256},"skills/sandbox-sdk","cloudflare","sandbox-sdk",{"evaluate":647,"extract":651},{"promptVersionExtension":207,"promptVersionScoring":208,"score":594,"tags":648,"targetMarket":261,"tier":221},[219,214,644,649,650],"developer-tools","sdk",{"commitSha":263,"license":652},"Apache-2.0",{"parentExtensionId":654,"repoId":655,"translatedFrom":656},"k170tak3cytwwwr9nwfqq1yxm986nvs8","kd773cpk65hjcvrqvbjn75pajd86nqq2","k170vegh8eqdvgzh5k6x4yz3hh86nbsf",[644,214,649,219,650],{"evaluatedAt":659,"extractAt":660,"updatedAt":661},1778684147717,1778684000954,1778684327549]