b-open-io

x-user-lookup

Get X/Twitter user profile by username. Use when user asks "who is @username", "get X profile", "lookup Twitter user", "find X account", "user details", "follower count for". Requires X_BEARER_TOKEN.

b-open-io 13 4 Updated 4mo ago

Resources

1
GitHub

Install

npx skillscat add b-open-io/prompts/x-user-lookup

Install via the SkillsCat registry.

SKILL.md

X User Lookup

Get user profile information by username or ID.

Setup

export X_BEARER_TOKEN="your-token"  # https://developer.x.com/en/portal/dashboard

Usage

${CLAUDE_PLUGIN_ROOT}/scripts/lookup.sh <username>

Example

${CLAUDE_PLUGIN_ROOT}/scripts/lookup.sh kurtwuckertjr

Response Fields

  • id - User ID
  • name - Display name
  • username - Handle (without @)
  • description - Bio
  • public_metrics - Followers, following, tweet count
  • verified - Verification status
  • created_at - Account creation date

References