> ## Documentation Index
> Fetch the complete documentation index at: https://aisa.one/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# X Intelligence Automation

> 监控 X/Twitter 竞品、影响者、趋势和对话。

[View on GitHub ->](https://github.com/AIsa-team/agent-skills/tree/main/x-intelligence-automation)

该 Skill 帮助 Agent 将 X/Twitter 作为情报来源：跟踪账号、话题、趋势、社群和关键对话，并把发现整理成可行动的洞察。

## 安装

```bash theme={null}
npm install -g @aisa-one/cli
aisa skills install x-intelligence-automation
```

## Agent 可以做什么？

<CardGroup cols={2}>
  <Card title="竞品监控" icon="binoculars">
    跟踪竞品账号、产品发布、用户反馈和舆论变化。
  </Card>

  <Card title="影响者追踪" icon="user-group">
    监控关键 KOL、创始人、研究员或行业账号。
  </Card>

  <Card title="趋势发现" icon="arrow-trend-up">
    捕捉热门话题、社区讨论和快速上升的叙事。
  </Card>

  <Card title="对话分析" icon="comments">
    从推文、回复、引用和社区内容中提炼观点。
  </Card>
</CardGroup>

## 何时使用

* 用户要监控竞品、行业动态或社交舆情。
* 需要为产品、投资、营销或研究生成 X/Twitter 情报简报。
* 需要长期跟踪一组账号、关键词或社群。

## 何时不要使用

* 用户要发布内容但没有明确授权。
* 任务需要绕过平台规则或自动化骚扰。
* 没有足够来源支撑事实判断时，不要把推文观点当事实。

## 快速参考

```bash theme={null}
export AISA_API_KEY="YOUR_AISA_API_KEY"
```

常见任务：

```txt theme={null}
监控 @company 的最新推文和用户反馈
查找某个关键词过去 24 小时的热门讨论
总结某个行业话题的主要观点和反对意见
找出最近被多位影响者提到的新产品或项目
```

## 设置

需要 `AISA_API_KEY`。读取公开信息通常不需要用户 OAuth；发帖、点赞、关注等写操作必须走授权流程。

## 常用命令

* 搜索推文或话题
* 查询用户资料、时间线、关注者/关注中
* 获取回复、引用、转推者和 thread context
* 查看趋势、list、community 和 Space 信息
* 将结果整理成简报、表格或告警候选

## 能力边界

* 对事实判断要交叉验证，不要只依赖单条推文。
* 对情绪/立场做摘要时要标注“社交信号”属性。
* 涉及写操作时，必须确认用户授权和具体内容。
* 不要自动发布未经用户批准的内容。

## 开始使用

```bash theme={null}
export AISA_API_KEY="YOUR_AISA_API_KEY"
npm install -g @aisa-one/cli
aisa skills install x-intelligence-automation
```

## 相关

<CardGroup cols={3}>
  <Card title="Twitter Autopilot" icon="x-twitter" href="/zh/agent-skills/twitter-autopilot">
    完整 X/Twitter 读取与授权写入能力。
  </Card>

  <Card title="AIsa Twitter API" icon="code" href="/zh/agent-skills/aisa-twitter-api">
    X/Twitter API 能力概览。
  </Card>

  <Card title="Twitter Command Center" icon="paper-plane" href="/zh/agent-skills/twitter-command-center-search-post">
    搜索并准备经批准的发布流程。
  </Card>
</CardGroup>
