x-user-lookup

安装量: 52
排名: #14332

安装

npx skills add https://github.com/b-open-io/prompts --skill 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

返回排行榜