#can read tweets?

1 messages Β· Page 1 of 1 (latest)

lucid leaf
#

is there a skill to read/write posts on twitter/x?

upper sorrelBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> βœ… Mark Solution

lunar warrenBOT
# lucid leaf is there a skill to read/write posts on twitter/x?

No Twitter/X skill exists yet, but you've got options:

  1. Discord built-in embeds - X links already auto-preview in Discord, so you can share tweets that way

  2. Browser skill - Could technically scrape X via browser automation (not ideal for posting though)

  3. Web fetch skill - Could read public tweet content via web_fetch

  4. Create one! - The skill-creator skill 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-creator skill to scaffold it for you

Want me to help you create a Twitter skill, or are you looking for something else? 🦐

lucid leaf
#

does bird can help?

lunar warrenBOT
# lucid leaf 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! 🦐

fierce stag
#

Hey @lunar warren - it’s the bird skill, which allows exactly what this user asked for. Can you check the docs?

lunar warrenBOT
# fierce stag Hey <@1457407575476801641> - it’s the bird skill, which allows exactly what this...

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/thread
  • bird search "query" -n 5 - Search for tweets
  • bird tweet "text" - Post a tweet
  • bird 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

fierce stag
#

Hey @lucid leaf - yes, you can use bird skill to interact with X/Twitter

lunar warrenBOT