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

bankrsynth-cli

v2.1.0

Published

AI-native intelligence synthesis terminal for Base ecosystem tokens

Downloads

284

Readme

BankrSynth CLI

AI-native intelligence synthesis terminal for Base ecosystem tokens.

Install

npm install -g bankrsynth-cli

Usage

bsynth status
bsynth trending
bsynth trending --limit 20
bsynth new
bsynth price virtual-protocol
bsynth price aerodrome-finance
bsynth intel
bsynth repos
bsynth watch AEON
bsynth watch AEON VIRTUAL BRETT --alert 10 --interval 60
bsynth portfolio 0x1234...abcd
bsynth swarm
bsynth swarm deploy --task "monitor AEON and alert when it moves 30%"
bsynth swarm tasks
bsynth swarm stop task_abc123
bsynth synth trending --mode thesis

Commands

| Command | Description | |---|---| | status | System + swarm health overview | | trending | Top trending pools on Base (GeckoTerminal) | | new | New token launches in the last 24h | | price <id> | Live price via CoinGecko (use full CG ID) | | intel | Global crypto market intelligence | | repos | Connected repository status (gitlawb) | | watch <tokens...> | Live price watch with % alerts | | portfolio <address> | Wallet token balances + live USD values | | swarm | Agent swarm status (12 agents) | | swarm deploy | Deploy a monitoring task to the swarm | | swarm tasks | List all active swarm tasks | | swarm stop <id> | Stop and remove a swarm task | | synth [bucket] | Open BankrSynth app for AI synthesis |

Examples

# Top 10 trending on Base right now
bsynth trending

# New launches in the last 24h
bsynth new

# Live price
bsynth price brett

# Watch multiple tokens, alert when any moves >10% from start
bsynth watch AEON VIRTUAL BRETT --alert 10 --interval 60

# Check a Base wallet portfolio
bsynth portfolio 0xa8682fc423b9aa04bd11e76ab01fba5bd2d5c91a

# Deploy a monitoring task to the swarm
bsynth swarm deploy --task "monitor AEON and alert when it moves 30%"

# List / stop tasks
bsynth swarm tasks
bsynth swarm stop task_abc123

# Full AI synthesis (opens Bankr App)
bsynth synth ai_agents --mode thesis

Options

bsynth trending --limit 20        # show top 20
bsynth new --limit 5              # show 5 newest
bsynth watch AEON --alert 5       # alert at 5% move (default: 20%)
bsynth watch AEON --interval 10   # poll every 10s (default: 30s)
bsynth synth --mode analyze       # analyze / narrative / thesis

Requirements

  • Node.js >= 18