Square Post Skill Purpose Publish new content to Binance Square by running the local scripts in . Supported post types: - Text-only short posts - Image posts with up to 4 images - Long articles with a title and optional cover image - Video posts with an auto-generated cover image Do not hand-code API requests for normal posting. The scripts own upload, polling, cover generation, and publish behavior. Runtime Dependencies - Node.js 18 or newer. The scripts use native ES modules and the built-in API. - is required for video posts because extracts the first frame as the cover image. - is require…