← Browse

@jaffer1979/pixel-agents

A

Real-time pixel art ops dashboard for OpenClaw deployments. Visualizes agent activity as character sprites in a shared office with live activity bubbles, hardware monitoring, service controls, and task spawning.

skillclaude

Install

agr install @jaffer1979/pixel-agents --target claude

Writes 14 files into .claude/skills/, pinned to git-de82d8db.

  • .claude/skills/pixel-agents/.gitignore
  • .claude/skills/pixel-agents/.npmignore
  • .claude/skills/pixel-agents/LICENSE
  • .claude/skills/pixel-agents/README.md
  • .claude/skills/pixel-agents/SKILL.md
  • .claude/skills/pixel-agents/dashboard.config.example.json
  • .claude/skills/pixel-agents/index.html
  • .claude/skills/pixel-agents/package-lock.json
  • .claude/skills/pixel-agents/package.json
  • .claude/skills/pixel-agents/pixel-agents-dashboard.service
  • .claude/skills/pixel-agents/tsconfig.app.json
  • .claude/skills/pixel-agents/tsconfig.json
  • .claude/skills/pixel-agents/tsconfig.node.json
  • .claude/skills/pixel-agents/vite.config.ts

Document


name: pixel-agents description: Real-time pixel art ops dashboard for OpenClaw deployments. Visualizes agent activity as character sprites in a shared office with live activity bubbles, hardware monitoring, service controls, and task spawning.

Pixel Agents Dashboard

Real-time pixel art ops dashboard that visualizes OpenClaw agent activity as character sprites in a shared office.

Setup (First Time)

npm install
bash skill/scripts/setup.sh
npm run build
npm start

The setup script auto-discovers your agents, detects your gateway, and generates the config.

Or just run npm start — if no config exists, the setup wizard opens in your browser.

Configuration

See dashboard.config.example.json for all options:

FieldDescription
server.portDashboard port (default: 5070)
gateway.urlOpenClaw gateway URL
gateway.tokenGateway auth token (use ${ENV_VAR})
agents[]Agent definitions (id, name, emoji, palette)
features.*Toggle interactive elements on/off
remoteAgents[]SSH targets for remote agent monitoring

Troubleshooting

ProblemFix
Port in useChange server.port or set PIXEL_AGENTS_PORT env var
No agents shownCheck openclaw.agentsDir path
Gateway errorsVerify gateway.url and gateway.token

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-de82d8db94b22026-07-31