Agent Skills: 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.

UncategorizedID: b-open-io/prompts/x-user-lookup

Install this agent skill to your local

pnpm dlx add-skill https://github.com/b-open-io/prompts/tree/HEAD/skills/x-user-lookup

Skill Files

Browse the full folder contents for x-user-lookup.

Download Skill

Loading file tree…

skills/x-user-lookup/SKILL.md

Skill Metadata

Name
x-user-lookup
Description
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.

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

  • https://docs.x.com/llms.txt
  • https://developer.x.com/en/docs/x-api/users/lookup