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

brand-manager-worker

v0.1.2

Published

The Goose Tools brand-deal worker — your computer reads your brand email and drafts replies in your voice for goosetools.com, using your own Claude account. Drafts only; it never sends.

Readme

brand-manager-worker

The Goose Tools brand worker — one daemon serving Brand Manager (inbound: reads your brand email, drafts replies in your voice) and Brand Outreach (outbound: researches brands you want to work with and drafts the pitch). It runs on your computer using your own Claude account — so there's no API key and nothing to pay for beyond the Claude subscription you already have.

It never sends anything. Every reply is created as a Gmail draft for you to review. The Gmail permission granted doesn't include sending, and no code in this package calls Gmail's send endpoint.

Setup

You don't normally run these by hand — https://goosetools.com/dashboard/brand-manager gives you a one-line command with your token in it. For reference:

npm install -g @anthropic-ai/claude-code   # the thing that writes your replies
claude                                     # once, to sign in — then type /exit

npx --yes brand-manager-worker install --token gt_…

install registers a background service that starts with your computer. You don't need to leave a terminal open.

npx --yes brand-manager-worker@latest status     # what's running, recent logs
npx --yes brand-manager-worker@latest update     # pull the newest version, restart
npx --yes brand-manager-worker uninstall         # remove it

One token connects your computer to every Goose Tools worker. If you've already set up the Carousel or Caption worker, install here needs no --token.

Where your stuff lives

Everything personal is on your machine, in ~/.goosetools/brand-manager/:

base/       prompt files synced down from Goose Tools — don't hand-edit, they get overwritten
voice/      how you write to brands
playbook/   rate-card.md and your negotiation moves
deals/      one markdown ledger per brand: terms, dates, what's outstanding
stats/      your media-kit numbers and screenshots
drafts.md   every reply it has drafted
state.json  which threads it has already handled

These are ordinary files. You can open the folder in Claude Code and talk to the agent directly — "bump my Reel rate", "what did this brand agree to?" — exactly as you would in the standalone brand-manager repo. The website is a view onto these files, not the other way round.

Your email bodies and contracts are never uploaded. What the site stores is thread metadata (who, subject, when), your ledgers and knowledge files, and the drafts the agent wrote.

Development

node worker/index.js --url http://localhost:3000 --token gt_…

Config precedence: command-line flags → environment → worker/.env~/.goosetools/env.