‹ 首页

mcp-tools

@dragoscirjan · 收录于 1 周前 · 上游提交 1 个月前

External MCP tools reference. Load at task start.

适合你,如果需要在开发任务中引用外部MCP工具

/ 通过 npx 安装 校验哈希
npx oh-my-skill add dragoscirjan/opencode-config/mcp-tools
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- dragoscirjan/opencode-config/mcp-tools
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify dragoscirjan/opencode-config/mcp-tools
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
0GitHub stars
~293上下文体积 · 单文件
索引托管

怎么用

商店整理自技能原文 · 版本 f561928 · 表述以原文为准
它做什么

安装后,Claude 能使用多种外部工具:管理记忆、查询文档、搜索代码、控制浏览器、索引代码库、操作 GitHub/GitLab/Forgejo 仓库、抓取网页、进行分步推理。

什么时候触发

当需要处理复杂任务,如代码搜索、文档查询、版本控制操作或网页内容提取时,Claude 会自动调用这些工具。

装好后可以这样说
Claude 会使用代码搜索工具查找相关代码。
Claude 会先解析库 ID,然后查询文档。
Claude 会使用浏览器工具打开并截图。
技能原文 SKILL.md作者撰写 · MIT · f561928

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.

按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。