What problem does it solve?
This Skill helps developers quickly bundle, test, and run walkerOS flows using the CLI, eliminating manual setup steps and trial-and-error when configuring flows.
Core Features & Use Cases
- Bundle flows with minimal config using the walkeros CLI.
- Simulate and push events to validate flows without real side effects.
- Run local servers for testing and development workflows.
- Use Case: A developer wants to verify a new GA4 flow by bundling a flow.json, simulating an event, and serving a local bundle.
Quick Start
Install the walkerOS CLI globally, then create and test flows using the main commands:
- Install: npm install -g @walkeros/cli
- Bundle a flow: walkeros bundle flow.json
- Simulate a flow: walkeros simulate flow.json -e '{"entity":"page","action":"view"}'
- Push a test event: walkeros push flow.json -e '{"entity":"order","action":"complete"}'