Installs UI plugin architecture into OpenClaw, enabling plugins to register custom views, navigation items, and settings panels.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install plugin-architecture或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install plugin-architecture⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/plugin-architecture/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
name: plugin-architecture version: 1.1.0 author: Charles Sears description: Adds UI plugin registration support to OpenClaw - allows plugins to register custom tabs in the Control UI.
This skill adds the ability for OpenClaw plugins to register custom UI views/tabs that appear in the Control dashboard sidebar.
This skill requires manual installation by your OpenClaw agent.
After extracting this skill to your skills folder, give your agent this prompt:
Please install the plugin-architecture skill. Read the INSTALL_INSTRUCTIONS.md file in the skill folder and follow it step by step. The skill is at: ~/clawd/skills/plugin-architecture/
Once installed, plugins can register UI tabs like this:
// In your plugin's register() function:
if (typeof api.registerView === "function") {
api.registerView({
id: "my-view",
label: "My View",
subtitle: "Description here",
icon: "database", // Icon name from the icon set
group: "Agent", // Which nav group (Chat, Control, Agent, Settings)
position: 5, // Order within the group
});
}
SKILL.md - This fileINSTALL_INSTRUCTIONS.md - Step-by-step instructions for the agentreference/ - Reference code files showing what to add安装 Plugin UI Architecture 后,可以对 AI 说这些话来触发它
Help me get started with Plugin UI Architecture
Explains what Plugin UI Architecture does, walks through the setup, and runs a quick demo based on your current project
Use Plugin UI Architecture to installs UI plugin architecture into OpenClaw, enabling plugins to ...
Invokes Plugin UI Architecture with the right parameters and returns the result directly in the conversation
What can I do with Plugin UI Architecture in my ai agent & automation workflow?
Lists the top use cases for Plugin UI Architecture, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/plugin-architecture/ 目录(个人级,所有项目可用),或 .claude/skills/plugin-architecture/(项目级)。重启 AI 客户端后,用 /plugin-architecture 主动调用,或让 AI 根据上下文自动发现并使用。
Plugin UI Architecture 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Plugin UI Architecture 可免费安装使用。请查阅仓库了解许可证信息。
Installs UI plugin architecture into OpenClaw, enabling plugins to register custom views, navigation items, and settings panels.
Plugin UI Architecture 属于「AI Agent & Automation」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my ai agent & automation tasks using Plugin UI Architecture
Identifies repetitive steps in your workflow and sets up Plugin UI Architecture to handle them automatically