Agent Skills
› QuixiAI/Hexis
› twitter
通过 xAI 实时搜索功能查询 X/Twitter 内容。依赖环境变量中的 API 密钥,若缺失则明确告知并继续执行其他任务。
Trigger Scenarios
需要搜索 Twitter/X 平台上的最新信息或动态
用户要求获取特定话题或事件在社交媒体上的实时反馈
Install
npx skills add QuixiAI/Hexis --skill twitter -g -y
SKILL.md
Frontmatter
{
"name": "twitter",
"category": "research",
"contexts": [
"heartbeat",
"chat"
],
"requires": {
"tools": [
"twitter_search"
]
},
"bound_tools": [
"twitter_search"
],
"description": "X\/Twitter search via xAI live search"
}
Use these tools for x/twitter search via xai live search. Credentials come from the environment (XAI_API_KEY); when they are missing, say so plainly and continue without this capability.
Version History
- 990da5f Current 2026-08-20 13:52


