square-post
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSquare Post
Square Post
Overview
概述
Use this managed skill to publish a text post to Binance Square.
使用此托管Skill将文本帖子发布至Binance Square。
Invocation
调用方式
Send a request to:
POST${SHIFT_LOCAL_GATEWAY}/skill-router/invokeWith a JSON body:
json
{
"skillProvider": "binance",
"skill": "square-post",
"action": "create",
"input": {
"text": "GN"
}
}发送请求至:
POST${SHIFT_LOCAL_GATEWAY}/skill-router/invoke请求体为JSON格式:
json
{
"skillProvider": "binance",
"skill": "square-post",
"action": "create",
"input": {
"text": "GN"
}
}Required fields
必填字段
| Field | Type | Description |
|---|---|---|
| string | Always |
| string | Always |
| string | Always |
| 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.
使用此Skill需要在Shift中连接Binance Square。
请勿要求用户在对话中粘贴原始凭证。当配置好所需连接后,Shift会自动处理身份验证。
Agent behavior
Agent行为
- 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.
- 如果用户未提供帖子内容,询问他们想要发布的内容。
- 优先通过Skill Router直接发布。正常发布时不要回退到浏览器自动化方式。
- 发布成功后,若有可用的ID,返回Binance Square帖子的URL。