context7
v6.3.1Library documentation & code-example lookup via Context7 (skill + REST wrapper). Standalone, no dependencies.
By Falconiere BarbosaLicense: MIT0 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 21, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install context7 for Codex and Claude Code
codex plugin marketplace add Falconiere/toolu
codex plugin marketplace upgrade toolu
codex plugin add context7@tooluPaste and run these commands in a terminal with Codex. They add and refresh the toolu catalog, then install this plugin.
Compatibility: the page URL and API slug “context7-5” remain stable.
- Codex:
context7-5@agent-plugin-marketplace→context7@toolu
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Falconiere/tooluClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/context7/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/context7/SKILL.md
Included Skills1
ALWAYS ACTIVE — Library documentation protocol. You MUST use the context7 CLI to look up current docs, API references, and usage examples for any third-party library BEFORE answering from memory or searching the web; web search is a fallback only. Triggers on any library/framework API, usage, docs, or version question.
Plugin manifests2
{
"name": "context7",
"version": "6.3.1",
"description": "Library documentation & code-example lookup via Context7 (skill + REST wrapper). Standalone, no dependencies.",
"skills": "./skills/",
"hooks": "./hooks/hooks.json"
}{
"name": "context7",
"version": "6.3.1",
"description": "Library documentation & code-example lookup via Context7 (skill + REST wrapper). Standalone, no dependencies.",
"author": {
"name": "Falconiere Barbosa",
"email": "[email protected]"
},
"homepage": "https://github.com/falconiere/toolu",
"repository": "https://github.com/falconiere/toolu.git",
"license": "MIT",
"keywords": [
"claude-code",
"context7",
"documentation",
"skills"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[context7 on Agent Plugins Marketplace](https://pluginsmp.com/plugins/context7-5)