xurl — работа с X (Twitter) API через CLI
★ 6.7 · integration
xurl is a Claude Code skill that provides a curl-like CLI tool for making authenticated requests to the X (Twitter) API v2. It covers posting, replying, quoting, deleting, searching, reading posts, managing followers, liking, reposting, bookmarking, blocking, muting, sending DMs, uploading media, and sending or reading end-to-end encrypted XChat messages. Authentication supports OAuth 2.0, OAuth 1.0a, and app-only auth across multiple registered apps with easy switching between them. Every command outputs JSON to stdout and is available as either a human-friendly shortcut or raw endpoint access. The skill enforces strict credential-safety rules — credentials must never enter the agent context, and flags like --verbose or inline secret options are explicitly prohibited in LLM sessions.
- #x-api
- #social-media
- #automation
- #oauth
- #cli-tool
- #messaging