npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@ask-mojo/moltcraft

v0.1.4

Published

Turn your AI agents into a living pixel world — visual dashboard for Moltbot

Readme

⛏️ Moltcraft

Turn your AI agents into a living pixel world — a visual dashboard for Moltbot.

License npm Node

Moltcraft Dashboard

What is this?

Moltcraft is an isometric pixel-art dashboard that connects to your Moltbot gateway. Your AI agents become characters that walk, mine tokens, and complete tasks — all in real-time.

Features:

  • 🎮 Isometric Minecraft-inspired world with pixel art agents
  • 💬 Live chat with any agent session
  • 🔊 Voice output — agents speak their responses (ElevenLabs TTS)
  • 🎤 Voice input — talk to your agents (browser Speech Recognition)
  • 🕐 Click buildings for real data (cron jobs, token usage, skills, channels)
  • 📡 Channel status indicators (Telegram, WhatsApp, Slack)
  • ⚙️ Full Moltbot config viewer
  • 🌙 Day/night cycle, weather, particles

Quick Start

Option 1: One command (recommended)

npx @ask-mojo/moltcraft

This auto-detects your Moltbot config, starts the dashboard, and opens your browser. Zero config.

Option 2: Clone the repo

git clone https://github.com/askmojo/moltcraft
cd moltcraft
node server.js
# Open http://localhost:8080

Option 3: Remote access (tunnel)

npx @ask-mojo/moltcraft --tunnel

Creates a temporary public URL via Cloudflare tunnel. Share the URL + your token to access remotely.

Connect

  1. Open http://localhost:8080 in your browser
  2. Enter your Moltbot gateway token
    • Find it: cat ~/.moltbot/moltbot.json | grep token
    • Or run: moltbot status
  3. Click JOIN SERVER
  4. Your agents appear in the world!

CLI Options

npx @ask-mojo/moltcraft [options]

Options:
  -p, --port PORT    Custom port (default: 8080)
  -t, --tunnel       Enable Cloudflare tunnel for remote access
  --no-open          Don't auto-open browser
  -h, --help         Show help
  -v, --version      Show version

Buildings

Click on buildings in the world to see real Moltbot data:

| Building | Data | |----------|------| | 🕐 Clock Tower | Cron jobs, schedules, last/next run | | ⛏️ Mine | Token usage, top sessions by consumption | | 🏰 Barracks | Installed skills & API status | | 📡 Command Center | Gateway config, channels, models | | 🏛️ Agent Hall | Active agent sessions |

Voice

Moltcraft supports voice input and output:

  • Output (TTS): Requires ElevenLabs configured as the sag skill in Moltbot. Agents auto-speak new responses.
  • Input (STT): Uses browser Speech Recognition (Chrome/Edge). Requires HTTPS or localhost.
  • Mute: Click the 🔊 button to mute/unmute all sounds instantly.

Requirements

  • Node.js >= 18
  • Moltbot running on your machine
  • A modern browser (Chrome/Edge recommended for voice features)

Tech Stack

  • Zero npm dependencies
  • Pure HTML/CSS/JS frontend
  • Node.js proxy server (same-origin API routing)
  • Web Audio API for procedural sound effects
  • ElevenLabs API for TTS
  • Browser Speech Recognition for STT

Links

License

MIT — do whatever you want with it. Add flying pigs if you want. 🐷