@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
seedclubAlternative:
curl -fsSL https://raw.githubusercontent.com/seedclub/seedclub-agent/main/install.sh | bashFirst run
- Run
seedclub - Complete Seed Club sign-in when the browser opens
- Run
/login - Run
/model - Open
/seedclub
Core workflow
- Start the app with
seedclub - Complete Seed Club sign-in when prompted
- Complete
/loginand/modelif this is your first run - Open
/seedclub - 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.mdis the public package and repo landing page.CONTRIBUTING.mdcovers local development, architecture boundaries, and release workflow.AGENTS.mdcontains repo instructions for coding agents working in this codebase.WORKFLOWS.mdcontains Seed Club API route-selection rules.packages/seedclub-runtime/README.mdandpackages/seedclub-tui/README.mddocument package-local ownership boundaries.
Update
seedclub updateUninstall
npm uninstall -g @clubnet/seedclub
rm -rf ~/.seedclubLicense
MIT
