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...
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 1 · 189 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & 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.
What to consider before installing
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.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
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.
Files
4 totalSelect a file
Select a file to preview.
Comments
Loading comments…
