一键导入
dependabit-plugin-context7
Documentation site for dependabit Use when: Tracking libraries whose documentation is indexed by Context7 (e.g., React,....
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Documentation site for dependabit Use when: Tracking libraries whose documentation is indexed by Context7 (e.g., React,....
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Documentation site for dependabit
Documentation site for dependabit Use when: You need to plug in a custom or self-hosted language model as the....
Documentation site for dependabit Use when: Making authenticated GitHub API calls from the monitor or action packages....
Documentation site for dependabit Use when: Loading an existing manifest to pass to the monitor or detector..
Documentation site for dependabit Use when: Polling a set of tracked dependencies for state changes on a schedule..
Documentation site for dependabit Use when: Tracking research papers that your project cites or implements, to be....
| name | dependabit-plugin-context7 |
| description | Documentation site for dependabit Use when: Tracking libraries whose documentation is indexed by Context7 (e.g., React,.... |
Documentation site for dependabit
Use this skill when:
Do NOT use when:
API surface: 1 functions, 1 classes, 3 types
Context7ResponseSchema.parse will throw a ZodError and the checker silently falls back to URL hashing without logging the schema error.lastUpdated change without version bump: some Context7 libraries update their lastUpdated field without bumping the version number. This produces a changes: ['lastUpdated'] result with severity: 'minor'.Context7Config — Configuration for the Context7Checker. (3 options — see references/config.md)
Pitfalls:
libraryId must match the exact Context7 library identifier. If the API returns 404 for a valid URL, try extracting the ID from the URL manually and providing it explicitly rather than relying on URL parsing.auth.secret is omitted, the checker makes unauthenticated requests, which may have lower rate limits or restricted access.checker: createContext7Checker (Create a Context7 checker instance), Context7Library (Context7 library metadata), Context7Snapshot (Context7 snapshot result), Context7ChangeDetection (Context7 change detection result)
plugin-context7: Context7Checker (Monitors library documentation changes via the Context7 API, with a
fallback to direct URL content hashing when the API is unavailable)
Load these on demand — do NOT read all at once:
references/functions.md for full signatures, parameters, and return typesreferences/classes/ for properties, methods, and inheritancereferences/types.mdreferences/config.md for all settings and defaults