mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-03 08:37:37 +08:00
20 lines
406 B
Markdown
20 lines
406 B
Markdown
---
|
|
name: context7
|
|
description: Intelligent documentation search and context using context7 service.
|
|
---
|
|
|
|
# Context7
|
|
|
|
Query documentation and repositories for intelligent context.
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
npx tsx /root/.clawgo/skills/context7/query.ts context <owner/repo> <query>
|
|
```
|
|
|
|
Example:
|
|
```bash
|
|
npx tsx /root/.clawgo/skills/context7/query.ts context YspCoder/clawgo "How does the skill system work?"
|
|
```
|