3 Commits
Author SHA1 Message Date
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
luccastandClaude Opus 4.5 551543682f add QR code to CLI startup banner
Uses qrencode to show scannable QR for first IPv4 network URL.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 16:59:24 -05: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