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

@clubnet/seedclub

v0.2.38

Published

A branded command-line agent wrapper around pi, with integrated Seed Club commands, tools, and app actions

Downloads

2,831

Readme

seedclub

Seed Club's pi-based agent for authenticated access to Seed Club programs, CRM, meetings, media, and headlines.

Requirements: Node.js 22+

What it is

seedclub is the Seed Club distribution of pi. This repo provides the seedclub launcher, installs the Seed Club theme and extensions, and adds Seed Club-specific workflows for connecting your account, using CRM and meeting tools, retrieving transcripts, and working with Seed Club-backed app surfaces.

This repo is the source of truth for the published package:

  • GitHub repo: seedclub/seedclub-agent
  • npm package: @clubnet/seedclub
  • user-facing command: seedclub

Install

npm install -g @clubnet/seedclub
seedclub

Alternative:

curl -fsSL https://raw.githubusercontent.com/seedclub/seedclub-agent/main/install.sh | bash

First run

  1. Run seedclub
  2. Complete Seed Club sign-in when the browser opens
  3. Run /login
  4. Run /model
  5. Open /seedclub

Core workflow

  1. Start the app with seedclub
  2. Complete Seed Club sign-in when prompted
  3. Complete /login and /model if this is your first run
  4. Open /seedclub
  5. Choose the workflow you need

Commands

| Command | What it does | | --- | --- | | /login | Sign in to a model provider for the underlying agent | | /model | Choose which model to use | | /connect | Connect your Seed Club account | | /connect-calendar | Connect a personal Google Calendar to your Seed Club account | | /seedclub | Main menu for Seed Club workflows | | /transcripts | Export transcript VTT files with filters |

Natural-language transcript retrieval is also supported. Examples: download vibhu transcripts from 11am, i need transcripts for all guests on 11am last week.

Repo docs

  • README.md is the public package and repo landing page.
  • CONTRIBUTING.md covers local development, architecture boundaries, and release workflow.
  • AGENTS.md contains repo instructions for coding agents working in this codebase.
  • WORKFLOWS.md contains Seed Club API route-selection rules.
  • packages/seedclub-runtime/README.md and packages/seedclub-tui/README.md document package-local ownership boundaries.

Update

seedclub update

Uninstall

npm uninstall -g @clubnet/seedclub
rm -rf ~/.seedclub

License

MIT