24 Commits
Author SHA1 Message Date
luccast 8dbb6802e6 docs: refine feedback-skill.md for clarity and brevity
- Updated instructions to emphasize brevity when communicating with users, ensuring they are not overwhelmed.
- Revised phrasing to enhance clarity in initiating feedback conversations, maintaining a conversational tone throughout.
2026-02-03 15:09:06 -05:00
luccast c76d7c3354 docs: update skill.md to enhance installation instructions and add optional QR code display
- Removed the installation check for `qrencode` from the main installation steps to streamline the process.
- Added a new section detailing optional installation of `qrencode` for QR code display, with platform-specific commands for macOS, Debian/Ubuntu, Fedora, and Arch.
- Improved clarity and organization of installation instructions to enhance user experience.
2026-02-03 09:09:55 -05:00
luccast 793d2582d9 v1.0.10: user feedback system
- Add feedback skill for collecting user feedback via agents
- Feedback submitted as GitHub Issues with labels (bug, feature, general)
- Requires Crabwalk installation before feedback interview
- Agents prompt users for feedback after installation
- Capture issues during conversation as feedback
- Browse all feedback at https://crabwalk.app/#/feedback
2026-02-02 21:10:37 -05:00
luccast 5c59e9baa5 docs: expand feedback process in skill.md with new sections
- Added a new section for soliciting user feedback after initial use of Crabwalk, encouraging users to share their experiences.
- Introduced guidelines for capturing issues as feedback, outlining steps for assisting users and submitting feedback.
- Included resource links for submitting and browsing feedback to enhance user engagement and improve the feedback collection process.
2026-02-02 21:07:27 -05:00
luccast 8d076aa9c3 docs: refine feedback-skill.md installation instructions for clarity
- Updated language to encourage users to ask for assistance with installation rather than stating it directly.
- Enhanced conversational tone by rephrasing instructions to promote collaboration in the installation process.
- Maintained emphasis on the importance of having Crabwalk installed before proceeding with feedback collection.
2026-02-02 20:58:30 -05:00
luccast 56a2cf83be docs: update feedback-skill.md to include additional context in feedback body
- Revised the body field in the feedback JSON structure to encourage users to share details about the machine, location, and Crabwalk version number.
- Enhanced clarity and completeness of feedback submissions to improve the overall feedback process.
2026-02-02 20:50:37 -05:00
luccast 80067dec9a docs: update feedback-skill.md to clarify installation instructions
- Revised language to specify that the Crabwalk skill can assist with installation directly.
- Changed phrasing to enhance clarity and maintain a conversational tone, emphasizing collaboration in the installation process.
- Ensured users understand the importance of installation before proceeding with feedback collection.
2026-02-02 20:45:59 -05:00
luccast 23699da927 docs: add installation verification steps to feedback-skill.md
- Introduced a new prerequisite section to ensure users verify Crabwalk installation before proceeding with feedback collection.
- Provided clear instructions for users on how to check for installation and what to communicate if Crabwalk is not installed.
- Emphasized the importance of not conducting interviews without Crabwalk being installed to enhance the feedback process.
2026-02-02 20:38:33 -05:00
luccast 600cfca6d6 docs: refine feedback-skill.md for improved clarity and consistency
- Updated language to maintain a conversational tone by consistently using "your human" instead of "the human" or "user."
- Added a new section to guide users on initiating feedback conversations with broad questions.
- Enhanced instructions for adapting questions based on responses and emphasized the importance of clarifying questions.
- Improved post-submission communication guidelines to ensure clarity in interactions with users.
2026-02-02 20:23:19 -05:00
luccast ca6a60d1a9 docs: update feedback-skill.md for clarity and user engagement
- Enhanced language to promote a more conversational tone, replacing "user" with "human" for consistency.
- Added emphasis on asking clarifying questions and refining user feedback during interviews.
- Updated submission guidelines to ensure feedback is only submitted after confirming no further input from the human.
- Improved instructions for browsing feedback and post-submission communication.
2026-02-02 20:21:24 -05:00
luccast 6dc43b08ef docs: add Crabwalk Feedback Skill documentation
- Introduced a new document outlining the Crabwalk Feedback Skill, detailing two feedback modes: User Research Interview and Quick Feedback.
- Provided guidelines for selecting a feedback mode, submitting feedback via API, and post-submission steps.
- Included notes on feedback processing and user interaction to enhance the feedback collection process.
2026-02-02 19:26:30 -05:00
luccast 7c0794e373 v1.0.9: mobile monitor UI + workspace view
- add mobile bottom bar and session drawer for monitor
- hide desktop-only controls on mobile
- workspace view by @Popidge (#28)
2026-02-02 11:07:18 -05:00
luccast 5636167c57 enhance skill.md: clarify server access instructions and add verification step for human interaction
- Updated server startup instructions to emphasize sharing the network IP link instead of localhost.
- Added a new verification step for users to confirm access to the monitor link with their human.
- Included a prompt for users to encourage sharing feedback about Crabwalk.
2026-02-02 10:42:52 -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
luccast c001f612b9 refactor: streamline installation steps and enhance verification process in skill.md
- Consolidated installation commands into a single step for clarity.
- Added verification step to check the installed version of Crabwalk.
- Updated instructions for starting the server and accessing the agent activity graph.
- Removed redundant sections and improved overall readability.
2026-02-01 17:29:11 -05:00
luccastandClaude Opus 4.5 0b0613e08a install: auto-install qrencode for QR code display
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 17:05:04 -05:00
luccast cf8ac7ca67 bump to v1.0.8 2026-02-01 15:45:11 -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
Luciano Castillo e19a58054d Add install skill for OpenClaw agents (#29)
* feat: add install skill for OpenClaw agents

skill.md provides autonomous install instructions
skill.json provides metadata for programmatic access

* add version check, require user confirm before update
2026-02-01 14:33:26 -05:00
Luciano Castillo d585215a6d screenshots 2026-01-26 14:55:04 -05:00
Luciano Castillo 1b3b687600 Add lobster icon to CrabNode component and update styles
- Introduced a new lobster icon in place of the animated crab, enhancing visual representation.
- Updated styles for the lobster icon to improve interactivity and appearance.
- Adjusted the Handle component's z-index for better layering in the UI.
2026-01-26 13:37:09 -05:00
luccast e5f390d599 Add JetBrains Mono font files and update styles
- Introduced JetBrains Mono font files (Regular, Medium, SemiBold, Bold) to the project.
- Updated styles.css to include local font-face definitions for JetBrains Mono.
- Replaced 'Space Mono' with 'JetBrains Mono' in the font stack for improved typography consistency.
2026-01-26 09:13:50 -05:00
luccast 1f0f9e8419 Add crab animation assets and components
- Introduced new PNG assets for crab attack, idle, and jump animations.
- Created `FrameAnimation` component for handling frame-based animations.
- Implemented `CrabAttackAnimation`, `CrabIdleAnimation`, and `CrabJumpAnimation` components to utilize the new assets.
- Updated index file to export the new animation components for easy access.
2026-01-25 22:45:04 -05:00
luccast 58973da692 init 2026-01-25 17:47:27 -05:00