From oh
Automatically detect and suggest appropriate MCP tools (context7, grep_app, web_search) based on user queries. Use when queries contain documentation keywords (how to use, docs, API, guide, tutorial, 如何使用, 文档, 教程); code search keywords (example, implementation, source code, github, 例子, 示例, 实现, 源码); or latest information/bug fixing keywords (latest, 2025, 2026, new, update, fix bug, error, 最新, 更新, 修复 bug, 报错).
How this skill is triggered — by the user, by Claude, or both
Slash command
/oh:searchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
自动识别用户查询意图并推荐合适的 MCP 工具。
自动识别用户查询意图并推荐合适的 MCP 工具。
运行检测脚本获取工具推荐:
# 命令行参数
python scripts/detect_mcp.py "用户查询内容"
# 管道输入
echo "用户查询" | python scripts/detect_mcp.py
输出格式: JSON,包含 matched_tools 和 recommendations
mcp__plugin_oh_context7__query-docsmcp__plugin_oh_grep_app__searchGitHubmcp__plugin_oh_web_search__web_search_exanpx claudepluginhub zwmmm/oh-my-claudecode --plugin ohInvokes MCP tools via tool-executor for semantic code search, refactoring, AI research, image generation, and library docs when basic tools fall short.
Discovers MCP packages at runtime by querying npm, GitHub, and vendor documentation. Used during tool setup to find the best connection method.
Provides a decision tree to prioritize MCP tools over built-in ones and a quick reference for available plugins including PostgreSQL, Redis, Docker, GitHub, Supabase, and semantic memory.