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

lobster-cli

v0.4.2

Published

Unified CLI for intelligent web automation — adapters, pipelines, AI agents, and headless browsing in one tool

Readme


What is LobsterCLI

LobsterCLI is a web automation tool that works as a CLI, a Chrome extension, and an npm library. It handles everything from simple page fetching to full AI-powered browser automation — and 80% of features work without any API key.

npm install -g lobster-cli

Requires Node.js 20+.


CLI

# Extract content from any page
lobster fetch https://example.com

# Discover APIs on a site
lobster explore https://reddit.com

# AI agent navigates a site for you
lobster agent "find pricing on example.com" --url https://example.com

# Stealth mode for bot-protected sites
lobster fetch https://linkedin.com --stealth

# Use a persistent browser profile (cookies survive restarts)
lobster agent "check my notifications" --url https://github.com --profile work

# Attach to your running Chrome (use your logged-in sessions)
lobster agent "check inbox" --url https://gmail.com --attach

Commands

| Command | AI needed? | What it does | |---------|-----------|-------------| | lobster fetch <url> | No | Extract page content as markdown, text, or structured data | | lobster explore <url> | No | Discover APIs, detect frameworks, find hidden endpoints | | lobster run <url> | No | Run site-specific adapters and automation pipelines | | lobster agent "task" | Yes | AI agent that reasons, clicks, types, and navigates for you | | lobster setup | No | Interactive setup wizard | | lobster doctor | No | Diagnose your setup | | lobster config | No | View and edit settings |


Chrome Extension

Chat-style side panel that analyzes any page you're browsing.

Install from Chrome Web Store or load the extension manually:

  1. Open chrome://extensions/ and enable Developer mode
  2. Click "Load unpacked" and select the extension/ folder
  3. Click the LobsterCLI icon to open the side panel

What it can do

Without AI (free):

  • Summarize any page — headings, word count, content preview, framework detection
  • Extract full page as Markdown
  • Detect all forms and input fields
  • Show key links on the page
  • Monitor live API calls
  • DOM snapshot

With AI (bring your own key):

  • Ask any question about the current page
  • YouTube video transcript extraction and Q&A
  • PDF document analysis
  • Visual analysis — describes what's on screen
  • Smart intent detection — only gathers what's needed to answer your question

AI Setup (optional)

lobster setup

| Provider | Cost | |----------|------| | Google Gemini | Free tier available | | Ollama | Free (runs locally) | | OpenAI | Pay per token | | Anthropic | Pay per token |

The extension has its own settings page — click the gear icon in the side panel.


Key Capabilities

  • Works without AI — most features need zero API keys or tokens
  • Persistent browser sessions — login once, cookies survive restarts
  • Chrome attach — connect to your running Chrome with all your logins
  • Stealth mode — anti-bot detection built in
  • Site-specific adapters — custom automation for any website
  • Domain restrictions — lock the tool to specific websites for vertical products
  • Full modern web support — React, Vue, Angular, shadow DOM, iframes, dynamic content

License

Copyright (c) 2025 iexcalibur. All rights reserved.

See LICENSE for terms.