← 返回 Skills 市场
417
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install wonderdash
功能描述
Create and manage widgets on the user's WonderDash mobile dashboard via GitHub
安全使用建议
This skill's behavior (reading/writing widgets in a GitHub repo via SSH) is consistent with its description, but it requires you to supply and save an SSH private key — something the registry metadata does not declare. Before installing or using it: 1) Verify the publisher and the repository URL out-of-band; do not paste a reusable personal SSH key. 2) Prefer a dedicated, least-privilege credential: a repo-scoped deploy key or a machine account with only the minimum permissions needed (ideally read-only if you only need to pull, or a tightly-scoped write key only for this repo). 3) Audit widget HTML before committing (webview widgets can include JavaScript that may run in the app). 4) Avoid reusing the key elsewhere and rotate/delete the key when no longer needed. 5) If possible, prefer a workflow where changes go through pull requests and human review instead of allowing direct pushes by an automated agent. Finally, ask the skill publisher why the registry metadata omits the credential requirement — that inconsistency should be resolved.
功能分析
Type: OpenClaw Skill
Name: wonderdash
Version: 1.0.0
The skill instructs the AI agent to perform high-risk operations, specifically writing an SSH private key to `~/.ssh/wonderdash_deploy` and modifying the user's `~/.ssh/config` file to facilitate GitHub access. While these actions are consistent with the stated goal of managing a dashboard via a Git repository, handling raw private keys and altering SSH configurations are high-privilege tasks that could be exploited for unauthorized access or persistence if the agent is provided with malicious setup data.
能力评估
Purpose & Capability
Name/description (manage widgets via GitHub) match the actions described (creating JSON files, committing, pushing). Declaring git+ssh as required binaries is appropriate. However, the runtime instructions explicitly require an SSH private key and a repo URL to be supplied by 'WonderDash', yet the skill metadata in the registry lists no primary credential or required env — a documentation/metadata mismatch that should be explained by the publisher.
Instruction Scope
The SKILL.md stays within the stated purpose: it instructs creating/updating widget JSON files, editing dashboard.json, and using git push/clone via SSH. It only references the user's ~/.ssh files and the target GitHub repo; it does not instruct reading other unrelated files or accessing external endpoints beyond GitHub.
Install Mechanism
Instruction-only skill with no install spec and no code files — minimal filesystem/installation risk. It relies on standard system binaries (git, ssh) which are reasonable for the task.
Credentials
Although no env vars are declared, the runtime setup explicitly requires an SSH private key (sensitive credential) and storing it under ~/.ssh/wonderdash_deploy. The skill does not declare this credential in registry metadata (primary credential/required env), so the requested secret is not visible ahead of install — that's a mismatch and a security concern because the key grants repo write access and could be misused if it has broad scope or is reused elsewhere.
Persistence & Privilege
The skill does not request 'always: true' and does not modify other skills or system-wide settings. Instructions tell the user to write a private key and an SSH config entry into the user's home directory (normal for GitHub deployment keys), which is expected for this functionality but should be done deliberately and with least privilege.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wonderdash - 安装完成后,直接呼叫该 Skill 的名称或使用
/wonderdash触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Fix versioning - republish as 1.0.0
v5.0.0
Initial release: file-per-widget format, dashboard.json index, WebView renderer with rich examples
元数据
常见问题
WonderDash 是什么?
Create and manage widgets on the user's WonderDash mobile dashboard via GitHub. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 417 次。
如何安装 WonderDash?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wonderdash」即可一键安装,无需额外配置。
WonderDash 是免费的吗?
是的,WonderDash 完全免费(开源免费),可自由下载、安装和使用。
WonderDash 支持哪些平台?
WonderDash 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。
谁开发了 WonderDash?
由 Haywired(@hay-wired)开发并维护,当前版本 v1.0.0。
推荐 Skills