[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-brave-answers-en":3,"guides-for-brave-answers":436,"similar-k177p9h6ym9xfp05t0bdgm6jdh86mvtv-en":437},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":241,"isFallback":225,"parentExtension":247,"providers":299,"relations":303,"repo":304,"tags":433,"workflow":434},1778683278012.4446,"k177p9h6ym9xfp05t0bdgm6jdh86mvtv",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"brave/brave-search-skills","Answers","https://github.com/brave/brave-search-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":239},1778683356125.56,"kn70ekmssm8zz9e68h180nn6fx86mq75","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":216,"tier":217,"useCases":218},[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,113,116,120,123,126,129,132,135,138,142,146,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 providing AI-grounded answers and specifies the OpenAI-compatible endpoint.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers two distinct modes (single-search and deep research) and supports features like citations and streaming, providing value beyond a basic LLM call.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a complete API endpoint for chat completions with clear documentation, examples, and parameter descriptions, enabling immediate use.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on providing AI-grounded answers via a specific API endpoint, with distinct modes for single-search and deep research, maintaining a coherent scope.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description is concise, accurate, and effectively communicates the skill's core functionality and modes.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill exposes a single, well-defined API endpoint for chat completions, adhering to the principle of narrow verb-noun tools.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All parameters for both single-search and research modes are clearly documented with types, requirements, and defaults.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The skill's primary tool is the `/chat/completions` endpoint, which is standard and descriptive within the OpenAI API context.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The input parameters are well-defined and specific to the chat completions API, and the output formats (blocking and streaming) are standard and documented.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the MIT License, a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The latest commit was on April 23, 2026, indicating recent maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The extension does not appear to use third-party dependencies.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The README clearly instructs users to use environment variables or agent-native config for API keys, rather than hardcoding them.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill interacts with a defined API endpoint and does not appear to load or execute untrusted external data as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill interacts with a documented API endpoint and does not fetch external code or content at runtime.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill's functionality is confined to making API calls and does not involve file system modifications outside its intended scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached processes or deny-retry loops were observed.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill makes documented outbound calls to the Brave Search API and does not exhibit any suspicious data exfiltration patterns.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content is free of hidden steering tricks and employs standard printable characters.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's implementation relies on standard API calls and does not involve obfuscated or dynamically executed code.",{"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","With 2 open and 2 closed issues in the last 90 days, the maintainer engagement appears active.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The extension uses a `main` branch for installation via `curl`, but the commit date indicates recent development, and the MIT license is clearly stated.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The skill utilizes standard OpenAI API parameters, which are expected to be validated by the API itself. No custom scripts requiring validation were observed.",{"category":66,"check":108,"severity":63,"summary":109},"Unguarded Destructive Operations","The skill is read-only and does not perform any destructive operations.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The skill leverages the OpenAI API's error handling and response formats, which are well-defined and structured.",{"category":104,"check":114,"severity":63,"summary":115},"Logging","The skill is a client for an external API and does not perform actions that require local audit logging.",{"category":117,"check":118,"severity":63,"summary":119},"Compliance","GDPR","The skill does not operate on personal data; it makes API calls to Brave Search.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill is designed for global use, with configurable country and language parameters for search queries.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill relies on standard API calls and the OpenAI SDK, making it portable across different environments supporting these.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README is comprehensive, detailing prerequisites, installation for multiple agents, available skills, and usage examples.",{"category":33,"check":130,"severity":63,"summary":131},"Tool surface size","This is a single-tool extension accessed via the `/chat/completions` endpoint.",{"category":40,"check":133,"severity":63,"summary":134},"Overlapping near-synonym tools","The extension exposes a single API endpoint, so there are no overlapping tools.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as single-search, research mode, streaming, and citations, are implemented and documented.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides detailed installation instructions for various agents, including copy-pasteable curl commands and marketplace/plugin options.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The skill relies on the OpenAI API's standard error responses, which include error codes and messages that are generally actionable.",{"category":147,"check":148,"severity":63,"summary":149},"Execution","Pinned dependencies","The skill itself does not bundle scripts with dependencies; it relies on the agent's environment and the OpenAI SDK.",{"category":33,"check":151,"severity":63,"summary":152},"Dry-run preview","The skill is a read-only API client and does not have state-changing operations that would require a dry-run mode.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The skill defers to the OpenAI API's handling of retries and timeouts. The README recommends a client timeout of at least 30s for single-search and 300s for research.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The skill makes API calls to Brave Search; telemetry would be handled by the agent or Brave's API, not by the skill itself. No opt-out telemetry is evident.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly defines the purpose (AI-grounded answers via OpenAI-compatible completions) and use cases (single-search, deep research, citations, streaming) with specific verbs and nouns.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise and directly states the core functionality and OpenAI compatibility.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured and under 500 lines, deferring detailed API parameters and examples to separate sections.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md efficiently presents core information and delegates detailed parameter lists and usage examples to distinct sections.",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","This skill is a direct API client and does not involve exploration or code review that would necessitate `context: fork`.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md and README provide clear, runnable examples for blocking, streaming with citations, and research modes using cURL and Python.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The SKILL.md documents constraints and error conditions, such as parameter incompatibilities and required API keys.",{"category":104,"check":183,"severity":63,"summary":184},"Tool Fallback","This skill is a direct API client and does not rely on external tools like an MCP server with fallbacks.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill relies on the API's validation for input, and the documentation notes constraints and error conditions that would halt the process.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and does not rely on other skills; it is a direct API client.",1778683356019,"This skill is a client for the Brave Search API's chat completions endpoint, offering AI-grounded answers with support for single-search, deep research, streaming, and citations. It is designed to be compatible with the OpenAI SDK.",[195,196,197,198,199],"AI-grounded answers via OpenAI-compatible /chat/completions","Two modes: single-search (fast) and deep research (thorough multi-search)","Supports streaming and blocking responses","Includes inline citations","OpenAI SDK compatibility",[201,202,203],"Performing local code execution or file system operations","Acting as a general-purpose web browser","Providing raw search results without AI synthesis (unless using a dedicated `llm-context` skill)","3.0.0","4.4.0","Provide AI-grounded answers and conduct deep research using the Brave Search API, acting as a drop-in replacement for OpenAI's chat completions endpoint.","Excellent documentation and implementation quality, with comprehensive examples and clear API usage instructions. No critical or warning findings.",97,"A high-quality skill providing AI-grounded answers via an OpenAI-compatible API.",[211,212,213,214,215],"ai","llm","api","search","openai","global","verified",[219,220,221,222],"Chat interface integration as an OpenAI SDK replacement","Deep research and comprehensive topic synthesis","Providing cited answers for AI-grounded responses","Seamlessly integrating web search into LLM workflows",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"security":235,"testCoverage":237},{"hasLockfile":225},false,1778683338856,{"descriptionLength":228,"readmeSize":229},195,12934,{"closedIssues90d":231,"forks":232,"hasChangelog":225,"openIssues90d":231,"pushedAt":233,"stars":234},2,9,1776949963000,128,{"hasNpmPackage":225,"license":236,"smitheryVerified":225},"MIT",{"hasCi":238,"hasTests":225},true,{"updatedAt":240},1778683356125,{"basePath":242,"githubOwner":243,"githubRepo":244,"locale":18,"slug":245,"type":246},"skills/answers","brave","brave-search-skills","answers","skill",{"_creationTime":248,"_id":249,"community":250,"display":251,"identity":254,"parentExtension":257,"providers":285,"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":243,"githubRepo":244,"locale":18,"slug":244,"type":256},"","plugin",{"_creationTime":258,"_id":259,"community":260,"display":261,"identity":265,"providers":267,"relations":278,"tags":280,"workflow":281},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":243,"githubRepo":244,"locale":18,"slug":244,"type":266},"marketplace",{"evaluate":268,"extract":272},{"promptVersionExtension":269,"promptVersionScoring":205,"score":208,"tags":270,"targetMarket":216,"tier":217},"3.1.0",[214,213,243,212,271],"rag",{"commitSha":273,"marketplace":274,"plugin":276},"HEAD",{"name":264,"pluginCount":275},1,{"mcpCount":8,"provider":277,"skillCount":8},"classify",{"repoId":279},"kd79z9gj68csgw1td4cjr71d8x86nhc0",[213,243,212,271,214],{"evaluatedAt":282,"extractAt":283,"updatedAt":284},1778683292724,1778683278012,1778683730140,{"evaluate":286,"extract":291},{"promptVersionExtension":204,"promptVersionScoring":205,"score":287,"tags":288,"targetMarket":216,"tier":217},99,[214,213,289,271,212,290],"information-retrieval","cli",{"commitSha":273,"plugin":292},{"mcpCount":8,"provider":277,"skillCount":293},11,{"parentExtensionId":259,"repoId":279},[213,290,289,212,271,214],{"evaluatedAt":297,"extractAt":283,"updatedAt":298},1778683314624,1778683730327,{"evaluate":300,"extract":302},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":301,"targetMarket":216,"tier":217},[211,212,213,214,215],{"commitSha":273,"license":236},{"parentExtensionId":249,"repoId":279},{"_creationTime":305,"_id":279,"identity":306,"providers":307,"workflow":429},1778683274239.3813,{"githubOwner":243,"githubRepo":244,"sourceUrl":14},{"classify":308,"discover":423,"github":426},{"commitSha":273,"extensions":309},[310,323,329,338,343,351,359,367,375,383,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":242,"description":10,"displayName":245,"installMethods":339,"rationale":340,"selectedPaths":341,"source":322,"sourceLanguage":18,"type":246},{"claudeCode":12},"SKILL.md frontmatter at skills/answers/SKILL.md",[342],{"path":337,"priority":316},{"basePath":344,"description":345,"displayName":346,"installMethods":347,"rationale":348,"selectedPaths":349,"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",[350],{"path":337,"priority":316},{"basePath":352,"description":353,"displayName":354,"installMethods":355,"rationale":356,"selectedPaths":357,"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",[358],{"path":337,"priority":316},{"basePath":360,"description":361,"displayName":362,"installMethods":363,"rationale":364,"selectedPaths":365,"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",[366],{"path":337,"priority":316},{"basePath":368,"description":369,"displayName":370,"installMethods":371,"rationale":372,"selectedPaths":373,"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",[374],{"path":337,"priority":316},{"basePath":376,"description":377,"displayName":378,"installMethods":379,"rationale":380,"selectedPaths":381,"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",[382],{"path":337,"priority":316},{"basePath":384,"description":385,"displayName":386,"installMethods":387,"rationale":388,"selectedPaths":389,"source":322,"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",[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":231,"description":262,"forks":232,"homepage":427,"license":236,"openIssues90d":231,"pushedAt":233,"readmeSize":229,"stars":234,"topics":428},"https://api.search.brave.com/",[],{"classifiedAt":430,"discoverAt":431,"extractAt":432,"githubAt":432,"updatedAt":430},1778683277818,1778683274239,1778683276157,[211,213,212,215,214],{"evaluatedAt":240,"extractAt":283,"updatedAt":435},1778683730859,[],[438,470,499,529,556,587],{"_creationTime":439,"_id":440,"community":441,"display":442,"identity":448,"providers":453,"relations":462,"tags":465,"workflow":466},1778693539593.1858,"k171p5pgbfbm5g4k5sa3y4cj9s86m6hk",{"reviewCount":8},{"description":443,"installMethods":444,"name":446,"sourceUrl":447},"Domain knowledge for the Evolution Engine — LLM-powered autonomous strategy discovery from raw OHLCV data. Covers the generate-backtest-select-evolve loop, vectorized backtesting, out-of-sample validation, and strategy graduation. Use when discovering trading patterns, running backtests, evolving strategies, or reviewing evolution logs. Triggers on \"evolve\", \"discover patterns\", \"backtest\", \"evolution\", \"strategy generation\", \"candidate strategy\".",{"claudeCode":445},"mnemox-ai/tradememory-protocol","TradeMemory Protocol","https://github.com/mnemox-ai/tradememory-protocol",{"basePath":449,"githubOwner":450,"githubRepo":451,"locale":18,"slug":452,"type":246},"tradememory-plugin/skills/evolution-engine","mnemox-ai","tradememory-protocol","evolution-engine",{"evaluate":454,"extract":461},{"promptVersionExtension":204,"promptVersionScoring":205,"score":455,"tags":456,"targetMarket":216,"tier":217},100,[457,211,458,459,460,212],"trading","memory","audit","compliance",{"commitSha":273,"license":236},{"parentExtensionId":463,"repoId":464},"k170vxkqee48k2xq1v55a025nh86nzn7","kd73z11kfekksxyrs8ds0snacs86ncdy",[211,459,460,212,458,457],{"evaluatedAt":467,"extractAt":468,"updatedAt":469},1778693678813,1778693539593,1778693832942,{"_creationTime":471,"_id":472,"community":473,"display":474,"identity":480,"providers":485,"relations":492,"tags":495,"workflow":496},1778691104676.0042,"k17c25w174y6873nhdh566etts86mv7m",{"reviewCount":8},{"description":475,"installMethods":476,"name":478,"sourceUrl":479},"Transform images with resize, crop, smart crop, upscale, remove background, and 20+ operations.",{"claudeCode":477},"iterationlayer/skills","Image Transformation API","https://github.com/iterationlayer/skills",{"basePath":481,"githubOwner":482,"githubRepo":483,"locale":18,"slug":484,"type":246},"skills/image-transformation-api","iterationlayer","skills","image-transformation-api",{"evaluate":486,"extract":491},{"promptVersionExtension":204,"promptVersionScoring":205,"score":455,"tags":487,"targetMarket":216,"tier":217},[488,489,490,213,211],"image","transformation","editing",{"commitSha":273,"license":236},{"parentExtensionId":493,"repoId":494},"k1721s0xmp59902ybtpakrrffn86n10s","kd76p4g2qmtrkgx99cnab3683d86n4g8",[211,213,490,488,489],{"evaluatedAt":497,"extractAt":498,"updatedAt":497},1778693613399,1778691104676,{"_creationTime":500,"_id":501,"community":502,"display":503,"identity":509,"providers":513,"relations":521,"tags":524,"workflow":525},1778694690188.7114,"k17f5djrtgcfht64yn209hdmqh86n8kv",{"reviewCount":8},{"description":504,"installMethods":505,"name":507,"sourceUrl":508},"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":506},"nostrband/ServiceGraph","find-cybersecurity-firm","https://github.com/nostrband/ServiceGraph",{"basePath":510,"githubOwner":511,"githubRepo":512,"locale":18,"slug":507,"type":246},"skills/find-cybersecurity-firm","nostrband","ServiceGraph",{"evaluate":514,"extract":520},{"promptVersionExtension":204,"promptVersionScoring":205,"score":455,"tags":515,"targetMarket":216,"tier":217},[516,517,518,519,213,214],"cybersecurity","servicegraph","business","procurement",{"commitSha":273},{"parentExtensionId":522,"repoId":523},"k170hexh2b1y2ab8gj4acbt6t186mmhn","kd73je8ge8dvxgqqy6nvhxz1e186nhcc",[213,518,516,519,214,517],{"evaluatedAt":526,"extractAt":527,"updatedAt":528},1778694766522,1778694690188,1778695093938,{"_creationTime":530,"_id":531,"community":532,"display":533,"identity":539,"providers":542,"relations":549,"tags":551,"workflow":552},1778692220267.4014,"k173ztaywbkajjk9gqy90n98fx86mnzf",{"reviewCount":8},{"description":534,"installMethods":535,"name":537,"sourceUrl":538},"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":536},"LetsFG/LetsFG","flight-search","https://github.com/LetsFG/LetsFG",{"basePath":540,"githubOwner":541,"githubRepo":541,"locale":18,"slug":537,"type":246},"skills/flight-search","LetsFG",{"evaluate":543,"extract":548},{"promptVersionExtension":204,"promptVersionScoring":205,"score":455,"tags":544,"targetMarket":216,"tier":217},[545,546,547,213,214],"flights","travel","booking",{"commitSha":273},{"repoId":550},"kd7d4mhwkp3k1m28hz28hyn2dd86mm88",[213,547,545,214,546],{"evaluatedAt":553,"extractAt":554,"updatedAt":555},1778692265291,1778692220267,1778692489923,{"_creationTime":557,"_id":558,"community":559,"display":560,"identity":566,"providers":571,"relations":580,"tags":583,"workflow":584},1778696691708.3308,"k17d3c35ws96bb55ry97apwm5n86mqp2",{"reviewCount":8},{"description":561,"installMethods":562,"name":564,"sourceUrl":565},"Format prompts for different LLM providers with chat templates and HNSW-powered context retrieval",{"claudeCode":563},"ruvnet/ruflo","Chat Format","https://github.com/ruvnet/ruflo",{"basePath":567,"githubOwner":568,"githubRepo":569,"locale":18,"slug":570,"type":246},"plugins/ruflo-ruvllm/skills/chat-format","ruvnet","ruflo","chat-format",{"evaluate":572,"extract":579},{"promptVersionExtension":204,"promptVersionScoring":205,"score":455,"tags":573,"targetMarket":216,"tier":217},[212,574,271,575,215,576,577,578],"prompting","context-retrieval","anthropic","gemini","ollama",{"commitSha":273,"license":236},{"parentExtensionId":581,"repoId":582},"k17ekc0sj70ms9kgkkgr2ypr4s86mz40","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[576,575,577,212,578,215,574,271],{"evaluatedAt":585,"extractAt":586,"updatedAt":585},1778701390930,1778696691708,{"_creationTime":588,"_id":589,"community":590,"display":591,"identity":595,"providers":597,"relations":605,"tags":606,"workflow":607},1778696691708.2996,"k175z5j3knm69exj7qpfwy3e1586nh3w",{"reviewCount":8},{"description":592,"installMethods":593,"name":594,"sourceUrl":565},"Vector embeddings with HNSW indexing, sql.js persistence, and hyperbolic support. 75x faster with agentic-flow integration. Use when: semantic search, pattern matching, similarity queries, knowledge retrieval. Skip when: exact text matching, simple lookups, no semantic understanding needed.\n",{"claudeCode":563},"embeddings",{"basePath":596,"githubOwner":568,"githubRepo":569,"locale":18,"slug":594,"type":246},".agents/skills/embeddings",{"evaluate":598,"extract":604},{"promptVersionExtension":204,"promptVersionScoring":205,"score":287,"tags":599,"targetMarket":216,"tier":217},[594,600,601,602,211,214,603],"vector-search","hnsw","sql-js","retrieval",{"commitSha":273},{"repoId":582},[211,594,601,603,214,602,600],{"evaluatedAt":608,"extractAt":586,"updatedAt":608},1778698905205]