Skip to content

vincentor/claude-code-plugins

Repository files navigation

Vincent's Personal Claude Code Plugins

Personal plugin marketplace for Claude Code.

Marketplace Information

  • Name: vincent-personal-plugins
  • Owner: Vincent

Available Plugins

Plugin Version Description
lark-cli 1.3.0 飞书(Lark)机器人 CLI 集成 — 发消息、AI Agent 自动回复、监听事件、MCP 实时消息、多租户配置
notion-cli 1.0.0 Notion CLI 集成 — 管理页面、数据库、内容块、搜索和导出
beancounter-cli 0.1.0 Beancount 个人财务管理 — 账单导入、BQL 查询、财务分析、预算管理
htmlput-cli 1.0.0 发布 HTML 页面到 htmlput.com — 让 AI Agent 通过网页链接展示内容
mail-cli 0.1.0 Gmail CLI 集成 — 收件箱列表、邮件阅读、搜索、附件下载
deep-research 0.1.1 系统化多角度 Web 深度调研方法论 — 来源可信度评估、并行搜索、矛盾解决
melonwatch 0.3.0 Agent Comms Monitor — 实时可视化 Claude Code Agent Team 通信拓扑
feishu-doc-fetcher 1.0.0 飞书开放平台文档提取 — SPA 页面渲染 + Markdown 转换
feishu-e2e-skill 0.3.0 飞书 IM E2E 测试指南 — Playwright MCP 操作飞书聊天窗口
context-canary 0.3.0 [DEPRECATED] Context 健康监控实验 — 详见 README 中的研究结论
example-plugin 0.1.0 插件开发示例 — 演示 commands/agents/skills/hooks 各组件

Installation

Step 1: Add Marketplace

claude marketplace add vincent-personal-plugins vincentor/claude-code-plugins

Step 2: Install Plugins

# Install a specific plugin
claude plugin install lark-cli@vincent-personal-plugins

# Specify scope (user/project/local)
claude plugin install lark-cli@vincent-personal-plugins --scope user

Repository Structure

claude-code-plugins/
├── .claude-plugin/
│   └── marketplace.json      # Marketplace definition
├── lark-cli/                 # 飞书机器人 CLI
├── notion-cli/               # Notion CLI
├── beancounter-cli/          # Beancount 财务管理
├── htmlput-cli/              # HTML 页面发布
├── mail-cli/                 # Gmail CLI
├── deep-research/            # 深度调研方法论
├── melonwatch/               # Agent 通信可视化
├── feishu-doc-fetcher/       # 飞书文档提取
├── feishu-e2e-skill/         # 飞书 E2E 测试指南
├── context-canary/           # [DEPRECATED] Context 监控
├── example-plugin/           # 插件开发示例
└── README.md

Adding New Plugins

  1. Create plugin directory: mkdir -p new-plugin/.claude-plugin
  2. Create plugin.json manifest
  3. Add plugin components (commands, agents, skills, hooks)
  4. Register in .claude-plugin/marketplace.json

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors