oh-my-lilys
4
总安装量
4
周安装量
#48141
全站排名
安装命令
npx skills add https://github.com/junghoonghae/skills --skill oh-my-lilys
Agent 安装分布
mcpjam
4
gemini-cli
4
claude-code
4
junie
4
windsurf
4
zencoder
4
Skill 文档
oh-my-lilys
CLI tool for lilys.ai to summarize YouTube, PDF, websites, and audio directly from your terminal.
Installation
npm install -g oh-my-lilys
# or
pnpm add -g oh-my-lilys
# or
bun add -g oh-my-lilys
Prerequisites for Auto-Auth
For automatic token retrieval, install playwright-cli:
npm install -g playwright-cli
Usage
# Authenticate (auto-detect from browser)
lilys auth
# Or manually with token
lilys auth <token>
# Check status
lilys whoami
# Summarize URL
lilys summarize <url>
# List sessions
lilys sessions
# Get report
lilys report <sessionId>
# Set language
lilys lang ko
# Run diagnostics
lilys doctor
# Check for updates
lilys upgrade
Authentication
Automatic (Recommended)
lilys auth
This will:
- Check if you’re already logged in at lilys.ai
- If logged in, automatically extract the token from browser
- If not logged in, open a browser for you to login with Google
- Save the token for future use
The browser profile is stored at ~/.lilys-chrome-profile.
Manual
# Get token manually:
# 1. Open https://lilys.ai in your browser
# 2. Log in with Google
# 3. Open DevTools (F12) â Application â Local Storage
# 4. Copy the 'access_token' value
# 5. Run: lilys auth <token>
Commands
- auth – Authenticate with lilys.ai (auto or manual token)
- summarize – Summarize a URL (YouTube, PDF, audio, website)
- sessions – List your digest sessions
- report – Get report for a session
- lang – Get/set AI result language
- doctor – Diagnose and fix issues
- upgrade – Check for new versions
- logout – Clear stored credentials
- whoami – Check authentication status
Note Types
- detailed – Full detailed summary
- key_points – Key points
- easy – Easy summary
- script – Script
- animation – Animation
- infographic – Infographic
- background – Background
- deep_dive – Deep analysis
Disclaimer
This tool reverse-engineers the lilys.ai API. Use at your own risk. Automated usage may violate lilys.ai’s Terms of Service.