webclaw

Convert OpenClaw skills into browser-based dashboards from SKILL.md frontmatter.

13|7|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/avansaber/webclaw --skill webclaw-avansaber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webclaw
Source: https://github.com/avansaber/webclaw/tree/main
Command: npx skills add https://github.com/avansaber/webclaw --skill webclaw-avansaber

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

WebClaw provides a universal, schema-driven web dashboard that renders UI for every installed OpenClaw skill, removing the need for per-skill custom UI coding.

Core Features & Use Cases

  • Schema-driven rendering of forms, data tables, charts, and dashboards from SKILL.md metadata.
  • Auto UI generation for admin tasks, RBAC security, and multi-skill management.
  • Quick setup and scalable deployment for local or server environments.

Quick Start

Open the setup page to create your admin account and begin managing skills.

Frequently Asked Questions about webclaw

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I auto-generate a web dashboard from skill metadata?

WebClaw auto-generates a web dashboard by applying a schema-driven UI pipeline to parse SKILL.md frontmatter, rendering forms, tables, and charts automatically without custom coding.

Can I use RBAC and JWT to secure auto-generated dashboards?

Yes, you can secure auto-generated dashboards with JWT authentication and RBAC, which enforce role-based permissions, audit logging, and access control across all managed skills.

What's the best way to manage multiple OpenClaw skills without custom UI code?

Manage multiple OpenClaw skills without custom UI code by deploying a schema-driven web dashboard that auto-renders admin interfaces and forms directly from each skill's SKILL.md metadata.

Does schema-driven UI generation work for local and server environments?

Schema-driven UI generation works for both local and server environments, providing scalable deployment and quick setup to render browser-based dashboards from installed skill metadata.

Do I need to write frontend code to render forms and charts from SKILL.md?

No, you do not need to write frontend code to render forms and charts from SKILL.md, because the schema-driven pipeline auto-generates UI components directly from the skill frontmatter metadata.