Claude Skill
10000ge10000/luci-app-openclaw
luci-app-openclaw is an OpenWrt LuCI plugin for managing the OpenClaw AI gateway. It offers a web UI for configuration and monitoring on compatible routers.
Overview
Repository
Install this Skill
git clone https://github.com/10000ge10000/luci-app-openclaw.git package/luci-app-openclawRegistry
Summary
luci-app-openclaw is an OpenWrt LuCI management plugin for the OpenClaw AI gateway, providing a web-based interface to configure and monitor AI gateway functionalities on compatible routers.
OpenClaw AI 网关的 OpenWrt LuCI 管理插件。
Key features
- Web-based LuCI interface for OpenClaw AI gateway
- Simplified configuration of AI gateway settings
- Real-time monitoring of gateway status
- Integration with OpenWrt system
- Lightweight and efficient management
Use cases
- Manage AI gateway on OpenWrt routers
- Monitor AI gateway performance and status
- Configure AI routing rules via web UI
- Deploy AI gateway features in home or office networks
README excerpt
# luci-app-openclaw [](https://space.bilibili.com/59438380) [](https://blog.910501.xyz/) [](https://github.com/10000ge10000/luci-app-openclaw/actions/workflows/build.yml) [](LICENSE) [OpenClaw](https://github.com/openclaw/openclaw) AI 网关的 OpenWrt LuCI 管理插件。 在路由器上运行 OpenClaw,通过 LuCI 管理界面完成安装、配置和服务管理。 <div align="center"> <img src="docs/images/2.png" alt="OpenClaw LuCI 管理界面" width="800" style="border-radius:8px;" /> </div> **系统要求** | 项目 | 要求 | |------|------| | 架构 | x86_64 或 aarch64 (ARM64) | | C 库 | musl(自动检测;离线包仅支持 musl) | | 依赖 | luci-compat, luci-base, curl, openssl-util, tar, script-utils | | 存储 | **2GB 以上可用空间** | | 内存 | 推荐 1GB 及以上 | **当前适配版本** | 组件 | 默认版本 | 说明 | |------|----------|------| | OpenClaw | `2026.6.1` | npm `latest` 稳定标签;不默认追 `2026.6.5-beta.2` | | Node.js | `22.22.2` | Alpine musl LTS 包;OpenClaw 2026.6.x 要求 `>=22.19.0`,安装后会按 `engines.node` 做强校验 | | 微信插件 | `@tencent-weixin/openclaw-weixin@2.4.3` | CLI 使用 `@tencent-weixin/openclaw-weixin-cli@2.1.4` | ## 📦 安装 ### 方式一:.run 自解压包(推荐) 无需 SDK,适用于已安装好的系统。 ```bash # 下载最新版本(自动获取版本号) VER=$(curl -sI "https://github.com/10000ge10000/luci-app-openclaw/releases/latest" 2>/dev/null | grep -i "location:" | sed 's/.*tag\/v\{0,1\}//' | tr -d '\r\n') wget "https://github.com/10000ge10000/luci-app-openclaw/releases/download/v${VER}/luci-app-openclaw_${VER}.run" sh "luci-app-openclaw_${VER}.run" ``` ### 方式二:.ipk 安装 ```bash # 下载最新版本(自动获取版本号) VER=$(curl -sI "https://github.com/10000ge10000/luci-ap
Topics
No topics yet.