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

jobpilot-cli

v1.0.1

Published

AI-powered automated job hunter — scrapes 13+ platforms and auto-applies for remote jobs

Readme

Multi-Profile Job AI Agent

Node.js automation tool that scrapes remote job sources, scores jobs locally first, uses Gemini only for high-fit roles, queues review items, and can conservatively auto-apply to simple forms.

Site Adapters

Site settings live in config/sites.json. BruntWork remains enabled by default; new sites are opt-in so the existing MVP stays stable. The registry currently has working adapters for BruntWork, We Work Remotely, Remote OK, and Remotive, plus safe disabled scaffolds for Wellfound, Working Nomads, Remote.co, DailyRemote, Jobgether, Himalayas, and Jobspresso.

Each site supports:

  • enabled
  • priority
  • maxJobsPerRun
  • cooldownMinutes
  • autoApplyEnabled

You can also temporarily override enabled sites with ENABLED_SITES=bruntwork,remoteok.

Profiles

The engine is shared, but each profile has its own data, resume, prompt, queue, logs, browser session, and test artifacts.

  • profiles/tolu/: SEO, web development, Shopify, website admin, automation roles
  • profiles/sister/: customer support, admin, CRM, virtual assistant roles

profiles/sister/resume.pdf is a placeholder. The system refuses auto-apply for Sister until that file is replaced and resumePlaceholder is removed or set to false in profiles/sister/preferences.json.

Each profile contains:

  • candidateProfile.json
  • resume.pdf
  • preferences.json
  • processedJobs.json
  • reviewQueue.json

Setup

npm install
copy .env.example .env

Edit .env and set GEMINI_API_KEY, Telegram values if needed, and APPLICANT_EMAIL only if AUTO_APPLY=true.

Run

node index.js --profile=tolu
node index.js --profile=sister

Scheduler:

npm run scheduler:tolu
npm run scheduler:sister

PM2:

npm run pm2:start
npm run pm2:logs

Safety Defaults

  • Local matcher runs before every AI call.
  • Gemini only runs when local score is 75+.
  • Final match score is 70% local match plus 30% AI verification, then ATS/application optimization is applied.
  • AUTO_APPLY=false by default.
  • TEST_MODE=true fills forms, generates artifacts, saves screenshots to test-results/{profile}/, and stops before submit.
  • CAPTCHA is never bypassed. If detected, automation notifies Telegram, waits for manual solving, then resumes or queues review.
  • Global cross-profile dedupe lives in data/globalProcessedJobs.json.
  • Set ALLOW_DUPLICATE_JOBS=true only when you explicitly want both profiles to process the same job.

Outputs

  • Review queue: review/jobs.json
  • Per-profile processed jobs: profiles/{profile}/processedJobs.json
  • Global dedupe: data/globalProcessedJobs.json
  • Per-profile logs: logs/{profile}.log
  • Test artifacts: test-results/{profile}/
  • Persistent browser sessions: browser-profiles/{profile}/