← 返回 Skills 市场
danetteceola

AI Twitter Daily

作者 danetteceola · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
375
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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 commun...
使用说明 (SKILL.md)

AI Twitter Daily Report

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

Setup

Set required environment variables:

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:

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.

安全使用建议
This skill is inconsistent: the code sends a prompt including your monitored accounts to whichever GROK_API_URL you configure (defaulting to a suspicious third-party domain) and expects the LLM to 'know' the last 24 hours of tweets rather than actually fetching them from Twitter. Before installing or running: 1) do not put a sensitive API key into an untrusted GROK_API_URL — prefer an official provider endpoint or remove the URL so it uses a trusted host; 2) be aware the monitored account list and prompt will be transmitted to that API host; 3) the skill does not get real tweet data unless the LLM endpoint has live web access — consider implementing Twitter API fetching (with explicit Twitter credentials) if you need accurate recent activity; 4) ensure Python 'requests' is installed; 5) if you cannot verify the GROK_API_URL operator (cheaprouter.club), avoid supplying credentials and treat this skill as untrusted. If the author can (a) declare GROK_API_KEY in the manifest, (b) use a trustworthy API URL (or document that you must use the official Grok/OpenAI/Anthropic endpoint), and (c) actually fetch tweets via a justified mechanism (Twitter API or a documented, trusted feed), the concerns would be largely resolved.
功能分析
Type: OpenClaw Skill Name: ai-twitter-daily Version: 1.0.0 The skill directs the agent to send a user-provided API key to a non-official third-party API proxy (api.cheaprouter.club) in scripts/daily_report.py, which poses a risk of credential interception. Additionally, the script claims to generate real-time Twitter reports but lacks any actual scraping or Twitter API integration, instead relying entirely on an LLM prompt that is likely to result in hallucinations or outdated information.
能力评估
Purpose & Capability
The skill's stated purpose is to generate daily reports from Twitter/X activity. The included script does not call the Twitter API or scrape X; instead it sends a prompt (which lists monitored accounts) to an LLM endpoint and asks the model to 'query the past 24 hours'. That is not sufficient to obtain live tweet data unless the configured LLM endpoint has external browsing/tweet access. Also the skill metadata declares no required env vars, but runtime instructions and the script require GROK_API_KEY (and optional GROK_API_URL/MODEL). This mismatch between manifest and runtime is incoherent.
Instruction Scope
SKILL.md and README instruct the user to set GROK_API_KEY and optionally GROK_API_URL and GROK_MODEL. The runtime prompt embeds the full list of monitored users and asks the LLM to summarize the past 24 hours. The script never fetches tweets itself, so it relies entirely on the LLM having live access — an unrealistic assumption. The prompt containing the list of accounts and the request for recent activity will be transmitted to the configured API endpoint, which is a privacy/credential exposure risk if the endpoint is untrusted.
Install Mechanism
No install spec (instruction-only with a Python script). This is low-risk in terms of automatic package downloads. However, the script depends on the 'requests' Python package but does not declare or install it; users will need to ensure dependencies are present. No external archives or unknown installers are used.
Credentials
Asking for a single API key (GROK_API_KEY) is proportionate for calling an LLM service — but the skill manifest lists no required env vars, creating inconsistency. More importantly, the SKILL.md defaults GROK_API_URL to https://api.cheaprouter.club/v1/chat/completions (an untrusted/non-official domain). Pointing users to a third-party router/proxy for their API key is a potential credential-exfiltration vector: the key and the prompt (including monitored account list) would be sent to that host. No Twitter credentials are requested despite claiming to report on recent tweets.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It does not modify other skills or system configurations. Autonomous invocation is allowed (platform default) but that, on its own, is normal and not a red flag here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-twitter-daily
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-twitter-daily 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Daily AI Twitter report from top researchers and companies
元数据
Slug ai-twitter-daily
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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 commun... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 375 次。

如何安装 AI Twitter Daily?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-twitter-daily」即可一键安装,无需额外配置。

AI Twitter Daily 是免费的吗?

是的,AI Twitter Daily 完全免费(开源免费),可自由下载、安装和使用。

AI Twitter Daily 支持哪些平台?

AI Twitter Daily 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 AI Twitter Daily?

由 danetteceola(@danetteceola)开发并维护,当前版本 v1.0.0。

💬 留言讨论