TopRank Skills

Home / Claw Skills / 其他 / ai-twitter-daily
Official OpenClaw rules 15%

ai-twitter-daily

Generate daily AI Twitter report from top AI researchers and companies. Use when user asks for AI Twitter summary, daily AI news, or wants to track AI community discussions.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 ai-twitter-daily 技能。 若已安装,则直接安装 ai-twitter-daily 技能。

Overview

Skill Key
danetteceola/ai-twitter-daily
Author
danetteceola
Source Repo
openclaw/skills
Version
-
Source Path
skills/danetteceola/ai-twitter-daily
Latest Commit SHA
3e2116d5fae331160623d47bdbd9cc958a34baf7

Extracted Content

SKILL.md excerpt

# AI Twitter Daily Report

Generate comprehensive daily reports tracking AI researchers and companies on Twitter/X.

## Setup

Set required environment variables:

```bash
export GROK_API_KEY="your-api-key-here"
export GROK_API_URL="https://api.cheaprouter.club/v1/chat/completions"  # optional
export GROK_MODEL="grok-4.20-beta"  # optional
```

## Usage

Run the daily report script:

```bash
python3 scripts/daily_report.py
```

## What It Tracks

- **User Interactions**: Who replied/retweeted/mentioned whom
- **High-frequency Mentions**: AI models, companies, papers, tools, projects, events
- **Hot Topics**: AGI timeline, open vs closed source, safety/alignment, embodied AI, multimodal, new architectures, Agent progress
- **Daily Summary**: Latest AI developments and discussion highlights

## Monitored Accounts

See `references/users.txt` for the full list of 22+ top AI researchers and organizations.

## Output Format

Structured Chinese report with tables and bullet points for easy daily tracking.

README excerpt

# AI Twitter Daily Report

每日追踪 AI 领域顶级研究者和公司的 Twitter 动态。

## 配置

在使用前需要设置 Grok API 密钥:

```bash
export GROK_API_KEY="your-api-key-here"
```

可选配置:
```bash
export GROK_API_URL="https://api.cheaprouter.club/v1/chat/completions"
export GROK_MODEL="grok-4.20-beta"
```

## 使用

```bash
python3 scripts/daily_report.py
```

## 追踪的账号

包括 22+ 顶级 AI 研究者和组织,详见 `references/users.txt`。

Related Claw Skills