用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/alextiannus/git-plugin-amc --skill update-plugin命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | update-plugin |
| description | Handles the '更新插件' or 'update plugin' command to upgrade the system |
| plugin | git-plugin-amc |
When the team replies "更新插件" or "update plugin" via Lark, this skill instructs the AI to execute the local update script, bypassing the limitations of the native OpenClaw CLI for local path plugins.
The team explicitly sends "更新插件", "update plugin", or "升级插件" in the Lark group.
"正在通过终端执行更新脚本,请稍候... / Running update script via terminal, please wait..."
mcp.bash or equivalent shell tool) to run the following command. The plugin directory is typically located at ~/.openclaw/extensions/git-plugin-amc:
cd ~/.openclaw/extensions/git-plugin-amc && sh update.sh
post_update hook in the plugin will automatically trigger, OpenClaw will reload, and a success confirmation will be sent to the Lark group.Why do we do this? Because OpenClaw natively skips openclaw plugins update for plugins installed via a local directory path (treating them as local dev plugins). Calling update.sh forces an npm update and openclaw gateway restart, ensuring the F&B Content Engine stays perfectly up to date without the user needing to open an SSH terminal.
基于 SOC 职业分类