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 🙏

© 2025 – Pkg Stats / Ryan Hefner

@freelensapp/ai-extension

v0.4.1

Published

AI capabilities for Freelens

Readme

@freelensapp/ai-extension

Home GitHub Release Integration tests npm

Freelens AI is an extension for Freelens that brings AI capabilities directly into your workflow.

With Freelens AI, you can harness the power of artificial intelligence to automate complex tasks and enhance productivity.

Video Demo

Video Demo


Quick Links:


Index


Install

Open freelens > file > extensions and add the folowing string to the textbox: @freelensapp/ai-extension

or:

Use a following URL in the browser: freelens://app/extensions/install/%40freelensapp%2Fai-extension

Available Models

freelens-ai-extension currently supports integration with the following AI models:

  • gpt-5
  • gpt-3.5-turbo
  • o3-mini
  • gpt-4.1
  • gpt-4o
  • gemini 2.0 flash

Each model offers different capabilities and performance characteristics. Choose the one that best suits your needs and workflow requirements.

Connecting a model

You can connect your model by setting its API Key in the preferences page or by using you environment variables; for example you can set:

  • GOOGLE_API_KEY = ...
  • OPENAI_API_KEY = ...

together to switch model without switch the API Key in settings page.


Key Features

  • Event Analysis: Intelligent analysis of system events and logs
  • AI-Powered Pod Creation: Automatically generate and configure pods using AI
  • Command Interface: Natural language command processing and execution
  • Intelligent Assistance: Get contextual help and suggestions for your operations

Base Agent

We have a base multi agent system that processes user prompts with a set of basic tools to get started. Go deeper by reading our Base Agent documentation.

MCP Agent

We support MCP Agent through a dedicated configuration. Go deeper by reading our MCP Agent documentation.


GPT 5 Setup

GPT 5 Setup documentation.


Additional Resources

If you find this project useful, please consider giving it a ⭐️ on GitHub!