claw-web
هذا المحتوى غير متوفر بلغتك بعد.
Claw Web Plugin
Section titled “Claw Web Plugin”Self-hosted browser UI for the ɳSelf Claw AI assistant. Pro plugin.
Requires: Basic license tier or higher.
nself license set nself_pro_...
Install
Section titled “Install”nself license set nself_pro_xxxxx...nself plugin install claw-webWhat It Does
Section titled “What It Does”Provides a full-featured web interface for conversations, tool results, and agent history powered by the ɳSelf Claw AI assistant. Built on Next.js, it renders SSE-streamed responses in real time and displays tool call traces alongside assistant replies. Requires the claw plugin to supply the agent backend.
Dependencies
Section titled “Dependencies”Requires the claw plugin.
Configuration
Section titled “Configuration”| Env Var | Default | Description |
|---|---|---|
CLAW_WEB_PORT | 3004 | Claw web UI service port |
CLAW_API_URL | none | URL of the running claw plugin API |
NEXTAUTH_SECRET | none | NextAuth.js secret for session signing |
NEXTAUTH_URL | none | Public base URL of this UI |
| Port | Purpose |
|---|---|
| 3004 | Claw web UI (Next.js) |
Database Tables
Section titled “Database Tables”0 tables added. All conversational state is stored by the claw plugin.
Nginx Routes
Section titled “Nginx Routes”| Route | Target |
|---|---|
/ | Claw web UI |