x-post

Installation
SKILL.md

Post to X using the CLI tool at ~/.claude/skills/x-post/x-post.py.

Setup

Requires Python packages: pip install xdk requests_oauthlib

Credentials file at ~/.claude/skills/x-post/x.key (JSON):

{
  "api_key": "...",
  "api_secret": "...",
  "access_token": "...",
  "access_token_secret": "..."
}

Commands

Installs
64
GitHub Stars
26
First Seen
Mar 2, 2026
x-post — rameerez/claude-code-startup-skills