Frontend UI Engineer automates production-quality, accessible, responsive UI development and related engineering workflows with structured outputs and built-in error recovery.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install frontend-ui-engineering
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install frontend-ui-engineering using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Frontend UI Engineer is an Openclaw Skills capability for building or modifying user-facing interfaces, creating reusable components, and optimizing frontend engineering workflows. It is designed to reduce repetitive manual work while supporting responsive layouts, browser compatibility, modular architecture, internationalization, animations, and third-party library integration.
The skill accepts structured content in JSON, text, or Markdown, processes it through an AI-agent workflow, and returns a predictable result with execution status and metadata. It is suitable for independent developers, enterprise teams, and automation scenarios, but complex tasks requiring human creative judgment should still receive expert review.
content value and optionally specify format as json, text, or markdown.options.read and exec tools.SKILL.md, such as Claude Code, Cursor, Codex, or Gemini CLI.The source document does not specify a package manager, registry command, or standalone runtime installer. Install the skill by adding its SKILL.md definition to the skills directory supported by your AI coding agent, then restart or reload the agent.
A generic project-local setup can be prepared as follows:
mkdir -p .agent/skills/frontend-ui-engineering
cp SKILL.md .agent/skills/frontend-ui-engineering/SKILL.md
Use the equivalent skills path required by your agent if it differs. Do not commit API keys to the repository; configure them through the agent or operating-system environment.
frontend-ui-engineering.content input.format to json, text, or markdown when needed.options for output style, batch size, or other supported advanced configuration.success, data, and error fields before using the result.| Field | Type | Required | Description |
|---|---|---|---|
content |
string | Yes | Content or UI-engineering task to process. |
format |
string | No | Input format: json, text, or markdown. |
options |
object | No | Advanced settings such as output style and batch size. |
{
"success": true,
"data": {
"result": "frontend-ui-engineer processing result",
"metadata": {
"skill": "frontend-ui-engineering",
"version": "1.0.0",
"pricing_tier": "L2-advanced"
}
},
"error": null
}
frontend-ui-engineering.1.0.0.success indicates whether processing completed.data.result contains the generated or processed output.error contains error details when processing does not complete.The workflow may read project files and source data, but the source document does not define a fixed generated-file directory or additional artifact naming convention. Treat returned results and any agent-created project files as implementation-specific outputs.
options object, including output style and batch size.read and exec tools for agent-assisted project inspection and command execution.Loading
Publish Webpage turns a user's idea into a polished, shareable static website and deploys it to goclawgo without requiring code or hosting knowledge.

idea-refine transforms raw, ambiguous ideas into structured, actionable concepts through automated analysis, assumption testing, and refinement.

Interview-me turns vague requests into structured, actionable intent through an adaptive one-question-at-a-time interview.

A Jira API integration skill that automates issue creation, status synchronization, and conditional workflow operations for AI agents.

Gitcrawl provides a freshness-aware GitHub archive workflow for finding issues, triaging pull requests, and identifying duplicate discussion clusters safely.

An offline document QA skill that finds internal consistency errors in long DOCX, Markdown, and TXT files and produces a repeatable re-check command.








































