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, 报错).
npx claudepluginhub zwmmm/oh-my-claudecode --plugin ohThis skill uses the workspace's default tool permissions.
自动识别用户查询意图并推荐合适的 MCP 工具。
Invokes MCP tools via tool-executor for semantic code search, refactoring, AI research, image generation, and library docs when basic tools fall short.
Handles Claude Code MCP integration: installs/manages servers (HTTP/SSE/stdio), scopes, enterprise configs, OAuth auth, resources/@mentions, prompts, limits, security; delegates to docs-management.
Triggers research-before-coding workflow: searches npm/PyPI, GitHub, MCP/skills for existing tools, libraries, patterns before implementing new features, dependencies, or utilities. Invokes researcher agent.
Share bugs, ideas, or general feedback.
自动识别用户查询意图并推荐合适的 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_exa