可从任意 Git 仓库安装第三方插件
原文依据:1 处插件安装命令接受 `github:user/repo`,即第三方仓库代码。所提供的 Skill 没有要求固定提交、验证签名、审查代码或在沙箱中运行。
恶意或被入侵的插件可能在 OpenCLI 权限范围内读取文件、获取会话数据、执行命令或更改账户。
插件被描述为从 Git 拉取的第三方扩展,安装接口接受 GitHub 仓库标识,更新命令也可能取得后续代码。所给流程没有固定提交或审查步骤,因此安装或更新时会把仓库代码引入 OpenCLI 环境。用户可只允许已审查并固定提交的仓库,且在隔离环境验证。
Plugins are third-party extensions pulled from git, separate from the main adapter registry:```bashopencli plugin install github:user/repo # installopencli plugin list [-f json] # see installedopencli plugin update [name] | --all # keep currentopencli plugin uninstall <name>opencli plugin create <name> # scaffold a new plugin