find-skills
v1.1.0帮助发现和安装 agent 技能 - 基于 skills.sh 生态系统,使用 npx skills CLI 搜索和安装技能。
By vercel-labs0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 19, 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 find-skills for Codex and Claude Code
codex plugin marketplace add ibootz/claude-devkit-marketplace
codex plugin marketplace upgrade claude-devkit-marketplace
codex plugin add find-skills@claude-devkit-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the claude-devkit-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “find-skills” remain stable.
- Codex:
find-skills@agent-plugin-marketplace→find-skills@claude-devkit-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/ibootz/claude-devkit-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/find-skills/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/find-skills/SKILL.md
Included Skills1
Discovers and installs new skills from the open agent skills ecosystem. Not for an already-installed skill that errors, is outdated, or behaves wrong — that's the heal skill's job, not this one.
Plugin manifests2
{
"name": "find-skills",
"version": "1.1.0",
"description": "帮助发现和安装 agent 技能 - 基于 skills.sh 生态系统,使用 npx skills CLI 搜索和安装技能。",
"author": {
"name": "vercel-labs",
"url": "https://github.com/vercel-labs"
},
"skills": "./skills/",
"interface": {
"displayName": "Find Skills",
"shortDescription": "技能发现与安装工具",
"category": "Productivity"
}
}{
"name": "find-skills",
"version": "1.1.0",
"description": "发现和安装 agent 技能 - 基于 skills.sh 生态,用 npx skills CLI 搜索安装;用户问\"如何做X\"/\"找X的技能\"时触发",
"author": {
"name": "vercel-labs",
"url": "https://github.com/vercel-labs"
},
"homepage": "https://github.com/vercel-labs/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.
[find-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/find-skills)