Square Post

Post content to Binance Square (Binance social platform for sharing trading insights). Auto-run on messages like 'post to square', 'square post'. Supports pure text posts.

tryshift-sh 18f6417 2 files · 2.1 KB Updated

File contents

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.

tryshift-sh/skills-store/tree/main/providers/binance-square/square-post commit 18f6417f06

Frequently asked questions

npx skillmds@latest add tryshift-sh/square-post