What problem does it solve?
This Skill provides a local testing environment for BrassClaw using Docker containers and Chrome MCP browser automation, enabling users to test web gateway changes without the need for cloud infrastructure.
Core Features & Use Cases
- Local Docker Testing: Build and run BrassClaw locally with Docker containers.
- Chrome MCP Automation: Utilize Chrome MCP for browser automation and UI testing.
- Use Case: If you are developing or modifying the BrassClaw web gateway, you can use this Skill to test your changes locally before deploying them to production.
Quick Start
Run the following command to build the test image and start the container on port 3003:
docker build --platform linux/amd64 -f Dockerfile.test -t brassclaw-test .
docker run --rm -p 3003:3003 \
-e ONBOARD_COMPLETED=true \
-e CLI_ENABLED=false \
-e NEARAI_API_KEY=<key> \
brassclaw-test