square-post

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "square-post" with this command: npx skills add tryshift-sh/skills-store/tryshift-sh-skills-store-square-post

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

  • If the user does not provide post content, ask what they want to publish.

  • Prefer direct publication through the Skill Router. Do not fall back to browser automation for normal posting.

  • After a successful post, return the Binance Square post URL when an ID is available.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

square-post

No summary provided by upstream source.

Repository SourceNeeds Review
General

post

No summary provided by upstream source.

Repository SourceNeeds Review
General

user

No summary provided by upstream source.

Repository SourceNeeds Review
General

retweet

No summary provided by upstream source.

Repository SourceNeeds Review