You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`ctx7 skills install / search / suggest / list / remove`| No |
226
-
|`ctx7 skills generate`| Yes |
227
224
|`ctx7 setup`| Yes — unless `--api-key` is passed (`--oauth` also skips login for MCP mode) |
228
225
229
226
---
230
227
231
-
## Skills
232
-
233
-
Manage AI coding skills from the Context7 registry. See [Skills](/skills) for a full explanation of what skills are, the registry, trust scores, and skill file structure.
234
-
235
-
### ctx7 skills install
236
-
237
-
Install skills from any GitHub repository. Repository format is `/owner/repo`.
238
-
239
-
```bash
240
-
# Interactive — pick from a list
241
-
ctx7 skills install /anthropics/skills
242
-
243
-
# Install a specific skill by name
244
-
ctx7 skills install /anthropics/skills pdf
245
-
246
-
# Install all skills without prompting
247
-
ctx7 skills install /anthropics/skills --all
248
-
```
249
-
250
-
**Target a specific AI coding assistant:**
251
-
252
-
```bash
253
-
ctx7 skills install /anthropics/skills pdf --claude # Claude Code
254
-
ctx7 skills install /anthropics/skills pdf --cursor # Cursor
255
-
ctx7 skills install /anthropics/skills pdf --universal # Universal (.agents/skills/)
256
-
ctx7 skills install /anthropics/skills pdf --antigravity
257
-
ctx7 skills install /anthropics/skills pdf --all-agents # Universal + all vendor-specific locations
258
-
```
259
-
260
-
**Install globally** (available across all projects):
261
-
262
-
```bash
263
-
ctx7 skills install /anthropics/skills pdf --global
Copy file name to clipboardExpand all lines: docs/howto/verification.mdx
+1-10Lines changed: 1 addition & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,6 @@ This badge appears on:
28
28
- Your library's main page
29
29
- Search results
30
30
- Library listings and tables
31
-
- Skills associated with your library
32
31
33
32
## How to Get Verified
34
33
@@ -40,7 +39,6 @@ Libraries are automatically verified when they meet certain quality thresholds:
40
39
41
40
-**High trust score**: Libraries with a trust score of 9 or above. Trust score is calculated based on the GitHub organization/user profile, considering factors like total stars, number of repositories, account age, recent activity, followers, and profile completeness.
42
41
-**Top 100 libraries**: Most-used libraries by API requests
43
-
-**Top 100 skills**: Libraries with the most-installed skills
44
42
45
43
Automatic verification is checked daily. If your library qualifies, it will be verified automatically without any action required.
46
44
@@ -121,13 +119,6 @@ You can check your library's verification status on the admin page:
121
119
|**Verified**| Green badge displayed, full verification benefits |
122
120
|**Not Verified**| No badge, apply to get verified |
123
121
124
-
## Skills and Verification
125
-
126
-
Skills inherit the verification status of their parent library. When your library is verified:
127
-
128
-
- All skills associated with your library display the verified badge
129
-
- Skills rank higher in skill search results
130
-
131
122
## FAQ
132
123
133
124
### How long does manual verification take?
@@ -151,7 +142,7 @@ Automatic verification is recalculated daily. If your library no longer meets th
151
142
152
143
### My library is popular but not verified. Why?
153
144
154
-
Automatic verification considers multiple factors including trust score, usage statistics, and skill installs. When you apply manually, Context7 also checks quality criteria like GitHub stars, popularity ranking, and referring domains. If you believe your library meets any of these thresholds, please apply manually and the check will run immediately.
145
+
Automatic verification considers multiple factors including trust scoreand usage statistics. When you apply manually, Context7 also checks quality criteria like GitHub stars, popularity ranking, and referring domains. If you believe your library meets any of these thresholds, please apply manually and the check will run immediately.
Copy file name to clipboardExpand all lines: docs/security/data-safety.mdx
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,6 @@ Context7 indexes documentation from public and private sources. To prevent malic
12
12
13
13
-**Robust Detection** — Content is analyzed using a classifier tailored for Context7 to identify prompt injection attempts and malware-related patterns
14
14
-**Targeted Validation** — Suspicious content is subjected to additional checks
15
-
-**Skills.md Handling** — A separate but related detection pipeline is used for [Skills](/skills) files, adapted to their distinct structure and intent
16
15
-**Continuous Monitoring** — Flagged content is tracked and reviewed on an ongoing basis
17
16
-**Regular Updates** — Detection logic is updated to address evolving attack methods and new injection techniques
0 commit comments