square-post
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
- 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.
Weekly Installs
24
Repository
tryshift-sh/skills-storeFirst Seen
7 days ago
Security Audits
Installed on
opencode24
gemini-cli24
codebuddy24
github-copilot24
codex24
kimi-cli24