← Back to Skills Marketplace
soponcd

Web Design Guidelines

by soponcd · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
620
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install timeflow-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 si...
Usage Guidance
This skill is logically consistent for reviewing UI files, but it fetches live rules from a raw GitHub URL each time — that remote file could be changed to alter agent behavior. Before installing or using it: (1) verify and trust the source URL; consider pinning to a specific commit (or supply the guidelines locally) instead of fetching a moving target; (2) inspect the fetched guidelines before running reviews to ensure they don't instruct unexpected network calls or sensitive operations; (3) avoid giving the skill patterns that point to sensitive system files or credentials — only provide project UI files for review; and (4) if you need a higher assurance, ask the maintainer to include the guidelines in the skill bundle or provide a verified checksum for the remote file.
Capability Analysis
Type: OpenClaw Skill Name: timeflow-web-design-guidelines Version: 1.0.0 The skill employs a 'Remote Instruction Injection' pattern by directing the agent to fetch and execute rules from an external URL (https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md) during execution. While the stated goal of UI/UX auditing is benign, this mechanism allows the skill's logic to be dynamically updated or altered by a third party without changing the bundle itself, which could be used to deliver malicious instructions to the agent. This behavior is defined in SKILL.md.
Capability Assessment
Purpose & Capability
Name, description, and runtime instructions align: the skill reviews UI code against a set of guidelines and asks the user for files/patterns to inspect. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
Runtime instructions require fetching guidelines from https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md before each review and then reading user-specified files. Fetching and following externally hosted, live content can change the agent's behavior at any time; otherwise the instructions stay within the stated scope (read provided files, apply rules, output file:line findings).
Install Mechanism
No install spec and no code files — instruction-only skill, so nothing is written to disk by the skill itself. Low install risk.
Credentials
The skill declares no environment variables, no credentials, and no config paths. It does not request broad access to unrelated services or secrets.
Persistence & Privilege
always is false and model invocation is enabled (default). The skill does not request persistent system-wide changes or privileged presence.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install timeflow-web-design-guidelines
  3. After installation, invoke the skill by name or use /timeflow-web-design-guidelines
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the Web Interface Guidelines review skill: - Reviews UI code for compliance with established Web Interface Guidelines. - Checks layout, typography, color, typesetting, and accessibility concerns. - Fetches the latest guidelines automatically before each audit. - Supports reviews via file or pattern input; prompts for files if none provided. - Outputs concise findings in a standardized format for easy review.
Metadata
Slug timeflow-web-design-guidelines
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Web Design Guidelines?

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my si... It is an AI Agent Skill for Claude Code / OpenClaw, with 620 downloads so far.

How do I install Web Design Guidelines?

Run "/install timeflow-web-design-guidelines" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Web Design Guidelines free?

Yes, Web Design Guidelines is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Web Design Guidelines support?

Web Design Guidelines is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Web Design Guidelines?

It is built and maintained by soponcd (@soponcd); the current version is v1.0.0.

💬 Comments