Install
openclaw skills install venue-pollingClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Use this skill when the user wants to poll gym venue availability, inspect or modify the `venue_polling.py` order-signing flow, or run the bundled signature replay and public-key verification helpers for the mini-program booking APIs.
openclaw skills install venue-pollingThis skill packages the local venue polling and order-signing workflow for the gym mini-program APIs. Use it when the task involves polling listAreaLease, attempting createOrder, or debugging the RSA-based request signature logic used by the booking flow.
scripts/venue_polling.py to understand the current polling settings, request headers, and signing logic.scripts/signature_replay_test.py to compare local signatures with a captured requestscripts/public_key_verify_test.py to verify candidate sign strings against a captured signaturereferences/create-order-analysis.mdreferences/captured-create-order.txtreferences/captured-list-area-lease.txtscripts/venue_polling.py expects a local rsa_private_key.pem file in the working directory when run directly.X-Ca-* headers and RSA signing, but the exact upstream signing preimage may still differ from the mini-program runtime.