← Back to Skills Marketplace
brucegutman

Pipeworx dicebear

by Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
84
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pipeworx-dicebear
Description
Generate unique avatar images from any seed text — 30+ styles including pixel art, initials, and abstract shapes
Usage Guidance
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'.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pipeworx-dicebear
  3. After installation, invoke the skill by name or use /pipeworx-dicebear
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug pipeworx-dicebear
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Pipeworx dicebear?

Generate unique avatar images from any seed text — 30+ styles including pixel art, initials, and abstract shapes. It is an AI Agent Skill for Claude Code / OpenClaw, with 84 downloads so far.

How do I install Pipeworx dicebear?

Run "/install pipeworx-dicebear" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Pipeworx dicebear free?

Yes, Pipeworx dicebear is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Pipeworx dicebear support?

Pipeworx dicebear is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pipeworx dicebear?

It is built and maintained by Bruce Gutman (@brucegutman); the current version is v1.0.0.

💬 Comments