openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > screenshot-ux-auditor

Turn app screenshots into structured UX, copywriting, and conversion audits with issue severity and recommended fixes.

数据与表格

作者:vx:17605205782 @52YuanChangXing

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 97 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:52yuanchangxing/screenshot-ux-auditor

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill's requirements, instructions, and bundled script are coherent with its stated purpose (auditing screenshots) and do not request unrelated credentials or remote installs.

目的

Name/description match the files and behavior. Declared runtime need (python3) is justified by the included script and there are no unexpected binaries, services, or credentials requested.

说明范围

SKILL.md limits actions to analyzing user-provided screenshots, applying a local heuristics checklist, and optionally running a local script to produce CSV/Markdown. It does not instruct reading unrelated system files, fetching remote payloads, or exfiltrating data.

安装机制

No install spec; skill is instruction-only with a small auditable helper script bundled. No downloads, remote installers, or obscure package pulls are present.

证书

No environment variables, credentials, or configuration paths are required. The bundled script operates on explicit user-supplied JSON and writes a CSV to the local working directory.

持久

Skill is not always-enabled and does not request elevated or persistent privileges or modify other skills. Autonomous invocation is allowed by platform default but the skill itself is not privileged.

综合结论

This skill appears internally consistent and low-risk: it only uses a small local Python script and a local heuristics file. Before running, confirm that the screenshots you provide don't contain sensitive personal data or credentials (the skill will process what you give it). If you want extra assurance, inspect scripts/generate_issue_log.py yourself — it only reads a JSON file and writes a CSV. Ensure python3 is available and review any gene…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「screenshot-ux-auditor」。简介:Turn app screenshots into structured UX, copywriting, and conversion audits wit…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/52yuanchangxing/screenshot-ux-auditor/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: screenshot-ux-auditor
description: Turn app screenshots into structured UX, copywriting, and conversion
  audits with issue severity and recommended fixes.
version: 1.1.0
metadata:
  openclaw:
    requires:
      bins:
      - python3
    emoji: 🧰
---

# Screenshot UX Auditor

## Purpose

Turn app screenshots into structured UX, copywriting, and conversion audits with issue severity and recommended fixes.

## Trigger phrases

- 审查这个界面
- 截图做 UX 评审
- audit this UI screenshot
- 页面哪里有问题
- 帮我做可用性检查

## Ask for these inputs

- one or more screenshots
- product goal or funnel stage
- target user
- platform web/mobile/desktop
- tone or benchmark

## Workflow

1. Identify the screen type, primary task, and likely user goal.
2. Evaluate using the bundled heuristics checklist.
3. Cluster issues into clarity, hierarchy, trust, interaction, and accessibility.
4. Assign severity and provide fix-first recommendations.
5. Generate an issue log the user can hand to design or engineering.

## Output contract

- audit summary
- issue log CSV/Markdown
- fix priority list
- before/after prompt suggestions

## Files in this skill

- Script: `{baseDir}/scripts/generate_issue_log.py`
- Resource: `{baseDir}/resources/heuristics-checklist.md`

## Operating rules

- Be concrete and action-oriented.
- Prefer preview / draft / simulation mode before destructive changes.
- If information is missing, ask only for the minimum needed to proceed.
- Never fabricate metrics, legal certainty, receipts, credentials, or evidence.
- Keep assumptions explicit.

## Suggested prompts

- 审查这个界面
- 截图做 UX 评审
- audit this UI screenshot

## Use of script and resources

Use the bundled script when it helps the user produce a structured file, manifest, CSV, or first-pass draft.
Use the resource file as the default schema, checklist, or preset when the user does not provide one.

## Boundaries

- This skill supports planning, structuring, and first-pass artifacts.
- It should not claim that files were modified, messages were sent, or legal/financial decisions were finalized unless the user actually performed those actions.


## Compatibility notes

- Directory-based AgentSkills/OpenClaw skill.
- Runtime dependency declared through `metadata.openclaw.requires`.
- Helper script is local and auditable: `scripts/generate_issue_log.py`.
- Bundled resource is local and referenced by the instructions: `resources/heuristics-checklist.md`.