Skip to content
MCP ThesaurusMCP Thesaurus

twitr sh

CommunityIncomplete39/100Claim

streamable-httpMITupdated 1mo ago

Six installable X/Twitter skills for Claude Code, Cursor, OpenClaw and Hermes โ€” paid per call in USDC. No X developer account, no API keys, no OAuth, no signup, no subscription.

SourceWebsite8

What can you do with twitr sh?

X (Twitter) skills for Claude Code โ€” no API key, no developer account

Six installable X/Twitter skills for Claude Code, Cursor, OpenClaw and Hermes โ€” paid per call in USDC. No X developer account, no API keys, no OAuth, no signup, no subscription.

skills.sh Skills Payment Networks License

Start in 60 seconds ยท Ideas ยท The skills ยท Wallets ยท Pricing ยท Links


โšก Start in 60 seconds

Most X/Twitter skills wrap the official API, so the setup is yours: register an X developer account, create an app, complete OAuth, store the tokens, and pay X directly. These skip all of it โ€” your agent's wallet pays per request, and that payment is the authentication.

1 ยท Install the skills (needs Node 18+ and git on PATH):

npx skills add lnvestor/twitr-skills

Claude Code users can install from the plugin marketplace instead โ€” either path works:

/plugin marketplace add lnvestor/twitr-skills
/plugin install twitr-skills@twitr

2 ยท Get a wallet. Any x402/MPP wallet works โ€” each one's own documented command:

Wallet Try it Pays on
AgentCash โญ npx agentcash try https://twitr.sh Base ยท Solana ยท Tempo
awal (Coinbase) npx awal x402 bazaar search twitr.sh Base
pay.sh (Solana Foundation) pay curl https://twitr.sh Solana
Poncho tryponcho.com/m/twitr.sh โ€”
Circle Agent Wallet circle services search "twitr.sh" โ€”

First time with agent wallets? โ†’ Wallet setup has step-by-step guides (AgentCash's onboarding bonus can even fund you up to $25 for free).

3 ยท Ask your agent something. The first call returns HTTP 402 with the exact price โ€” that's the quote, not an error. Your wallet pays and retries automatically. $5 covers thousands of reads.

๐Ÿ’ก What can my agent do?

Copy-paste any of these once the skills are installed:

"What is @vercel posting about this week?"

"Search X for what people are saying about my product โ€” top 50 by likes, English only."

"Watch @competitor and tell me the moment they announce something." โ€” a real-time monitor; events reach your agent by free polling or signed webhook

"Draft 3 tweet variants announcing our launch in my voice โ€” I'll pick one, then post it."

"Export everyone who replied to this tweet as a dataset."

"Run my X presence: watch these 3 topics, queue drafts every morning, replies wait for my approval."

๐Ÿ“ฆ The skills

Six focused skills with explicit trigger boundaries, so they don't fire over each other.

Skill What it does
โญ x-presence Unattended presence โ€” watch topics, draft in your voice, publish on a schedule, queue replies for approval. Start here โ€” it drives the others internally.
๐Ÿค– twitter-automation The automation builder โ€” describe the automation you want (auto-reply, scheduler, watcher, engagement) and it designs, prices, and wires it from the primitives.
๐Ÿ”Ž x-twitter-data Live reads โ€” tweets, profiles, search, timelines, lists, communities, trends.
๐Ÿ”” x-twitter-monitor Real-time monitors, delivered by free polling or HMAC-signed webhooks.
โœ๏ธ x-twitter-publish Draft with AI, then post, reply, or quote through a connected account.
๐Ÿ“ฆ x-twitter-research Bulk exports โ€” followers, repliers, reposters โ€” as downloadable datasets.

Install one instead of all six with --skill <name>.

Scheduling x-presence? See scheduling.md โ€” verified commands for Claude Code routines, Hermes cron, and OpenClaw cron.

๐Ÿ‘› Wallet setup

1. Onboard (creates a local wallet, installs the AgentCash skill, and wires up MCP for your agent):

npx agentcash@latest onboard

Visiting agentcash.dev/onboard first and connecting GitHub/X/LinkedIn gets you a claim code worth up to $25 in free USDC โ€” often enough to run these skills for weeks without depositing anything.

2. Fund it (skip if the bonus covered you):

npx agentcash fund

Guided flow with card on-ramp and bridging. No minimum.

3. Check it works โ€” ask your agent "What is my AgentCash balance?" If it answers with a number, you're done.

Claude Code users can alternatively install just the MCP server: claude mcp add agentcash --scope user -- npx -y agentcash@latest

1. Sign in (a 6-digit code lands in your email; verify it):

npx awal@latest auth login
npx awal@latest auth verify <flowId> <otp>

2. Fund it โ€” npx awal@latest show opens the Coinbase Onramp UI (Apple Pay, card, bank).

3. Done. Your agent pays twitr.sh over x402 on Base; to pay an endpoint by hand: npx awal@latest x402 pay <url>.

1. Set up the wallet, then wrap the tool you use:

pay setup
pay claude   # or: pay curl https://twitr.sh/api/tools/x_read ...

pay detects the 402/MPP challenge, asks your local wallet to sign, and retries with payment proof โ€” USDC on Solana. twitr.sh accepts Solana x402 natively.

Your client's per-call cap is a hard spend limit โ€” no call can exceed it, and failed calls are never charged.

Connecting an X account? Your agent never sees your password โ€” it hands you a single-use link and you sign in on twitr.sh in your own browser. Your wallet owns the account; the agent's wallet only gets write access, and only you can revoke it. See SECURITY.md ยท full write-up.

๐Ÿ’ธ What it costs

Action Price
Reading events from a monitor free
Drafting a post ~$0.001
A read or search ~$0.0012 / item
A post or reply $0.036
A monitor ~$0.025 / hour

A typical week running x-presence โ€” two monitors, a dozen replies, a few posts โ€” is about $9. Every 402 quotes the exact price before your wallet signs anything.

๐Ÿšซ What these skills will not do

The presence and publish skills contain no automated following, unfollowing, or liking, and no keyword-triggered replies.

X prohibits these by name, and its published ranking weights show follows aren't scored at all while a single report scores โˆ’369.0 โ€” so the banned tactics cost reach as well as risking the account. twitter-automation exposes the full action set for users who need it, but it prices every design up front, requires explicit confirmation, and warns when a design is spam-shaped enough to risk the account.

Reasoning and sources: ranking-signals.md ยท x-rules.md

All six skills https://twitr.sh/skills
Agent guide https://twitr.sh/skill.md
Docs https://twitr.sh/docs
Security model https://twitr.sh/agent-security
OpenAPI 3.1 https://twitr.sh/openapi.json
MCP POST https://twitr.sh/api/mcp
Payment discovery x402 ยท MPP
Explorer listings x402scan ยท agentcash

License

MIT โ€” see LICENSE.

Independent service. Not affiliated with X Corp. "X" and "Twitter" are trademarks of X Corp.


Enjoying twitr-skills? A โญ on this repo helps other agents find it.