secubox-openwrt/package/secubox/luci-app-openclaw/root/usr/share/rpcd/acl.d/luci-app-openclaw.json
CyberMind-FR 56f5d8c61f feat(openclaw): Add LuCI web interface for OpenClaw AI assistant
Complete LuCI app with:
- Chat view with real-time AI conversation
- Settings view for provider/model/API key configuration
- Integrations view for Telegram/Discord/Slack/Email/Calendar
- RPCD backend handling all ubus calls
- Support for Anthropic, OpenAI, and Ollama providers

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-27 09:47:35 +01:00

18 lines
361 B
JSON

{
"luci-app-openclaw": {
"description": "OpenClaw AI Assistant",
"read": {
"ubus": {
"luci.openclaw": ["status", "get_config", "list_models", "get_history"]
},
"uci": ["openclaw"]
},
"write": {
"ubus": {
"luci.openclaw": ["chat", "set_config", "install", "update", "test_api", "clear_history"]
},
"uci": ["openclaw"]
}
}
}