← 返回
效率工具 中文

Plugin UI Architecture

Installs UI plugin architecture into OpenClaw, enabling plugins to register custom views, navigation items, and settings panels.
在 OpenClaw 中安装 UI 插件架构,使插件可注册自定义视图、导航项和设置面板。
maverick-software
效率工具 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 1,557
下载
💾 24
安装
1
版本
#latest

概述

Plugin Architecture Skill

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.

Overview

This skill adds the ability for OpenClaw plugins to register custom UI views/tabs that appear in the Control dashboard sidebar.

Installation

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/

What It Does

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
  });
}

Files Included

  • SKILL.md - This file
  • INSTALL_INSTRUCTIONS.md - Step-by-step instructions for the agent
  • reference/ - Reference code files showing what to add

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-28 22:51 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Copywriting Pro

maverick-software
为任何形式撰写有说服力、高转化率的文案——广告、着陆页、邮件、销售页、标题、产品描述、CTA和社交帖子。App...
★ 2 📥 4,940
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,810
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,522