Discover and explore top open-source AI tools and projects—updated daily.
JohnRiceMLVisual command center for AI agent teams
New!
Top 67.4% on SourcePulse
ClawPort provides a visual command center for managing, monitoring, and interacting with OpenClaw AI agent teams. It targets developers and power users of OpenClaw, offering a unified dashboard that simplifies complex agent operations and eliminates the need for separate AI API keys by routing all interactions through a local OpenClaw gateway.
How It Works
Built on Next.js and React Flow, ClawPort connects to a local OpenClaw gateway, reading agent configurations from the workspace (e.g., SOUL.md). It centralizes AI operations—chat, vision, audio—through this gateway, providing a single pane of glass for agent management, monitoring, and interaction without requiring individual API keys.
Quick Start & Requirements
A running OpenClaw instance is mandatory. Install ClawPort globally via npm install -g clawport-ui. Run clawport setup to auto-detect OpenClaw configuration and create a .env.local file, then launch the dashboard with clawport dev (accessible at http://localhost:3000). Installation from source involves git clone, npm install, npm run setup, and npm run dev. Optional: ElevenLabs API key for voice features. Official guides are available via SETUP.md and API Docs.
Highlighted Details
Maintenance & Community
Contributions are welcomed, with guidelines provided in CONTRIBUTING.md. The README does not specify notable contributors, sponsorships, or dedicated community channels like Discord or Slack.
Licensing & Compatibility
The project is released under the MIT license, which is permissive for commercial use and integration into closed-source applications.
Limitations & Caveats
ClawPort is dependent on a pre-configured and running OpenClaw gateway instance. Agent discovery and management are tightly coupled to the OpenClaw workspace structure and SOUL.md files, though customization is possible via agents.json. Specific performance benchmarks or advanced hardware requirements beyond standard Node.js development environments are not detailed.
1 day ago
Inactive