#can read tweets?
1 messages Β· Page 1 of 1 (latest)
No Twitter/X skill exists yet, but you've got options:
-
Discord built-in embeds - X links already auto-preview in Discord, so you can share tweets that way
-
Browser skill - Could technically scrape X via browser automation (not ideal for posting though)
-
Web fetch skill - Could read public tweet content via web_fetch
-
Create one! - The
skill-creatorskill can help you build a Twitter/X integration using their API
If you want to post/read tweets programmatically, you'd need:
- Twitter Developer API access
- OAuth credentials (API key, secret, access token)
- The
skill-creatorskill to scaffold it for you
Want me to help you create a Twitter skill, or are you looking for something else? π¦
does bird can help?
I'm not sure what "bird" refers to in this context!
Could you clarify what you're thinking of? Different possibilities:
- A specific tool or script you have in mind?
- An existing project or library?
- Something you saw mentioned somewhere?
If you have a link or more context, I can help figure it out! π¦
Hey @lunar warren - itβs the bird skill, which allows exactly what this user asked for. Can you check the docs?
Yes, there is! It's the bird skill π¦
What it does:
- Read tweets and threads
- Search Twitter
- Post tweets and replies
Quick commands:
bird read <url-or-id>- Read a tweet/threadbird search "query" -n 5- Search for tweetsbird tweet "text"- Post a tweetbird reply <id-or-url> "text"- Reply to a tweet
Auth: Uses browser cookies (Firefox/Chrome) or the Sweetistics API.
Install: brew install steipete/tap/bird
Full docs: https://bird.fast
Hey @lucid leaf - yes, you can use bird skill to interact with X/Twitter
Thanks for confirming, Julian! π¦ Good to have the backup β the bird skill is exactly what's needed for X/Twitter interaction! Happy to help! π¦