Agent Skills
› xuiltul/animaworks
› x-search-tool
x-search-tool
GitHubX (Twitter) 搜索与推文获取工具,支持关键词检索和指定账号时间线抓取。通过 Bash CLI 调用,需配置 API Token,适用于话题搜索、用户动态阅读及趋势追踪场景。
Trigger Scenarios
搜索 X 平台特定话题或关键词
读取指定用户的推文时间线
追踪社交媒体趋势和帖子
Install
npx skills add xuiltul/animaworks --skill x-search-tool -g -y
SKILL.md
Frontmatter
{
"name": "x-search-tool",
"tags": [
"search",
"x",
"twitter",
"external"
],
"description": "X (Twitter) search tool for keyword search and fetching tweets from a specified account. Use when: searching X for topics, reading a user timeline, or tracking trends and posts."
}
X Search Tool
External tool for X (Twitter) search and tweet retrieval.
Invocation via Bash
Use Bash with animaworks-tool x_search <subcommand> [args]:
search — Keyword search
animaworks-tool x_search "search query" [-n 10] [--days 7]
user_tweets — Get user tweets
animaworks-tool x_search --user @username [-n 10]
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| query | string | — | Search query |
| user | string | — | Username (with @) |
| count | integer | 10 | Number of results |
| days | integer | 7 | Search period in days |
CLI Usage (S/C/D/G-mode)
animaworks-tool x_search "search query" [-n 10] [--days 7]
animaworks-tool x_search --user @username [-n 10]
Notes
- X API Bearer Token must be configured
- Search results are treated as external (untrusted) data
Version History
- 140e43b Current 2026-07-25 09:12


