← 返回 Skills 市场
maverick-software

Plugin UI Architecture

作者 maverick-software · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
1149
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install plugin-architecture
功能描述
Installs UI plugin architecture into OpenClaw, enabling plugins to register custom views, navigation items, and settings panels.
安全使用建议
This skill appears to do what it says: it adds types, server handlers, and a client-side registry so plugins can register UI tabs. Before installing: 1) Review/backup your repository (the steps change many files). 2) Test in a development environment and run the builds (pnpm build, pnpm ui:build) — the installer will need write and restart privileges. 3) Verify any security model around plugins: ensure only trusted plugins can call registerView/registerNavGroup (server-side registration attaches pluginId but review authorization controls). 4) Fix the small path typo ("~/clawd" vs "~/clawdbot") in automation. If you're comfortable making code changes and restarting the gateway, this skill is coherent with its purpose; otherwise have a developer apply the changes manually and review them in PR form.
功能分析
Type: OpenClaw Skill Name: plugin-architecture Version: 1.0.1 The skill bundle aims to add UI plugin registration support to OpenClaw, which is a legitimate feature. The `INSTALL_INSTRUCTIONS.md` file provides detailed, step-by-step instructions for the agent to modify the OpenClaw source code, create new files (using the provided `reference/ui-plugin-registry.ts`), build the project using `pnpm`, and restart the gateway. All instructions and code snippets are consistent with the stated purpose and do not exhibit any signs of data exfiltration, malicious execution, persistence, obfuscation, or harmful prompt injection attempts against the agent.
能力评估
Purpose & Capability
The name/description (UI plugin architecture) align with the delivered artifacts: type additions, server gateway method, runtime registry, and client-side UI registry. No unrelated environment variables, binaries, or external services are requested.
Instruction Scope
The SKILL.md and INSTALL_INSTRUCTIONS.md instruct editing many server and UI source files, adding gateway handlers, and loading the registry on client connect — this is expected for this feature. Minor inconsistency: SKILL.md references a skills path '~/clawd/skills/...' while INSTALL_INSTRUCTIONS.md uses '~/clawdbot' (likely a typo) which could confuse an automated installer. Installation requires write access to the codebase and restarting the gateway.
Install Mechanism
This is an instruction-only skill with no install spec or remote downloads; nothing will be written by the skill itself unless you or your agent follow the manual steps. That lowers supply-chain risk.
Credentials
No credentials, env vars, or config paths are requested. The only requirements are access to the OpenClaw source tree (~/clawdbot or $CLAWDBOT_DIR), pnpm, and the ability to restart the gateway — all proportionate to making the described code changes.
Persistence & Privilege
The skill does not request always:true or autonomous privileges. The installation workflow requires persistent edits to the application source (expected for adding framework-level UI support) but the skill itself does not persist credentials or modify other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install plugin-architecture
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /plugin-architecture 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Simplified the plugin architecture skill to require manual installation with agent guidance. - Added INSTALL_INSTRUCTIONS.md with detailed step-by-step setup. - Moved reference implementation to reference/ui-plugin-registry.ts. - Removed installer scripts and inline patching files. - Updated documentation to clarify plugin registration and streamline integration for agents.
v1.0.0
Initial release: Adds a full UI plugin architecture for OpenClaw. - Enables plugins to register custom UI views, navigation items, and settings panels. - Patches backend and UI files to support dynamic plugin-driven interfaces. - Adds gateway methods to expose plugin UI registrations. - Provides an installer script with step-by-step instructions and uninstallation guidance. - Requires OpenClaw 2026.1.x installed from source.
元数据
Slug plugin-architecture
版本 1.0.1
许可证
累计安装 2
当前安装数 2
历史版本数 2
常见问题

Plugin UI Architecture 是什么?

Installs UI plugin architecture into OpenClaw, enabling plugins to register custom views, navigation items, and settings panels. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1149 次。

如何安装 Plugin UI Architecture?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install plugin-architecture」即可一键安装,无需额外配置。

Plugin UI Architecture 是免费的吗?

是的,Plugin UI Architecture 完全免费(开源免费),可自由下载、安装和使用。

Plugin UI Architecture 支持哪些平台?

Plugin UI Architecture 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Plugin UI Architecture?

由 maverick-software(@maverick-software)开发并维护,当前版本 v1.0.1。

💬 留言讨论