[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-brave-news-search-en":3,"guides-for-brave-news-search":436,"similar-k17fmyza3jczwm39s187yjz7fd86nbya-en":437},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":242,"isFallback":226,"parentExtension":247,"providers":299,"relations":303,"repo":304,"tags":433,"workflow":434},1778683278012.446,"k17fmyza3jczwm39s187yjz7fd86nbya",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"brave/brave-search-skills","News Search","https://github.com/brave/brave-search-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":240},1778683472659.75,"kn70zxgtxyj06j315bwbr9vfy986mt8a","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,69,72,75,78,81,84,87,91,95,99,103,107,110,114,117,121,124,127,130,133,136,139,143,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 explicitly states the purpose is news search and lists concrete capabilities like title, URL, description, age, and thumbnail, addressing a clear user need.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers advanced features beyond a basic API wrapper, including freshness and date range filtering, SafeSearch, and custom ranking via Goggles, providing unique value for news search.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is production-ready, with clear API documentation, parameters, and response formats, covering the complete lifecycle of news search requests.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension is focused on news search, with no unrelated capabilities advertised or implemented.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the skill's capabilities for news search.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This is a skill, not a tool-based extension, so the concept of scoped tools does not apply.",{"category":45,"check":46,"severity":24,"summary":47},"Documentation","Configuration & parameter reference","All parameters for the news search endpoint are clearly documented, including their types, requirements, defaults, and descriptions, with specific values for freshness provided.",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","As this is a skill with a single primary function, explicit tool naming is not applicable.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The tool's input parameters are well-defined and minimal for the task, and the response schema is documented, returning only the promised news article data.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The project includes a LICENSE file with the MIT license, 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 3 months.",{"category":59,"check":63,"severity":42,"summary":64},"Dependency Management","The extension does not appear to use any third-party dependencies.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill requires an API key but directs users to secure methods for its storage (env vars, agent-specific configs) and does not echo resolved secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill interacts with an external API based on documented parameters and does not appear to load or execute external, untrusted code or data.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill makes a documented API call and does not fetch or execute external code or data at runtime.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill's operation is limited to making an outbound API call and does not modify any files or external paths.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached processes or deny-retry loops were detected in the skill's implementation.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's outbound call is to a documented Brave Search API endpoint, and no confidential data exfiltration is indicated.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content and documentation are free of hidden-steering tricks, control characters, or invisible Unicode characters.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's implementation consists of straightforward API calls, with no obfuscated code, base64 payloads, or runtime script fetching.",{"category":92,"check":93,"severity":42,"summary":94},"Portability","Structural Assumption","The skill primarily makes API calls and does not make assumptions about the user's project file structure.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","In the last 90 days, 2 issues were opened and 2 were closed, indicating a closure rate of 100%, which is good.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The repository uses GitHub release tags and the `main` branch for installation, and the last commit indicates recent activity.",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","The API parameters are clearly defined and constrained in the documentation, implying validation will occur server-side.",{"category":66,"check":108,"severity":42,"summary":109},"Unguarded Destructive Operations","The skill is read-only, performing news searches and not making any destructive operations.",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","The documentation describes API parameters and expected responses, implying server-side error handling for API interactions. No custom script errors are present.",{"category":111,"check":115,"severity":42,"summary":116},"Logging","The skill's function is to call an external API and is not a destructive or state-changing operation, thus audit logging is not applicable.",{"category":118,"check":119,"severity":24,"summary":120},"Compliance","GDPR","The skill's primary function is news search, which does not inherently involve processing personal data. API usage is documented.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill is designed for global news search and does not exhibit any regional or jurisdictional logic, making it globally applicable.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill relies on standard cURL commands and API calls, making it portable across POSIX-compliant environments.",{"category":45,"check":128,"severity":24,"summary":129},"README","The README file exists, provides installation instructions, lists available skills, and explains prerequisites.",{"category":33,"check":131,"severity":42,"summary":132},"Tool surface size","This is a single skill focused on news search, not a collection of tools, making tool surface size irrelevant.",{"category":40,"check":134,"severity":42,"summary":135},"Overlapping near-synonym tools","As this is a single skill, there are no overlapping tools or near-synonyms to evaluate.",{"category":45,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features, such as freshness filtering and Goggles, are directly supported by the Brave Search API as documented in the SKILL.md.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear, copy-pasteable installation instructions for multiple agents and includes example cURL invocations.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The API documentation outlines potential parameters and responses, implying that API errors would be structured and informative.",{"category":104,"check":148,"severity":42,"summary":149},"Pinned dependencies","The skill does not bundle any scripts or use third-party dependencies, relying on external API calls and cURL.",{"category":33,"check":151,"severity":42,"summary":152},"Dry-run preview","The skill is read-only and does not perform any state-changing operations or send data outward, so a dry-run preview is not applicable.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The skill relies on the Brave Search API, which is expected to handle retries and timeouts appropriately for its operations.",{"category":118,"check":158,"severity":24,"summary":159},"Telemetry opt-in","There is no indication of telemetry being emitted by this skill; it primarily makes external API calls.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill's purpose is clearly defined as news search, with specific parameters like freshness and Goggles provided, making its scope and use immediately understandable.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability for news search and its parameters.",{"category":45,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md file is well-organized and uses progressive disclosure for deeper information, staying concise.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the API parameters and provides quick start examples, with deeper documentation linked via the README.",{"category":170,"check":174,"severity":42,"summary":175},"Forked exploration","This skill performs a direct API search and does not involve deep exploration or code review, so `context: fork` is not applicable.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md and README provide clear, copy-pasteable examples for basic search, recent news, date range filtering, and general usage.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The documentation lists various parameters and their constraints (e.g., query length, count limits), and mentions freshness values, implicitly covering some edge cases.",{"category":111,"check":183,"severity":42,"summary":184},"Tool Fallback","The 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 parameters are well-defined, and any unexpected input would likely result in an API error, halting the workflow gracefully.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The news-search skill is self-contained and does not appear to rely on other skills; its scope is clearly defined.",1778683472551,"This skill provides access to the Brave Search API for retrieving news articles. It returns structured data including title, URL, description, age, and thumbnail, and supports advanced filtering by freshness, date range, SafeSearch, and custom ranking via Goggles.",[195,196,197,198,199],"Perform news searches with title, URL, description, age, and thumbnail","Filter news by freshness (past day, week, month, year) and custom date ranges","Apply SafeSearch filters for adult content","Utilize Goggles for custom ranking and filtering of news sources","Specify country and language preferences for search results",[201,202,203,204],"Performing general web searches.","Searching for images or videos.","Providing AI-generated answers or summaries (though it provides raw article data).","Replacing the Brave Search website or direct API usage for non-agent workflows.","3.0.0","4.4.0","To enable AI agents to perform comprehensive and customizable news searches, providing users with relevant articles, breaking news, and historical data.","The extension is well-documented, secure, and directly addresses its stated purpose with advanced features. Minor points like no explicit error recovery paths documented for API interaction do not detract significantly.",97,"A highly capable and well-documented skill for performing advanced news searches via the Brave Search API.",[212,213,214,215,216],"news","search","api","brave","information-retrieval","global","verified",[220,221,222,223],"Monitoring breaking news on specific topics.","Conducting historical research using articles from specific time periods.","Building custom news feeds by boosting or downranking specific sources using Goggles.","Aggregating news from different countries and languages.",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"security":236,"testCoverage":238},{"hasLockfile":226},false,1778683453852,{"descriptionLength":229,"readmeSize":230},183,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},1778683472659,{"basePath":243,"githubOwner":215,"githubRepo":244,"locale":18,"slug":245,"type":246},"skills/news-search","brave-search-skills","news-search","skill",{"_creationTime":248,"_id":249,"community":250,"display":251,"identity":254,"parentExtension":257,"providers":286,"relations":294,"tags":295,"workflow":296},1778683278012.444,"k171bmfye9bw6pddf7xqx1x8px86nvha",{"reviewCount":8},{"description":252,"installMethods":253,"name":244,"sourceUrl":14},"Official Brave Search API skills for AI coding agents",{"claudeCode":244},{"basePath":255,"githubOwner":215,"githubRepo":244,"locale":18,"slug":244,"type":256},"","plugin",{"_creationTime":258,"_id":259,"community":260,"display":261,"identity":265,"providers":267,"relations":279,"tags":281,"workflow":282},1778683278012.4438,"k17av0qd1ak7nzh8e6f33zfjen86nc20",{"reviewCount":8},{"description":262,"installMethods":263,"name":264,"sourceUrl":14},"Official skills for using Brave Search API with AI coding agents.",{"claudeCode":12},"brave-search",{"basePath":255,"githubOwner":215,"githubRepo":244,"locale":18,"slug":244,"type":266},"marketplace",{"evaluate":268,"extract":273},{"promptVersionExtension":269,"promptVersionScoring":206,"score":209,"tags":270,"targetMarket":217,"tier":218},"3.1.0",[213,214,215,271,272],"llm","rag",{"commitSha":274,"marketplace":275,"plugin":277},"HEAD",{"name":264,"pluginCount":276},1,{"mcpCount":8,"provider":278,"skillCount":8},"classify",{"repoId":280},"kd79z9gj68csgw1td4cjr71d8x86nhc0",[214,215,271,272,213],{"evaluatedAt":283,"extractAt":284,"updatedAt":285},1778683292724,1778683278012,1778683730140,{"evaluate":287,"extract":291},{"promptVersionExtension":205,"promptVersionScoring":206,"score":288,"tags":289,"targetMarket":217,"tier":218},99,[213,214,216,272,271,290],"cli",{"commitSha":274,"plugin":292},{"mcpCount":8,"provider":278,"skillCount":293},11,{"parentExtensionId":259,"repoId":280},[214,290,216,271,272,213],{"evaluatedAt":297,"extractAt":284,"updatedAt":298},1778683314624,1778683730327,{"evaluate":300,"extract":302},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":301,"targetMarket":217,"tier":218},[212,213,214,215,216],{"commitSha":274,"license":237},{"parentExtensionId":249,"repoId":280},{"_creationTime":305,"_id":280,"identity":306,"providers":307,"workflow":429},1778683274239.3813,{"githubOwner":215,"githubRepo":244,"sourceUrl":14},{"classify":308,"discover":423,"github":426},{"commitSha":274,"extensions":309},[310,323,329,338,346,354,362,370,378,386,391,399,407,415],{"basePath":255,"displayName":264,"installMethods":311,"rationale":312,"selectedPaths":313,"source":322,"sourceLanguage":18,"type":266},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[314,317,319],{"path":315,"priority":316},".claude-plugin/marketplace.json","mandatory",{"path":318,"priority":316},"README.md",{"path":320,"priority":321},"LICENSE","high","rule",{"basePath":255,"description":252,"displayName":244,"installMethods":324,"rationale":325,"selectedPaths":326,"source":322,"sourceLanguage":18,"type":256},{"claudeCode":244},"inline plugin source from marketplace.json at /",[327,328],{"path":318,"priority":316},{"path":320,"priority":321},{"basePath":330,"description":331,"displayName":332,"installMethods":333,"rationale":334,"selectedPaths":335,"source":322,"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",[336],{"path":337,"priority":316},"SKILL.md",{"basePath":339,"description":340,"displayName":341,"installMethods":342,"rationale":343,"selectedPaths":344,"source":322,"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",[345],{"path":337,"priority":316},{"basePath":347,"description":348,"displayName":349,"installMethods":350,"rationale":351,"selectedPaths":352,"source":322,"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",[353],{"path":337,"priority":316},{"basePath":355,"description":356,"displayName":357,"installMethods":358,"rationale":359,"selectedPaths":360,"source":322,"sourceLanguage":18,"type":246},"skills/images-search","USE FOR image search. Returns images with title, source URL, thumbnail. Supports SafeSearch filter. Up to 200 results.","images-search",{"claudeCode":12},"SKILL.md frontmatter at skills/images-search/SKILL.md",[361],{"path":337,"priority":316},{"basePath":363,"description":364,"displayName":365,"installMethods":366,"rationale":367,"selectedPaths":368,"source":322,"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",[369],{"path":337,"priority":316},{"basePath":371,"description":372,"displayName":373,"installMethods":374,"rationale":375,"selectedPaths":376,"source":322,"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",[377],{"path":337,"priority":316},{"basePath":379,"description":380,"displayName":381,"installMethods":382,"rationale":383,"selectedPaths":384,"source":322,"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",[385],{"path":337,"priority":316},{"basePath":243,"description":10,"displayName":245,"installMethods":387,"rationale":388,"selectedPaths":389,"source":322,"sourceLanguage":18,"type":246},{"claudeCode":12},"SKILL.md frontmatter at skills/news-search/SKILL.md",[390],{"path":337,"priority":316},{"basePath":392,"description":393,"displayName":394,"installMethods":395,"rationale":396,"selectedPaths":397,"source":322,"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",[398],{"path":337,"priority":316},{"basePath":400,"description":401,"displayName":402,"installMethods":403,"rationale":404,"selectedPaths":405,"source":322,"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",[406],{"path":337,"priority":316},{"basePath":408,"description":409,"displayName":410,"installMethods":411,"rationale":412,"selectedPaths":413,"source":322,"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",[414],{"path":337,"priority":316},{"basePath":416,"description":417,"displayName":418,"installMethods":419,"rationale":420,"selectedPaths":421,"source":322,"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",[422],{"path":337,"priority":316},{"sources":424},[425],"manual",{"closedIssues90d":232,"description":262,"forks":233,"homepage":427,"license":237,"openIssues90d":232,"pushedAt":234,"readmeSize":230,"stars":235,"topics":428},"https://api.search.brave.com/",[],{"classifiedAt":430,"discoverAt":431,"extractAt":432,"githubAt":432,"updatedAt":430},1778683277818,1778683274239,1778683276157,[214,215,216,212,213],{"evaluatedAt":241,"extractAt":284,"updatedAt":435},1778683732231,[],[438,469,496,524,540,571],{"_creationTime":439,"_id":440,"community":441,"display":442,"identity":448,"providers":452,"relations":461,"tags":464,"workflow":465},1778694690188.7114,"k17f5djrtgcfht64yn209hdmqh86n8kv",{"reviewCount":8},{"description":443,"installMethods":444,"name":446,"sourceUrl":447},"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":445},"nostrband/ServiceGraph","find-cybersecurity-firm","https://github.com/nostrband/ServiceGraph",{"basePath":449,"githubOwner":450,"githubRepo":451,"locale":18,"slug":446,"type":246},"skills/find-cybersecurity-firm","nostrband","ServiceGraph",{"evaluate":453,"extract":460},{"promptVersionExtension":205,"promptVersionScoring":206,"score":454,"tags":455,"targetMarket":217,"tier":218},100,[456,457,458,459,214,213],"cybersecurity","servicegraph","business","procurement",{"commitSha":274},{"parentExtensionId":462,"repoId":463},"k170hexh2b1y2ab8gj4acbt6t186mmhn","kd73je8ge8dvxgqqy6nvhxz1e186nhcc",[214,458,456,459,213,457],{"evaluatedAt":466,"extractAt":467,"updatedAt":468},1778694766522,1778694690188,1778695093938,{"_creationTime":470,"_id":471,"community":472,"display":473,"identity":479,"providers":482,"relations":489,"tags":491,"workflow":492},1778692220267.4014,"k173ztaywbkajjk9gqy90n98fx86mnzf",{"reviewCount":8},{"description":474,"installMethods":475,"name":477,"sourceUrl":478},"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":476},"LetsFG/LetsFG","flight-search","https://github.com/LetsFG/LetsFG",{"basePath":480,"githubOwner":481,"githubRepo":481,"locale":18,"slug":477,"type":246},"skills/flight-search","LetsFG",{"evaluate":483,"extract":488},{"promptVersionExtension":205,"promptVersionScoring":206,"score":454,"tags":484,"targetMarket":217,"tier":218},[485,486,487,214,213],"flights","travel","booking",{"commitSha":274},{"repoId":490},"kd7d4mhwkp3k1m28hz28hyn2dd86mm88",[214,487,485,213,486],{"evaluatedAt":493,"extractAt":494,"updatedAt":495},1778692265291,1778692220267,1778692489923,{"_creationTime":497,"_id":498,"community":499,"display":500,"identity":506,"providers":510,"relations":517,"tags":520,"workflow":521},1778699234184.6135,"k175frmf44tn80mcd6gvw1c1th86ngq9",{"reviewCount":8},{"description":501,"installMethods":502,"name":504,"sourceUrl":505},"Invoke parallel document-specialist agents for external web searches and documentation lookup",{"claudeCode":503},"Yeachan-Heo/oh-my-claudecode","external-context","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":507,"githubOwner":508,"githubRepo":509,"locale":18,"slug":504,"type":246},"skills/external-context","Yeachan-Heo","oh-my-claudecode",{"evaluate":511,"extract":516},{"promptVersionExtension":205,"promptVersionScoring":206,"score":454,"tags":512,"targetMarket":217,"tier":218},[213,513,514,216,515],"documentation","research","multi-agent",{"commitSha":274},{"parentExtensionId":518,"repoId":519},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[513,216,515,514,213],{"evaluatedAt":522,"extractAt":523,"updatedAt":522},1778699449790,1778699234184,{"_creationTime":525,"_id":526,"community":527,"display":528,"identity":530,"providers":531,"relations":535,"tags":536,"workflow":537},1778683278012.447,"k17f0kk29shkzcc956nyab4w9s86meb9",{"reviewCount":8},{"description":417,"installMethods":529,"name":418,"sourceUrl":14},{"claudeCode":12},{"basePath":416,"githubOwner":215,"githubRepo":244,"locale":18,"slug":418,"type":246},{"evaluate":532,"extract":534},{"promptVersionExtension":205,"promptVersionScoring":206,"score":454,"tags":533,"targetMarket":217,"tier":218},[213,418,214,264,216],{"commitSha":274},{"parentExtensionId":249,"repoId":280},[214,264,216,213,418],{"evaluatedAt":538,"extractAt":284,"updatedAt":539},1778683556020,1778683733107,{"_creationTime":541,"_id":542,"community":543,"display":544,"identity":550,"providers":553,"relations":563,"tags":566,"workflow":567},1778699170774.1592,"k172e8vt4zcz50bb0vfp6ptb1n86mf90",{"reviewCount":8},{"description":545,"installMethods":546,"name":548,"sourceUrl":549},"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":547},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":551,"githubOwner":552,"githubRepo":548,"locale":18,"slug":548,"type":246},"skills/x-twitter-scraper","Xquik-dev",{"evaluate":554,"extract":562},{"promptVersionExtension":205,"promptVersionScoring":206,"score":454,"tags":555,"targetMarket":217,"tier":218},[556,557,214,558,559,560,561],"twitter","x","data-retrieval","automation","mcp","sdk",{"commitSha":274},{"parentExtensionId":564,"repoId":565},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh",[214,559,558,560,561,556,557],{"evaluatedAt":568,"extractAt":569,"updatedAt":570},1778699230863,1778699170774,1778699296021,{"_creationTime":572,"_id":573,"community":574,"display":575,"identity":581,"providers":585,"relations":591,"tags":593,"workflow":594},1778697652123.8982,"k175ckmrqc4x6sjm90k7ejbj3s86ntxs",{"reviewCount":8},{"description":576,"installMethods":577,"name":579,"sourceUrl":580},"Use the Slack tool to react, pin/unpin, send, edit, delete messages, or fetch Slack member info.",{"claudeCode":578},"steipete/clawdis","slack","https://github.com/steipete/clawdis",{"basePath":582,"githubOwner":583,"githubRepo":584,"locale":18,"slug":579,"type":246},"skills/slack","steipete","clawdis",{"evaluate":586,"extract":590},{"promptVersionExtension":205,"promptVersionScoring":206,"score":454,"tags":587,"targetMarket":217,"tier":218},[579,588,589,559,214],"messaging","communication",{"commitSha":274},{"repoId":592},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[214,559,589,588,579],{"evaluatedAt":595,"extractAt":596,"updatedAt":595},1778698950505,1778697652123]