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

openclaw-aai-gateway-plugin

v0.1.0

Published

OpenClaw plugin — bridges AAI Gateway tools (MCP servers, Skills, ACP agents) into OpenClaw as native agent tools

Readme

English | 简体中文 | 日本語 | 한국어


openclaw-aai-gateway-plugin

npm version license

OpenClawAAI Gateway 插件 — 一次导入,处处可用。


功能

本插件将 AAI Gateway 桥接到 OpenClaw,将网关管理的所有工具(MCP 服务器、Skills、ACP 代理)作为原生 OpenClaw 代理工具暴露。

  • 零配置 — 安装即用,开箱即用
  • 动态工具更新 — 通过 AAI Gateway 导入新的 MCP 服务器或 Skill,下次代理运行时自动可用,无需重启 OpenClaw
  • 节省 99% 上下文 Token — AAI Gateway 按需加载工具详情,而非预先注入全部 Schema

了解更多 AAI Gateway 及其解决的问题,请查看 AAI Gateway README

安装

openclaw plugin install openclaw-aai-gateway-plugin

就这样。插件会自动通过 npx -y aai-gateway 启动。

使用

安装后,所有 AAI Gateway 工具对 OpenClaw 代理自动可用。试试:

  • "列出所有 AAI 应用" — 查看已导入的应用
  • "用 AAI 搜索一个浏览器自动化工具" — 发现并安装新工具
  • "导入这个 MCP 服务器: ..." — 通过 mcp:import 添加 MCP 服务器

配置(可选)

~/.openclaw/openclaw.jsonplugins.entries.aai-gateway.config 下添加:

{
  // 覆盖启动命令(默认: npx -y aai-gateway)
  "command": "aai-gateway"  // 例如全局安装时可用
}

环境要求

许可证

Apache-2.0