skills$openclaw/web-design-guidelines
sharanga101.9k

by sharanga10

web-design-guidelines – OpenClaw Skill

web-design-guidelines is an OpenClaw Skills integration for design workflows. Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

1.9k stars7.8k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026design

Skill Snapshot

nameweb-design-guidelines
descriptionReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices". OpenClaw Skills integration.
ownersharanga10
repositorysharanga10/web-design-guidelines
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @sharanga10/web-design-guidelines
last updatedFeb 7, 2026

Maintainer

sharanga10

sharanga10

Maintains web-design-guidelines in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
298 B
SKILL.md
1.2 KB
SKILL.md

name: web-design-guidelines description: Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices". metadata: author: vercel version: "1.0.0" argument-hint: <file-or-pattern>

Web Interface Guidelines

Review files for compliance with Web Interface Guidelines.

How It Works

  1. Fetch the latest guidelines from the source URL below
  2. Read the specified files (or prompt user for files/pattern)
  3. Check against all rules in the fetched guidelines
  4. Output findings in the terse file:line format

Guidelines Source

Fetch fresh guidelines before each review:

https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md

Use WebFetch to retrieve the latest rules. The fetched content contains all the rules and output format instructions.

Usage

When a user provides a file or pattern argument:

  1. Fetch guidelines from the source URL above
  2. Read the specified files
  3. Apply all rules from the fetched guidelines
  4. Output findings using the format specified in the guidelines

If no files specified, ask the user which files to review.

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install web-design-guidelines?

Run openclaw add @sharanga10/web-design-guidelines in your terminal. This installs web-design-guidelines into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/sharanga10/web-design-guidelines. Review commits and README documentation before installing.