Agent Plugins Marketplace
All plugins

context7

v1.7.2

Fetch up-to-date library documentation via Context7 REST API

Claude CodeAgent Plugins1 Skill

By Netresearch DTT GmbHLicense: (MIT AND CC-BY-SA-4.0)73 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code and Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Sep 24, 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 Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install context7-6@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

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/netresearch/context7-skill

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

context7/
├── .claude-plugin/plugin.json
├── plugin.json
└── skills/context7/SKILL.md

Included Skills1

context7skills/context7/SKILL.md

Use when looking up library documentation, API references, framework patterns, or code examples for ANY library (React, Next.js, Vue, Django, Laravel, etc.) and the Context7 MCP server is unavailable or not configured. Fetches the same current docs directly via the Context7 REST API as a fallback. Triggers on: how to use library, API docs, framework pattern, import usage, library example.

Plugin manifests2

.claude-plugin/plugin.json
{
  "name": "context7",
  "version": "1.7.2",
  "description": "Fetch up-to-date library documentation via Context7 REST API",
  "author": {
    "name": "Netresearch DTT GmbH",
    "url": "https://www.netresearch.de"
  },
  "repository": "https://github.com/netresearch/context7-skill",
  "license": "(MIT AND CC-BY-SA-4.0)",
  "support": {
    "issues": "https://github.com/netresearch/context7-skill/issues",
    "source": "https://github.com/netresearch/context7-skill"
  },
  "skills": [
    "./skills/context7"
  ]
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "context7",
  "version": "1.7.2",
  "description": "Fetch up-to-date library documentation via Context7 REST API",
  "author": {
    "name": "Netresearch DTT GmbH",
    "url": "https://www.netresearch.de"
  },
  "repository": "https://github.com/netresearch/context7-skill",
  "license": "(MIT AND CC-BY-SA-4.0)"
}

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-6)