X Search Tool

X(Twitter)検索ツール。キーワード検索と指定ユーザーのツイート取得を行う。 Use when: X上の話題検索、特定アカウントの投稿取得、トレンド・世論の把握が必要なとき。

xuiltul Updated

File contents

X Search ツール

X (Twitter) の検索・ツイート取得を行う外部ツール。

呼び出し方法

Bash: animaworks-tool x_search "検索クエリ" [オプション] または animaworks-tool x_search --user @username で実行

search — キーワード検索

animaworks-tool x_search "検索クエリ" [-n 10] [--days 7]

user_tweets — ユーザーのツイート取得

animaworks-tool x_search --user @username [-n 10]

パラメータ

パラメータ デフォルト 説明
query string 検索クエリ
user string ユーザー名(@付き)
count integer 10 取得件数
days integer 7 検索対象日数

CLI使用法

animaworks-tool x_search "検索クエリ" [-n 10] [--days 7]
animaworks-tool x_search --user @username [-n 10]

注意事項

  • X API (Bearer Token) の設定が必要
  • 検索結果は外部ソース(untrusted)として扱われる

xuiltul/animaworks/tree/main/templates/ja/common_skills/x-search-tool commit 530d22282b

Frequently asked questions

npx skillmds@latest add xuiltul/x-search-tool-2