square-post

Installation
SKILL.md

Square Post

Overview

Use this managed skill to publish a text post to Binance Square.

Invocation

Send a POST request to:

${SHIFT_LOCAL_GATEWAY}/skill-router/invoke

With a JSON body:

{
  "skillProvider": "binance-square",
  "skill": "square-post",
  "action": "create",
  "input": {
    "text": "GN"
  }
}

Required fields

Field Type Description
skillProvider string Always "binance-square"
skill string Always "square-post"
action string Always "create"
input.text string Text content to publish

Authentication

This skill requires Binance Square to be connected in Shift.

Do not ask the user to paste raw credentials into the conversation. Shift handles authentication automatically when the required connection is configured.

Agent behavior

  1. If the user does not provide post content, ask what they want to publish.
  2. Prefer direct publication through the Skill Router. Do not fall back to browser automation for normal posting.
  3. After a successful post, return the Binance Square post URL when an ID is available.
Related skills
Installs
36
First Seen
Mar 9, 2026