vendored-skills
v5.0.0Vendored skills from external repositories, copied into this marketplace and pinned to the upstream commit they came from, so they keep working when upstream moves.
By Anthropic1 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 16, 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 vendored-skills for Codex and Claude Code
codex plugin marketplace add nexaedge/nexaedge-marketplace
codex plugin marketplace upgrade nexaedge-marketplace
codex plugin add vendored-skills@nexaedge-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the nexaedge-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “vendored-skills” remain stable.
- Codex:
vendored-skills@agent-plugin-marketplace→vendored-skills@nexaedge-marketplace
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/nexaedge/nexaedge-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/vendored-skills/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/markdown-converter/SKILL.md├── skills/mcp-builder/SKILL.md└── skills/web-design-guidelines/SKILL.md
Included Skills3
Convert documents and files to Markdown using markitdown. Use when converting PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls), HTML, CSV, JSON, XML, images (with EXIF/OCR), audio (with transcription), ZIP archives, YouTube URLs, or EPubs to Markdown format for LLM processing or text analysis.
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
Plugin manifests3
{
"name": "vendored-skills",
"version": "5.0.0",
"description": "Vendored skills from external repositories, copied into this marketplace and pinned to the upstream commit they came from, so they keep working when upstream moves.",
"author": {
"name": "Anthropic",
"url": "https://github.com/anthropics"
},
"skills": "./skills/",
"interface": {
"displayName": "Vendored Skills",
"shortDescription": "Third-party skills vendored here and pinned to a commit",
"longDescription": "Vendored skills from external repositories, copied into this marketplace and pinned to the upstream commit they came from, so they keep working when upstream moves.",
"developerName": "Anthropic",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Write"
],
"defaultPrompt": [
"Convert this PDF to markdown",
"Review my UI against the guidelines"
]
},
"homepage": "https://github.com/nexaedge/nexaedge-marketplace",
"repository": "https://github.com/nexaedge/nexaedge-marketplace",
"keywords": [
"skills",
"vendored",
"mcp",
"markdown",
"design"
]
}{
"name": "vendored-skills",
"description": "Vendored skills from external repositories, copied into this marketplace and pinned to the upstream commit they came from, so they keep working when upstream moves.",
"version": "v5",
"author": {
"name": "Anthropic",
"url": "https://github.com/anthropics"
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "vendored-skills",
"version": "v5",
"description": "Vendored skills from external repositories, copied into this marketplace and pinned to the upstream commit they came from, so they keep working when upstream moves.",
"author": {
"name": "Anthropic",
"url": "https://github.com/anthropics"
},
"homepage": "https://github.com/nexaedge/nexaedge-marketplace",
"repository": "https://github.com/nexaedge/nexaedge-marketplace",
"keywords": [
"skills",
"vendored",
"mcp",
"markdown",
"design"
],
"extensions": {
"com.nexaedge.marketplace": {
"displayName": "Vendored Skills",
"tagline": "Third-party skills vendored here and pinned to a commit",
"category": "Developer Tools",
"platforms": [
"claude",
"codex",
"antigravity"
],
"prompts": [
"Convert this PDF to markdown",
"Review my UI against the guidelines"
]
}
}
}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.
[vendored-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/vendored-skills)