[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-brave-images-search-zh-CN":3,"guides-for-brave-images-search":441,"similar-k179zeyzb90wvgh6yzygw3chkn86msn9-zh-CN":442},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":241,"isFallback":225,"parentExtension":246,"providers":302,"relations":306,"repo":308,"tags":438,"workflow":439},1778683627183.7742,"k179zeyzb90wvgh6yzygw3chkn86msn9",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"用于图像搜索。返回带有标题、源 URL、缩略图的图像。支持 SafeSearch 过滤。最多 200 个结果。",{"claudeCode":12},"brave/brave-search-skills","images-search","https://github.com/brave/brave-search-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":239},1778683627183.7744,"kn72ae4kx77q3mpnqex0apn74h86m16f","zh-CN",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"tier":217,"useCases":218},[21,26,29,32,36,39,44,48,51,54,58,62,65,70,73,76,79,82,85,88,91,95,99,103,107,110,114,118,122,125,128,131,134,137,140,144,147,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","描述清楚地说明了图像搜索的问题，并指出了用户意图（搜索）和所需的内容（图像）。",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","此技能提供对 Brave 图像搜索 API 的直接访问，返回结构化数据（标题、源 URL、缩略图）并具有特定过滤器，对于以图像为中心的任务，与通用网络搜索相比具有明显的优势。",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","该技能已完全实现，可为图像搜索提供对 Brave Search API 的直接访问，并具有清晰的参数和响应格式，涵盖了图像检索的完整生命周期。",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","该扩展仅专注于图像搜索功能，符合其名称和描述。",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","显示的描述准确地反映了该技能的能力：图像搜索，包含标题、源 URL、缩略图、SafeSearch 过滤，最多 200 个结果。",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","此扩展是一个单一用途的技能，直接调用 API 端点，不公开多个不同的工具。",{"category":45,"check":46,"severity":24,"summary":47},"Documentation","Configuration & parameter reference","SKILL.md 文件清楚地记录了所有参数、它们的类型、要求、默认值和描述，并附有示例。",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","由于这是一个单一用途的技能而不是工具集合，因此工具命名检查不适用。",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","API 参数（`q`、`country`、`search_lang`、`count`、`safesearch`、`spellcheck`）特定于搜索任务，响应字段已记录并与图像搜索结果相关。",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","该项目包含一个 MIT 许可证文件，这是一个宽松的开源许可证。",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","最后一次提交是在 2026 年 4 月 23 日，即 90 天内。",{"category":59,"check":63,"severity":42,"summary":64},"Dependency Management","此扩展似乎除了 Brave Search API 本身之外，不使用任何第三方依赖项。",{"category":66,"check":67,"severity":68,"summary":69},"Security","Secret Management","warning","README 和 SKILL.md 提到了需要 `BRAVE_SEARCH_API_KEY` 并展示了如何通过环境变量或代理配置进行设置，但没有明确说明解析后的密钥不会回显到 stdout/stderr。",{"category":66,"check":71,"severity":24,"summary":72},"Injection","该技能直接使用结构化参数调用 API；没有迹象表明加载或执行不受信任的第三方数据或代码。",{"category":66,"check":74,"severity":24,"summary":75},"Transitive Supply-Chain Grenades","该技能依赖于 Brave Search API，并且在运行时不获取或执行外部代码或数据。",{"category":66,"check":77,"severity":24,"summary":78},"Sandbox Isolation","该技能发出出站 API 调用，并且似乎没有修改其预期范围之外的文件。",{"category":66,"check":80,"severity":24,"summary":81},"Sandbox escape primitives","在技能的实现中未观察到分离的进程或拒绝重试循环。",{"category":66,"check":83,"severity":24,"summary":84},"Data Exfiltration","该技能发出一个文档化的出站调用到 Brave Search API 以进行图像搜索，并且没有识别出其他未文档化或可疑的出站调用。",{"category":66,"check":86,"severity":24,"summary":87},"Hidden Text Tricks","捆绑的内容和描述似乎没有隐藏的操纵技巧或混淆字符。",{"category":66,"check":89,"severity":24,"summary":90},"Opaque code execution","该技能的实现是直接的 API 交互，没有混淆代码或 base64 负载的证据。",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","该技能的逻辑是自包含的，并依赖于 API 参数，而不是用户项目结构。",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","过去 90 天内打开了 2 个问题，关闭了 2 个问题，关闭率为 50%，表明维护者参与度良好。",{"category":100,"check":101,"severity":68,"summary":102},"Versioning","Release Management","存储库未在 SKILL.md 前端内容、package.json 或 GitHub release 中声明版本。安装说明引用了 'main'。",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","SKILL.md 记录了 API 参数及其类型和约束，暗示由 API 端点进行验证。",{"category":66,"check":108,"severity":42,"summary":109},"Unguarded Destructive Operations","此技能是只读的，仅执行图像搜索，不进行任何破坏性操作。",{"category":111,"check":112,"severity":24,"summary":113},"Errors","Error Handling","SKILL.md 详细说明了 API 参数和响应字段，暗示 API 将返回错误并由代理处理。",{"category":115,"check":116,"severity":42,"summary":117},"Code Execution","Logging","此技能是一个只读 API 客户端，不执行破坏性操作或需要本地审核日志的出站调用。",{"category":119,"check":120,"severity":24,"summary":121},"Compliance","GDPR","该技能根据用户查询执行图像搜索；它似乎不直接处理个人数据。",{"category":119,"check":123,"severity":24,"summary":124},"Target market","该扩展的功能是全球性的，没有任何区域或司法管辖区的限制。",{"category":92,"check":126,"severity":24,"summary":127},"Runtime stability","该技能依赖于与 API 的标准 HTTP 请求，使其可以跨 POSIX 和 Windows 环境移植。",{"category":45,"check":129,"severity":24,"summary":130},"README","存在 README 文件，并提供了 Brave Search API 技能的良好概述，包括安装和可用技能。",{"category":33,"check":132,"severity":42,"summary":133},"Tool surface size","这是一个单一用途的技能，而不是一个工具集合。",{"category":40,"check":135,"severity":42,"summary":136},"Overlapping near-synonym tools","由于这是一个单一用途的技能，因此没有重叠的工具可供评估。",{"category":45,"check":138,"severity":24,"summary":139},"Phantom features","README 和 SKILL.md 中所有宣传的功能（图像搜索、标题、来源、缩略图、SafeSearch、结果数）都对应已实现的功能。",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","README 提供了各种代理的清晰安装说明，包括 curl 命令和市场选项，以及 API 密钥设置指南。",{"category":111,"check":145,"severity":24,"summary":146},"Actionable error messages","SKILL.md 详细说明了 API 参数和潜在的响应字段，暗示 API 错误将被返回并且代理可以对其进行操作。",{"category":104,"check":148,"severity":42,"summary":149},"Pinned dependencies","该技能不使用需要固定或锁定文件的第三方依赖项。",{"category":33,"check":151,"severity":42,"summary":152},"Dry-run preview","此技能是只读的，不执行更改状态的操作或向外发送数据。",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","该技能是一个 API 客户端；幂等性、重试和超时责任在于 Brave Search API 本身，该 API 被假定为处理这些。",{"category":119,"check":158,"severity":24,"summary":159},"Telemetry opt-in","没有迹象表明该技能会发出任何遥测数据。API 交互是标准的，不包括遥测收集。",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","该技能的目的是明确定义的图像搜索，具有特定的返回内容和过滤器，并且与“图像搜索”制品和用户意图高度一致。",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","SKILL.md 中的前端内容简洁，有效总结了图像搜索的核心功能。",{"category":45,"check":167,"severity":24,"summary":168},"Concise Body","SKILL.md 的正文结构良好，简洁，并将详细的 API 信息委托给表格，远低于建议的行数限制。",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","详细的 API 参数和响应字段在 SKILL.md 中的表格中呈现，这是一种渐进式披露的形式。",{"category":170,"check":174,"severity":42,"summary":175},"Forked exploration","此技能是直接的 API 查询，不涉及需要 Forked 上下文的深入探索或代码审查。",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","SKILL.md 提供了清晰、可直接使用的 cURL 示例，用于基本和参数化的图像搜索，展示了输入、调用和预期的输出结构。",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","SKILL.md 记录了查询的最大字符数限制以及关于 SafeSearch 和尺寸的说明，并暗示了 API 级别的错误处理。",{"category":115,"check":183,"severity":42,"summary":184},"Tool Fallback","此技能不依赖于 MCP 服务器等外部工具；它直接调用 Brave Search API。",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","该技能的操作依赖于 Brave Search API；任何意外状态都将由 API 处理并作为错误返回，从而终止工作流。",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","该技能是独立的，不隐式依赖于其他技能；它仅与 Brave Search API 交互。",1778683394147,"此技能利用 Brave Search API 执行图像搜索。它返回结构化结果，包括图像标题、源 URL 和缩略图，支持 SafeSearch 过滤，每次查询最多 200 个结果。它需要 Brave Search 的 API 密钥。",[195,196,197,198,199],"执行图像搜索","返回图像标题和源 URL","提供缩略图 URL","支持 SafeSearch 过滤","检索多达 200 个结果",[201,202,203,204],"执行网络搜索（请使用专用的网络搜索技能）","处理视频或新闻搜索","直接在磁盘上操作图像文件","提供高级图像编辑功能","3.0.0","4.4.0","通过直接集成 Brave Search API，轻松发现和检索各种应用程序的图像，从内容丰富到视觉研究。","该扩展功能非常完善，文档清晰，目标明确，并且安全实践稳健。关于版本控制和明确确认密钥处理方式的一个小警告导致得分很高。",96,"一项文档齐全且安全的技能，用于通过 Brave Search API 执行图像搜索。",[212,213,214,215,216],"image-search","brave-search","api","search","multimedia","community",[219,220,221,222],"构建图像库或情绪板","用相关的视觉内容丰富文章或生成的内容","进行视觉研究和发现","默认检索适合家庭的图像",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"security":235,"testCoverage":237},{"hasLockfile":225},false,1778683373326,{"descriptionLength":228,"readmeSize":229},118,12934,{"closedIssues90d":231,"forks":232,"hasChangelog":225,"openIssues90d":231,"pushedAt":233,"stars":234},2,9,1776949963000,128,{"hasNpmPackage":225,"license":236,"smitheryVerified":225},"MIT",{"hasCi":238,"hasTests":225},true,{"updatedAt":240},1778683627183,{"basePath":242,"githubOwner":243,"githubRepo":244,"locale":18,"slug":13,"type":245},"skills/images-search","brave","brave-search-skills","skill",{"_creationTime":247,"_id":248,"community":249,"display":250,"identity":253,"parentExtension":257,"providers":288,"relations":297,"tags":298,"workflow":299},1778683278012.444,"k171bmfye9bw6pddf7xqx1x8px86nvha",{"reviewCount":8},{"description":251,"installMethods":252,"name":244,"sourceUrl":14},"Official Brave Search API skills for AI coding agents",{"claudeCode":244},{"basePath":254,"githubOwner":243,"githubRepo":244,"locale":255,"slug":244,"type":256},"","en","plugin",{"_creationTime":258,"_id":259,"community":260,"display":261,"identity":264,"providers":266,"relations":281,"tags":283,"workflow":284},1778683278012.4438,"k17av0qd1ak7nzh8e6f33zfjen86nc20",{"reviewCount":8},{"description":262,"installMethods":263,"name":213,"sourceUrl":14},"Official skills for using Brave Search API with AI coding agents.",{"claudeCode":12},{"basePath":254,"githubOwner":243,"githubRepo":244,"locale":255,"slug":244,"type":265},"marketplace",{"evaluate":267,"extract":275},{"promptVersionExtension":268,"promptVersionScoring":206,"score":269,"tags":270,"targetMarket":273,"tier":274},"3.1.0",97,[215,214,243,271,272],"llm","rag","global","verified",{"commitSha":276,"marketplace":277,"plugin":279},"HEAD",{"name":213,"pluginCount":278},1,{"mcpCount":8,"provider":280,"skillCount":8},"classify",{"repoId":282},"kd79z9gj68csgw1td4cjr71d8x86nhc0",[214,243,271,272,215],{"evaluatedAt":285,"extractAt":286,"updatedAt":287},1778683292724,1778683278012,1778683730140,{"evaluate":289,"extract":294},{"promptVersionExtension":205,"promptVersionScoring":206,"score":290,"tags":291,"targetMarket":273,"tier":274},99,[215,214,292,272,271,293],"information-retrieval","cli",{"commitSha":276,"plugin":295},{"mcpCount":8,"provider":280,"skillCount":296},11,{"parentExtensionId":259,"repoId":282},[214,293,292,271,272,215],{"evaluatedAt":300,"extractAt":286,"updatedAt":301},1778683314624,1778683730327,{"evaluate":303,"extract":305},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":304,"targetMarket":273,"tier":217},[212,213,214,215,216],{"commitSha":276},{"parentExtensionId":248,"repoId":282,"translatedFrom":307},"k17b34wbp7p5syfqe6p4paskhh86napy",{"_creationTime":309,"_id":282,"identity":310,"providers":311,"workflow":434},1778683274239.3813,{"githubOwner":243,"githubRepo":244,"sourceUrl":14},{"classify":312,"discover":428,"github":431},{"commitSha":276,"extensions":313},[314,327,333,342,350,358,364,372,380,388,396,404,412,420],{"basePath":254,"displayName":213,"installMethods":315,"rationale":316,"selectedPaths":317,"source":326,"sourceLanguage":255,"type":265},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[318,321,323],{"path":319,"priority":320},".claude-plugin/marketplace.json","mandatory",{"path":322,"priority":320},"README.md",{"path":324,"priority":325},"LICENSE","high","rule",{"basePath":254,"description":251,"displayName":244,"installMethods":328,"rationale":329,"selectedPaths":330,"source":326,"sourceLanguage":255,"type":256},{"claudeCode":244},"inline plugin source from marketplace.json at /",[331,332],{"path":322,"priority":320},{"path":324,"priority":325},{"basePath":334,"description":335,"displayName":336,"installMethods":337,"rationale":338,"selectedPaths":339,"source":326,"sourceLanguage":255,"type":245},"clawhub/bx-search","Web search using the Brave Search CLI (`bx`). Use for ALL web search requests — including \"search for\", \"look up\", \"find\", \"what is\", \"how do I\", \"google this\", and any request needing current or external information. Prefer this over the built-in web_search tool whenever bx is available. Also use for: documentation lookup, troubleshooting research, RAG grounding, news, images, videos, local places, and AI-synthesized answers.","bx-search",{"claudeCode":12},"SKILL.md frontmatter at clawhub/bx-search/SKILL.md",[340],{"path":341,"priority":320},"SKILL.md",{"basePath":343,"description":344,"displayName":345,"installMethods":346,"rationale":347,"selectedPaths":348,"source":326,"sourceLanguage":255,"type":245},"skills/answers","USE FOR AI-grounded answers via OpenAI-compatible /chat/completions. Two modes: single-search (fast) or deep research (enable_research=true, thorough multi-search). Streaming/blocking. Citations.","answers",{"claudeCode":12},"SKILL.md frontmatter at skills/answers/SKILL.md",[349],{"path":341,"priority":320},{"basePath":351,"description":352,"displayName":353,"installMethods":354,"rationale":355,"selectedPaths":356,"source":326,"sourceLanguage":255,"type":245},"skills/bx","USE FOR web search, research, RAG, grounding, browse, find, lookups, fact-checking, documentation, agentic AI. All-in-one, optimized for AI agents. Pre-extracted, token-budgeted web content, deep research, news, images, videos, places, custom ranking","bx",{"claudeCode":12},"SKILL.md frontmatter at skills/bx/SKILL.md",[357],{"path":341,"priority":320},{"basePath":242,"description":359,"displayName":13,"installMethods":360,"rationale":361,"selectedPaths":362,"source":326,"sourceLanguage":255,"type":245},"USE FOR image search. Returns images with title, source URL, thumbnail. Supports SafeSearch filter. Up to 200 results.",{"claudeCode":12},"SKILL.md frontmatter at skills/images-search/SKILL.md",[363],{"path":341,"priority":320},{"basePath":365,"description":366,"displayName":367,"installMethods":368,"rationale":369,"selectedPaths":370,"source":326,"sourceLanguage":255,"type":245},"skills/llm-context","USE FOR RAG/LLM grounding. Returns pre-extracted web content (text, tables, code) optimized for LLMs. GET + POST. Adjust max_tokens/count based on complexity. Supports Goggles, local/POI. For AI answers use answers. Recommended for anyone building AI/agentic applications.","llm-context",{"claudeCode":12},"SKILL.md frontmatter at skills/llm-context/SKILL.md",[371],{"path":341,"priority":320},{"basePath":373,"description":374,"displayName":375,"installMethods":376,"rationale":377,"selectedPaths":378,"source":326,"sourceLanguage":255,"type":245},"skills/local-descriptions","USE FOR getting AI-generated POI text descriptions. Requires POI IDs obtained from web-search (with result_filter=locations). Returns markdown descriptions grounded in web search context. Max 20 IDs per request.","local-descriptions",{"claudeCode":12},"SKILL.md frontmatter at skills/local-descriptions/SKILL.md",[379],{"path":341,"priority":320},{"basePath":381,"description":382,"displayName":383,"installMethods":384,"rationale":385,"selectedPaths":386,"source":326,"sourceLanguage":255,"type":245},"skills/local-pois","USE FOR getting local business/POI details. Requires POI IDs obtained from web-search (with result_filter=locations). Returns full business information including ratings, hours, contact info. Max 20 IDs.","local-pois",{"claudeCode":12},"SKILL.md frontmatter at skills/local-pois/SKILL.md",[387],{"path":341,"priority":320},{"basePath":389,"description":390,"displayName":391,"installMethods":392,"rationale":393,"selectedPaths":394,"source":326,"sourceLanguage":255,"type":245},"skills/news-search","USE FOR news search. Returns news articles with title, URL, description, age, thumbnail. Supports freshness and date range filtering, SafeSearch filter and Goggles for custom ranking.","news-search",{"claudeCode":12},"SKILL.md frontmatter at skills/news-search/SKILL.md",[395],{"path":341,"priority":320},{"basePath":397,"description":398,"displayName":399,"installMethods":400,"rationale":401,"selectedPaths":402,"source":326,"sourceLanguage":255,"type":245},"skills/spellcheck","USE FOR spell correction. Returns corrected query if misspelled. Most search endpoints have spellcheck built-in; use this only for pre-search query cleanup or \"Did you mean?\" UI.","spellcheck",{"claudeCode":12},"SKILL.md frontmatter at skills/spellcheck/SKILL.md",[403],{"path":341,"priority":320},{"basePath":405,"description":406,"displayName":407,"installMethods":408,"rationale":409,"selectedPaths":410,"source":326,"sourceLanguage":255,"type":245},"skills/suggest","USE FOR query autocomplete/suggestions. Fast (\u003C100ms). Returns suggested queries as user types. Supports rich suggestions with entity info. Typo-resilient.","suggest",{"claudeCode":12},"SKILL.md frontmatter at skills/suggest/SKILL.md",[411],{"path":341,"priority":320},{"basePath":413,"description":414,"displayName":415,"installMethods":416,"rationale":417,"selectedPaths":418,"source":326,"sourceLanguage":255,"type":245},"skills/videos-search","USE FOR video search. Returns videos with title, URL, thumbnail, duration, view count, creator. Supports freshness filters, SafeSearch, pagination.","videos-search",{"claudeCode":12},"SKILL.md frontmatter at skills/videos-search/SKILL.md",[419],{"path":341,"priority":320},{"basePath":421,"description":422,"displayName":423,"installMethods":424,"rationale":425,"selectedPaths":426,"source":326,"sourceLanguage":255,"type":245},"skills/web-search","USE FOR web search. Returns ranked results with snippets, URLs, thumbnails. Supports freshness filters, SafeSearch, Goggles for custom ranking, pagination. Primary search endpoint.","web-search",{"claudeCode":12},"SKILL.md frontmatter at skills/web-search/SKILL.md",[427],{"path":341,"priority":320},{"sources":429},[430],"manual",{"closedIssues90d":231,"description":262,"forks":232,"homepage":432,"license":236,"openIssues90d":231,"pushedAt":233,"readmeSize":229,"stars":234,"topics":433},"https://api.search.brave.com/",[],{"classifiedAt":435,"discoverAt":436,"extractAt":437,"githubAt":437,"updatedAt":435},1778683277818,1778683274239,1778683276157,[214,213,212,216,215],{"evaluatedAt":440,"extractAt":286,"updatedAt":240},1778683394363,[],[443,475,503,521,553,579],{"_creationTime":444,"_id":445,"community":446,"display":447,"identity":453,"providers":457,"relations":466,"tags":470,"workflow":471},1778695002445.9265,"k17f3bbm7ztgr1r8jg4ztnjb0s86mgqd",{"reviewCount":8},{"description":448,"installMethods":449,"name":451,"sourceUrl":452},"在用户希望查找、筛选、审核或丰富美国网络安全公司信息时使用——包括渗透测试/红队、安全审计、vCISO、SOC 2 准备、事件响应、托管 SOC、IAM、云安全和 AppSec。当用户输入“为我们的 SOC 2 审计找一家渗透测试公司”、“为我们医疗科技初创公司筛选三家 vCISO 服务商”、“我们需要事件响应服务合同”或“拉取这 8 家安全公司域名的联系信息”等请求时触发，即使是以间接方式描述（我们被攻击了，为合规审计做准备，让我们准备好 SOC 2）。它会驱动 ServiceGraph API (api.servicegraph.co) —— 一个拥有超过 10 万家美国公司目录的数据库，可按行业、服务、地点、规模、评分进行筛选。排除内部安全招聘、关于“如何修补 CVE-X”或“配置防火墙 Y”的 DIY 问题、安全产品评测（如 CrowdStrike vs SentinelOne 等）、通用安全知识问题、面向消费者的个人安全建议、非美国公司、个人自由职业者和赏金猎人。",{"claudeCode":450},"nostrband/ServiceGraph","find-cybersecurity-firm","https://github.com/nostrband/ServiceGraph",{"basePath":454,"githubOwner":455,"githubRepo":456,"locale":18,"slug":451,"type":245},"skills/find-cybersecurity-firm","nostrband","ServiceGraph",{"evaluate":458,"extract":465},{"promptVersionExtension":205,"promptVersionScoring":206,"score":459,"tags":460,"targetMarket":273,"tier":274},100,[461,462,463,464,214,215],"cybersecurity","servicegraph","business","procurement",{"commitSha":276},{"parentExtensionId":467,"repoId":468,"translatedFrom":469},"k170hexh2b1y2ab8gj4acbt6t186mmhn","kd73je8ge8dvxgqqy6nvhxz1e186nhcc","k17f5djrtgcfht64yn209hdmqh86n8kv",[214,463,461,464,215,462],{"evaluatedAt":472,"extractAt":473,"updatedAt":474},1778694766522,1778694690188,1778695002445,{"_creationTime":476,"_id":477,"community":478,"display":479,"identity":485,"providers":488,"relations":495,"tags":498,"workflow":499},1778692394292.7976,"k1769yhtdcsq8qjbfsegfcybc586nd4b",{"reviewCount":8},{"description":480,"installMethods":481,"name":483,"sourceUrl":484},"跨越 180 多家航空公司的航班搜索和预订，无任何加价——比 OTA（在线旅行社）便宜 20-50 美元。通过本地连接器（Ryanair、EasyJet、Wizz Air、Southwest、AirAsia 等 175 多家）返回原始航空公司价格。当用户询问“查找航班”、“搜索航班”、“预订航班”、“比较航空公司价格”、“查找廉价航班”、“从 X 飞往 Y”、“查找转机航班”、“查找中转选项”或任何与航班相关的旅行查询时使用。请勿用于仅限酒店的搜索、租车或非航班旅行预订。",{"claudeCode":482},"LetsFG/LetsFG","flight-search","https://github.com/LetsFG/LetsFG",{"basePath":486,"githubOwner":487,"githubRepo":487,"locale":18,"slug":483,"type":245},"skills/flight-search","LetsFG",{"evaluate":489,"extract":494},{"promptVersionExtension":205,"promptVersionScoring":206,"score":459,"tags":490,"targetMarket":273,"tier":274},[491,492,493,214,215],"flights","travel","booking",{"commitSha":276},{"repoId":496,"translatedFrom":497},"kd7d4mhwkp3k1m28hz28hyn2dd86mm88","k173ztaywbkajjk9gqy90n98fx86mnzf",[214,493,491,215,492],{"evaluatedAt":500,"extractAt":501,"updatedAt":502},1778692265291,1778692220267,1778692394292,{"_creationTime":504,"_id":505,"community":506,"display":507,"identity":510,"providers":511,"relations":515,"tags":517,"workflow":518},1778683716488.7253,"k171ymwgtazrrvccb1gse33zfn86m405",{"reviewCount":8},{"description":508,"installMethods":509,"name":423,"sourceUrl":14},"用于网络搜索。返回带有摘要、URL和缩略图的排名结果。支持新鲜度过滤、SafeSearch、用于自定义排名的Goggles以及分页。主搜索端点。",{"claudeCode":12},{"basePath":421,"githubOwner":243,"githubRepo":244,"locale":18,"slug":423,"type":245},{"evaluate":512,"extract":514},{"promptVersionExtension":205,"promptVersionScoring":206,"score":459,"tags":513,"targetMarket":273,"tier":274},[215,423,214,213,292],{"commitSha":276},{"parentExtensionId":248,"repoId":282,"translatedFrom":516},"k17f0kk29shkzcc956nyab4w9s86meb9",[214,213,292,215,423],{"evaluatedAt":519,"extractAt":286,"updatedAt":520},1778683556020,1778683716488,{"_creationTime":522,"_id":523,"community":524,"display":525,"identity":531,"providers":534,"relations":544,"tags":548,"workflow":549},1778699289329.1182,"k172jykxz0jywjekjxjt5thj5x86nm3n",{"reviewCount":8},{"description":526,"installMethods":527,"name":529,"sourceUrl":530},"当用户需要通过 Xquik 获取 X (Twitter) 数据或执行需要确认的 X 操作时使用：推文搜索、用户查找、关注者提取、媒体下载、监控、Webhook、MCP、SDK、发布、点赞、私信和个人资料更新。需要 Xquik API 密钥。切勿索要 X 登录凭据。",{"claudeCode":528},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":532,"githubOwner":533,"githubRepo":529,"locale":18,"slug":529,"type":245},"skills/x-twitter-scraper","Xquik-dev",{"evaluate":535,"extract":543},{"promptVersionExtension":205,"promptVersionScoring":206,"score":459,"tags":536,"targetMarket":273,"tier":274},[537,538,214,539,540,541,542],"twitter","x","data-retrieval","automation","mcp","sdk",{"commitSha":276},{"parentExtensionId":545,"repoId":546,"translatedFrom":547},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh","k172e8vt4zcz50bb0vfp6ptb1n86mf90",[214,540,539,541,542,537,538],{"evaluatedAt":550,"extractAt":551,"updatedAt":552},1778699230863,1778699170774,1778699289329,{"_creationTime":554,"_id":555,"community":556,"display":557,"identity":563,"providers":567,"relations":573,"tags":575,"workflow":576},1778697652123.8982,"k175ckmrqc4x6sjm90k7ejbj3s86ntxs",{"reviewCount":8},{"description":558,"installMethods":559,"name":561,"sourceUrl":562},"Use the Slack tool to react, pin/unpin, send, edit, delete messages, or fetch Slack member info.",{"claudeCode":560},"steipete/clawdis","slack","https://github.com/steipete/clawdis",{"basePath":564,"githubOwner":565,"githubRepo":566,"locale":255,"slug":561,"type":245},"skills/slack","steipete","clawdis",{"evaluate":568,"extract":572},{"promptVersionExtension":205,"promptVersionScoring":206,"score":459,"tags":569,"targetMarket":273,"tier":274},[561,570,571,540,214],"messaging","communication",{"commitSha":276},{"repoId":574},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[214,540,571,570,561],{"evaluatedAt":577,"extractAt":578,"updatedAt":577},1778698950505,1778697652123,{"_creationTime":580,"_id":581,"community":582,"display":583,"identity":587,"providers":589,"relations":594,"tags":595,"workflow":596},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":584,"installMethods":585,"name":586,"sourceUrl":562},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":560},"github",{"basePath":588,"githubOwner":565,"githubRepo":566,"locale":255,"slug":586,"type":245},"skills/github",{"evaluate":590,"extract":593},{"promptVersionExtension":205,"promptVersionScoring":206,"score":459,"tags":591,"targetMarket":273,"tier":274},[586,293,214,592,540],"developer-tools",{"commitSha":276},{"repoId":574},[214,540,293,592,586],{"evaluatedAt":597,"extractAt":578,"updatedAt":597},1778698569289]