Install
openclaw skills install @jason15336804/smart-cart-command-plannerConvert Chinese or English natural-language requests for an OpenClaw-powered omnidirectional smart cart into conservative, structured motion plans. Use for command understanding, task decomposition, waypoint planning, obstacle-aware movement, emergency-stop handling, and JSON control-plan generation for carts that support forward, backward, lateral movement, turning, sensing, waiting, and stopping.
openclaw skills install @jason15336804/smart-cart-command-plannerConvert a user's movement request into a safe plan. Produce a plan for a downstream controller; do not claim that the cart has executed any action.
sense before motion when obstacle clearance is unknown and insert stop as the final step.slow speed near obstacles, people, turns, narrow areas, or uncertain routes.python3 scripts/validate_plan.py PLAN.json when file execution is available. Fix every reported error before presenting the plan.stop step and mark the plan emergency_stop.sense.needs_confirmation when the user requests high speed, an unclear destination, movement around people, or a route without observable clearance.request.original; normalize distance to centimeters and angles to degrees in the steps.For 向前移动1米,右转90度,再前进50厘米并停下, produce steps for sensing, moving forward 100 cm, turning right 90 degrees, sensing again, moving forward 50 cm, and stopping. See examples/sample-plan.json.