Post text content to Binance Square with API key authentication and error handling.
Works with
Supports pure text posts with hashtag support; constructs shareable post URLs on success
Requires X-Square-OpenAPI-Key header authentication; agent prompts for missing credentials before attempting posts
Handles 20+ error codes including sensitive content detection, daily post limits, identity verification requirements, and account bans
Agent optimizes raw user input for readability and requests co
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionsquare-postExecute the skills CLI command in your project's root directory to begin installation:
Fetches square-post from binance/binance-skills-hub and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate square-post. Access via /square-post in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
1
total installs
1
this week
676
GitHub stars
0
upvotes
Run in your terminal
1
installs
1
this week
676
stars
Post text content to Binance Square.
URL:
https://www.binance.com/bapi/composite/v1/public/pgc/openApi/content/add
Request Headers:
| Header | Required | Description |
|---|---|---|
| X-Square-OpenAPI-Key | Yes | Square OpenAPI Key |
| Content-Type | Yes | application/json |
| clienttype | Yes | binanceSkill |
Request Body:
| Field | Type | Required | Description |
|---|---|---|---|
| bodyTextOnly | string | Yes | Post content text |
curl -X POST 'https://www.binance.com/bapi/composite/v1/public/pgc/openApi/content/add' \
-H 'X-Square-OpenAPI-Key: your_api_key' \
-H 'Content-Type: application/json' \
-H 'clienttype: binanceSkill' \
-d '{
"bodyTextOnly": "BTC looking bullish today!"
}'
{
"code": "000000",
"message": null,
"data": {
"id": "content_id_here"
}
}
| Field | Type | Description |
|---|---|---|
| code | string | "000000" = success |
| message | string | Error message (null on success) |
| data.id | string | Created content ID |
On success, construct the post URL:
https://www.binance.com/square/post/{id}
Example: If data.id is 298177291743282, the post URL is:
https://www.binance.com/square/post/298177291743282
| Code | Description |
|---|---|
| 000000 | Success |
| 10004 | Network error. Please try again |
| 10005 | Only allowed for users who have completed identity verification |
| 10007 | Feature unavailable |
| 20002 | Detected sensitive words |
| 20013 | Content length is limited |
| 20020 | Publishing empty content is not supported |
| 20022 | Detected sensitive words (with risk segments) |
| 20041 | Potential security risk with the URL |
| 30004 | User not found |
| 30008 | Banned for violating platform guidelines |
| 220003 | API Key not found |
| 220004 | API Key expired |
| 220009 | Daily post limit exceeded for OpenAPI |
| 220010 | Unsupported content type |
| 220011 | Content body must not be empty |
| 2000001 | Account permanently blocked from posting |
| 2000002 | Device permanently blocked from posting |
| Header | Required | Description |
|---|---|---|
| X-Square-OpenAPI-Key | Yes | API key for Square posting |
When showing credentials to users:
abc12...xyz9When listing accounts, show names and description only — never full keys:
Accounts:
* default (Default account for Square posting)
your_api_keyabc12...xyz9)https://www.binance.com/square/post/{id}000000 but data.id is empty or missing, inform user that post may have succeeded but URL is unavailable, suggest checking Square page manuallyMake data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
mattpocock/skills
Useful defaults in square-post — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
I recommend square-post for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
square-post reduced setup friction for our internal harness; good balance of opinion and flexibility.
We added square-post from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
square-post fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
I recommend square-post for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Useful defaults in square-post — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
Registry listing for square-post matched our evaluation — installs cleanly and behaves as described in the markdown.
Keeps context tight: square-post is the kind of skill you can hand to a new teammate without a long onboarding doc.
square-post has been reliable in day-to-day use. Documentation quality is above average for community skills.
showing 1-10 of 46