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

anythingllm-plugins

v1.0.0

Published

A collection of plugins for the AnythingLLM framework.

Readme

anythingllm-plugins

This project is a collection of plugins designed for various agent skills and flows. It provides a framework for integrating different functionalities into your applications.

Project Structure

  • src/: Contains the source code for the plugins.
    • index.ts: Entry point for the package.
    • config/: Configuration files for the MCP servers.
      • mcp-servers.json: Configuration settings for the MCP servers.
    • agent-flows/: Contains JSON files for specific agent flows.
      • fb5f3c52-bac6-412d-b4f2-c9bc60d22137.json: Configuration for a specific agent flow.
    • agent-skills/: Contains the implementation and metadata for various agent skills.
      • get-product-skill/: Skill for retrieving product information.
        • handler.js: Implementation of the "get product" skill.
        • plugin.json: Metadata for the "get product" skill.
        • README.md: Documentation for the "get product" skill.
      • giaiToan-agent-skill/: Skill for solving mathematical problems.
        • handler.js: Implementation of the "giaiToan" agent skill.
        • plugin.json: Metadata for the "giaiToan" agent skill.
      • ICT-agent-skill/: Skill for ICT-related queries.
        • handler.js: Implementation of the "ICT" agent skill.
        • plugin.json: Metadata for the "ICT" agent skill.

Installation

To install the package, run:

npm install

Usage

To use the plugins, import the necessary components from the package in your application. Refer to the individual skill documentation for specific usage instructions.

Contributing

Contributions are welcome! Please submit a pull request or open an issue for any enhancements or bug fixes.

License

This project is licensed under the MIT License. See the LICENSE file for more details.