[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-brave-images-search-en":3,"guides-for-brave-images-search":438,"similar-k17b34wbp7p5syfqe6p4paskhh86napy-en":439},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":242,"isFallback":226,"parentExtension":247,"providers":301,"relations":305,"repo":306,"tags":435,"workflow":436},1778683278012.445,"k17b34wbp7p5syfqe6p4paskhh86napy",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"USE FOR image search. Returns images with title, source URL, thumbnail. Supports SafeSearch filter. Up to 200 results.",{"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":224,"workflow":240},1778683394363.583,"kn7akrqqc5ywgxvsrxatn9dda186m99y","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":217,"tier":218,"useCases":219},[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","The description clearly states the problem of image search and names the artifact (images) and the user intent (search).",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","This skill provides direct access to Brave's image search API, returning structured data (title, source URL, thumbnail) with specific filters, offering clear value over generic web search for image-focused tasks.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is fully implemented, providing direct access to the Brave Search API for image search with clear parameters and response formats, covering the complete lifecycle for image retrieval.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension is focused solely on image search functionality, aligning with its name and description.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's capability: image search with title, source URL, thumbnail, SafeSearch filter, and up to 200 results.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This extension is a single-purpose skill that directly calls an API endpoint and does not expose multiple distinct tools.",{"category":45,"check":46,"severity":24,"summary":47},"Documentation","Configuration & parameter reference","The SKILL.md file clearly documents all parameters, their types, requirements, defaults, and descriptions, with examples.",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","As this is a single-purpose skill rather than a collection of tools, tool naming checks are not applicable.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The API parameters (`q`, `country`, `search_lang`, `count`, `safesearch`, `spellcheck`) are specific to the search task, and the response fields are documented and relevant to image search results.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The project includes a MIT license file, which is a permissive open-source license.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on April 23, 2026, which is within the last 90 days.",{"category":59,"check":63,"severity":42,"summary":64},"Dependency Management","This extension does not appear to use any third-party dependencies beyond the Brave Search API itself.",{"category":66,"check":67,"severity":68,"summary":69},"Security","Secret Management","warning","The README and SKILL.md mention the need for a `BRAVE_SEARCH_API_KEY` and show how to set it via environment variables or agent config, but do not explicitly state that the resolved key will not be echoed to stdout/stderr.",{"category":66,"check":71,"severity":24,"summary":72},"Injection","The skill directly calls an API with structured parameters; there is no indication of loading or executing untrusted third-party data or code.",{"category":66,"check":74,"severity":24,"summary":75},"Transitive Supply-Chain Grenades","The skill relies on the Brave Search API and does not fetch or execute external code or data at runtime.",{"category":66,"check":77,"severity":24,"summary":78},"Sandbox Isolation","The skill makes outbound API calls and does not appear to modify files outside of its intended scope.",{"category":66,"check":80,"severity":24,"summary":81},"Sandbox escape primitives","No detached processes or deny-retry loops were observed in the skill's implementation.",{"category":66,"check":83,"severity":24,"summary":84},"Data Exfiltration","The skill makes a documented outbound call to the Brave Search API for image search, and no other undocumented or suspicious outbound calls were identified.",{"category":66,"check":86,"severity":24,"summary":87},"Hidden Text Tricks","The bundled content and descriptions appear to be free of hidden steering tricks or obfuscated characters.",{"category":66,"check":89,"severity":24,"summary":90},"Opaque code execution","The skill's implementation is straightforward API interaction, with no evidence of obfuscated code or base64 payloads.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill's logic is self-contained and relies on API parameters, not user project structure.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","2 issues opened and 2 closed in the last 90 days, with a closure rate of 50%, indicating good maintainer engagement.",{"category":100,"check":101,"severity":68,"summary":102},"Versioning","Release Management","The repository does not declare a version in SKILL.md frontmatter, package.json, or GitHub releases. Installation instructions reference 'main'.",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","The SKILL.md documents API parameters with types and constraints, implying validation by the API endpoint.",{"category":66,"check":108,"severity":42,"summary":109},"Unguarded Destructive Operations","This skill is read-only, performing only image searches and making no destructive operations.",{"category":111,"check":112,"severity":24,"summary":113},"Errors","Error Handling","The SKILL.md details API parameters and response fields, implying errors will be returned by the API and handled by the agent.",{"category":115,"check":116,"severity":42,"summary":117},"Code Execution","Logging","This skill is a read-only API client and does not perform destructive actions or outbound calls that necessitate local audit logging.",{"category":119,"check":120,"severity":24,"summary":121},"Compliance","GDPR","The skill performs image searches based on user queries; it does not appear to operate on personal data directly.",{"category":119,"check":123,"severity":24,"summary":124},"Target market","The extension's functionality is global and does not have any regional or jurisdictional limitations.",{"category":92,"check":126,"severity":24,"summary":127},"Runtime stability","The skill relies on standard HTTP requests to an API, making it portable across POSIX and Windows environments.",{"category":45,"check":129,"severity":24,"summary":130},"README","The README file exists and provides a good overview of the Brave Search API skills, including installation and available skills.",{"category":33,"check":132,"severity":42,"summary":133},"Tool surface size","This is a single-purpose skill, not a collection of tools.",{"category":40,"check":135,"severity":42,"summary":136},"Overlapping near-synonym tools","As this is a single-purpose skill, there are no overlapping tools to evaluate.",{"category":45,"check":138,"severity":24,"summary":139},"Phantom features","All advertised features in the README and SKILL.md (image search, title, source, thumbnail, SafeSearch, result count) correspond to implemented API functionality.",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","The README provides clear installation instructions for various agents, including curl commands and marketplace options, along with API key setup guidance.",{"category":111,"check":145,"severity":24,"summary":146},"Actionable error messages","The SKILL.md details API parameters and potential response fields, implying that API errors will be returned and can be acted upon by the agent.",{"category":104,"check":148,"severity":42,"summary":149},"Pinned dependencies","The skill does not use third-party dependencies that require pinning or lockfiles.",{"category":33,"check":151,"severity":42,"summary":152},"Dry-run preview","This skill is read-only and does not perform state-changing operations or send data outward.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The skill is an API client; the responsibility for idempotency, retries, and timeouts lies with the Brave Search API itself, which is assumed to handle these.",{"category":119,"check":158,"severity":24,"summary":159},"Telemetry opt-in","There is no indication that this skill emits any telemetry. The API interaction is standard and does not include telemetry collection.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill's purpose is clearly defined as image search, with specific returns and filters, and is well-aligned with the 'image search' artifact and user intent.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the core capability of image search.",{"category":45,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is well-structured, concise, and delegates detailed API information to tables, staying well under the suggested line limit.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","Detailed API parameters and response fields are presented in tables within SKILL.md, which is a form of progressive disclosure.",{"category":170,"check":174,"severity":42,"summary":175},"Forked exploration","This skill is a direct API lookup and does not involve deep exploration or code review that would require a forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides clear, ready-to-use cURL examples for basic and parameterized image searches, demonstrating input, invocation, and expected output structure.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The SKILL.md documents limitations like max characters for queries and notes on SafeSearch and dimensions, and implies API-level error handling for other issues.",{"category":115,"check":183,"severity":42,"summary":184},"Tool Fallback","This skill does not rely on external tools like an MCP server; it directly calls the Brave Search API.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill's operation relies on the Brave Search API; any unexpected state would be handled by the API and reported back as an error, halting the workflow.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills; it only interacts with the Brave Search API.",1778683394147,"This skill leverages the Brave Search API to perform image searches. It returns structured results including image titles, source URLs, and thumbnails, with support for SafeSearch filtering and up to 200 results per query. It requires an API key from Brave Search.",[195,196,197,198,199],"Perform image searches","Return image titles and source URLs","Provide thumbnail URLs","Support SafeSearch filtering","Retrieve up to 200 results",[201,202,203,204],"Performing web search (use dedicated web-search skill)","Handling video or news searches","Directly manipulating image files on disk","Providing advanced image editing capabilities","3.0.0","4.4.0","Effortlessly discover and retrieve images for various applications, from content enrichment to visual research, by directly integrating with the Brave Search API.","The extension is highly polished with excellent documentation, clear purpose, and robust security practices. A minor warning regarding versioning and explicit confirmation of secret handling leads to a high score.",96,"A well-documented and secure skill for performing image searches via the Brave Search API.",[212,213,214,215,216],"image-search","brave-search","api","search","multimedia","global","community",[220,221,222,223],"Build image galleries or mood boards","Enrich articles or generated content with relevant visuals","Conduct visual research and discovery","Retrieve family-friendly images by default",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"security":236,"testCoverage":238},{"hasLockfile":226},false,1778683373326,{"descriptionLength":229,"readmeSize":230},118,12934,{"closedIssues90d":232,"forks":233,"hasChangelog":226,"openIssues90d":232,"pushedAt":234,"stars":235},2,9,1776949963000,128,{"hasNpmPackage":226,"license":237,"smitheryVerified":226},"MIT",{"hasCi":239,"hasTests":226},true,{"updatedAt":241},1778683394363,{"basePath":243,"githubOwner":244,"githubRepo":245,"locale":18,"slug":13,"type":246},"skills/images-search","brave","brave-search-skills","skill",{"_creationTime":248,"_id":249,"community":250,"display":251,"identity":254,"parentExtension":257,"providers":287,"relations":296,"tags":297,"workflow":298},1778683278012.444,"k171bmfye9bw6pddf7xqx1x8px86nvha",{"reviewCount":8},{"description":252,"installMethods":253,"name":245,"sourceUrl":14},"Official Brave Search API skills for AI coding agents",{"claudeCode":245},{"basePath":255,"githubOwner":244,"githubRepo":245,"locale":18,"slug":245,"type":256},"","plugin",{"_creationTime":258,"_id":259,"community":260,"display":261,"identity":264,"providers":266,"relations":280,"tags":282,"workflow":283},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":255,"githubOwner":244,"githubRepo":245,"locale":18,"slug":245,"type":265},"marketplace",{"evaluate":267,"extract":274},{"promptVersionExtension":268,"promptVersionScoring":206,"score":269,"tags":270,"targetMarket":217,"tier":273},"3.1.0",97,[215,214,244,271,272],"llm","rag","verified",{"commitSha":275,"marketplace":276,"plugin":278},"HEAD",{"name":213,"pluginCount":277},1,{"mcpCount":8,"provider":279,"skillCount":8},"classify",{"repoId":281},"kd79z9gj68csgw1td4cjr71d8x86nhc0",[214,244,271,272,215],{"evaluatedAt":284,"extractAt":285,"updatedAt":286},1778683292724,1778683278012,1778683730140,{"evaluate":288,"extract":293},{"promptVersionExtension":205,"promptVersionScoring":206,"score":289,"tags":290,"targetMarket":217,"tier":273},99,[215,214,291,272,271,292],"information-retrieval","cli",{"commitSha":275,"plugin":294},{"mcpCount":8,"provider":279,"skillCount":295},11,{"parentExtensionId":259,"repoId":281},[214,292,291,271,272,215],{"evaluatedAt":299,"extractAt":285,"updatedAt":300},1778683314624,1778683730327,{"evaluate":302,"extract":304},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":303,"targetMarket":217,"tier":218},[212,213,214,215,216],{"commitSha":275},{"parentExtensionId":249,"repoId":281},{"_creationTime":307,"_id":281,"identity":308,"providers":309,"workflow":431},1778683274239.3813,{"githubOwner":244,"githubRepo":245,"sourceUrl":14},{"classify":310,"discover":425,"github":428},{"commitSha":275,"extensions":311},[312,325,331,340,348,356,361,369,377,385,393,401,409,417],{"basePath":255,"displayName":213,"installMethods":313,"rationale":314,"selectedPaths":315,"source":324,"sourceLanguage":18,"type":265},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[316,319,321],{"path":317,"priority":318},".claude-plugin/marketplace.json","mandatory",{"path":320,"priority":318},"README.md",{"path":322,"priority":323},"LICENSE","high","rule",{"basePath":255,"description":252,"displayName":245,"installMethods":326,"rationale":327,"selectedPaths":328,"source":324,"sourceLanguage":18,"type":256},{"claudeCode":245},"inline plugin source from marketplace.json at /",[329,330],{"path":320,"priority":318},{"path":322,"priority":323},{"basePath":332,"description":333,"displayName":334,"installMethods":335,"rationale":336,"selectedPaths":337,"source":324,"sourceLanguage":18,"type":246},"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",[338],{"path":339,"priority":318},"SKILL.md",{"basePath":341,"description":342,"displayName":343,"installMethods":344,"rationale":345,"selectedPaths":346,"source":324,"sourceLanguage":18,"type":246},"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",[347],{"path":339,"priority":318},{"basePath":349,"description":350,"displayName":351,"installMethods":352,"rationale":353,"selectedPaths":354,"source":324,"sourceLanguage":18,"type":246},"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",[355],{"path":339,"priority":318},{"basePath":243,"description":10,"displayName":13,"installMethods":357,"rationale":358,"selectedPaths":359,"source":324,"sourceLanguage":18,"type":246},{"claudeCode":12},"SKILL.md frontmatter at skills/images-search/SKILL.md",[360],{"path":339,"priority":318},{"basePath":362,"description":363,"displayName":364,"installMethods":365,"rationale":366,"selectedPaths":367,"source":324,"sourceLanguage":18,"type":246},"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",[368],{"path":339,"priority":318},{"basePath":370,"description":371,"displayName":372,"installMethods":373,"rationale":374,"selectedPaths":375,"source":324,"sourceLanguage":18,"type":246},"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",[376],{"path":339,"priority":318},{"basePath":378,"description":379,"displayName":380,"installMethods":381,"rationale":382,"selectedPaths":383,"source":324,"sourceLanguage":18,"type":246},"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",[384],{"path":339,"priority":318},{"basePath":386,"description":387,"displayName":388,"installMethods":389,"rationale":390,"selectedPaths":391,"source":324,"sourceLanguage":18,"type":246},"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",[392],{"path":339,"priority":318},{"basePath":394,"description":395,"displayName":396,"installMethods":397,"rationale":398,"selectedPaths":399,"source":324,"sourceLanguage":18,"type":246},"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",[400],{"path":339,"priority":318},{"basePath":402,"description":403,"displayName":404,"installMethods":405,"rationale":406,"selectedPaths":407,"source":324,"sourceLanguage":18,"type":246},"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",[408],{"path":339,"priority":318},{"basePath":410,"description":411,"displayName":412,"installMethods":413,"rationale":414,"selectedPaths":415,"source":324,"sourceLanguage":18,"type":246},"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",[416],{"path":339,"priority":318},{"basePath":418,"description":419,"displayName":420,"installMethods":421,"rationale":422,"selectedPaths":423,"source":324,"sourceLanguage":18,"type":246},"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",[424],{"path":339,"priority":318},{"sources":426},[427],"manual",{"closedIssues90d":232,"description":262,"forks":233,"homepage":429,"license":237,"openIssues90d":232,"pushedAt":234,"readmeSize":230,"stars":235,"topics":430},"https://api.search.brave.com/",[],{"classifiedAt":432,"discoverAt":433,"extractAt":434,"githubAt":434,"updatedAt":432},1778683277818,1778683274239,1778683276157,[214,213,212,216,215],{"evaluatedAt":241,"extractAt":285,"updatedAt":437},1778683731349,[],[440,471,498,514,545,571],{"_creationTime":441,"_id":442,"community":443,"display":444,"identity":450,"providers":454,"relations":463,"tags":466,"workflow":467},1778694690188.7114,"k17f5djrtgcfht64yn209hdmqh86n8kv",{"reviewCount":8},{"description":445,"installMethods":446,"name":448,"sourceUrl":449},"Use whenever the user wants to find, shortlist, vet, or enrich US cybersecurity firms — pen-testing/red team, security audits, vCISO, SOC 2 readiness, incident response, managed SOC, IAM, cloud security, and AppSec. Triggers on \"find me a pen-testing firm for our SOC 2 audit\", \"shortlist three vCISO services for our healthcare-tech startup\", \"we need an incident response retainer\", or \"pull contact info for these 8 security firm domains\", even when described indirectly (we got breached, prepare us for the compliance audit, get us SOC 2 ready). Drives the ServiceGraph API (api.servicegraph.co) — a 100k+ US firm catalog filterable by industry, services, location, size, ratings. Skip in-house security hires, \"how do I patch CVE-X\" or \"configure firewall Y\" DIY questions, security-product reviews (CrowdStrike vs SentinelOne, etc.), generic security knowledge questions, consumer/personal security advice, non-US firms, individual freelancers and bug-bounty hunters.",{"claudeCode":447},"nostrband/ServiceGraph","find-cybersecurity-firm","https://github.com/nostrband/ServiceGraph",{"basePath":451,"githubOwner":452,"githubRepo":453,"locale":18,"slug":448,"type":246},"skills/find-cybersecurity-firm","nostrband","ServiceGraph",{"evaluate":455,"extract":462},{"promptVersionExtension":205,"promptVersionScoring":206,"score":456,"tags":457,"targetMarket":217,"tier":273},100,[458,459,460,461,214,215],"cybersecurity","servicegraph","business","procurement",{"commitSha":275},{"parentExtensionId":464,"repoId":465},"k170hexh2b1y2ab8gj4acbt6t186mmhn","kd73je8ge8dvxgqqy6nvhxz1e186nhcc",[214,460,458,461,215,459],{"evaluatedAt":468,"extractAt":469,"updatedAt":470},1778694766522,1778694690188,1778695093938,{"_creationTime":472,"_id":473,"community":474,"display":475,"identity":481,"providers":484,"relations":491,"tags":493,"workflow":494},1778692220267.4014,"k173ztaywbkajjk9gqy90n98fx86mnzf",{"reviewCount":8},{"description":476,"installMethods":477,"name":479,"sourceUrl":480},"Search and book flights across 180+ airlines with zero markup — $20–50 cheaper than OTAs. Returns raw airline prices via local connectors (Ryanair, EasyJet, Wizz Air, Southwest, AirAsia, and 175+ more). Use when user asks to \"find flights\", \"search flights\", \"book a flight\", \"compare airline prices\", \"find cheap flights\", \"fly from X to Y\", \"find connections\", \"find layover options\", or any flight-related travel query. Do NOT use for hotel-only searches, car rentals, or non-flight travel bookings.",{"claudeCode":478},"LetsFG/LetsFG","flight-search","https://github.com/LetsFG/LetsFG",{"basePath":482,"githubOwner":483,"githubRepo":483,"locale":18,"slug":479,"type":246},"skills/flight-search","LetsFG",{"evaluate":485,"extract":490},{"promptVersionExtension":205,"promptVersionScoring":206,"score":456,"tags":486,"targetMarket":217,"tier":273},[487,488,489,214,215],"flights","travel","booking",{"commitSha":275},{"repoId":492},"kd7d4mhwkp3k1m28hz28hyn2dd86mm88",[214,489,487,215,488],{"evaluatedAt":495,"extractAt":496,"updatedAt":497},1778692265291,1778692220267,1778692489923,{"_creationTime":499,"_id":500,"community":501,"display":502,"identity":504,"providers":505,"relations":509,"tags":510,"workflow":511},1778683278012.447,"k17f0kk29shkzcc956nyab4w9s86meb9",{"reviewCount":8},{"description":419,"installMethods":503,"name":420,"sourceUrl":14},{"claudeCode":12},{"basePath":418,"githubOwner":244,"githubRepo":245,"locale":18,"slug":420,"type":246},{"evaluate":506,"extract":508},{"promptVersionExtension":205,"promptVersionScoring":206,"score":456,"tags":507,"targetMarket":217,"tier":273},[215,420,214,213,291],{"commitSha":275},{"parentExtensionId":249,"repoId":281},[214,213,291,215,420],{"evaluatedAt":512,"extractAt":285,"updatedAt":513},1778683556020,1778683733107,{"_creationTime":515,"_id":516,"community":517,"display":518,"identity":524,"providers":527,"relations":537,"tags":540,"workflow":541},1778699170774.1592,"k172e8vt4zcz50bb0vfp6ptb1n86mf90",{"reviewCount":8},{"description":519,"installMethods":520,"name":522,"sourceUrl":523},"Use when the user needs X (Twitter) data or confirmation-gated X actions through Xquik: tweet search, user lookup, follower extraction, media download, monitoring, webhooks, MCP, SDKs, posting, likes, DMs, and profile updates. Requires a Xquik API key. Never ask for X login material.",{"claudeCode":521},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":525,"githubOwner":526,"githubRepo":522,"locale":18,"slug":522,"type":246},"skills/x-twitter-scraper","Xquik-dev",{"evaluate":528,"extract":536},{"promptVersionExtension":205,"promptVersionScoring":206,"score":456,"tags":529,"targetMarket":217,"tier":273},[530,531,214,532,533,534,535],"twitter","x","data-retrieval","automation","mcp","sdk",{"commitSha":275},{"parentExtensionId":538,"repoId":539},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh",[214,533,532,534,535,530,531],{"evaluatedAt":542,"extractAt":543,"updatedAt":544},1778699230863,1778699170774,1778699296021,{"_creationTime":546,"_id":547,"community":548,"display":549,"identity":555,"providers":559,"relations":565,"tags":567,"workflow":568},1778697652123.8982,"k175ckmrqc4x6sjm90k7ejbj3s86ntxs",{"reviewCount":8},{"description":550,"installMethods":551,"name":553,"sourceUrl":554},"Use the Slack tool to react, pin/unpin, send, edit, delete messages, or fetch Slack member info.",{"claudeCode":552},"steipete/clawdis","slack","https://github.com/steipete/clawdis",{"basePath":556,"githubOwner":557,"githubRepo":558,"locale":18,"slug":553,"type":246},"skills/slack","steipete","clawdis",{"evaluate":560,"extract":564},{"promptVersionExtension":205,"promptVersionScoring":206,"score":456,"tags":561,"targetMarket":217,"tier":273},[553,562,563,533,214],"messaging","communication",{"commitSha":275},{"repoId":566},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[214,533,563,562,553],{"evaluatedAt":569,"extractAt":570,"updatedAt":569},1778698950505,1778697652123,{"_creationTime":572,"_id":573,"community":574,"display":575,"identity":579,"providers":581,"relations":586,"tags":587,"workflow":588},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":576,"installMethods":577,"name":578,"sourceUrl":554},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":552},"github",{"basePath":580,"githubOwner":557,"githubRepo":558,"locale":18,"slug":578,"type":246},"skills/github",{"evaluate":582,"extract":585},{"promptVersionExtension":205,"promptVersionScoring":206,"score":456,"tags":583,"targetMarket":217,"tier":273},[578,292,214,584,533],"developer-tools",{"commitSha":275},{"repoId":566},[214,533,292,584,578],{"evaluatedAt":589,"extractAt":570,"updatedAt":589},1778698569289]