platforms/claude/skills/plugin-manager/SKILL.md
管理 Claude Code 插件。功能: 列出插件、查看详情、批量更新、备份配置、检查更新、导出列表。关键词: plugin, plugins, 插件, 更新, 备份, 管理
npx skillsauth add codingsamss/ai-dotfiles plugin-managerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
通过自然语言管理 Claude Code 插件。
Claude Code 的插件通过官方插件系统安装和管理:
~/.claude/plugins/cache/<marketplace>/<plugin>/<version>/~/.claude/plugins/installed_plugins.json所有插件统一使用 claude plugin update <plugin> 命令逐个更新,不支持 --all 批量参数。
claude plugin update 内部会启动 Claude Code 进程。在当前会话中直接调用会触发嵌套检测报错:
Error: Claude Code cannot be launched inside another Claude Code session.
解决方案: 脚本执行前需 unset CLAUDECODE 环境变量以绕过嵌套检测。本技能的脚本已内置此处理,可在会话内正常使用。
当用户提到以下内容时自动触发:
触发词: "列出插件", "我安装了什么插件", "list plugins"
执行:
~/.claude/skills/plugin-manager/scripts/plugin-manager.sh list
触发词: "查看 [插件名] 详情", "plugin info [name]"
执行:
~/.claude/skills/plugin-manager/scripts/plugin-manager.sh info <plugin-name>
触发词: "更新插件", "全部更新", "update plugins"
执行:
# 更新所有插件
~/.claude/skills/plugin-manager/scripts/plugin-manager.sh update --all
# 更新指定插件
~/.claude/skills/plugin-manager/scripts/plugin-manager.sh update <plugin-name>@<marketplace>
触发词: "检查插件更新", "有没有更新", "check updates"
执行:
~/.claude/skills/plugin-manager/scripts/plugin-manager.sh check-updates
触发词: "备份插件", "backup plugins"
执行:
~/.claude/skills/plugin-manager/scripts/plugin-manager.sh backup
触发词: "导出插件列表", "export plugins"
执行:
~/.claude/skills/plugin-manager/scripts/plugin-manager.sh export
执行命令后,提供简洁的结果摘要:
~/.claude/backups/ 目录claude plugin update 不支持 --all 参数,必须逐个指定插件名称(格式: <plugin>@<marketplace>)unset CLAUDECODE 处理,无需手动绕过嵌套会话限制development
Query Midea MX / 美信 local message cache through the MX local HTTP query service from Codex. Use when the user asks to read MX sessions, search chat history, search messages globally or inside a group/session, list recent messages, or page message history. This is read-only and does not require send authorization. Never fall back to reading SQLite or app cache files directly.
development
Safely search MX users or groups and send Midea MX / 美信 IM messages from Codex. Use when the user asks to notify someone, send a message to a person or group, use a configured group alias, @ users, @ all, or send MX file/image messages. Read lookups need no extra authorization; every live send needs explicit user authorization for that exact target and message.
tools
MX channel output rules. Always active in MX conversations.
tools
Use the company WorkSpace `ws` CLI reliably as a delegated coding agent from Codex. Trigger when the user wants Codex to command `ws`, WorkSpace CLI, or the company opencode-derived coding tool to generate code, inspect a repo, run a bounded implementation task, or use a requested WorkSpace model while Codex reviews the output.