search

search is a skill for Claude Code from opensearch-project/opensearch-agent-skills. It costs 71 tokens per session (268 once invoked), scanned A, original, Apache-2.0.

A guide for building search applications with OpenSearch, a system that indexes data so applications can find relevant results. It covers keyword, meaning-based, combined, and agent-assisted search approaches.

In plain words
What is it for?
Creating search applications, setting up indexes, processing PDF or DOCX files, deploying search models, and evaluating search quality.
Why use it?
It gives a structured path from search data and indexes to a working search interface and quality checks.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the opensearch-agent-skills plugin — 13 skills shipped together

Good fit Creating search applications, setting up indexes, processing PDF or DOCX files, deploying search models, and evaluating search quality.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/opensearch-project/opensearch-agent-skills/search
Install

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.

Any agent
npx skills add opensearch-project/opensearch-agent-skills --skill search
Clone the repo
git clone --depth 1 https://github.com/opensearch-project/opensearch-agent-skills

Made for: Claude Code.

Or install opensearch-agent-skills, the plugin that ships this one along with the rest of its 13 skills.

Wrote 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.

agentmods badge for search

README.md
[![agentmods](https://agentmods.dev/badge/skills/opensearch-project/opensearch-agent-skills/search/github.svg)](https://agentmods.dev/skills/opensearch-project/opensearch-agent-skills/search)
Your own site
<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.

agentmods 80×15 button for search

Your own site · 80×15
<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>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 268 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 12d ago against content hash c02706065e05, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

skills/opensearch-skills/search/SKILL.md · 33 lines

What it actually says

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
Changes

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.

  1. 12d ago First seen · 33 lines · 71 tokens per session scan A c02706065e05

Subscribe to this mod's changes

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.

Related

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"…

microsoft/skills · 102 tokens

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.

microsoft/skills · 48 tokens

convex-agent

Add an AI agent / RAG backend (@convex-dev/agent) to the Convex app.

openclaw/clawhub · 25 tokens

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.

wecode-ai/Wegent · 51 tokens

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…

giuseppe-trisciuoglio/developer-kit · 88 tokens

azure-search-documents-py

Full-text, vector, and hybrid search with AI enrichment capabilities.

benjaminasterA/antigravity-awesome-skills · 0 tokens