tweet-broadcast

Post queued tweets and replies from .pending-x/ to X via the X API v2.

10|4|Updated May 14, 2026
One-click install
npx skills add https://github.com/Liquid-Protocol-Ops/agent-autonomopoly --skill tweet-broadcast
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: tweet-broadcast
Source: https://github.com/Liquid-Protocol-Ops/agent-autonomopoly/tree/main/skills/tweet-broadcast
Command: npx skills add https://github.com/Liquid-Protocol-Ops/agent-autonomopoly --skill tweet-broadcast

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Post queued tweets and replies from the .pending-x/ queue to Twitter/X, enabling automated social publishing with safeguards to prevent duplicates and misposts.

Core Features & Use Cases

  • Deduplicates posts to avoid re-publishing the same content.
  • Enforces a no-thread policy: posts are standalone unless they are replies with a proper target.
  • Processes up to five queued items per run, logs outcomes, and updates state by moving fulfilled items to .pending-x/sent/ and recording posts in memory/x-tweet-log.jsonl.

Quick Start

Post queued items from .pending-x/ to X using the X API v2.

Frequently Asked Questions about tweet-broadcast

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

FAQPage Schema
How do I post queued tweets to X automatically?▼

To post queued tweets automatically, place content files in the .pending-x/ directory. The tool processes up to five items per run via X API v2, posting standalone tweets or replies while preventing duplicates.

How does tweet deduplication work before posting to X?▼

Tweet deduplication works by consulting memory/x-tweet-log.jsonl before publishing. It checks queued content against this log to prevent re-publishing the same tweets and safely handles state transitions.

Can I post a threaded reply chain to Twitter using the queue?▼

No, you cannot post threaded reply chains. The tool enforces a strict no-thread posting policy, meaning posts are standalone unless they are direct replies with a proper target specified in the file.

What is the maximum number of queued tweets processed per run?▼

The maximum number of queued tweets processed per run is five. After posting, fulfilled items are moved to .pending-x/sent/ and recorded in memory/x-tweet-log.jsonl to maintain state and prevent duplicates.

Do I need X API v2 credentials to automate Twitter posting?▼

Yes, X API v2 credentials are required to automate Twitter posting. The tool reads from .pending-x/ and posts directly to X using the v2 endpoint, requiring proper authentication for standalone tweets and replies.