← 返回 Skills 市场
soponcd

Web Design Guidelines

作者 soponcd · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
620
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install timeflow-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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install timeflow-web-design-guidelines
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /timeflow-web-design-guidelines 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug timeflow-web-design-guidelines
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 620 次。

如何安装 Web Design Guidelines?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install timeflow-web-design-guidelines」即可一键安装,无需额外配置。

Web Design Guidelines 是免费的吗?

是的,Web Design Guidelines 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Web Design Guidelines 支持哪些平台?

Web Design Guidelines 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Web Design Guidelines?

由 soponcd(@soponcd)开发并维护,当前版本 v1.0.0。

💬 留言讨论