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

@tryfridayai/cli

v0.2.4

Published

Friday AI — autonomous agent for your terminal. Chat, build apps, research, automate tasks.

Readme

Friday CLI

Autonomous AI agent for your terminal. Chat, generate images, create videos, produce voice — all from the command line.

Install

npm install -g @tryfridayai/cli

Requires Node.js 18+.

Quick Start

# Start chatting
friday chat

# Add API keys (stored in system keychain)
friday chat
/keys

You need at least one API key to get started:

| Key | Enables | |-----|---------| | ANTHROPIC_API_KEY | Chat (Claude) | | OPENAI_API_KEY | Chat, Images, Video, Voice | | GOOGLE_API_KEY | Chat, Images, Video, Voice | | ELEVENLABS_API_KEY | Voice |

Features

Chat

Conversational AI powered by Claude, GPT, and Gemini. Sessions auto-resume — close and reopen without losing context.

> explain this codebase
> build a landing page for my app
> find and fix the bug in auth.js

Image Generation

Generate images with DALL-E, GPT Image, and Google Imagen.

> generate an image of a mountain sunset
> create a logo for my startup

Video Generation

Create videos with OpenAI Sora and Google Veo.

> generate a 10-second video of ocean waves

Voice

Text-to-speech with OpenAI TTS, Google Cloud TTS, and ElevenLabs.

> read this paragraph aloud
> generate speech in a warm friendly tone

Commands

Type these in the chat:

| Command | Description | |---------|-------------| | /help | Show all commands | | /keys | Add or manage API keys | | /model | Enable/disable models, see pricing | | /plugins | Install plugins (GitHub, Figma, email, etc.) | | /config | View and edit settings | | /clear | Clear chat history | | /quit | Exit |

Models

Chat Models

  • Claude 4 Sonnet / Opus (Anthropic)
  • GPT-5.2 / GPT-4o (OpenAI)
  • Gemini 3 Pro / Flash (Google)

Image Models

  • GPT Image 1.5 (OpenAI)
  • Imagen 4 Ultra / Standard / Fast (Google)

Video Models

  • Sora 2 / Sora 2 Pro (OpenAI)
  • Veo 3.1 / Veo 3.1 Fast (Google)

Voice Models

  • GPT-4o Mini TTS (OpenAI)
  • Google Cloud TTS (WaveNet, Neural2, Standard)
  • ElevenLabs Eleven v3, Flash v2.5, Turbo v2.5

Plugins

Extend Friday with MCP-based plugins:

/plugins

Available plugins: GitHub, Figma, Firecrawl, Resend (email), Discord, Reddit, Twitter, Gmail, Google Drive, Supabase, and more.

Architecture

The CLI (@tryfridayai/cli) is a thin interface over the runtime (friday-runtime). The runtime handles agent orchestration, MCP servers, permissions, sessions, and provider management.

friday chat
  └── CLI (this package)
        └── friday-runtime
              ├── Claude Agent SDK
              ├── MCP Servers (filesystem, terminal, media, plugins)
              └── AI Providers (OpenAI, Google, ElevenLabs)

Links

License

MIT