A specialized AI agent skill designed to automate text-based posting to the Binance Square social platform.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install binance-square-post
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install binance-square-post using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Square Post skill empowers AI agents to interact directly with the Binance Square ecosystem, a premier social hub for trading insights and market analysis. This integration allows users to seamlessly share updates, bullish or bearish sentiments, and market commentary without leaving their terminal or agent interface.
As a core component of the Openclaw Skills ecosystem, this tool focuses on providing a secure, high-performance bridge for crypto influencers and traders to maintain a consistent social presence. It handles the complexities of the Binance OpenAPI, including header management and response parsing, while ensuring that the content is optimized for the platform's unique audience.
To use this skill within the Openclaw Skills framework, you must obtain an API key from Binance Square. Configure the skill by providing your credentials when prompted by the agent.
# Manual verification of the API connectivity
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! #Crypto #Trading"}'
The skill manages data through a structured interface to ensure compatibility with Binance Square requirements.
| Parameter | Type | Description |
|---|---|---|
| bodyTextOnly | String | The main content of the post. Supports plain text and hashtags. |
| X-Square-OpenAPI-Key | String | The secure authentication token (masked in UI). |
| clienttype | String | Fixed as binanceSkill for identification. |
| data.id | String | The unique ID returned by Binance to construct the post URL. |
| code | String | The API status code (000000 indicates success). |
Loading
An AI agent skill that enables searching, downloading, and parsing movie subtitles to provide automated plot summaries and dialogue analysis.

Rapidly generate professional-grade AI agent configurations, including unique identities and cognitive patterns, using natural conversation.

A centralized AI-driven assistant designed to streamline personal organization, family coordination, and daily task management.

A sophisticated orchestration framework for deploying multi-agent teams with shared memory and persistent state management.

A suite of 6 institutional-grade trading tools for Polymarket prediction markets featuring arbitrage, scalping, and alpha detection algorithms.

A professional-grade interface for controlling Aqara smart home hardware and managing spatial hierarchies via the Aqara Open Platform API.








































