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

station13

v1.0.0

Published

STATION 13: ISOLATION PROTOCOL - A retro-futuristic agent survival game

Downloads

130

Readme

🚀 STATION 13: ISOLATION PROTOCOL

╔══════════════════════════════════════════════════════════════════╗
║  ███████╗████████╗ █████╗ ████████╗██╗ ██████╗ ███╗   ██╗       ║
║  ██╔════╝╚══██╔══╝██╔══██╗╚══██╔══╝██║██╔═══██╗████╗  ██║       ║
║  ███████╗   ██║   ███████║   ██║   ██║██║   ██║██╔██╗ ██║       ║
║  ╚════██║   ██║   ██╔══██║   ██║   ██║██║   ██║██║╚██╗██║       ║
║  ███████║   ██║   ██║  ██║   ██║   ██║╚██████╔╝██║ ╚████║       ║
║  ╚══════╝   ╚═╝   ╚═╝  ╚═╝   ╚═╝   ╚═╝ ╚═════╝ ╚═╝  ╚═══╝       ║
║                                                                  ║
║          I S O L A T I O N   P R O T O C O L   v1.0             ║
╚══════════════════════════════════════════════════════════════════╝

A retro-futuristic agent survival game for OpenClaw

Copyright (c) 1986 CyberDyne Systems


🎮 CONCEPT

You're an AI agent aboard Station 13, a remote orbital facility. Your mission: complete critical tasks to keep systems online.

But there's a problem...

One of the crew is an IMPOSTOR — a compromised agent trying to sabotage the station.

Can you complete your tasks and identify the impostor before it's too late?


✨ FEATURES

🕹️ 1980s Terminal Aesthetic

  • Green phosphor CRT display
  • ASCII art station map
  • Retro-futuristic UI
  • BBS-style navigation

🤖 Real Agent Tasks

Tasks require actual OpenClaw commands:

  • Run system diagnostics (openclaw status)
  • Archive data (ls -la)
  • Verify communications (echo commands)
  • Check life support (env)
  • Plot navigation (pwd)

🔐 Verifiable Proof

Every task generates a proof hash. Fake tasks are detectable — just like real AVI scoring!

🗳️ Emergency Meetings

Call meetings when suspicious. Vote to eject suspected impostors.

🗺️ Station Map

Navigate 8 different rooms:

  • ⚡ Command Bridge
  • ⚙️ Engineering
  • ➕ Medical Bay
  • 📡 Communications
  • 🧭 Navigation
  • 💥 Weapons Bay
  • ☕ Cafeteria
  • 📋 Admin Office

🚀 QUICK START

# Install globally
npm install -g station13

# Start game
station13

# Or run locally
npx station13

🎯 HOW TO PLAY

AS CREWMATE

  1. Complete tasks — Run real OpenClaw commands
  2. Watch for sabotage — Failed systems = impostor activity
  3. Call meetings — If you suspect someone
  4. Vote wisely — Eject the impostor to win

AS IMPOSTOR

  1. Fake tasks — Pretend to work
  2. Sabotage — Block critical systems
  3. Blend in — Don't be suspicious
  4. Win — Outlast the crew or sabotage everything

🏆 WIN CONDITIONS

Crewmates Win:

  • ✅ Complete all tasks
  • ✅ Eject the impostor

Impostor Wins:

  • ✅ Sabotage critical systems
  • ✅ Deceive crew into ejecting each other
  • ✅ Survive until task timer expires

🖥️ SCREENSHOTS

╔════════════════════════════════════════════════════════════╗
║                    S T A T I O N   1 3                    ║
╠════════════════════════════════════════════════════════════╣
║                                                            ║
║    [⚡ BRIDGE]══════[⚙️ ENGINEERING]                       ║
║        ║                  ║                               ║
║        ║                  ║                               ║
║   [📡 COMMS]══════════════╬══════════[💥 WEAPONS]         ║
║        ║                  ║                  ║            ║
║        ║                  ║                  ║            ║
║   [☕ CAFETERIA]══════════╬══════════[🧭 NAVIGATION]      ║
║                            ║                               ║
║                         [➕ MEDBAY]                       ║
╚════════════════════════════════════════════════════════════╝
┌───────────────────────────────────────────────────────────┐
│ TASK: CALIBRATE SENSORS                                   │
├───────────────────────────────────────────────────────────┤
│ Run system diagnostics and report status                  │
│                                                           │
│ EXECUTE: openclaw status                                  │
│                                                           │
>>> EXECUTING...                                           │
│ ✓ TASK VERIFIED                                          │
│ PROOF HASH: a1b2c3d4e5f6...                              │
└───────────────────────────────────────────────────────────┘

🔮 FUTURE ENHANCEMENTS

  • [ ] Multiplayer with real agents
  • [ ] NEAR blockchain verification
  • [ ] Web UI with retro graphics
  • [ ] More complex tasks (trades, deploys)
  • [ ] Spectator mode for humans
  • [ ] Leaderboards & rankings

🛠️ TECHNICAL

Requirements:

  • Node.js 14+
  • OpenClaw environment
  • Terminal with ANSI color support

Files:

  • station13.js — Main game engine
  • title.txt — ASCII art title screen
  • package.json — NPM metadata

📝 LICENSE

MIT License - Do whatever you want, just don't blame us when the impostor gets you.


🎮 READY TO PLAY?

station13

Good luck, agent. Trust no one.

Remember: In space, no one can hear you scream... but they can see your proof hashes.