vercel-skills-scout
v0.4.7Scout skills.sh — Vercel's open agent-skills directory — for third-party skills matching the project's stack: scans manifests, queries the skills.sh search API, reports each hit with provenance (source repo, install count, skills.sh URL), previews the picked skills' SKILL.md before anything lands, then installs only explicit picks via npx skills add — project-level, never global, never auto-installed. Includes /vercel-skills-scout:suggest.
By Ivan-WG1 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 5, 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 vercel-skills-scout for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install vercel-skills-scout@agent-plugin-marketplacePaste 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/galaykos/cc-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/vercel-skills-scout/.
Plugin files
├── .claude-plugin/plugin.json└── skills/vercel-skills-scout/SKILL.md
Included Skills1
Use when hunting third-party skills for the current stack — "search skills.sh", "find a community skill for X", "is there a skill for this framework" — or when this marketplace has no plugin covering a need. Scans manifests, queries the skills.sh directory, suggests with provenance (source repo, installs, URL), previews picked skills, installs only explicit picks via npx skills add — project-level, never global, never auto.
Plugin manifests1
{
"name": "vercel-skills-scout",
"version": "0.4.7",
"description": "Scout skills.sh — Vercel's open agent-skills directory — for third-party skills matching the project's stack: scans manifests, queries the skills.sh search API, reports each hit with provenance (source repo, install count, skills.sh URL), previews the picked skills' SKILL.md before anything lands, then installs only explicit picks via npx skills add — project-level, never global, never auto-installed. Includes /vercel-skills-scout:suggest.",
"author": {
"name": "Ivan-WG",
"email": "[email protected]"
},
"keywords": [
"tooling",
"research"
]
}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.
[vercel-skills-scout on Agent Plugins Marketplace](https://pluginsmp.com/plugins/vercel-skills-scout)