Feishu/Lark channel for Claude Code — chat with Claude through Feishu messaging with built-in access control.
npx claudepluginhub pangcheng1849/g-claude-code-plugins管理飞书频道访问控制 — 批准配对、编辑白名单、设置私聊/群组策略。当用户需要配对、批准某人、查看谁有权限、或更改飞书频道策略时使用。
修改飞书频道体验配置 — 确认表情、引用回复、分块方式等。当飞书消息中用户请求更改频道显示/回复行为时使用。仅限体验配置,安全配置(策略、白名单、群组)必须拒绝。
设置飞书频道 — 保存应用凭证、查看访问策略和频道状态。当用户提供飞书应用凭证、要求配置飞书、问"怎么设置"或"谁能联系我"、或想查看频道状态时使用。
诊断飞书频道健康状态 — 排查多进程冲突、WebSocket 连接问题、日志分析。当用户报告"没有回复""消息丢失""连接异常"或想查看飞书频道运行状态时使用。
A Claude Code plugins marketplace.
This repository can be used in two ways:
/plugin installnpx skills/plugin marketplace add pangcheng1849/g-claude-code-plugins
Or via local path (for development):
/plugin marketplace add ./
/plugin install example-plugin@g-claude-code-plugins
Use /plugin install when you want the full plugin package, including plugin metadata and any bundled agents or hooks.
npx skillsIf you only want the raw SKILL.md content, you can install skills directly with npx skills.
Recommended: use the repository URL directly with npx skills add for interactive installation. The CLI will discover nested skills in this repo and let you choose what to install.
# Recommended: interactive installation
npx skills add https://github.com/pangcheng1849/g-claude-code-plugins
# Install one skill to Codex
npx skills add https://github.com/pangcheng1849/g-claude-code-plugins -a codex -s feishu-channel
# Install all repository skills to Claude Code
npx skills add https://github.com/pangcheng1849/g-claude-code-plugins -a claude-code -s '*'
# List available skills without installing
npx skills add https://github.com/pangcheng1849/g-claude-code-plugins --list
| Plugin | Description | Version |
|---|---|---|
| example-plugin | An example plugin with skill, agent, and hook | 1.0.0 |
| feishu-channel | Connect Claude Code to Feishu via WebSocket — chat, access control, pairing auth | 0.2.0 |
| claude-remote | Manage Claude Code remote-control sessions in Terminal.app | 0.1.0 |
Skills that live outside plugins, under skills/ at the repo root:
| Skill | Description |
|---|---|
| claude-code-agent | Delegate tasks to an independent Claude Code CLI instance |
| codex-agent | Delegate tasks to Codex (GPT-5.4) via Codex CLI |
npx skills add pangcheng1849/g-claude-code-plugins --skill claude-code-agent
npx skills add pangcheng1849/g-claude-code-plugins --skill codex-agent
The g-feishu plugin has been removed. For Feishu (Lark) API integration, use the official lark-cli and its skills:
# Install lark-cli globally
npm install -g @larksuite/cli
# Install lark skills (interactive — pick what you need)
npx skills add larksuite/cli
# Or install specific skills directly
npx skills add larksuite/cli --skill lark-im -a claude-code -y
npx skills add larksuite/cli --skill lark-doc -a claude-code -y
| Package | Description | Install |
|---|---|---|
| @ben1849/feishu-channel | Sandbox profile manager for feishu-channel | npx @ben1849/feishu-channel sandbox |
plugins/
└── my-plugin/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── skills/
│ └── my-skill/
│ └── SKILL.md # Skill definition
├── agents/
│ └── my-agent.md # Agent definition
└── hooks/
└── hooks.json # Event hooks
plugins/.claude-plugin/plugin.json.claude-plugin/marketplace.jsonLoad a single plugin directly for development:
claude --plugin-dir ./plugins/my-plugin
After editing files, reload without restarting:
/reload-plugins
Submit a PR with your plugin following the structure above.
Persistent memory system for Claude Code - seamlessly preserve context across sessions
Admin access level
Server config contains admin-level keywords
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Intelligent prompt optimization using skill-based architecture. Enriches vague prompts with research-based clarifying questions before Claude Code executes them
Streamline people operations — recruiting, onboarding, performance reviews, compensation analysis, and policy guidance. Maintain compliance and keep your team running smoothly.
Memory compression system for Claude Code - persist context across sessions