Library documentation query via ctx7 CLI with deepwiki fallback
Scanned 9/5/2026
Install to Claude Code
npx -y skills add WenJunDuan/Rlues --skill context7 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Context7?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wenjunduan-context7-11020ec3)More formats (shields.io, HTML) on the badges page.
---
name: context7
description: "Library documentation query via ctx7 CLI with deepwiki fallback"
context: fork
allowed-tools:
- Bash(npx ctx7*)
- Bash(npm *)
---
# Context7 (库文档查询)
## 工具
| 工具 | 类型 | 用法 | 调用方式 |
|:---|:---|:---|:---|
| ctx7 CLI | NPX | 搜索和查询库文档 | `npx ctx7 search/docs` |
| deepwiki | MCP | 架构/设计模式 | `deepwiki.query("主题")` |
## 触发条件
E 阶段检测到外部库/框架使用时按需激活。
## 用法
```bash
npx ctx7 search "react hooks"
npx ctx7 docs react --topic="useState"
npx ctx7 docs next@14 --topic="app router"
```
## 降级链
ctx7 → deepwiki → Web 搜索。
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!