oma-search

Featured

Intent-based search router with trust scoring. Routes queries to optimal channels (Context7 docs, native web search, gh/glab code search, Serena local) and attaches domain trust labels. Use for search, find, lookup, reference, docs, code search, and web research.

AI & Automation 1,195 stars 136 forks Updated today MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Search Agent - Intent-Based Search Router ## Scheduling ### Goal Classify information-seeking requests, route them to the best search channel, attach trust labels, and return source-grounded results. ### Intent signature - User asks to search, find, look up, reference docs, inspect official documentation, search GitHub/GitLab code, or gather web research. - Another skill needs reusable search infrastructure with trust scoring. ### When to use - Finding official library/framework documentation - Web research for tutorials, examples, comparisons, and solutions - Searching GitHub/GitLab code for implementation patterns - Any query where the search channel is unclear (auto-routing) - Other skills needing search infrastructure (shared invocation) ### When NOT to use - Local codebase exploration only -> use Serena MCP directly - Git history or blame analysis -> use SCM Agent - Full architecture research -> use Architecture Agent (may invoke this skill internally) ### Expected inputs - Query string, intent hint, or explicit flags such as `--docs`, `--code`, `--web`, `--strict`, `--wide`, `--gitlab` - Optional required source type, recency, domain, or trust constraints ### Expected outputs - Ranked search results with route, source, trust label, and concise relevance summary - Fallback explanation when primary route fails - Source links or references suitable for the calling skill ### Dependencies - Context7 MCP for docs, runtime-native web search, `gh`/`glab` for code, Ser...

Details

Author
first-fluke
Repository
first-fluke/oh-my-agent
Created
5 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

serp-intent-decoder

Analyze 1-15 keywords to decode true search intent from the live SERP — not the keyword text alone. For each keyword, returns intent classification (informational, commercial-investigation, transactional, navigational, local), SERP feature profile (AI Overview, PAA, local pack, shopping, forums, featured snippet), the content format Google is actually rewarding, recommended word count, recommended angle, and explicit "don't bother" warnings when the SERP is unwinnable. Use this skill whenever a user provides a keyword or list of keywords and wants to know what to write, whether it's worth writing at all, what format to use, what SERP features are present, what intent the keyword really has, "should I target this keyword," "what format works for X," "what's ranking for Y," or any variant of "SERP analysis." Trigger before a content brief run when the user is still deciding which keywords are worth investing in. When a SearchAtlas MCP is connected, leverages SA tools (rank tracking, brand vault, GBP, OTTO, LLM

0 Updated 2 days ago
search-atlas-group
Data & Documents Solid

search-first

Search npm / PyPI / MCP / GitHub / existing skills before writing code for any new feature, integration, library selection, or utility. Use whenever the user says 'add X functionality', 'implement Y', 'set up Z', 'integrate W', asks 'what library should I use for...', 'is there a package/client/MCP for...', proposes a specific tool while open to alternatives, or invokes planning.md Phase 0 External Research. Especially when the task adds a dependency, picks between tools, or builds a utility that likely already exists (parser, checker, converter, linter, CI step, E2E framework, payment / auth / API client). DO NOT use for bug fixes, refactoring, config value edits, file summarization, or throwaway scripts whose approach the user already fully specified.

2 Updated yesterday
shimo4228
AI & Automation Listed

anysearch

Real-time search engine supporting web search, vertical domain search, parallel batch search, and URL content extraction.

0 Updated 2 days ago
xhqing