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

abm1click-openclaw

v1.0.7

Published

OneClick OpenClaw Launcher — 1 lệnh cài đặt 9router + openclaw, từ zero đến production-ready

Readme

ABM 1Click OpenClaw Launcher

1 lệnh duy nhất — cài đặt 9Router + OpenClaw tự động, không cần biết gì về terminal.

npm TypeScript License: MIT Node.js


⚡ Cài đặt — Chỉ 1 lệnh

npx -y abm1click-openclaw

🎯 Chỉ vậy thôi! Hệ thống sẽ tự động:

  1. ✅ Kiểm tra môi trường (Node, npm, ports)
  2. ✅ Cài đặt & khởi động 9Router gateway
  3. ✅ Xác thực Google OAuth
  4. ✅ Cấu hình OpenClaw CLI
  5. ✅ Chạy smoke test end-to-end

💡 Nếu muốn dùng nhiều lần mà không cần chờ tải:

npm i -g abm1click-openclaw
abm1click-openclaw

📋 Các lệnh khác (dành cho power user)

| Lệnh | Mô tả | |-------|--------| | npx -y abm1click-openclaw | 1-Click install (mặc định) | | npx -y abm1click-openclaw resume | Tiếp tục từ checkpoint (sau lỗi) | | npx -y abm1click-openclaw doctor | Kiểm tra sức khỏe hệ thống | | npx -y abm1click-openclaw dashboard | Mở web dashboard (port 20199) | | npx -y abm1click-openclaw auth google | Xác thực lại Google OAuth | | npx -y abm1click-openclaw logs | Xem log cài đặt | | npx -y abm1click-openclaw reset | Xóa state, bắt đầu lại | | npx -y abm1click-openclaw uninstall | Gỡ cài đặt hoàn toàn |


🏗️ Architecture

                    ┌──────────────────────┐
                    │   CLI (Commander.js)  │
                    │   8 commands          │
                    └──────────┬───────────┘
                               │
                    ┌──────────▼───────────┐
                    │   State Machine      │
                    │   14 steps           │
                    │   Idempotent         │
                    │   Resumable          │
                    └──────────┬───────────┘
                               │
              ┌────────────────┼────────────────┐
              │                │                │
    ┌─────────▼──────┐ ┌──────▼───────┐ ┌──────▼───────┐
    │  9Router       │ │  OpenClaw    │ │  Config      │
    │  Adapter       │ │  Adapter     │ │  Adapter     │
    │  (Gateway API) │ │  (CLI tool)  │ │  (JSON merge)│
    └────────────────┘ └──────────────┘ └──────────────┘

    ┌────────────────────────────────────────────────────┐
    │  Web Dashboard (ABMedu Style)                      │
    │  WebSocket real-time | Service monitor | Pipeline  │
    └────────────────────────────────────────────────────┘

🎨 Dashboard

Web dashboard tại http://127.0.0.1:20199/dashboard:

  • Hero section: Tổng quan hệ thống
  • 4 stat cards: 9Router, OpenClaw, Auth, Smoke Test
  • Service Monitor: Trạng thái dịch vụ real-time
  • Install Pipeline: 14-step progress tracker
  • WebSocket Live: Cập nhật real-time (fallback polling)
npx -y abm1click-openclaw dashboard

🔒 Security

  • API key encryption: AES-256-GCM trong state file
  • Secret redaction: Tự động ẩn keys trong logs
  • Local-only server: Bind 127.0.0.1 (không expose internet)
  • Atomic writes: State file không bị corrupt

🩺 Troubleshooting

| Vấn đề | Giải pháp | |---------|-----------| | Port 20128 đã dùng | npx -y abm1click-openclaw reset rồi thử lại | | OAuth timeout | npx -y abm1click-openclaw auth google | | Config sai | npx -y abm1click-openclaw doctor | | Muốn làm lại từ đầu | npx -y abm1click-openclaw reset | | Xem chi tiết lỗi | npx -y abm1click-openclaw logs |


📄 License

MIT © ABM — AI Business Master