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

clipad-ai

v0.1.0

Published

**Clipad.ai** is an interactive, AI-powered terminal assistant built with **Node.js**, **React**, and **Ink**. It transforms your natural language intentions into executable shell commands, allowing you to manage your system, search the web, and analyze c

Readme

⚡ Clipad.ai

Clipad.ai is an interactive, AI-powered terminal assistant built with Node.js, React, and Ink. It transforms your natural language intentions into executable shell commands, allowing you to manage your system, search the web, and analyze content without leaving the command line.


🚀 Installation

Install Clipad globally via npm:

npm install -g clipad-ai

[!NOTE] Ensure you have Node.js 18+ installed. Clipad uses tsx to run naturally on your system.


🛠️ How It Works

  1. Describe Your Intent: Type what you want to do in plain English (e.g., "Find all log files larger than 10MB and compress them").
  2. AI Reasoning: Clipad uses your chosen LLM (OpenAI, Claude, Gemini, etc.) to understand the request and suggest the safest, most effective shell commands.
  3. Review & Execute: Suggested commands appear in a visual card. You can:
    • Press [A] or Enter to Accept and run the command.
    • Press [R] to Reject the suggestion.
  4. Tool Integration: If the AI needs more context, it can autonomously:
    • Search the Web: Using SearXNG.
    • Fetch Web Pages: Using Jina AI Reader.
    • Check Command Status: To verify if a previous step succeeded.

⚙️ Configuration & Setup

On the first run, Clipad launches an interactive Setup Wizard to configure your environment:

1. AI Providers

Clipad supports multiple providers out of the box:

  • OpenAI (GPT)
  • Anthropic (Claude Sonnet, Opus)
  • Google Gemini (Pro, Flash)
  • Mistral AI
  • xAI Grok
  • DeepSeek / Ollama (Local LLMs)
  • Alibaba Qwen

2. Environment Variables

Instead of storing raw API keys in plain text, Clipad asks for the name of the environment variable (e.g., OPENAI_API_KEY). This keeps your keys secure in your .bashrc or .zshrc.

3. Advanced Tools (Optional)

  • Jina AI: Provide a Jina API key env var to enable high-quality web page fetching.
  • SearXNG: Provide your instance URL and an optional secret key to enable web searching.

⌨️ In-App Commands

While using the interactive shell, you can use these slash commands to update things on the fly:

| Command | Description | | :--- | :--- | | /model | Open a searchable dropdown to switch models for the current provider. | | /provider| Switch AI providers and update the API key environment variable. | | /searxng | Update your SearXNG host instance and secret key. | | /jina | Update your Jina AI Reader API key. | | exit | Cleanly exit the application. | | Ctrl+C | Force quit the application. |


🚩 CLI Flags

Run Clipad with flags to manage your configuration:

  • clipad --reset: Wipes the local configuration (~/.config/clipad/config.json) and restarts the Setup Wizard.
  • clipad --help: Shows help for all available flags.

📜 License

MIT © Daniel Mucamba