← 返回 Skills 市场
162
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install plugin-creator
功能描述
Build, review, and debug OpenClaw plugins with the official plugin SDK. Use when creating or modifying `extensions/<id>` plugins, `openclaw.plugin.json`, plu...
安全使用建议
This skill appears coherent for building and debugging OpenClaw plugins and mostly provides documentation and an example plugin. Before installing or running the example plugin, review the included example code (especially the telemetry/observability code) because it writes events and may capture session/transcript data to files under your OpenClaw state (~/.openclaw/plugins/observability-lab/telemetry.jsonl). If you plan to install the example plugin in a real environment, consider: (1) inspecting package.json and openclaw.plugin.json for runtime dependencies, (2) running it in an isolated or test workspace first, (3) checking what data is logged and whether any sensitive transcripts could be recorded, and (4) following the skill's recommended pre-install validation steps (scoped tests, pnpm build, plugins inspect) before deployment.
能力评估
Purpose & Capability
Name/description ask for building/reviewing OpenClaw plugins and the bundle contains SDK-guidance docs and an in-repo example plugin (observability-lab). The included files, manifests, and references match the declared purpose and do not request unrelated credentials or binaries.
Instruction Scope
SKILL.md and references guide the agent to inspect typical plugin artifacts (package.json, openclaw.plugin.json, index.ts, tests, session logs) and to prefer official docs and patterns. That scope is appropriate for plugin debugging, but it explicitly mentions reading runtime files and session logs (e.g., ~/.openclaw/agents/main/sessions/*.jsonl) — expected for debugging, but the user should be comfortable with those local reads when following the guidance.
Install Mechanism
No install spec (instruction-only skill). The repository includes example source files but the skill itself doesn't auto-download or execute remote code. This is a low-risk distribution model for a docs/example skill.
Credentials
The skill declares no required env vars or credentials. The example plugin code performs local filesystem I/O (creating ~/.openclaw plugin state directories, appending telemetry.jsonl). That file I/O is coherent with the Observability Lab example but could record transcripts/telemetry — users should be aware of local data written by the example when installing or running the plugin.
Persistence & Privilege
Skill flags are default (not always:true) and autonomous invocation is allowed (normal). The example plugin demonstrates writing persistent telemetry under plugin state directories; the skill itself does not attempt to modify other skills or system-wide agent settings, but installing the example plugin in a runtime will create and write files under the user's OpenClaw state directory.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install plugin-creator - 安装完成后,直接呼叫该 Skill 的名称或使用
/plugin-creator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
- Added detailed guidance on building, reviewing, and debugging OpenClaw plugins using the official plugin SDK.
- Clarified distinctions and best practices for hooks, tools, commands, and skills within plugins.
- Outlined a step-by-step workflow for decomposing user needs and structuring plugins accordingly.
- Provided evidence-based prioritization for plugin development and debugging.
- Included reference recommendations for tasks such as plugin structure, hooks, troubleshooting, testing, and official documentation.
元数据
常见问题
plugin-creator 是什么?
Build, review, and debug OpenClaw plugins with the official plugin SDK. Use when creating or modifying `extensions/<id>` plugins, `openclaw.plugin.json`, plu... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 162 次。
如何安装 plugin-creator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install plugin-creator」即可一键安装,无需额外配置。
plugin-creator 是免费的吗?
是的,plugin-creator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
plugin-creator 支持哪些平台?
plugin-creator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 plugin-creator?
由 pazyork(@pazyork)开发并维护,当前版本 v0.1.2。
推荐 Skills