opentwitter

Query Twitter/X profiles, tweets, and follower events via the 6551 API.

1.4k|104|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/6551Team/opentwitter-mcp --skill opentwitter-6551team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opentwitter
Source: https://github.com/6551Team/opentwitter-mcp/tree/main/openclaw-skill/opentwitter
Command: npx skills add https://github.com/6551Team/opentwitter-mcp --skill opentwitter-6551team

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Twitter/X data access and retrieval from the 6551 API for profiles, tweets, follower events, deleted tweets, and KOL follower information, enabling AI-assisted analysis and monitoring.

Core Features & Use Cases

  • Profile and User Data: Retrieve user profiles and metrics by username or ID.
  • Tweet and Search Capabilities: Fetch recent tweets, perform keyword/hashtag searches, and access tweet details by ID.
  • Monitoring & Alerts: Subscribe to live updates for monitored accounts via WebSocket and track follower events, deletions, and KOL followers.
  • Use Case: Build dashboards that display influencer activities, track crypto-related chatter, and monitor engagement trends.

Quick Start

Connect to the 6551 API using your TWITTER_TOKEN and start querying profiles, tweets, and follower events.

Frequently Asked Questions about opentwitter

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

FAQPage Schema
How do I fetch Twitter profiles and tweets via API?

Fetch Twitter profiles and tweets via API by querying the 6551 API endpoints using a Bearer token. Provide your TWITTER_TOKEN, send curl HTTP requests to https://ai.6551.io/open/*, and receive JSON payloads containing the requested user data.

Can I monitor deleted tweets and follower events in real-time?

Monitor deleted tweets and follower events in real-time using the WebSocket connection for live watch scenarios. Subscribe to monitored accounts to track follower events, deletions, and KOL follower metrics as they occur.

Does the 6551 API support keyword and hashtag search for tweets?

The 6551 API supports keyword and hashtag search for tweets via its search endpoints. Query these endpoints with your Bearer token to retrieve relevant JSON payloads matching your specified search criteria.

Do I need a Bearer token to access Twitter data through the 6551 API?

A Bearer token is required to access Twitter data through the 6551 API. You must provide it via the TWITTER_TOKEN variable in your HTTP requests to authenticate and successfully retrieve JSON payloads.

What is the best way to retrieve KOL metrics and follower information?

Retrieve KOL metrics and follower information by querying the specific 6551 API endpoints designed for follower events. Use your TWITTER_TOKEN with curl to request and receive structured JSON data detailing KOL activities.