ui-component
UI组件HTML/CSS代码生成。表单、表格、卡片、模态框、导航栏,输出完整可运行HTML文件。UI component generator: form, table, card, modal.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain3/ui-componentui-component
UI组件HTML/CSS代码生成。表单、表格、卡片、模态框、导航栏,输出完整可运行HTML文件。UI component generator: form, table, card, modal, navbar as standalone HTML files.
核心特点
🎯 精准 — 针对具体场景定制化输出 📋 全面 — 多个命令覆盖完整工作流 🇨🇳 本土化 — 完全适配中文用户习惯
可用命令
- generate — generate
- form — form
- table — table
- card — card
- modal — modal
- navbar — navbar
专业建议
- 一致性** — 同一项目使用统一的圆角、间距、配色
- 可访问性** — 表单加label,按钮有焦点样式,对比度达标
- 响应式** — 移动端优先,用相对单位(rem/%)
- 简洁** — 少即是多,不加无意义装饰
- | 需求 | 推荐命令 |
ui-component by BytesAgain
💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com
Examples
# Show help
ui-component help
# Run
ui-component run
- Run
ui-component helpfor all commands
Commands
Run ui-component help to see all available commands.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain3-ui-component": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
windows-setup
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Windows Setup concepts, best practices, and implementation patterns.
Dividend
Lightweight Dividend tracker. Add entries, view stats, search history, and export in multiple formats.
crawler
Web crawling and scraping reference — robots.txt protocol, Scrapy framework, anti-bot detection, headless browsers, and legal considerations
Thesaurus
Look up synonyms, antonyms, and related words with history and export. Use when finding alternatives, checking usage, running drills, analyzing frequency.
devops-scripts
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Devops Scripts concepts, best practices, and implementation patte...