Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add opensearch-project/opensearch-agent-skills --skill searchgit clone --depth 1 https://github.com/opensearch-project/opensearch-agent-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/opensearch-project/opensearch-agent-skills/search)<a href="https://agentmods.dev/skills/opensearch-project/opensearch-agent-skills/search"><img src="https://agentmods.dev/badge/skills/opensearch-project/opensearch-agent-skills/search/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/opensearch-project/opensearch-agent-skills/search"><img src="https://agentmods.dev/badge/skills/opensearch-project/opensearch-agent-skills/search.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00071 | $0.00268 |
| Opus 5 | $0.00036 | $0.00134 |
| Sonnet 5 | $0.00014 | $0.00054 |
| Haiku 4.5 | $0.00007 | $0.00027 |
Grade A, and why
search scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Search
Category skill for building search applications with OpenSearch.
Skills
| Skill | Description |
|---|---|
| opensearch-launchpad | End-to-end search application builder — from sample data to a running search UI with BM25, semantic, hybrid, or agentic search |
When to Use
Read opensearch-launchpad/SKILL.md when the user wants to:
- Build a new search application
- Set up an OpenSearch index with a specific search strategy
- Deploy ML models for semantic or hybrid search
- Evaluate and tune search quality
- Process documents (PDF, DOCX) for search ingestion
What ships with it
8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- opensearch-launchpad/agentic_search_guide.md 11 KB
- opensearch-launchpad/dense_vector_models.md 5.7 KB
- opensearch-launchpad/evaluation_guide.md 12 KB
- opensearch-launchpad/local_ase.md 1.7 KB
- opensearch-launchpad/opensearch_semantic_search_guide.md 18 KB
- opensearch-launchpad/SKILL.md 9.1 KB
- opensearch-launchpad/sparse_vector_models.md 4.9 KB
- opensearch-launchpad/unstructured_preset.md 1.7 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 33 lines · 71 tokens per session scan A c02706065e05
search is a skill published in the GitHub repository opensearch-project/opensearch-agent-skills (52 stars, last pushed 10d ago), licensed Apache-2.0. It adds 71 tokens to every session and 268 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
azure-search-documents-dotnet
Azure AI Search SDK for .NET (Azure.Search.Documents). Use for building search applications with full-text, vector, semantic, and hybrid search. Covers SearchClient (queries, document CRUD), SearchIndexClient (index management), and SearchIndexerClient (indexers, skillsets). Triggers: "Azure Search .NET"…
azure-search-documents-ts
Build search applications using Azure AI Search SDK for JavaScript (@azure/search-documents). Use when creating/managing indexes, implementing vector/hybrid search, semantic ranking, or building agentic retrieval with knowledge bases.
convex-agent
Add an AI agent / RAG backend (@convex-dev/agent) to the Convex app.
wegent-knowledge
Knowledge base management and search tools for Wegent. Provides capabilities to list, create, update, and search knowledge bases and documents using RAG retrieval. Use this skill when the user wants to manage knowledge bases, documents, or search for information programmatically.
langchain4j-spring-boot-integration
Provides integration patterns for LangChain4j with Spring Boot. Configures AI model beans, sets up chat memory with Spring context, integrates RAG pipelines with Spring Data, and handles auto-configuration, dependency injection, and Spring ecosystem integration. Use when embedding LangChain4j into Spring Boot…
azure-search-documents-py
Full-text, vector, and hybrid search with AI enrichment capabilities.