jeremylongshore

Post X — Data skill for Claude Code

Data community

Post directly to X/Twitter with automatic formatting, character optimization, and analytics tracking.

How to install Post X

Installs to ~/.claude/skills/jeremylongshore-content-nuke-claude-post-x/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jeremylongshore-content-nuke-claude-post-x && curl -fsSL https://raw.githubusercontent.com/jeremylongshore/Content-Nuke-Claude/HEAD/commands/post-x.md -o ~/.claude/skills/jeremylongshore-content-nuke-claude-post-x/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Post X does

Post directly to X/Twitter with automatic formatting, character optimization, and analytics tracking.

Your Task

This command takes your text and posts it directly to X/Twitter using your existing OAuth credentials, with smart formatting and tracking.

Phase 1: Process Input Text

  1. **Receive Text Input**

    • Accept text from user (can be multi-line)
    • Handle various input formats
    • Preserve intentional line breaks
    • Clean up formatting inconsistencies
  2. **Smart Text Process

Alternatives in Data

Full documentation available on GitHub

View Source Repository