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
Maintainers
Readme
openclaw-aai-gateway-plugin
OpenClaw 的 AAI 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.json 的 plugins.entries.aai-gateway.config 下添加:
{
// 覆盖启动命令(默认: npx -y aai-gateway)
"command": "aai-gateway" // 例如全局安装时可用
}