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

abacus-agent

v1.0.4

Published

Understand and analyze your personal wealth in the CLI

Readme

abacus-agent

Ask questions about your personal finances directly from the terminal.

› What did I spend on food last month?

● Spending ("Summarize food spending in February 2026")
  ↳ spending summary
└ Called 1 data source in 2.1s

You spent $843.20 on Food & Drink in February — up from $710.50 in January,
driven mostly by a few larger restaurant bills mid-month.

Requirements

  • Node.js 18 or higher
  • An Abacus account with at least one linked bank or investment account

Installation

npm install -g abacus-agent

Getting Started

1. Log in

abacus login

This opens a browser window. Sign in with your Google account — the same one you use on abacus-money.com. Your credentials are saved locally and never sent anywhere except the Abacus server.

2. Ask a question

abacus "What is my net worth?"

Or launch the interactive REPL for a full conversation:

abacus

Usage

Interactive mode

abacus

Starts a conversation where you can ask follow-up questions. Abacus remembers the context of the conversation.

› What are my account balances?
› How does that compare to last month?
› Which account has grown the most?

Single question mode

abacus "How much did I spend on travel this year?"

Prints the answer and exits. Useful for scripting or quick lookups.

Commands

| Command | Description | |---|---| | help | Show example questions and tips | | accounts | Show all connected accounts and balances | | logout | Log out and delete saved credentials | | logout --all | Log out and revoke all tokens server-side | | exit / quit | Exit the REPL |

What you can ask

Spending & Transactions

  • "How much did I spend last month?"
  • "What are my biggest spending categories this year?"
  • "Show me my transactions at Whole Foods"
  • "Compare my spending this month vs last month"

Accounts & Net Worth

  • "What are my account balances?"
  • "What is my net worth?"
  • "How much available credit do I have?"

Investments

  • "How is my portfolio performing?"
  • "What are my biggest positions?"
  • "Show me my recent trades"

Bills & Subscriptions

  • "What subscriptions am I paying for?"
  • "What recurring bills are coming up?"

Tips

  • Date ranges work naturally: "last 3 months", "in January", "this year"
  • Ask for comparisons: "vs last month", "vs this time last year"
  • Ask follow-up questions — Abacus remembers the conversation

Authentication

Credentials are stored locally at ~/.abacus/config.json. To log out:

abacus logout

To revoke all sessions server-side:

abacus logout --all