← 返回 Skills 市场
keylimesoda

Visual Explainer for OpenClaw

作者 Ric Lewis · GitHub ↗ · v0.5.1-openclaw.1
cross-platform ⚠ suspicious
415
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install visual-explainer-openclaw
功能描述
Generate beautiful, self-contained HTML pages that visually explain systems, code changes, plans, and data. Use when the user asks for a diagram, architectur...
安全使用建议
This skill appears to be what it says — a local HTML diagram/review generator — but it includes two behaviors you should explicitly accept before installing: - In-place edits: Several prompts (fact-check, plan/diff reviews) instruct the agent to modify project files directly. If you don't want automated edits, run the skill in a read-only clone or ask it to produce suggested edits instead of applying them. - Sharing to Vercel: The 'share' workflow and changelog claim zero-friction Vercel deployments. Inspect scripts/share.sh (and any 'vercel-deploy' helper) before running to confirm where content is uploaded and whether credentials or external accounts are used. Treat the share workflow as an explicit action that may publish potentially sensitive content. Other practical checks: - Review scripts/share.sh and any small helper scripts for network calls or third-party endpoints before using the share command. - If you plan to let the agent run git commands and read your repository, run the skill in a disposable clone or sandbox until you’re comfortable. - If you don't want external image generation, ensure the environment lacks the optional 'surf' CLI or confirm the CLI's invocation is what you expect. If you want, I can (1) summarize exactly where the prompts ask to write files or make network requests, (2) show the content of scripts/share.sh for inspection, or (3) suggest safer invocation patterns (e.g., produce diff patches instead of writing files, or require explicit confirmation before share deployments).
功能分析
Type: OpenClaw Skill Name: visual-explainer-openclaw Version: 0.5.1-openclaw.1 The 'visual-explainer' skill bundle is a comprehensive tool for generating HTML-based technical visualizations, diagrams, and slide decks. It provides the agent with detailed instructions (SKILL.md) and templates to produce high-quality visual outputs instead of standard text or ASCII. While the bundle includes a script for sharing files via Vercel (scripts/share.sh) and instructions for the agent to proactively use the 'write' and 'exec' tools to manage and open generated files, these behaviors are well-documented and strictly aligned with the skill's purpose. No indicators of malicious intent, such as secret theft or unauthorized persistence, were detected.
能力评估
Purpose & Capability
The name/description match the files and prompts: the skill generates self-contained HTML diagrams, slide decks, and visual reviews. Asking the agent to read source files, run git commands, and produce HTML files is coherent with the advertised purpose. One notable capability that goes beyond mere rendering: several prompts (fact-check, diff-review, plan-review) explicitly instruct the agent to edit project files in place and to write corrections back to the repository. That behavior is powerful but explainable for a fact-check/diff-review skill — surface it to the user.
Instruction Scope
The SKILL.md and prompt templates instruct the agent to run git commands, read many local files (project source, docs, agent memory under ~/.openclaw/workspace/memory/...), and in some workflows to make direct edits to original files (fact-check.md: 'Correct in place' / 'Write corrections to the original file'). They also include a 'share' workflow that deploys generated pages to Vercel (external hosting). Reading and editing local repo files is consistent with code-review tasks, but automatic in-place edits and third-party uploads are significant side-effects that should be disclosed to users and gated.
Install Mechanism
This is instruction- and file-backed; there is no install spec that downloads or executes remote archives. The README and SKILL.md suggest optional git clone steps and refer to the original GitHub repo; those are normal for manual install. No high-risk download URLs or archive extraction are present in the manifest.
Credentials
The skill declares no required environment variables or credentials, which is consistent with its core functionality. However, optional behaviors reference external tools/services (the surf CLI for image generation and a 'vercel-deploy' helper script). The changelog and prompts mention a zero-auth Vercel deploy behavior (''no account or authentication required'') — if true, that implies uploading user content to a third-party account and is not declared in requires.env, which is a proportionality concern and should be validated.
Persistence & Privilege
The skill does not request always:true and is user-invocable; it writes files to a local workspace path (~/.openclaw/workspace/diagrams/) which is consistent with generating HTML artifacts. The bigger persistence concern is the skill's instruction to edit repository files in place (fact-check), and the optional share script that would make artifacts externally accessible. Neither of these are 'always' privileges, but they are capabilityful and should be authorized by the user.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install visual-explainer-openclaw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /visual-explainer-openclaw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.5.1-openclaw.1
Initial OpenClaw adaptation of nicobailon/visual-explainer. Generate beautiful HTML pages and slide decks instead of ASCII art. Full attribution to original author.
元数据
Slug visual-explainer-openclaw
版本 0.5.1-openclaw.1
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Visual Explainer for OpenClaw 是什么?

Generate beautiful, self-contained HTML pages that visually explain systems, code changes, plans, and data. Use when the user asks for a diagram, architectur... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 415 次。

如何安装 Visual Explainer for OpenClaw?

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

Visual Explainer for OpenClaw 是免费的吗?

是的,Visual Explainer for OpenClaw 完全免费(开源免费),可自由下载、安装和使用。

Visual Explainer for OpenClaw 支持哪些平台?

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

谁开发了 Visual Explainer for OpenClaw?

由 Ric Lewis(@keylimesoda)开发并维护,当前版本 v0.5.1-openclaw.1。

💬 留言讨论