用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Mic92/mics-skills --skill context7-cli命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Run long commands in the background without tool timeouts. Use for anything that may run longer than 10 seconds (builds, test suites, deploys)
Control Firefox browser from the command line. Use for web automation, scraping, testing, or any browser interaction tasks.
Manage calendar events and send meeting invitations. Use for listing, creating, editing, deleting events and sending/replying to invites.
基于 SOC 职业分类
正在显示 SKILL.md
| name | context7-cli |
| description | Current API docs + code snippets for third-party libraries/frameworks. Use to verify exact signatures/usage. |
Two-step: search resolves a library name to a Context7 ID, then docs fetches a few focused snippets for that ID. IDs are not guessable — always search first. Both args are required for both commands.
# 1. Find the library ID — output shows IDs, ⭐, snippet count, and available versions
context7-cli search nextjs "middleware"
# /vercel/next.js ⭐ 131k Versions: v15.1.8, v13.5.11, ...
# 2. Fetch docs — query is semantic, be specific (output is ~5KB, don't waste it on broad topics)
context7-cli docs /vercel/next.js "middleware matcher config"
# Pin version (only ones listed in search output work)
context7-cli docs /vercel/next.js/v15.1.8 "app router migration"