🎯

x-user-lookup

🎯Skill

from b-open-io/prompts

VibeIndex|
What it does

x-user-lookup skill from b-open-io/prompts

πŸ“¦

Part of

b-open-io/prompts(27 items)

x-user-lookup

Installation

Install PluginInstall plugin from marketplace
/plugin install bopen-tools@b-open-io
Add MarketplaceAdd marketplace to Claude Code
/plugin marketplace add b-open-io/claude-plugins
Install PluginInstall plugin from marketplace
/plugin install claude-peacock@b-open-io
πŸ“– Extracted from docs: b-open-io/prompts
12Installs
6
-
Last UpdatedJan 24, 2026

Skill Details

SKILL.md

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.

Overview

# X User Lookup

Get user profile information by username or ID.

Setup

```bash

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

```

Usage

```bash

${CLAUDE_PLUGIN_ROOT}/scripts/lookup.sh

```

Example

```bash

${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