/post
Post a tweet to X/Twitter
> /plugin marketplace add xquik-dev/x-twitter-scraper > /plugin install x-twitter-scraper@x-twitter-scraper
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/post
Context preview
What this command does when you run it.
Post a tweet to X/Twitter
Command definition
post.mddescription: Post a tweet to X/Twitter
Post a tweet with the text: "$ARGUMENTS"
Workflow
1. If the text is empty, ask the user what to tweet. 2. Resolve the connected X username. Ask the user if it is unknown. 3. Show the exact text, account, endpoint, and usage estimate. 4. Wait for explicit user approval. 5. After approval, use the `xquik` MCP tool to call `POST /api/v1/x/tweets` with body `{ "account": "<confirmed account>", "text": "<the tweet text>" }`. Hosted MCP injects a unique `Idempotency-Key`. 6. Accept HTTP 200 or 202. Poll `statusUrl` after `pollAfterMs` until `terminal` is true. 7. Show the confirmed tweet ID and `https://x.com/i/status/{tweetId}`.
The API requires `account` and `Idempotency-Key` on every post request. Direct REST callers must supply the header. Hosted MCP supplies it automatically. Start a new attempt only when `safeToRetry` is true.
Xquik is an independent third-party service. Not affiliated with X Corp. "Twitter" and "X" are trademarks of X Corp. Featured in Framer Watch Connect Framer to Claude Code, Codex, Cursor, and more at 6:07 to see Xquik MCP in action.
Repo: xquik-dev/x-twitter-scraper

