mcp-tools
External MCP tools reference. Load at task start.
适合你,如果需要在开发任务中引用外部MCP工具
npx oh-my-skill add dragoscirjan/opencode-config/mcp-toolscurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- dragoscirjan/opencode-config/mcp-toolsnpx oh-my-skill verify dragoscirjan/opencode-config/mcp-tools怎么用
商店整理自技能原文 · 版本 f561928 · 表述以原文为准安装后,Claude 能使用多种外部工具:管理记忆、查询文档、搜索代码、控制浏览器、索引代码库、操作 GitHub/GitLab/Forgejo 仓库、抓取网页、进行分步推理。
当需要处理复杂任务,如代码搜索、文档查询、版本控制操作或网页内容提取时,Claude 会自动调用这些工具。
技能原文 SKILL.md
MCP Tools
Mandatory: use tools that are visible in your current session. Not all MCPs are enabled.
Memory (memory_*)
Offload explored findings, persist decisions, recall prior analysis — reduces context bloat.
Docs (docs_context7_*)
resolve-library-id first (required), then query-docs. Max 3 calls per question.
Code Search (docs_github_grep_*)
Search literal code patterns from public GitHub repos.
Browser (browser_*)
Use snapshot to get element refs, then interact via refs. Prefer snapshot over screenshot.
Code Indexing (codeindex_*)
Local codebase semantic search and indexing.
Version Control (cvs_*)
GitHub, GitLab, Forgejo API access — repos, issues, PRs. Load cvs skill for conventions (provider detection, attribution, autonomy levels).
| Tool family | Provider | Operations | | --------------- | -------- | ---------------------------- | | cvs_github_* | GitHub | Issues, PRs, comments, repos | | cvs_gitlab_* | GitLab | Issues, MRs, comments, repos | | cvs_forgejo_* | Forgejo | Issues, PRs, comments, repos |
CLI fallbacks (when MCP tools unavailable): gh (GitHub), glab (GitLab), forgejo-cli (Forgejo).
Web Crawling (webcrawl_*)
Fetch and extract content from web pages.
Reasoning (sequential_thinking_*)
Structured step-by-step analysis for complex problems.