twitter

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

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/daanteijema-beep/ai-gids-platform --skill twitter-daanteijema-beep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: twitter
Source: https://github.com/daanteijema-beep/ai-gids-platform/tree/main/.agents/skills/twitter
Command: npx skills add https://github.com/daanteijema-beep/ai-gids-platform --skill twitter-daanteijema-beep

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The twitter Skill solves the problem of manually gathering Twitter/X profiles, tweets, replies, follower graphs, and trends by automating API-driven retrieval from twitterapi.io.

Core Features & Use Cases

  • User and profile retrieval: Fetch user info, extended “about” details, and search for users by keyword.
  • Tweet and conversation retrieval: Get specific tweets, reply threads, quotes, retweeters, and article text when available.
  • Social graph and discovery: Pull followers/following, verified followers, relationships between two users, communities, spaces, lists, and trending topics for a chosen location.
  • Use Case: Investigate an account’s footprint and surrounding discussion by pulling a user’s profile, recent tweets, mentions, and engagement network in one automated workflow.

Quick Start

Use the twitter skill to fetch the profile for elonmusk by running: python3 scripts/get_user_info.py elonmusk.

Frequently Asked Questions about twitter

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

FAQPage Schema
How do I retrieve Twitter user profiles and tweets using an API?

You can retrieve Twitter user profiles and tweets by running scripts that query twitterapi.io endpoints, requiring a valid TWITTERAPI_API_KEY in the execution environment to fetch structured data.

Can I pull follower relationships and social graph data from X automatically?

Yes, you can pull follower relationships and social graph data from X automatically by executing the provided scripts to gather followers, following lists, and verified followers for audience research.

What is needed to start automated tweet search and trend monitoring?

To start automated tweet search and trend monitoring, you need the TWITTERAPI_API_KEY environment variable configured and the python3 runtime to execute scripts that fetch structured outputs from twitterapi.io.

Does this approach work for gathering replies, retweeters, and quote tweets?

Yes, this approach works for gathering replies, retweeters, and quote tweets by utilizing the twitterapi.io endpoints to retrieve specific conversation threads and engagement network data via scripts.

What is the best way to get structured data from a specific tweet ID?

The best way to get structured data from a specific tweet ID is using the twitter skill scripts, which fetch tweet text, replies, and article content directly through the twitterapi.io API.

Are there limitations when fetching Twitter communities and spaces data?

Limitations depend on twitterapi.io endpoint availability and your TWITTERAPI_API_KEY rate limits, meaning retrieval of communities, spaces, and lists is constrained by the external API response capacity.