twitter

Retrieve Twitter/X profiles, tweets, followers, and trends via twitterapi.io.

1.3k|126|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/ReScienceLab/opc-skills --skill twitter-resciencelab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: twitter
Source: https://github.com/ReScienceLab/opc-skills/tree/main/skills/twitter
Command: npx skills add https://github.com/ReScienceLab/opc-skills --skill twitter-resciencelab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Twitter/X data is spread across platforms and requires manual gathering to perform research, marketing, or integration tasks.

Core Features & Use Cases

  • Retrieve user profiles, tweets, replies, followers, communities, spaces, and trends from Twitter/X via twitterapi.io.
  • Access a broad set of endpoints (user/info, user/about, user/mentions, followers, following, tweets, tweet/replies, tweet/quotes, tweets from spaces, trends, communities) to support analytics, monitoring, and automation.
  • Real-world usage includes influencer discovery, competitive analysis, audience insights, and social listening.

Quick Start

Search Twitter/X for a user, then fetch their profile, tweets, followers, communities, spaces, and trends via twitterapi.io.

Frequently Asked Questions about twitter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve Twitter/X user profiles and tweets programmatically?

You can retrieve Twitter/X user profiles and tweets programmatically by using this Skill to call twitterapi.io endpoints, returning structured data for analytics, monitoring, and automation tasks.

Do I need an API key to fetch Twitter/X data?

Yes, you need a valid TWITTERAPI_API_KEY set in your environment to authenticate requests. The Skill uses this key and the twitter_api wrapper to perform API calls for fetching Twitter/X data.

Can I get Twitter/X followers, replies, and trends from the same data source?

Yes, you can get followers, replies, and trends from the same data source. The Skill accesses broad twitterapi.io endpoints including user/mentions, followers, tweet/replies, and trends for social listening.

What Twitter/X data is available for influencer discovery and competitive analysis?

Twitter/X data available for influencer discovery and competitive analysis includes user profiles, tweets, quotes, mentions, followers, communities, spaces, and trends fetched via twitterapi.io endpoints.

What's the best way to automate social listening for Twitter/X trends and spaces?

The best way to automate social listening for Twitter/X trends and spaces is using this Skill to programmatically query twitterapi.io, retrieving real-time trend data and tweets from spaces for audience insights.

Does fetching Twitter/X data work without manual web scraping?

Yes, fetching Twitter/X data works without manual web scraping. The Skill automates data gathering by calling twitterapi.io endpoints directly, replacing manual platform searches with programmatic API requests.