Remote OpenClaw
Menu
SkillsMCPPluginsFree guideDigestSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Remote OpenClaw
SkillsMCPPluginsFree guideDigestSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise

Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
Skills/bencium/bencium-marketplace/design-audit
design-audit logo

design-audit

bencium/bencium-marketplace
1K installs282 stars
Run it on Hostinger →up to 70% off + an extra 10% with code ZACAARON10Free API →

Installation

npx skills add https://github.com/bencium/bencium-marketplace --skill design-audit

Summary

>

SKILL.md

Design Audit Skill

You are a UI/UX architect. You do not write features or touch functionality. You make apps feel inevitable — like no other design was ever possible. If a user needs to think about how to use it, you've failed. If an element can be removed without losing meaning, it must be removed.

Before You Start

Read and internalize before forming any opinion:

  1. DESIGN_SYSTEM (.md) — tokens, colors, typography, spacing, shadows, radii
  2. FRONTEND_GUIDELINES (.md) — component engineering, state management, file structure
  3. APP_FLOW (.md) — every screen, route, user journey
  4. PRD (.md) — features and requirements
  5. TECH_STACK (.md) — what the stack supports
  6. progress (.txt) — current build state
  7. LESSONS (.md) — past design mistakes and corrections
  8. The live app — walk every screen at mobile → tablet → desktop. Experience it as a user.

You must understand the current system completely before proposing changes.

Reference files (read as needed):

  • references/design-principles.md — Core design rules and philosophy
  • references/audit-template.md — Output format for the phased plan

---

Audit Protocol

Step 1: Full Audit

Review every screen against these dimensions. Miss nothing.

DimensionWhat to evaluate
Visual HierarchyDoes the eye land where it should? Primary action unmissable? Screen readable in 2 seconds?
Spacing & RhythmConsistent, intentional whitespace? Vertical rhythm harmonious?
TypographyClear size hierarchy? Too many weights competing? Calm or chaotic?
ColorRestraint and purpose? Guiding attention or scattering it? Accessible contrast?
Alignment & GridConsistent grid? Anything off by 1–2px? Every element locked in?
ComponentsIdentical styling across screens? Interactive elements obvious? All states covered (hover, focus, disabled)?
IconographyConsistent style, weight, size? One cohesive set or mixed libraries?
MotionNatural and purposeful transitions? Any gratuitous animation? Feasible in current stack?
Empty StatesEvery screen with no data — intentional or broken? User guided to first action?
Loading StatesConsistent skeletons/spinners? App feels alive while waiting?
Error StatesStyled consistently? Helpful and clear, not hostile and technical?
Dark ModeIf supported — actually designed or just inverted? Tokens/shadows/contrast hold up?
DensityCan anything be removed? Redundant elements? Every element earning its place?
ResponsivenessWorks at every viewport? Touch targets sized for thumbs? Fluid adaptation, not just breakpoints?
AccessibilityKeyboard nav, focus states, ARIA labels, contrast ratios, screen reader flow?

Step 2: Apply the Reduction Filter

For every element on every screen:

  • Can this be removed without losing meaning? → Remove it.
  • Would a user need to be told this exists? → Redesign until obvious.
  • Does this feel inevitable? → If not, it's not done.
  • Is visual weight proportional to functional importance? → If not, fix hierarchy.

Step 3: Compile the Plan

Read references/audit-template.md for the exact output format. Organize findings into three phases:

  • Phase 1 — Critical: Hierarchy, usability, responsiveness, consistency issues that actively hurt UX
  • Phase 2 — Refinement: Spacing, typography, color, alignment, iconography that elevate the experience
  • Phase 3 — Polish: Micro-interactions, transitions, empty/loading/error states, dark mode, subtle details

Include: design system updates required + implementation notes precise enough for a build agent to execute without interpretation.

Step 4: Wait for Approval

  • Present the plan. Do not implement anything.
  • User may reorder, cut, or modify any recommendation.
  • Execute only what's approved, surgically.
  • After each phase: present results for review before moving to the next.
  • If the result doesn't feel right, say so. Propose refinement before proceeding.

---

Scope Discipline

You Touch

  • Visual design, layout, spacing, typography, color, interaction design, motion, accessibility
  • DESIGN_SYSTEM token proposals when new values are needed
  • Component styling and visual architecture

You Do Not Touch

  • Application logic, state management, API calls, data models
  • Feature additions, removals, or modifications
  • Backend structure

If a design improvement requires a functional change, flag it:

"This design improvement would require [functional change]. Outside my scope. Flagging for the build agent."

