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

gapsyaicli

v3.0.6

Published

GapsyAI CLI - The definitive AI orchestration layer for game architects.

Downloads

923

Readme

GapsyAI CLI ⚡ [v3.0.5 Deep Evolution]

The First Forever-Free AI CLI for Game Devs with Pro Visual Intelligence.

GapsyAI CLI is a high-performance command-line tool designed to bridge your local game scripts with deep neural intelligence. Generate procedural assets, audit memory heaps, forecast monetization A/B tests, and automate behavior-driven playtesting directly from your terminal.


🚀 Quick Start

Installation

npm install -g gapsyaicli

Authentication (Improved)

GapsyAI 3.0.5 offers two ways to connect:

  1. GapsyAI.com (Recommended): Connect to the GapsyAI cloud for visual reporting, RAG, and team features.
  2. Direct API Connection (BYOK): Bring Your Own Key! Connect directly to Google Gemini, OpenAI, or local Ollama instances.
gapsyai login

The CLI will guide you through selecting a provider and automatically discovering available models.


🛠 Features

🔬 Deep Analyzers (gapsyai <command>)

| Command | Description | Example | | :--- | :--- | :--- | | archetypes | Cluster playtesters into behavioral cohorts | gapsyai archetypes | | security-scan| AI-powered DevSecOps vulnerability scan | gapsyai security-scan | | ab-test | Forecast monetization A/B variants | gapsyai ab-test | | heap-scan | Visualize memory leaks & hotspots | gapsyai heap-scan | | l10n-audit | Audit dialogue localization quality | gapsyai l10n-audit | | poly-optimize| Analyze mesh complexity & LOD strategy | gapsyai poly-optimize | | montecarlo | 10k-player economy simulations | gapsyai montecarlo | | pulse | Get high-level project health metrics | gapsyai pulse | | heal | Autonomous self-healing engine | gapsyai heal |

🎨 Generators

| Command | Description | Example | | :--- | :--- | :--- | | dialogue | Generate NPC dialogues and choices | gapsyai dialogue | | quest | Generate side quests and objectives | gapsyai quest | | level | Generate level layouts and puzzles | gapsyai level | | script | Generate code for Unity, Unreal, Godot | gapsyai script | | blueprint | Generate complete game system boilerplate | gapsyai blueprint | | idea | Generate unique game concepts | gapsyai idea | | item/enemy | Procedural asset generation | gapsyai item |

🛠 Utility & Chat

  • gapsyai chat: Interactive AI help for game dev questions.
  • gapsyai docs-gen: Generate technical documentation sites.
  • gapsyai update: Stay on the latest neural version.
  • gapsyai usage: Monitor your AI call limits and plan.

⚙️ Configuration

Manually override settings if needed:

gapsyai config view
gapsyai config set provider ai_core
gapsyai config set model gemini-1.5-flash

💎 Pro Platform Integration

While the CLI handles raw data, visit GapsyAI Dashboard for:

  • Visual Quest Graphs
  • Neural Playtest Heatmaps
  • Team Burnout Radar
  • Monetization Predictors

📄 License

GapsyAI CLI is open-sourced software licensed under the MIT license.