godot-mcp: Skill for Claude Code

.claude/skills/godot-skills/sub-skills/context7-auto-research/SKILL.md

context7-auto-research is a skill for Claude Code from hhhh124hhhh/godot-mcp. It costs 36 tokens per session (1,024 once invoked), scanned A, original, MIT.

An automatic documentation-research process that looks up current information when a user asks how to build, configure, install, or troubleshoot code involving a library or API.

In plain words
What is it for?
Use it for implementation guidance, setup steps, configuration, API or library references, best practices, and technical troubleshooting.
Why use it?
It reduces the risk of relying on outdated or incomplete instructions. It also combines documentation research with the user's project context.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

This is hhhh124hhhh/godot-mcp's own configuration. It tells Claude Code how to work on godot-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything godot-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to hhhh124hhhh/godot-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/hhhh124hhhh/godot-mcp/main/.claude/skills/godot-skills/sub-skills/context7-auto-research/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/hhhh124hhhh/godot-mcp

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for context7-auto-research

README.md
[![agentmods](https://agentmods.dev/badge/skills/hhhh124hhhh/godot-mcp/context7-auto-research/github.svg)](https://agentmods.dev/skills/hhhh124hhhh/godot-mcp/context7-auto-research)
Your own site
<a href="https://agentmods.dev/skills/hhhh124hhhh/godot-mcp/context7-auto-research"><img src="https://agentmods.dev/badge/skills/hhhh124hhhh/godot-mcp/context7-auto-research/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for context7-auto-research

Your own site · 80×15
<a href="https://agentmods.dev/skills/hhhh124hhhh/godot-mcp/context7-auto-research"><img src="https://agentmods.dev/badge/skills/hhhh124hhhh/godot-mcp/context7-auto-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,024 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00036 $0.01024
Opus 5 $0.00018 $0.00512
Sonnet 5 $0.00007 $0.00205
Haiku 4.5 $0.00004 $0.00102

Measured 10d ago against content hash 5bfe4b38fc41, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

context7-auto-research scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/godot-skills/sub-skills/context7-auto-research/SKILL.md · 104 lines

What it actually says

Context7 自动化研究技能

指令

当用户输入包含以下关键词时,自动触发Context7文档研究:

中文触发条件

  • "如何实现"、"怎么写"、"怎样制作" → 自动查询实现方案和教程
  • "配置"、"设置"、"安装" → 自动获取配置指南和最佳实践
  • "文档"、"参考"、"资料" → 自动检索官方文档和权威资料
  • "最佳实践"、"推荐"、"建议" → 自动收集社区经验和优化建议
  • "问题"、"错误"、"故障" → 自动搜索解决方案和故障排除指南

英文触发条件

  • "how to implement"、"how to write" → 自动查询实现教程
  • "configure"、"setup"、"install" → 自动获取配置指南
  • "documentation"、"docs"、"reference" → 自动检索官方文档
  • "best practice"、"recommendation" → 自动收集最佳实践

执行步骤

  1. 检测触发条件 - 分析用户输入是否包含上述关键词
  2. 生成查询策略 - 根据用户需求自动生成最优的Context7查询
  3. 执行Context7搜索 - 使用 /skill context7 进行文档检索
  4. 整合信息 - 将Context7返回的信息与项目上下文结合
  5. 提供解决方案 - 给出具体的代码示例、配置步骤或实施建议

MCP工具使用说明

此技能主要使用以下MCP工具:

  • Context7 MCP - 核心文档检索和信息查询工具
  • WebFetch MCP - 辅助获取在线文档和资源
  • Skill MCP - 用于调用其他相关技能

MCP调用方式

# 直接调用Context7 MCP
/skill context7 "查询内容"

# 在技能内部调用Context7
await useSkill('context7', { query: "用户查询内容" })

关键要素

自动化规则实现

  • 严格按照用户设定:"Always use context7 when I need code generation, setup or configuration steps, or library/API documentation"
  • 无需用户明确请求,自动触发Context7查询
  • 确保查询结果的准确性和时效性

查询优化策略

  • 中英文关键词智能映射
  • 技术栈特定查询优化
  • 官方文档优先原则
  • 社区最佳实践补充

结果质量保证

  • 验证信息来源的权威性
  • 确保代码示例的完整性
  • 检查配置步骤的准确性
  • 提供多层次的解决方案

示例场景

场景1:Godot开发咨询

用户输入: "如何实现Godot 4.x的彩色爆炸粒子效果"

自动执行流程:

  1. 检测到"如何实现"触发条件
  2. 自动查询: /skill context7 "Godot 4.x colored explosion particle effect implementation tutorial"
  3. 整合官方文档和社区最佳实践
  4. 提供完整的GDScript代码示例和配置说明

场景2:MCP工具配置

用户输入: "配置Chrome DevTools MCP服务器"

自动执行流程:

  1. 检测到"配置"触发条件
  2. 自动查询: /skill context7 "Chrome DevTools MCP server configuration setup guide"
  3. 获取安装步骤和配置示例
  4. 包含故障排除和常见问题解决方案

输出格式

  1. 问题理解 - 确认用户需求和上下文
  2. 研究过程 - 说明使用的Context7查询策略
  3. 核心发现 - 突出最重要的信息点
  4. 实施方案 - 提供具体的代码或配置
  5. 补充资源 - 提供进一步学习的链接

注意事项

  • 确保Context7查询的针对性和准确性
  • 验证返回信息的时效性和可靠性
  • 根据项目技术栈调整建议的适用性
  • 提供足够的上下文信息帮助用户理解
  • 在技术实现和最佳实践之间找到平衡
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 104 lines · 36 tokens per session scan A 5bfe4b38fc41

Subscribe to this mod's changes

context7-auto-research is a skill published in the GitHub repository hhhh124hhhh/godot-mcp (42 stars, last pushed 9mo ago), licensed MIT. It adds 36 tokens to every session and 1,024 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens