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

@openvole/paw-prospect

v0.1.0

Published

Prospect & lead enrichment from a company website URL for OpenVole — fetch a public site, return a structured company profile, with an embedded dashboard panel

Readme

@openvole/paw-prospect

Prospect & lead enrichment from a company website URL — paste a domain, get a structured company profile, rendered in an embedded dashboard panel.

A demonstration of OpenVole's embedded-app paws: the panel calls the paw's own tools directly (proxied over IPC, no LLM in the loop, no extra port), so you get a real interactive app inside the vole serve dashboard. The same tools are available to the Brain, so an agent can research a prospect in chat too.

What it does

Give it a company website (stripe.com or https://stripe.com) and it fetches the public homepage (and the About page if the homepage blurb is thin) and extracts:

  • Name, tagline, description — from <title>, Open Graph / meta tags, and JSON-LD Organization data
  • Logo — JSON-LD logo, og:image, or favicon
  • Social links — LinkedIn, X/Twitter, GitHub, YouTube, Facebook, Instagram
  • Detected tech — WordPress, Shopify, Next.js, HubSpot, Stripe, analytics, and more
  • Location — from JSON-LD postal address, when published
  • Key pages — About, Careers, Pricing, Contact, Blog
  • Contact emails — from mailto: links

It's deterministic and free — no LLM call to build the profile.

Tools

| Tool | Purpose | |------|---------| | prospect_lookup | Fetch a company site (URL or bare domain) → structured profile. Call this, then summarize/assess the prospect. | | prospect_history | Recent lookups (powers the panel's recent list). action: 'list' \| 'clear'. |

Panel

Adds a Prospect panel to the dashboard's Apps tab: a search box, a profile card, and a list of recent lookups you can re-open with one click.

Install

npx vole paw add @openvole/paw-prospect

Config

| Env | Default | Purpose | |-----|---------|---------| | VOLE_PROSPECT_DIR | .openvole/paws/paw-prospect | Where recent-lookup history is stored |

Requires network permission (granted by default for this paw) to fetch company sites.

A note on responsible use

This paw makes a single, on-demand request to a public company website when you ask — the same thing a browser does when you visit. It is not a crawler and does not bulk-scrape. Use it on public company sites, and respect each site's terms of service and robots.txt. For person-level data or large-scale enrichment, use a licensed, ToS-compliant enrichment API instead.

License

MIT