plugin-architectureInstalls UI plugin architecture into OpenClaw, enabling plugins to register custom views, navigation items, and settings panels.
Install via ClawdBot CLI:
clawdbot install maverick-software/plugin-architecturename: 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 addAI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Guide any property decision for buyers, sellers, landlords, investors, or agents in any jurisdiction.
Use when designing new system architecture, reviewing existing designs, or making architectural decisions. Invoke for system design, architecture review, design patterns, ADRs, scalability planning.
Document significant technical decisions with context, rationale, and consequences to maintain clear, lightweight architectural records for future reference.
Predict construction project costs using Machine Learning. Use Linear Regression, K-Nearest Neighbors, and Random Forest models on historical project data. Train, evaluate, and deploy cost prediction models.
Generate photorealistic architectural renders and visualizations using each::sense AI. Create exterior views, interior renders, sketch-to-render conversions,...
Dual-stream event publishing combining Kafka for durability with Redis Pub/Sub for real-time delivery. Use when building event-driven systems needing both guaranteed delivery and low-latency updates. Triggers on dual stream, event publishing, Kafka Redis, real-time events, pub/sub, streaming architecture.