24 Commits
Author SHA1 Message Date
luccast 43e5734833 docs: update README to clarify gateway token retrieval process
- Simplified instructions for obtaining the gateway token, emphasizing automatic detection from the configuration file.
- Added manual retrieval options and explicit token setting commands for user convenience.
2026-02-02 13:49:22 -05:00
luccast 6d3315f9c3 docs: enhance README with CLI usage instructions and examples
- Added detailed CLI usage section including commands, options, and examples for better user guidance.
- Included information on auto-detection of gateway token and QR code display on startup.
2026-02-02 13:37:54 -05:00
Luciano Castillo 5878b15be1 refactor: rename clawdbot to openclaw (#32)
* feat: add OpenClaw integration with client and persistence services

- Introduced ClawdbotClient for WebSocket communication with the OpenClaw gateway.
- Implemented persistence service for managing session, action, and execution event data.
- Added protocol definitions for request and response frames, chat and agent events.
- Created utility functions for parsing events and managing collections of sessions and actions.
- Included initial documentation for the OpenClaw repository structure and usage.

* refactor: update references from Clawdbot to OpenClaw

- Renamed instances of Clawdbot to OpenClaw across documentation and codebase.
- Updated file paths and configuration references to reflect the new OpenClaw integration.
- Adjusted WebSocket connection messages and error handling to align with OpenClaw terminology.
- Enhanced README and other documentation to provide accurate information regarding the OpenClaw setup and usage.
2026-02-01 20:03:06 -05:00
Jamie Taylor c84fc7a2fb Merge pull request #28 from Popidge/workspace-view
Feat - Workspace view (#24)
2026-02-02 00:12:21 +00:00
Luciano Castillo 27d0afd736 Add crabwalk CLI (#30)
* feat: add crabwalk CLI

- bin/crabwalk: shell wrapper with start/stop/status/update commands
- daemon mode with --daemon flag
- auto-detect gateway token from ~/.clawdbot/clawdbot.json
- show network IPs on startup for remote access
- update skill.md and README with CLI usage

* auto-add ~/.local/bin to PATH during install

* support zsh PATH config
2026-02-01 15:24:33 -05:00
luccast efb1790964 fix: use raw github url for skill.md 2026-02-01 14:37:09 -05:00
luccast e58e37ca87 readme: add OpenClaw agent install method 2026-02-01 14:36:09 -05:00
Jamie Taylor 7e75a12614 feat(workspace): add workspace file browser and markdown viewer
Add comprehensive workspace exploration functionality allowing users to browse and view files from the host filesystem. This feature enables inspection of AI agent workspace contents directly through the web interface.

- Add workspace-fs library for safe file system operations with path validation
- Create tRPC workspace router with directory listing and file reading endpoints
- Implement workspace UI components with directory tree navigation
- Add markdown file viewer with syntax highlighting
- Configure Docker volume mounting for ~/.openclaw/workspace access
- Update navigation with tab-based switching between Monitor and Workspace views
2026-01-31 17:27:22 +00:00
Luciano Castillo b91bfeb4a4 Update README to reflect OpenClaw instead of Moltbot
Signed-off-by: Luciano Castillo <2213102+luccast@users.noreply.github.com>
2026-01-31 11:29:20 -05:00
Malachi bddf8b81a6 infra: use nitro for docker production (#21)
* infra: use nitro for docker production

* small fix

* fix: bufferutil error

* Remove ALLOWED_HOSTS
2026-01-30 08:36:15 -05:00
Jamie Taylor 2ce840b957 docs(readme) - added info on host networking for users who have gateway exposed to loopback only (common tailscale setup) and how to pass allowed hosts as env vars in docker/source setups (#16) 2026-01-28 18:02:25 -05:00
django 139f474076 Add jq alternative for gateway token extraction 2026-01-28 01:44:47 +07:00
luccast 2155d0cffa Update references from Clawdbot to Moltbot in documentation and UI
- Changed "Clawdbot" to "Moltbot (Clawdbot)" in CLAUDE.md and README.md for consistency.
- Updated the title in the Home component to reflect the new naming convention.
2026-01-27 10:27:07 -05:00
Kirill 6811bf7c60 fix(docker): make image runnable + document CLAWDBOT_URL 2026-01-26 23:50:17 -08:00
luccast c1a6d38c26 Add gateway token config instructions to README 2026-01-26 17:07:03 -05:00
luccast ff50cafe34 Add Docker support and GitHub release workflow 2026-01-26 16:51:47 -05:00
luccast 1c2e2fa7fc Update README.md to include screenshots of the home and monitor views 2026-01-26 14:59:18 -05:00
luccast b3b048dee8 Update README to credit author of Clawdbot integration 2026-01-25 22:59:51 -05:00
luccast e793a46072 Update README.md for Clawdbot link correction and enhance clawdbot integration documentation. Refactor clawdbot exports for clearer client-server separation in the codebase. 2026-01-25 19:30:15 -05:00
luccast 29c5426d25 Update package.json to allow remote access in development mode and enhance README.md with instructions for remote monitoring and gateway requirements. 2026-01-25 18:10:32 -05:00
luccast 4bd83eaed2 Update README.md to include the location of the token file for easier configuration of the CLAWDBOT_API_TOKEN. 2026-01-25 18:08:55 -05:00
luccast bf5c8f218f Update README.md to enhance configuration instructions for gateway authentication, providing two options for setting the CLAWDBOT_API_TOKEN environment variable. 2026-01-25 18:04:30 -05:00
luccast bfedece5fe Update README.md to reflect project purpose and features. Changed project description to highlight real-time monitoring of Clawdbot agents across multiple platforms. Added detailed features section and updated configuration instructions for gateway authentication. 2026-01-25 18:00:54 -05:00
luccast 58973da692 init 2026-01-25 17:47:27 -05:00