by Neurons-AI
Personal Agentic AI Assistant for non-tech user powered by OpenClaw
# Add to your Claude Code skills
git clone https://github.com/Neurons-AI/crawbotCrawBot bridges the gap between powerful AI agents and everyday users. Built on top of OpenClaw, it transforms command-line AI orchestration into an accessible, beautiful desktop experienceโno terminal required.
Whether you're automating workflows, managing AI-powered channels, or scheduling intelligent tasks, CrawBot provides the interface you need to harness AI agents effectively.
CrawBot comes pre-configured with best-practice model providers and natively supports Windows as well as multi-language settings. Of course, you can also fine-tune advanced configurations via Settings โ Advanced โ Developer Mode.
Building AI agents shouldn't require mastering the command line. CrawBot was designed with a simple philosophy: powerful technology deserves an interface that respects your time.
| Challenge | CrawBot Solution | |-----------|----------------| | Complex CLI setup | One-click installation with guided setup wizard | | Configuration files | Visual settings with real-time validation | | Process management | Automatic gateway lifecycle management | | Multiple AI providers | Unified provider configuration panel | | Skill/plugin installation | Built-in skill marketplace and management |
CrawBot is built directly upon the official OpenClaw core. Instead of requiring a separate installation, we embed the runtime within the application to provide a seamless "battery-included" experience.
We are committed to maintaining strict alignment with the upstream OpenClaw project, ensuring that you always have access to the latest capabilities, stability improvements, and ecosystem compatibility provided by the official releases.
Complete the entire setupโfrom installation to your first AI interactionโthrough an intuitive graphical interface. No terminal commands, no YAML files, no environment variable hunting.
Communicate with AI agents through a modern chat experience. Support for multiple conversation contexts, message history, and rich content rendering with Markdown.
Configure and monitor multiple AI channels simultaneously. Each channel operates independently, allowing you to run specialized agents for different tasks.
Schedule AI tasks to run automatically. Define triggers, set intervals, and let your AI agents work around the clock without manual intervention.
Extend your AI agents with pre-built skills. Browse, install, and manage skills through the integrated skill panelโno package managers required.
Connect to multiple AI providers (OpenAI, Anthropic, and more) with credentials stored securely in your system's native keychain.
Light mode, dark mode, or system-synchronized themes. CrawBot adapts to your preferences automatically.
Download the latest release for your platform from the Releases page.
# Clone the repository
git clone https://github.com/Neurons-ai/CrawBot.git
cd CrawBot
# Initialize the project
pnpm run init
# Start in development mode
pnpm dev
When you launch CrawBot for the first time, the Setup Wizard will guide you through:
CrawBot employs a dual-process architecture that separates UI concerns from AI runtime operations:
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ CrawBot Desktop App โ
โ โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ
โ โ Electron Main Process โ โ
โ โ โข Window & application lifecycle management โ โ
โ โ โข Gateway process supervision โ โ
โ โ โข System integration (tray, notifications, keychain) โ โ
โ โ โข Auto-update orchestration โ โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ
โ โ โ
โ โ IPC โ
โ โผ โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ
โ โ React Renderer Process โ โ
โ โ โข Modern component-based UI (React 19) โ โ
โ โ โข State management with Zustand โ โ
โ โ โข Real-time WebSocket communication โ โ
โ โ โข Rich Markdown rendering โ โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ
โ WebSocket (JSON-RPC)
โผ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ OpenClaw Gateway โ
โ โ
โ โข AI agent runtime and orchestration โ
โ โข Message channel management โ
โ โข Skill/plugin execution environment โ
โ โข Provider abstraction layer โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Configure a general-purpose AI agent that can answer questions, draft emails, summarize documents, and help with everyday tasksโall from a clean desktop interface.
Set up scheduled agents to monitor news feeds, track prices, or watch for specific events. Results are delivered to your preferred notification channel.
Integrate AI into your development workflow. Use agents to review code, generate documentation, or automate repetitive coding tasks.
Chain multiple skills together to create sophisticated automation pipelines. Process data, transform content, and trigger actionsโall orchestrated visually.
CrawBot/
โโโ electron/ # Electron Main Process
โ โโโ main/ # Application entry, window management
โ โโโ gateway/ # OpenClaw Gateway process manager
โ โโโ preload/ # Secure IPC bridge scripts
โ โโโ utils/ # Utilities (storage, auth, paths)
โโโ src/ # React
No comments yet. Be the first to share your thoughts!