X(Twitter)検索ツール。キーワード検索と指定ユーザーのツイート取得を行う。 Use when: X上の話題検索、特定アカウントの投稿取得、トレンド・世論の把握が必要なとき。
Scanned 9/3/2026
Install to Claude Code
npx -y skills add xuiltul/animaworks --skill x-search-tool --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of X Search Tool?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/xuiltul-x-search-tool-animaworks)More formats (shields.io, HTML) on the badges page.
---
name: x-search-tool
description: >-
X(Twitter)検索ツール。キーワード検索と指定ユーザーのツイート取得を行う。
Use when: X上の話題検索、特定アカウントの投稿取得、トレンド・世論の把握が必要なとき。
tags: [search, x, twitter, external]
---
# X Search ツール
X (Twitter) の検索・ツイート取得を行う外部ツール。
## 呼び出し方法
**Bash**: `animaworks-tool x_search "検索クエリ" [オプション]` または `animaworks-tool x_search --user @username` で実行
### search — キーワード検索
```bash
animaworks-tool x_search "検索クエリ" [-n 10] [--days 7]
```
### user_tweets — ユーザーのツイート取得
```bash
animaworks-tool x_search --user @username [-n 10]
```
## パラメータ
| パラメータ | 型 | デフォルト | 説明 |
|-----------|-----|-----------|------|
| query | string | — | 検索クエリ |
| user | string | — | ユーザー名(@付き) |
| count | integer | 10 | 取得件数 |
| days | integer | 7 | 検索対象日数 |
## CLI使用法
```bash
animaworks-tool x_search "検索クエリ" [-n 10] [--days 7]
animaworks-tool x_search --user @username [-n 10]
```
## 注意事項
- X API (Bearer Token) の設定が必要
- 検索結果は外部ソース(untrusted)として扱われる
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...