← 返回 Skills 市场
Understand-Anything-Dashboard
作者
Yuxiang Lin
· GitHub ↗
· v1.1.0
· MIT-0
201
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install understand-dashboard
功能描述
Launch the interactive web dashboard to visualize a codebase's knowledge graph
安全使用建议
This skill intends to start a local Vite-based dashboard and is plausible, but the SKILL.md expects tooling and environment pieces that are not declared. Before installing or running it, verify you have Node, a package manager (pnpm or compatible), and Vite installed. Be aware that the instructions use pnpm install and npx vite, which may download and run code from the npm registry (install scripts or npx-launched packages) — only proceed if you trust the dashboard code and your network. Also check where the plugin expects its files to live: the SKILL.md uses $0 and ${CLAUDE_PLUGIN_ROOT} to locate packages/dashboard, which may not resolve correctly in your agent runtime. Recommended actions: (1) ask the publisher to list required binaries (node, pnpm/npm, npx/vite) and any env variables, (2) prefer running vite from an explicit, pre-installed binary rather than npx, or audit the project's package.json before running pnpm install, and (3) run this skill in a sandboxed or development environment if you have any doubt.
功能分析
Type: OpenClaw Skill
Name: understand-dashboard
Version: 1.1.0
The 'understand-dashboard' skill provides instructions for an AI agent to launch a local web-based visualization tool. It involves standard development procedures such as resolving local paths, installing dependencies via pnpm, and starting a Vite development server using npx. The behavior is consistent with the stated purpose of visualizing a knowledge graph, and no indicators of malicious intent, data exfiltration, or unauthorized access were found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
The skill's purpose is to launch a local dashboard for a project's knowledge graph, which is coherent. However, the SKILL.md assumes availability of shell, pnpm, npx, Node, and Vite but the registry metadata declares no required binaries or environment variables. Requiring npm tooling is proportionate to the task, but those dependencies should be declared.
Instruction Scope
Instructions tell the agent to run shell commands, install Node dependencies (pnpm install), and run npx vite --open in the background. They reference resolving a plugin root via $0 and an undeclared environment variable (${CLAUDE_PLUGIN_ROOT}). The instructions do not request unrelated system files, but they do rely on runtime environment details that are not declared and may cause the agent to fetch/execute remote packages.
Install Mechanism
There is no install spec, yet the runtime steps include pnpm install and npx vite. npx can download and execute packages from the npm registry on demand; pnpm install may run package install scripts. This dynamic fetching/execution from external registries is an elevated risk and should be explicit in the metadata or avoided by requiring pre-installed binaries.
Credentials
The skill declares no required environment variables but references GRAPH_DIR (set at runtime) and ${CLAUDE_PLUGIN_ROOT} (an undeclared variable) and suggests using $ARGUMENTS/$0. Accessing or relying on undeclared env vars is a mismatch and could lead to unexpected behavior. No secrets are requested, which is appropriate.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent platform privileges. It runs a background local dev server, which is expected for this purpose and not inherently a privilege escalation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install understand-dashboard - 安装完成后,直接呼叫该 Skill 的名称或使用
/understand-dashboard触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
- Added detailed instructions to launch the interactive web dashboard for visualizing a codebase's knowledge graph.
- Improved guidance for locating the knowledge graph and dashboard directory.
- Included user messages for missing knowledge graphs and successful dashboard startup.
- Clarified dependency installation and dev server startup steps.
- Noted auto-opening in browser and port selection behavior.
元数据
常见问题
Understand-Anything-Dashboard 是什么?
Launch the interactive web dashboard to visualize a codebase's knowledge graph. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 201 次。
如何安装 Understand-Anything-Dashboard?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install understand-dashboard」即可一键安装,无需额外配置。
Understand-Anything-Dashboard 是免费的吗?
是的,Understand-Anything-Dashboard 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Understand-Anything-Dashboard 支持哪些平台?
Understand-Anything-Dashboard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Understand-Anything-Dashboard?
由 Yuxiang Lin(@lum1104)开发并维护,当前版本 v1.1.0。
推荐 Skills