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

oh-my-lilys

v1.3.0

Published

CLI tool for lilys.ai - Summarize YouTube, PDF, websites, and audio

Readme

oh-my-lilys

skills.sh npm version npm downloads GitHub stars License: MIT

| | Follow @JungHoonGhae on GitHub for more projects. | | :-----| :----- | | | Follow @lucas_ghae on X for updates. |

CLI tool for lilys.ai — summarize YouTube, PDFs, websites, and audio. Manage your sessions, generate reports, and export content directly from your terminal.

Disclaimer: This is an independent CLI tool. It is not affiliated with, endorsed by, or sponsored by lilys.ai. lilys.ai™ is a trademark of its respective owners.

Features

  • 📺 Summarize — YouTube videos, PDFs, websites, audio files
  • 📋 Reports — Generate Detailed, Key, Easy, Script and more report types
  • 🔍 Search — Find sessions by keyword
  • 📁 Collections — Organize sessions into collections
  • 🔗 Share — Create public share links for reports
  • 📄 Export — Download reports as PDF, Markdown
  • 📊 Usage — Track your plan usage and quota
  • 🔐 Auth — Auto token extraction from browser (Chrome, Arc, Dia, Brave, Edge)

Installation

npm install -g oh-my-lilys
# or
bun add -g oh-my-lilys

Quick Start

# Authenticate (auto-detects token from your browser)
lilys auth

# Summarize a YouTube video
lilys summarize https://youtube.com/watch?v=...

# List your sessions
lilys sessions

# Search sessions
lilys search "machine learning"

# Generate a report
lilys report <session-id> --note-type detailed --watch

Authentication

lilys auth

Automatically extracts your token from a logged-in browser (Chrome, Arc, Dia, Brave, or Edge). No manual copy-paste needed.

Manual fallback:

# 1. Open https://lilys.ai and log in
# 2. Open DevTools → Application → Local Storage → copy access_token
lilys auth <your-token>

Commands

Summarize

lilys summarize <url>

Sessions

lilys sessions                    # List all sessions
lilys sessions list --json        # JSON output
lilys delete <id>                 # Delete a session
lilys delete <id> --yes           # Skip confirmation

Search

lilys search "keyword"
lilys search "AI" --limit 5 --json

Reports

lilys report <id>                             # Fetch latest report
lilys report <id> --note-type detailed        # Generate Detailed report
lilys report <id> --note-type key_points      # Generate Key report
lilys report <id> --note-type easy            # Generate Easy (visual) report
lilys report <id> --note-type detailed --watch  # Wait for completion
lilys report <id> --generate textbook         # SSE streaming generation
lilys report <id> --export markdown           # Export as Markdown

Available note types: detailed, key_points, easy, script, animation, infographic, background, deep_dive

Export PDF

lilys export-pdf <id>
lilys export-pdf <id> --output report.pdf
lilys export-pdf <id> --note-id <note-id>

Share

lilys share <id>                  # Create public share link
lilys unshare <id>                # Remove public sharing

Usage

lilys usage
lilys usage --json

Collections

lilys collections                             # List collections
lilys col create "My Collection"              # Create collection
lilys col rename <col-id> "New Name"          # Rename collection
lilys col move <col-id> <session-id...>       # Move sessions
lilys col delete <col-id>                     # Delete collection

Utilities

lilys lang                        # Show current language setting
lilys lang ko                     # Set result language
lilys whoami                      # Check authentication status
lilys doctor                      # Diagnose issues
lilys upgrade                     # Check for updates

Support

If this tool helps you, consider supporting its maintenance:

AI Agent Skill

npx skills add JungHoonGhae/skills@oh-my-lilys

Requirements

| Requirement | Version | |-------------|---------| | Node.js | >= 18 | | lilys.ai account | Required |

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

git clone https://github.com/JungHoonGhae/oh-my-lilys.git
cd oh-my-lilys
bun install
bun test

License

MIT — See LICENSE for details.