← スキル一覧に戻る

x-user-lookup
by b-open-io
prompts for generating powerful code using open-protocols
⭐ 6🍴 2📅 2026年1月24日
SKILL.md
name: x-user-lookup version: 1.0.0 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. allowed-tools: Bash(curl:), Bash(jq:), Bash(${CLAUDE_PLUGIN_ROOT}:*)
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 IDname- Display nameusername- Handle (without @)description- Biopublic_metrics- Followers, following, tweet countverified- Verification statuscreated_at- Account creation date
References
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です