x-twitter-publish

Solid

Publish to X/Twitter through an account the user connects once — draft and score post text with AI, then post, reply, quote, delete, upload media, or edit the profile. Trigger whenever the user wants to write or send something on X/Twitter: posting a tweet or thread, replying to someone, drafting or improving tweet copy, scheduling content, connecting their X account, or updating their X bio or avatar — including casual phrasings like "tweet this" or "write me a post about x402". Paid per action in USDC via twitr.sh through an x402 wallet — no API key, no signup. Do NOT trigger for reading or searching (use x-twitter-data), and never use it to automate following, unfollowing, or liking — those are prohibited by X and unsupported here.

AI & Automation 5 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
26
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# X publish — drafting and posting | Task | Tool | Needs a connected account? | |---|---|---| | Draft / refine / score post text | `x_compose` | No — drafting is free of the account | | Post, reply, quote, delete, upload media | `x_write` | Yes | | Edit bio, name, avatar, banner | `x_profile` | Yes | | Read your own bookmarks, notifications, DMs | `x_inbox` | Yes | ## Draft first — it's nearly free `x_compose` is priced at the floor (~$0.001), so draft several and keep the best. ``` POST https://twitr.sh/api/tools/x_compose { "step": "generate", "topic": "why 402 beats API keys for agents", "goal": "be known for practical agent-payment writing", "tone": "direct, dry, technical — no emoji", "styleUsername": "account_whose_voice_to_match" } ``` `step` is `generate` | `refine` (pass `draft`) | `score` (pass `draft`). `styleUsername` makes "write like this account" a single field. **Always show the user the draft before publishing.** ## Connect an account (once, free) ``` POST /api/x-accounts/connect {"username","email","password","totp_secret"?} → 202 connecting GET /api/x-accounts → poll for "linked" POST /api/x-accounts/confirm {"challenge_id","code"} # if X emails a code ``` Wallet-signed and free. Credentials are relayed sealed for the login — never stored by twitr.sh, never placed in a URL, and never visible to you. One handle binds to exactly one wallet, and ownership is re-v...

Details

Author
lnvestor
Repository
lnvestor/twitr-skills
Created
yesterday
Last Updated
today
Language
N/A
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

x-presence

Run an unattended X/Twitter presence — watch topics and mentions in real time, draft posts and replies in the user's own voice, publish original posts on a schedule, and hold replies for a one-tap approval. Trigger whenever the user wants to automate their X/Twitter account, grow an audience on X, schedule or draft tweets, set up an X routine or cron job, get alerted about topics or mentions on X, or run an X agent in the background — including casual phrasings like "post for me on X" or "keep an eye on Twitter for me". Works in Claude Code routines, Hermes cron, and OpenClaw cron. Paid per call in USDC via twitr.sh through an x402 wallet — no API key, no signup. Do NOT trigger for reading a single tweet or profile (use x-twitter-data), for bulk dataset exports (use x-twitter-research), or for non-X platforms.

5 Updated today
lnvestor
Data & Documents Solid

x-twitter-data

Read live X/Twitter data — a single tweet or profile, tweet and user search with the full operator set, user timelines, replies, quotes, followers and following, list and community contents, and trending topics. Trigger whenever the user wants information from X/Twitter: looking up a tweet or account, searching X for a topic or phrase, checking someone's followers or recent posts, reading a thread, or asking what's trending — including casual phrasings like "what is @someone posting about" or "find tweets about x402". Paid per call in USDC via twitr.sh through an x402 wallet — no API key, no signup. Do NOT trigger for posting or replying (use x-twitter-publish), for real-time watching (use x-twitter-monitor), or for large dataset exports (use x-twitter-research).

5 Updated today
lnvestor
AI & Automation Solid

x-marketing

Plan, draft, audit, and publish posts and threads for X (Twitter). Use when the user wants to write a single tweet or an auto-numbered thread, build a long-form tweetstorm, remove AI tells from a draft, reverse-engineer the hook from a viral tweet, draft a reply or quote tweet, or plan a week of X content. Tweets and threads publish via the Publora API, which auto-splits long content into a numbered thread. User provides notes or a tweet URL, the skill drafts, the user approves, then it publishes.

8 Updated 5 days ago
sergebulaev