ワンクリックで
context7
// Search and query up-to-date documentation for any programming library via Context7 API. Use when you need current docs, code examples, or API references for libraries and frameworks.
// Search and query up-to-date documentation for any programming library via Context7 API. Use when you need current docs, code examples, or API references for libraries and frameworks.
Claymorphism design system skill. Use when building soft, puffy, clay-like UI components with large radii, dual inner shadows, and offset outer shadows.
Glassmorphism design system skill. Use when building frosted-glass UI components with blur, transparency, and layered depth effects.
Apple Liquid Glass design system. Use when building UI with translucent, depth-aware glass morphism following Apple's design language. Provides CSS tokens, component patterns, dark/light mode, and animation specs.
Neubrutalism design system skill. Use when building bold UI with thick borders, offset solid shadows, high saturation colors, and minimal border radius.
Fetch a web page and extract readable text content. Use when user needs to retrieve or read a web page.
Web search via DuckDuckGo. Use when the user needs to look up current information online.
| name | context7 |
| description | Search and query up-to-date documentation for any programming library via Context7 API. Use when you need current docs, code examples, or API references for libraries and frameworks. |
Search for libraries and query their documentation via the Context7 API.
{baseDir}/search.js "library name" "what you need help with"
Example:
{baseDir}/search.js "react" "hooks for state management"
Returns matching libraries with Context7-compatible IDs for use with the docs tool.
{baseDir}/docs.js "/org/project" "your question"
Example:
{baseDir}/docs.js "/websites/react_dev" "useEffect cleanup"
Use the library ID from search results. Returns relevant documentation and code examples.