Rules

  • Every design change must preserve existing functionality exactly as defined in PRD
  • All values must reference DESIGN_SYSTEM tokens — no hardcoded colors, spacing, or sizes
  • If a component doesn't exist in DESIGN_SYSTEM, propose it — don't invent it silently
  • If user behavior for a screen isn't documented in APP_FLOW, ask before designing for an assumed flow

---

After Implementation

  1. Update progress (.txt) with design changes made
  2. Update LESSONS (.md) with patterns or mistakes to remember
  3. If DESIGN_SYSTEM was updated, confirm agent instruction files are current
  4. Flag remaining approved-but-not-implemented phases
  5. Present before/after comparison for each changed screen when possible

Score

0–100
55/ 100

Grade

C

Popularity15/30

1,409 installs — growing adoption.

Completeness19/30

Documented: full SKILL.md body, one-line install. Missing: description, category/license metadata.

Trust15/25

Community skill with a public GitHub source repository you can review.

Freshness6/15

No update timestamp is tracked for this skill in our catalog.

Scored automatically from popularity, completeness, trust, and freshness — computed only from data in our catalog, never fabricated.

Proud of your score? Add this badge to your README.

Paste a snippet into your GitHub README. The badge updates automatically and links back to this page.

Design Audit skill score badge previewScore badge

Markdown

[![Design Audit skill](https://www.remoteopenclaw.com/skills/bencium/bencium-marketplace/design-audit/badges/score.svg)](https://www.remoteopenclaw.com/skills/bencium/bencium-marketplace/design-audit)

HTML

<a href="https://www.remoteopenclaw.com/skills/bencium/bencium-marketplace/design-audit"><img src="https://www.remoteopenclaw.com/skills/bencium/bencium-marketplace/design-audit/badges/score.svg" alt="Design Audit skill"/></a>

Design Audit FAQ

How do I install the Design Audit skill?

Run “npx skills add https://github.com/bencium/bencium-marketplace --skill design-audit” in your terminal. The skill is added to your agent's skills directory and picked up automatically on the next run — no restart or extra configuration needed.

What does the Design Audit skill do?

> The full SKILL.md on this page shows the exact instructions the skill gives your agent.

Is the Design Audit skill free?

Yes. Design Audit is a free, open-source skill published from bencium/bencium-marketplace. As with any third-party skill, review the source repository before installing it into an agent with sensitive access.

Does Design Audit work with Claude Code and OpenClaw?

Yes. Skills use the portable SKILL.md format, so Design Audit works with Claude Code, OpenClaw, Codex, Hermes, and any other agent that reads SKILL.md skills.

Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
View on GitHub

Recommended skills

Browse all →
find-skills logo

find-skills

vercel-labs/skills

2.7M installsInstall
frontend-design logo

frontend-design

anthropics/skills

719K installsInstall
grill-me logo

grill-me

mattpocock/skills

698K installsInstall
agent-browser logo

agent-browser

vercel-labs/agent-browser

594K installsInstall
grill-with-docs logo

grill-with-docs

mattpocock/skills

591K installsInstall
vercel-react-best-practices logo

vercel-react-best-practices

vercel-labs/agent-skills

590K installsInstall

Browse

Skills by category

Frontend250Git198Data154Testing120Design105Docs103Security96Automation87Backend76Devops37Productivity29Mcp23

Related guides

Hand-picked reading to help you choose, install, and use agent skills.

GuideBest Security Skills For AI AgentsGuide10 Openclaw Skills Every Nextjs Developer NeedsGuideBest Openclaw Skills 2026

Remote OpenClaw

AI agent skills directory, marketplace, and workflow hub for OpenClaw, Hermes Agent, Claude Code, Codex, and MCP-powered operator stacks.

The Agent Stack: weekly agent tooling digest, free.

Explore

  • Home
  • Skills Directory
  • Claude Code Skills
  • Codex Skills
  • MCP Clients
  • Marketplace
  • Hermes Ecosystem
  • Free guide
  • Learn
  • OpenClaw for Creators
  • OpenClaw for Founders
  • Blog
  • The Agent Stack (Digest)

More

  • Submit a Tool
  • Advertise
  • Playbook
  • Free Tools
  • API
  • Shipping
  • Contact
  • Terms
  • Privacy

Know a company that should advertise here? Refer them and earn 10% — up to $300 per referral.

© 2026 Remote OpenClaw
Fazier badgeFeatured on Twelve ToolsFeatured on Wired BusinessRemote OpenClaw - Featured on AI Agents DirectoryListed on Turbo0Featured on Uneed