[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-brave-spellcheck-en":3,"guides-for-brave-spellcheck":433,"similar-k17484yr0cw30rmhcawg39mje986nwyt-en":434},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":237,"isFallback":221,"parentExtension":242,"providers":296,"relations":300,"repo":301,"tags":430,"workflow":431},1778683278012.4463,"k17484yr0cw30rmhcawg39mje986nwyt",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"brave/brave-search-skills","spellcheck","https://github.com/brave/brave-search-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":219,"workflow":235},1778683494534.1365,"kn75ft2a1ej6zhmq7qa1vqfw2h86nh24","en",{"checks":20,"evaluatedAt":191,"extensionSummary":192,"features":193,"nonGoals":198,"promptVersionExtension":202,"promptVersionScoring":203,"purpose":204,"rationale":205,"score":206,"summary":207,"tags":208,"targetMarket":213,"tier":214,"useCases":215},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,107,110,114,117,121,124,127,130,133,135,138,142,146,149,152,156,159,162,165,168,172,175,178,181,184,188],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of spell correction for search queries and identifies specific use cases like pre-search cleanup and 'Did you mean?' UI.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill addresses a specific need for query cleanup before search, which is a targeted utility beyond generic LLM capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a complete API interaction for spell checking with clear parameters, authentication, and response handling, suitable for immediate workflow integration.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused solely on spell correction for queries, with no indication of unrelated capabilities.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description is concise, accurate, and directly reflects the skill's functionality as detailed in the SKILL.md.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill exposes a single, well-defined tool (`spellcheck/search`) with specific parameters, adhering to the principle of narrow verb-noun specialization.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All parameters (`q`, `lang`, `country`) are clearly documented with their types, requirements, and defaults, along with API key authentication details.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tool name `spellcheck/search` is descriptive and aligned with the skill's domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Input parameters (`q`, `lang`, `country`) are specific to the task, and the response fields (`type`, `query.original`, `results[]`) are directly relevant to spellcheck suggestions.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the MIT license, as indicated by the LICENSE file and README.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on 2026-04-23, which is within the last 3 months.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill 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, which is handled via an environment variable and documented in setup instructions, preventing direct exposure in the code or output.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill interacts with a well-defined API and does not appear to load or execute untrusted third-party data.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on a direct API call to Brave Search and does not fetch external code or data at runtime.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill makes an external API call and does not appear to modify any files or paths outside of its expected operation.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached processes or retry loops around denied calls were found.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill makes an outbound call to the Brave Search API for its intended purpose, with no indication of exfiltrating confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","Bundled content is free of hidden-steering tricks, and descriptions are clean.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's implementation appears to be plain, readable code making direct API calls, without obfuscation.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill makes no assumptions about the user's project structure, only requiring an API key.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","Open issues: 2 (last 90d). Closed issues: 2 (last 90d). The closure rate is 50%, indicating active maintenance.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The repository is actively maintained with recent commits and a clear MIT license, though explicit versioning beyond the commit hash is not present in the SKILL.md frontmatter.",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","Input parameters (`q`, `lang`, `country`) are validated by the API endpoint, and the API's response structure is clearly defined.",{"category":66,"check":108,"severity":63,"summary":109},"Unguarded Destructive Operations","The skill is read-only and does not perform any destructive operations.",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","The API documentation specifies structured error responses, and the skill's implementation should handle these, providing a basis for meaningful error reporting.",{"category":111,"check":115,"severity":63,"summary":116},"Logging","As the skill is read-only and relies on API calls, extensive local logging is not a primary concern or requirement.",{"category":118,"check":119,"severity":24,"summary":120},"Compliance","GDPR","The skill processes search queries, which may contain personal data, but the data is sent to the Brave Search API for processing and not stored or further exfiltrated.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill is global in scope and does not encode any specific regional logic, with the `targetMarket` field correctly defaulting to 'global'.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill is a straightforward API wrapper, making it highly portable across different environments that can make HTTP requests.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README file provides comprehensive installation, configuration, and usage instructions for various agents and environments.",{"category":33,"check":131,"severity":63,"summary":132},"Tool surface size","This is a single-tool extension.",{"category":40,"check":134,"severity":63,"summary":132},"Overlapping near-synonym tools",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as spell correction and API interaction, are implemented and available through the defined API endpoint.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear, copy-pasteable installation instructions for multiple agents, including API key setup.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The Brave Search API documentation outlines structured error responses, which the skill should pass through, providing a basis for actionable messages.",{"category":104,"check":147,"severity":63,"summary":148},"Pinned dependencies","The skill does not rely on external package dependencies; it is a direct API call.",{"category":33,"check":150,"severity":63,"summary":151},"Dry-run preview","The skill performs a read-only operation (spell checking) and does not have state-changing effects that would require a dry-run feature.",{"category":153,"check":154,"severity":24,"summary":155},"Protocol","Idempotent retry & timeouts","The skill makes an API call which should ideally be idempotent or handled by the API provider. The API documentation implies structured error handling which would include timeouts.",{"category":118,"check":157,"severity":24,"summary":158},"Telemetry opt-in","There is no indication of telemetry being collected or transmitted by this skill; it is a direct API interaction.",{"category":40,"check":160,"severity":24,"summary":161},"Precise Purpose","The skill's purpose and use cases (pre-search query cleanup, 'Did you mean?' UI) are clearly stated in the description, making its function and target user immediately obvious.",{"category":40,"check":163,"severity":24,"summary":164},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the core capability for routing.",{"category":44,"check":166,"severity":24,"summary":167},"Concise Body","The SKILL.md is concise, focusing on essential API details and use cases, without excessive preamble or embedded bulk material.",{"category":169,"check":170,"severity":24,"summary":171},"Context","Progressive Disclosure","The SKILL.md is concise and does not embed large amounts of material that would require progressive disclosure.",{"category":169,"check":173,"severity":63,"summary":174},"Forked exploration","This skill performs a single API call and does not involve deep exploration that would require forked context.",{"category":22,"check":176,"severity":24,"summary":177},"Usage examples","The SKILL.md and README provide multiple clear, ready-to-use examples for different agents and scenarios, demonstrating invocation and expected output.",{"category":22,"check":179,"severity":24,"summary":180},"Edge cases","The SKILL.md documents parameters like `lang` and `country` with supported values and implies error handling for API responses, covering potential edge cases.",{"category":111,"check":182,"severity":63,"summary":183},"Tool Fallback","This skill relies directly on the Brave Search API and does not use optional external tools or MCP servers.",{"category":185,"check":186,"severity":24,"summary":187},"Safety","Halt on unexpected state","The skill relies on API responses, and the documentation implies that errors will be reported, allowing the agent to halt if unexpected states occur.",{"category":92,"check":189,"severity":24,"summary":190},"Cross-skill coupling","The spellcheck skill operates standalone and does not implicitly rely on other skills; it is a self-contained utility.",1778683494141,"This skill provides spell correction for search queries by interacting with the Brave Search API. It returns corrected query suggestions based on user input, language, and country.",[194,195,196,197],"Spell correction for search queries","API integration with Brave Search","Configurable language and country","Returns corrected query suggestions",[199,200,201],"Performing general text editing or proofreading","Replacing built-in spellcheck functionality of search engines","Providing search results themselves","3.0.0","4.4.0","To pre-process user search queries by correcting any spelling mistakes, ensuring cleaner input for search endpoints or providing 'Did you mean?' suggestions.","The skill is well-documented, secure, and directly addresses a specific utility. The only minor points are the lack of explicit versioning beyond commit hash and reliance on API provider for some error handling nuances, but these do not detract from overall quality.",98,"A high-quality skill for accurate spell correction, well-integrated with a clear API.",[13,209,210,211,212],"search","api","text-correction","query-cleanup","global","verified",[216,217,218],"Cleaning up misspelled search queries before execution","Providing 'Did you mean?' suggestions in a UI","Normalizing user inputs in bulk for search",{"codeQuality":220,"collectedAt":222,"documentation":223,"maintenance":226,"security":231,"testCoverage":233},{"hasLockfile":221},false,1778683473019,{"descriptionLength":224,"readmeSize":225},178,12934,{"closedIssues90d":227,"forks":228,"hasChangelog":221,"openIssues90d":227,"pushedAt":229,"stars":230},2,9,1776949963000,128,{"hasNpmPackage":221,"license":232,"smitheryVerified":221},"MIT",{"hasCi":234,"hasTests":221},true,{"updatedAt":236},1778683494534,{"basePath":238,"githubOwner":239,"githubRepo":240,"locale":18,"slug":13,"type":241},"skills/spellcheck","brave","brave-search-skills","skill",{"_creationTime":243,"_id":244,"community":245,"display":246,"identity":249,"parentExtension":252,"providers":282,"relations":291,"tags":292,"workflow":293},1778683278012.444,"k171bmfye9bw6pddf7xqx1x8px86nvha",{"reviewCount":8},{"description":247,"installMethods":248,"name":240,"sourceUrl":14},"Official Brave Search API skills for AI coding agents",{"claudeCode":240},{"basePath":250,"githubOwner":239,"githubRepo":240,"locale":18,"slug":240,"type":251},"","plugin",{"_creationTime":253,"_id":254,"community":255,"display":256,"identity":260,"providers":262,"relations":275,"tags":277,"workflow":278},1778683278012.4438,"k17av0qd1ak7nzh8e6f33zfjen86nc20",{"reviewCount":8},{"description":257,"installMethods":258,"name":259,"sourceUrl":14},"Official skills for using Brave Search API with AI coding agents.",{"claudeCode":12},"brave-search",{"basePath":250,"githubOwner":239,"githubRepo":240,"locale":18,"slug":240,"type":261},"marketplace",{"evaluate":263,"extract":269},{"promptVersionExtension":264,"promptVersionScoring":203,"score":265,"tags":266,"targetMarket":213,"tier":214},"3.1.0",97,[209,210,239,267,268],"llm","rag",{"commitSha":270,"marketplace":271,"plugin":273},"HEAD",{"name":259,"pluginCount":272},1,{"mcpCount":8,"provider":274,"skillCount":8},"classify",{"repoId":276},"kd79z9gj68csgw1td4cjr71d8x86nhc0",[210,239,267,268,209],{"evaluatedAt":279,"extractAt":280,"updatedAt":281},1778683292724,1778683278012,1778683730140,{"evaluate":283,"extract":288},{"promptVersionExtension":202,"promptVersionScoring":203,"score":284,"tags":285,"targetMarket":213,"tier":214},99,[209,210,286,268,267,287],"information-retrieval","cli",{"commitSha":270,"plugin":289},{"mcpCount":8,"provider":274,"skillCount":290},11,{"parentExtensionId":254,"repoId":276},[210,287,286,267,268,209],{"evaluatedAt":294,"extractAt":280,"updatedAt":295},1778683314624,1778683730327,{"evaluate":297,"extract":299},{"promptVersionExtension":202,"promptVersionScoring":203,"score":206,"tags":298,"targetMarket":213,"tier":214},[13,209,210,211,212],{"commitSha":270},{"parentExtensionId":244,"repoId":276},{"_creationTime":302,"_id":276,"identity":303,"providers":304,"workflow":426},1778683274239.3813,{"githubOwner":239,"githubRepo":240,"sourceUrl":14},{"classify":305,"discover":420,"github":423},{"commitSha":270,"extensions":306},[307,320,326,335,343,351,359,367,375,383,391,396,404,412],{"basePath":250,"displayName":259,"installMethods":308,"rationale":309,"selectedPaths":310,"source":319,"sourceLanguage":18,"type":261},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[311,314,316],{"path":312,"priority":313},".claude-plugin/marketplace.json","mandatory",{"path":315,"priority":313},"README.md",{"path":317,"priority":318},"LICENSE","high","rule",{"basePath":250,"description":247,"displayName":240,"installMethods":321,"rationale":322,"selectedPaths":323,"source":319,"sourceLanguage":18,"type":251},{"claudeCode":240},"inline plugin source from marketplace.json at /",[324,325],{"path":315,"priority":313},{"path":317,"priority":318},{"basePath":327,"description":328,"displayName":329,"installMethods":330,"rationale":331,"selectedPaths":332,"source":319,"sourceLanguage":18,"type":241},"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",[333],{"path":334,"priority":313},"SKILL.md",{"basePath":336,"description":337,"displayName":338,"installMethods":339,"rationale":340,"selectedPaths":341,"source":319,"sourceLanguage":18,"type":241},"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",[342],{"path":334,"priority":313},{"basePath":344,"description":345,"displayName":346,"installMethods":347,"rationale":348,"selectedPaths":349,"source":319,"sourceLanguage":18,"type":241},"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",[350],{"path":334,"priority":313},{"basePath":352,"description":353,"displayName":354,"installMethods":355,"rationale":356,"selectedPaths":357,"source":319,"sourceLanguage":18,"type":241},"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",[358],{"path":334,"priority":313},{"basePath":360,"description":361,"displayName":362,"installMethods":363,"rationale":364,"selectedPaths":365,"source":319,"sourceLanguage":18,"type":241},"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",[366],{"path":334,"priority":313},{"basePath":368,"description":369,"displayName":370,"installMethods":371,"rationale":372,"selectedPaths":373,"source":319,"sourceLanguage":18,"type":241},"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",[374],{"path":334,"priority":313},{"basePath":376,"description":377,"displayName":378,"installMethods":379,"rationale":380,"selectedPaths":381,"source":319,"sourceLanguage":18,"type":241},"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",[382],{"path":334,"priority":313},{"basePath":384,"description":385,"displayName":386,"installMethods":387,"rationale":388,"selectedPaths":389,"source":319,"sourceLanguage":18,"type":241},"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",[390],{"path":334,"priority":313},{"basePath":238,"description":10,"displayName":13,"installMethods":392,"rationale":393,"selectedPaths":394,"source":319,"sourceLanguage":18,"type":241},{"claudeCode":12},"SKILL.md frontmatter at skills/spellcheck/SKILL.md",[395],{"path":334,"priority":313},{"basePath":397,"description":398,"displayName":399,"installMethods":400,"rationale":401,"selectedPaths":402,"source":319,"sourceLanguage":18,"type":241},"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",[403],{"path":334,"priority":313},{"basePath":405,"description":406,"displayName":407,"installMethods":408,"rationale":409,"selectedPaths":410,"source":319,"sourceLanguage":18,"type":241},"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",[411],{"path":334,"priority":313},{"basePath":413,"description":414,"displayName":415,"installMethods":416,"rationale":417,"selectedPaths":418,"source":319,"sourceLanguage":18,"type":241},"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",[419],{"path":334,"priority":313},{"sources":421},[422],"manual",{"closedIssues90d":227,"description":257,"forks":228,"homepage":424,"license":232,"openIssues90d":227,"pushedAt":229,"readmeSize":225,"stars":230,"topics":425},"https://api.search.brave.com/",[],{"classifiedAt":427,"discoverAt":428,"extractAt":429,"githubAt":429,"updatedAt":427},1778683277818,1778683274239,1778683276157,[210,212,209,13,211],{"evaluatedAt":236,"extractAt":280,"updatedAt":432},1778683732482,[],[435,466,493,524,550,569],{"_creationTime":436,"_id":437,"community":438,"display":439,"identity":445,"providers":449,"relations":458,"tags":461,"workflow":462},1778694690188.7114,"k17f5djrtgcfht64yn209hdmqh86n8kv",{"reviewCount":8},{"description":440,"installMethods":441,"name":443,"sourceUrl":444},"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":442},"nostrband/ServiceGraph","find-cybersecurity-firm","https://github.com/nostrband/ServiceGraph",{"basePath":446,"githubOwner":447,"githubRepo":448,"locale":18,"slug":443,"type":241},"skills/find-cybersecurity-firm","nostrband","ServiceGraph",{"evaluate":450,"extract":457},{"promptVersionExtension":202,"promptVersionScoring":203,"score":451,"tags":452,"targetMarket":213,"tier":214},100,[453,454,455,456,210,209],"cybersecurity","servicegraph","business","procurement",{"commitSha":270},{"parentExtensionId":459,"repoId":460},"k170hexh2b1y2ab8gj4acbt6t186mmhn","kd73je8ge8dvxgqqy6nvhxz1e186nhcc",[210,455,453,456,209,454],{"evaluatedAt":463,"extractAt":464,"updatedAt":465},1778694766522,1778694690188,1778695093938,{"_creationTime":467,"_id":468,"community":469,"display":470,"identity":476,"providers":479,"relations":486,"tags":488,"workflow":489},1778692220267.4014,"k173ztaywbkajjk9gqy90n98fx86mnzf",{"reviewCount":8},{"description":471,"installMethods":472,"name":474,"sourceUrl":475},"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":473},"LetsFG/LetsFG","flight-search","https://github.com/LetsFG/LetsFG",{"basePath":477,"githubOwner":478,"githubRepo":478,"locale":18,"slug":474,"type":241},"skills/flight-search","LetsFG",{"evaluate":480,"extract":485},{"promptVersionExtension":202,"promptVersionScoring":203,"score":451,"tags":481,"targetMarket":213,"tier":214},[482,483,484,210,209],"flights","travel","booking",{"commitSha":270},{"repoId":487},"kd7d4mhwkp3k1m28hz28hyn2dd86mm88",[210,484,482,209,483],{"evaluatedAt":490,"extractAt":491,"updatedAt":492},1778692265291,1778692220267,1778692489923,{"_creationTime":494,"_id":495,"community":496,"display":497,"identity":503,"providers":506,"relations":516,"tags":519,"workflow":520},1778699170774.1592,"k172e8vt4zcz50bb0vfp6ptb1n86mf90",{"reviewCount":8},{"description":498,"installMethods":499,"name":501,"sourceUrl":502},"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":500},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":504,"githubOwner":505,"githubRepo":501,"locale":18,"slug":501,"type":241},"skills/x-twitter-scraper","Xquik-dev",{"evaluate":507,"extract":515},{"promptVersionExtension":202,"promptVersionScoring":203,"score":451,"tags":508,"targetMarket":213,"tier":214},[509,510,210,511,512,513,514],"twitter","x","data-retrieval","automation","mcp","sdk",{"commitSha":270},{"parentExtensionId":517,"repoId":518},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh",[210,512,511,513,514,509,510],{"evaluatedAt":521,"extractAt":522,"updatedAt":523},1778699230863,1778699170774,1778699296021,{"_creationTime":525,"_id":526,"community":527,"display":528,"identity":534,"providers":538,"relations":544,"tags":546,"workflow":547},1778697652123.8982,"k175ckmrqc4x6sjm90k7ejbj3s86ntxs",{"reviewCount":8},{"description":529,"installMethods":530,"name":532,"sourceUrl":533},"Use the Slack tool to react, pin/unpin, send, edit, delete messages, or fetch Slack member info.",{"claudeCode":531},"steipete/clawdis","slack","https://github.com/steipete/clawdis",{"basePath":535,"githubOwner":536,"githubRepo":537,"locale":18,"slug":532,"type":241},"skills/slack","steipete","clawdis",{"evaluate":539,"extract":543},{"promptVersionExtension":202,"promptVersionScoring":203,"score":451,"tags":540,"targetMarket":213,"tier":214},[532,541,542,512,210],"messaging","communication",{"commitSha":270},{"repoId":545},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[210,512,542,541,532],{"evaluatedAt":548,"extractAt":549,"updatedAt":548},1778698950505,1778697652123,{"_creationTime":551,"_id":552,"community":553,"display":554,"identity":558,"providers":560,"relations":565,"tags":566,"workflow":567},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":555,"installMethods":556,"name":557,"sourceUrl":533},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":531},"github",{"basePath":559,"githubOwner":536,"githubRepo":537,"locale":18,"slug":557,"type":241},"skills/github",{"evaluate":561,"extract":564},{"promptVersionExtension":202,"promptVersionScoring":203,"score":451,"tags":562,"targetMarket":213,"tier":214},[557,287,210,563,512],"developer-tools",{"commitSha":270},{"repoId":545},[210,512,287,563,557],{"evaluatedAt":568,"extractAt":549,"updatedAt":568},1778698569289,{"_creationTime":570,"_id":571,"community":572,"display":573,"identity":579,"providers":583,"relations":591,"tags":593,"workflow":594},1778696993586.708,"k17fsfrfvbnsvwkcqp8y85wdad86mmwq",{"reviewCount":8},{"description":574,"installMethods":575,"name":577,"sourceUrl":578},"Stop and consult this skill whenever your response would include specific facts about Anthropic's products. Covers: Claude Code (how to install, Node.js requirements, platform/OS support, MCP server integration, configuration), Claude API (function calling/tool use, batch processing, SDK usage, rate limits, pricing, models, streaming), and Claude.ai (Pro vs Team vs Enterprise plans, feature limits). Trigger this even for coding tasks that use the Anthropic SDK, content creation mentioning Claude capabilities or pricing, or LLM provider comparisons. Any time you would otherwise rely on memory for Anthropic product details, verify here instead — your training data may be outdated or wrong.",{"claudeCode":576},"SeifBenayed/claude-code-sdk","product-self-knowledge","https://github.com/SeifBenayed/claude-code-sdk",{"basePath":580,"githubOwner":581,"githubRepo":582,"locale":18,"slug":577,"type":241},".claude/skills/product-self-knowledge","SeifBenayed","claude-code-sdk",{"evaluate":584,"extract":590},{"promptVersionExtension":202,"promptVersionScoring":203,"score":451,"tags":585,"targetMarket":213,"tier":214},[586,587,588,210,514,589],"anthropic","documentation","claude","knowledge-base",{"commitSha":270},{"repoId":592},"kd78s53c1852h5p7c3qem663xs86njab",[586,210,588,587,589,514],{"evaluatedAt":595,"extractAt":596,"updatedAt":595},1778697182451,1778696993586]