square-post

Post text content to Binance Square via the OpenAPI endpoint.

168|13|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/npc-live/clawfirm --skill square-post-npc-live
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: square-post
Source: https://github.com/npc-live/clawfirm/tree/main/app/assets/skills/square-post
Command: npx skills add https://github.com/npc-live/clawfirm --skill square-post-npc-live

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates posting plain-text updates to Binance Square, reducing manual steps to share trading insights.

Core Features & Use Cases

  • Automated posting: Publish pure-text content to Binance Square via API.
  • Message-based triggering: Auto-run on relevant prompts like "square post" or "post to square".
  • Safe authentication & error handling: Handles API keys securely and surfaces clear error messages for common failures.

Quick Start

Post a plain-text update to Binance Square using your configured API key.

Frequently Asked Questions about square-post

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate posting trading insights to Binance Square?

Posting plain-text updates to Binance Square requires a valid X-Square-OpenAPI-Key and a bodyTextOnly payload. The Skill uses this API key for safe authentication and sends the text payload to publish updates automatically.

Can I use this Skill to post rich media content to Binance Square?

No, this Skill only supports pure-text updates to Binance Square. It processes a bodyTextOnly payload, meaning rich media content like images or videos is not supported by this particular OpenAPI endpoint.

What do I need to configure before automating Binance Square posts?

Before automating Binance Square posts, you need a valid X-Square-OpenAPI-Key configured for authentication. The Skill uses this key securely to authorize the text payload sent to the OpenAPI endpoint.

How does message-based triggering work for social media posts?

Message-based triggering works by automatically running the Skill when it detects relevant prompts like "square post". This allows workflows and agents to publish updates to Binance Square without manual intervention.

What should I do if my automated Binance Square post fails?

If your automated Binance Square post fails, the Skill surfaces clear error messages for common failures. Check the returned error details to verify your X-Square-OpenAPI-Key validity and ensure your bodyTextOnly payload is correctly formatted.