个人 AI 工具市场 —— 存放可跨项目、跨电脑复用的 Plugins,每个 Plugin 可包含 Skills、Agents、Commands、Hooks、MCP 配置。
遵循 Claude Code 官方 Plugin 规范,兼容未来其他 AI 助手的扩展体系。
ai-marketplace/
├── marketplace.json # 私有市场索引
├── doc-to-notes/ # Plugin:文档转笔记
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── skills/
│ │ └── doc-to-notes/
│ │ ├── SKILL.md
│ │ ├── REFERENCE.md
│ │ └── scripts/
│ │ ├── extract_docx.py
│ │ ├── upload_oss.py
│ │ ├── ocr_image.py
│ │ └── suggest_diagrams.py
│ └── README.md
├── mhtml-refine-to-md/ # Plugin:极客时间 mhtml 转笔记
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── skills/
│ │ └── mhtml-refine-to-md/
│ │ ├── SKILL.md
│ │ └── scripts/
│ │ └── extract_images.py
│ └── README.md
└── organize-course-package/ # Plugin:极客时间资料包整合
├── .claude-plugin/
│ └── plugin.json
├── skills/
│ └── organize-course-package/
│ ├── SKILL.md
│ └── scripts/
│ └── organize.py
└── README.md
每个 Plugin 遵循以下约定:
<plugin-name>/
├── .claude-plugin/
│ └── plugin.json # 唯一必需文件(身份证)
├── commands/ # 斜杠命令(可选)
├── agents/ # 子代理(可选)
├── skills/ # Skills(可选)
│ └── <skill-name>/
│ └── SKILL.md
├── hooks/ # Hooks 配置(可选)
│ └── hooks.json
├── .mcp.json # MCP 服务器配置(可选)
└── README.md
/plugin marketplace add https://github.com/fengyuhao/ai-marketplace
/plugin install doc-to-notes # 安装单个
/plugin install mhtml-refine-to-md
/plugin install organize-course-package
/plugin update doc-to-notes
| Plugin | 描述 | 包含组件 |
|---|---|---|
doc-to-notes | .docx/.doc/.pdf → Obsidian 笔记 | Skills + Scripts |
mhtml-refine-to-md | 极客时间 .mhtml → Obsidian 笔记 | Skills + Scripts |
organize-course-package | 极客时间资料包 → Obsidian 笔记 | Skills + Scripts |
<plugin-name>/ 文件夹.claude-plugin/plugin.json(参考已有示例)commands/、agents/、skills/、hooks/、.mcp.jsonmarketplace.json 中追加一条记录git commit + git tag vX.Y.ZOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub skytechfyh/ai-marketplace --plugin doc-to-notes将极客时间专栏 .mhtml 文件深度提炼为 Obsidian Markdown 学习笔记,含 Mermaid 图解与 HTML 信息卡片
将极客时间课程资料包(md版本目录 + PDF 课件)整合为单一 Obsidian 笔记,图片自动上传阿里云 OSS
Create and edit Obsidian vault files including Markdown, Bases, and Canvas. Use when working with .md, .base, or .canvas files in an Obsidian vault.
Document processing suite — Excel (xlsx), Word (docx), PowerPoint (pptx), and PDF generation and manipulation.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions