← 返回 Skills 市场
Pipeworx dicebear
作者
Bruce Gutman
· GitHub ↗
· v1.0.0
· MIT-0
84
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-dicebear
功能描述
Generate unique avatar images from any seed text — 30+ styles including pixel art, initials, and abstract shapes
安全使用建议
This skill appears to do what it says (produce deterministic avatar URLs) but two things merit caution: (1) the SKILL.md suggests using 'npx -y mcp-remote@latest' to connect to a Pipeworx gateway — running npx@latest executes code from npm and is risky unless you trust and pin the package and version; (2) avatar seeds are sent to a third-party gateway (gateway.pipeworx.io), so avoid sending secrets or personally-identifying strings unless you trust that service. If you only need avatar URLs, consider calling the official DiceBear API directly (api.dicebear.com) or running vetted client code you control. If you choose to use the MCP approach, inspect and pin the mcp-remote package source, and avoid 'npx -y ...@latest'.
功能分析
Type: OpenClaw Skill
Name: pipeworx-dicebear
Version: 1.0.0
The skill is a standard wrapper for the DiceBear avatar generation service, utilizing a remote MCP gateway (gateway.pipeworx.io). The documentation in SKILL.md and the configuration provided are consistent with its stated purpose of generating deterministic avatars, and no malicious code, data exfiltration, or prompt injection attempts were found.
能力评估
Purpose & Capability
The skill is an instruction-only wrapper for DiceBear-style avatar generation and only needs an HTTP client (curl). That aligns with the description. However, the SKILL.md includes an MCP config that invokes 'npx mcp-remote@latest', but the declared required binaries list does not mention 'npx'/'node', which is an inconsistency.
Instruction Scope
Runtime instructions show simple POSTs to a Pipeworx gateway which return DiceBear SVG URLs — no instructions to read local files or environment variables. However, the SKILL.md includes an MCP config (npx mcp-remote connecting to https://gateway.pipeworx.io/dicebear/mcp) that, if followed, would run third-party code and establish a remote tool endpoint; that broadens the agent’s action surface beyond the basic curl example.
Install Mechanism
There is no formal install spec (lowest disk risk), but the provided MCP config recommends running 'npx -y mcp-remote@latest ...'. Using npx with @latest will download and execute code from the npm registry on demand — a higher-risk operation not declared in required binaries. The SKILL.md suggests running remote code without pinning a version or providing provenance.
Credentials
No environment variables, credentials, or config paths are requested — appropriate for an avatar generator. Still, avatar seed strings would be sent to a third-party gateway (gateway.pipeworx.io); if seeds include personal data (emails, usernames) this is a privacy concern because the gateway receives that data.
Persistence & Privilege
The skill does not request always: true and is user-invocable only. It does not itself modify agent config automatically. However, the MCP config is intended to be added to an agent's mcpServers (a manual change) and running mcp-remote would create a persistent remote tool endpoint — a user action that grants ongoing remote capability.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pipeworx-dicebear - 安装完成后,直接呼叫该 Skill 的名称或使用
/pipeworx-dicebear触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Pipeworx dicebear 是什么?
Generate unique avatar images from any seed text — 30+ styles including pixel art, initials, and abstract shapes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 84 次。
如何安装 Pipeworx dicebear?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pipeworx-dicebear」即可一键安装,无需额外配置。
Pipeworx dicebear 是免费的吗?
是的,Pipeworx dicebear 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pipeworx dicebear 支持哪些平台?
Pipeworx dicebear 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pipeworx dicebear?
由 Bruce Gutman(@brucegutman)开发并维护,当前版本 v1.0.0。
推荐 Skills