📦 Plugin Integration Development — 插件开发集成
v1.0.1通过模板、脚本与示例,手把手教你创建、校验并集成自定义插件、工具与命令到 OpenClaw 平台,快速扩展功能。
0· 84·0 当前·0 累计
下载技能包
最后更新
2026/4/4
安全扫描
OpenClaw
可疑
high confidenceThis appears to be a legitimate plugin-development guide, but there are several internal inconsistencies and missing/declarative dependencies (jq, differing manifest filenames, sed -i portability) that you should review before running the provided scripts or trusting the examples.
评估建议
This skill looks like a helpful plugin template and validator, but review and test before running scripts. Specific things to check: 1) The validate script uses jq — install jq or edit the script; the skill did not declare this dependency. 2) Examples include manifest.json files, but the validator and CLI docs expect openclaw.plugin.json — update examples or manifests to match your OpenClaw version. 3) init-plugin.sh uses sed -i in a way that can be non-portable on macOS; test in a safe director...详细分析 ▾
ℹ 用途与能力
The skill's name/description match the included materials: templates, example plugins, and validation/init scripts. Creating and validating plugins is a coherent purpose for the included files.
ℹ 指令范围
SKILL.md stays within plugin-development scope (create scaffold, validate, install). The runtime instructions reference local paths and scripts only and do not instruct any network calls or reading unrelated system state. However, the scripts assume tools (jq, sed -i behavior) that are not declared, and the docs/scripts expect different manifest filenames (examples use manifest.json while validation expects openclaw.plugin.json), which is an inconsistency that can cause unexpected failures.
✓ 安装机制
No install spec; this is instruction-only and ships only examples and shell scripts. There are no downloads or archive extracts, so there is no high-risk install mechanism.
ℹ 凭证需求
The skill declares no required environment variables or credentials, which lines up with its local-development purpose. However, the validation script depends on the external tool jq (and generally on a POSIX shell and sed), but jq is not declared in requirements — a missing dependency rather than a secret/privilege issue.
✓ 持久化与权限
The skill is not always-enabled and is user-invocable only. It does not request elevated privileges or modify other skills. Running the scripts writes files into plugin directories (expected for scaffolding) but does not persist as an always-on component.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.12026/4/4
Fix: add init-plugin.sh, use openclaw.plugin.json, remove fabricated API, add CLAUDE.md symlink
● Pending
安装命令
点击复制官方npx clawhub@latest install plugin-integration
镜像加速npx clawhub@latest install plugin-integration --registry https://cn.longxiaskill.com镜像同步中