Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Open-source AI agent command center for Claude Code agent teams. Built on OpenClaw.
| Date | Stars |
|---|---|
| 2026-07-31 | 898 |
| 2026-08-06 | 899 |
Today
+1 stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
<div align="center"> <img src="https://raw.githubusercontent.com/JohnRiceML/clawport-ui/main/clawport-logo.png" alt="ClawPort" width="160" /> # ClawPort **A visual command centre for your AI agent team.** [](https://www.npmjs.com/package/clawport-ui) [](LICENSE) [](#testing) [Website](https://clawport.dev) | [Setup Guide](SETUP.md) | [API Docs](docs/API.md) | [npm](https://www.npmjs.com/package/clawport-ui) </div> --- ClawPort is an open-source dashboard for managing, monitoring, and talking directly to your [OpenClaw](https://openclaw.ai) AI agents. It connects to your local OpenClaw gateway and gives you an org chart, direct agent chat with vision and voice, a kanban board, cron monitoring, cost tracking, an activity console with live log streaming, and a memory browser -- all in one place. No separate AI API keys needed. Everything routes through your OpenClaw gateway. <img src="docs/screenshots/org-map.png" alt="Org Map" width="100%" /> <details> <summary><strong>More screenshots</strong></summary> | | | |---|---| | <img src="docs/screenshots/chat.png" alt="Agent Chat" /> | <img src="docs/screenshots/kanban.png" alt="Kanban Board" /> | | **Chat** -- streaming text, vision, voice, file attachments | **Kanban** -- drag-and-drop task board across agents | | <img src="docs/screenshots/pipelines.png" alt="Cron Pipelines" /> | <img src="docs/screenshots/cron-schedule.png" alt="Cron Schedule" /> | | **Pipelines** -- DAG visualization with health checks | **Schedule** -- weekly heatmap and job management | | <img src="docs/screenshots/activity.png" alt="Activity Console" /> | <img src="docs/screenshots/live-logs.png" alt="Live Logs" /> | | **Activity** -- historical log browser with JSON expansion | **Live Logs** -- real-time streaming widget | | <img src="docs/screenshots/costs.png" alt="Cost Dashboard" /> | <img src="docs/screenshots/memory.png" alt="Memory Browser" /> | | **Costs** -- token usage, anomalies, optimization insights | **Memory** -- team memory browser with markdown rendering | </details> --- ## Quick Start ### 1. Install OpenClaw ClawPort requires a running [OpenClaw](https://openclaw.ai) instance. If you don't have one yet: ```bash # Install OpenClaw curl -fsSL https://openclaw.ai/install.sh | bash # Run the onboarding wizard (sets up workspace, gateway, and daemon) openclaw onboard --install-daemon ``` After onboarding, verify the gateway is running: ```bash openclaw gateway status ``` You should see your gateway URL (default `localhost:18789`) and auth token. If you use a custom port, `clawport setup` will detect it automatically. See the [OpenClaw docs](https://docs.openclaw.ai/getting-started) for more detail. ### 2. Install ClawPort > **Note:** The npm package is `clawport-ui`. The CLI command is `clawport`. > Do not install the unrelated `clawport` package. ```bash npm install -g clawport-ui ``` ### 3. Connect and Launch ```bash # Auto-detect your OpenClaw config and write .env.local clawport setup # Start the dashboard clawport dev ``` Open [http://localhost:3000](http://localhost:3000). The onboarding wizard walks you through naming your portal, picking a theme, and setting up your operator identity. <details> <summary><strong>Install from source instead</strong></summary> ```bash git clone https://github.com/JohnRiceML/clawport-ui.git cd clawport-ui npm install npm run setup npm run dev ``` </details> --- ## Features - **Org Map** -- Interactive org chart of your entire agent team. Hierarchy, cron status, and relationships at a glance. Powered by React Flow with auto-layout. - **Chat** -- Streaming text chat, image attachments with vision, voice messages with waveform playback, file attachments, clipboard paste and drag-and-drop. Conversations persist locally. - **Kanban** -- Task board f
Excerpt of 9,428 characters
Read on GitHub105
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:90b783f593679512, desc:ai agent