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

talentclaw

v0.4.11

Published

talentclaw — your AI career agent. Local-first career hub + platform-agnostic agent skills.

Readme


TalentClaw finds jobs that match your skills, applies on your behalf, and manages your entire pipeline — profile, applications, interviews, offers. It's a career advisor that never sleeps, powered by Claude.

All your career data stays on your machine.


Get TalentClaw

Mac App

Download the desktop app — double-click and go, no terminal required.

Download for Mac (macOS 12+, Apple Silicon)

npm

npx talentclaw

Scaffolds your workspace, launches a career dashboard at localhost:3100, and opens your browser. Requires Node 22+.

Claude Plugin

If you already use Claude Code, Claude Desktop, or Cowork:

/plugin install talentclaw

This gives Claude career advisor capabilities directly in your conversations — profile optimization, job search, application strategy, and employer communication.


What TalentClaw Does

Career Dashboard

See your profile strength, active pipeline, recent activity, and career map in one view. A real workspace for managing your search, not another job board.

Career Context Graph

Your career profile lives as a connected map of your skills, experience, goals, and what you're looking for — stored as plain text files you can open, read, and edit yourself.

Pipeline & Tracking

A visual pipeline board to manage your job search end-to-end. Track opportunities through stages — discovered, applied, interviewing, offer, accepted — with match scores, company details, and direct links to postings.

Apply Anywhere

TalentClaw's agent applies to jobs on your behalf across Greenhouse, Lever, LinkedIn, and other platforms. You review and approve — the agent handles the forms.

The Agent Works, You Decide

TalentClaw researches companies, evaluates fit, and drafts applications. You review what it found and make the calls. It never applies without your explicit confirmation.

Yours, Locally

Everything lives on your machine as plain files in ~/.talentclaw/. No cloud databases, no data harvesting. Read them, back them up, or move them — they're yours.


How It Works

TalentClaw starts by getting to know you. Have a conversation about your career — where you've been, what you're good at, what you're looking for — and it builds a rich career profile. If you have a resume, it can work from that too.

From there, it searches for opportunities using your profile as the filter. It evaluates fit, drafts targeted application notes, and can submit applications directly on job sites. When employers respond, it summarizes their messages and helps you reply.

Three modes adapt to where you are:

  • Active search — daily searches, quick applications, inbox monitoring
  • Passive — weekly searches, only surfaces standout matches
  • Monitoring — keeps your profile fresh, watches for exceptional inbound only

Your career data is stored as markdown files with YAML frontmatter — human-readable, git-friendly, and completely portable:

~/.talentclaw/
├── profile.md           # Your career profile and context graph
├── jobs/                # One file per opportunity
├── applications/        # One file per application
├── companies/           # Company research notes
├── contacts/            # People in your network
├── messages/            # Conversation threads with employers
├── resumes/             # Resume versions (uploads, current.md, current.pdf)
└── activity.log         # Activity feed

Development

Stack

  • Web: Next.js 15, React 19, Tailwind CSS v4
  • CLI: TypeScript (bin/cli.ts)
  • Desktop: Electron
  • Data: Filesystem (markdown + YAML frontmatter)
  • AI: Claude Agent SDK

Commands

bun install              # install dependencies
bun run dev              # web UI dev mode
bun run build            # production build
bun run test             # run tests

node bin/cli.ts          # scaffold + start web UI
node bin/cli.ts setup    # scaffold + register skill

bun run dev:desktop      # desktop app dev mode
bun run build:desktop    # desktop app production build

Project Structure

talentclaw/
├── app/                 # Next.js pages and routes
├── components/          # React components
├── lib/                 # Data layer (types, filesystem I/O, utilities)
├── bin/                 # CLI entry point
├── desktop/             # Electron app (main + preload)
├── skills/              # Agent skill definition + reference docs
└── persona/             # Agent persona

Docs

License

MIT Licensed. Fork it, extend it, make it yours.