
from langalpha1,092
Read-only MCP tools to search X/Twitter posts, fetch user profiles, hydrate tweets, and traverse reply threads for sentiment, event monitoring, and research.
Provides read-only access to X (Twitter) content via multiple MCP tools. The skill focuses on search, aggregation, and thread traversal rather than one-off URL lookups. Use it to gather recent or historical posts, fetch user profiles and metrics, and reconstruct reply threads for sentiment analysis, event monitoring, and qualitative research tied to market or news events. The skill documents auth requirements (bearer token from the workspace vault), tool shapes, and example workflows for pagination and thread hydration.
Reach for this skill when you need broad sampling, historical searches, or conversation threads: example scenarios include measuring sentiment on a stock ticker, scanning executive announcements, tracking product launches, or reconstructing conversations around regulatory filings. For single-post lookups, prefer web_fetch on the post URL.
Best used by agents with Python/Claude Code-style execution and MCP tool integrations that can call external tools and read vault secrets.
Read-only X/Twitter API skill with five MCP tools for search, user profiles, tweet hydration, and conversation threading. No bundled scripts — the skill is a pure SKILL.md reference. Well-structured with clear tool table, pagination examples, error handling guidance, and progressive disclosure via TROUBLESHOOTING.md and reference.md links. Auth is properly vault-based with no hardcoded credentials. Requires X API bearer token and paid tier for historical search (search_all_posts).
Clean, well-documented skill. No security concerns. Missing scripts directory means run_tested is false. Progressive disclosure pattern (TROUBLESHOOTING.md, reference.md) is good practice.