
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
@cli4ai/youtube
Advanced tools
Official @cli4ai package • https://cli4ai.com • Install cli4ai:
npm i -g cli4ai
Fetch transcripts, search within videos, browse channels and playlists (powered by yt-dlp).
npm i -g cli4ai
cli4ai add -g youtube
yt-dlp is required. If it’s missing, cli4ai run youtube … will prompt you to install it.cli4ai run youtube transcript <url> [format] # Get transcript (text|timestamped|json)
cli4ai run youtube search <url> <query> # Search within video transcript
cli4ai run youtube info <url> # Video metadata
cli4ai run youtube channel <handle> [limit] # Recent videos from channel
cli4ai run youtube playlist <url> [limit] # Videos in playlist
cli4ai run youtube batch <url1> <url2> ... # Batch get transcripts
cli4ai run youtube find <query> [limit] # Search YouTube
# Get plain text transcript
cli4ai run youtube transcript "https://youtu.be/AJpK3YTTKZ4"
# Get timestamped transcript
cli4ai run youtube transcript AJpK3YTTKZ4 timestamped
# Search for "terminal" in a video - returns clickable timestamps
cli4ai run youtube search AJpK3YTTKZ4 "terminal"
# Get Anthropic's last 5 videos
cli4ai run youtube channel @anthropic-ai 5
# Search YouTube
cli4ai run youtube find "claude ai tutorial" 10
# Get video info (views, likes, duration, etc)
cli4ai run youtube info AJpK3YTTKZ4
text format deduplicates overlapping auto-caption segmentsFAQs
YouTube transcript tool (powered by yt-dlp)
We found that @cli4ai/youtube demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.