← Back to Skills Marketplace
xsqorange

Trump Daily Report

by Leon Xue · GitHub ↗ · v1.2.1 · MIT-0
cross-platform ✓ Security Clean
293
Downloads
1
Stars
0
Active Installs
16
Versions
Install in OpenClaw
/install trump-daily-report
Description
每日特朗普动态追踪报告。采集Truth Social/Twitter及美国媒体(Bloomberg/CNBC/Reuters/WSJ/FT)信息,生成中英双语市场分析报告,支持早报(8:00)和晚报(16:00)双时段及收盘对照分析。
Usage Guidance
This skill appears to do what it says: aggregate Trump-related social posts and media articles, pull market prices, and build bilingual reports. Key things to consider before installing: - File writes: the skill saves fetched pages and reports into a local memory directory (default ./memory/trump-daily). Ensure that directory is a safe place and has appropriate permissions. - Env var: the script honors TRUMP_DAILY_MEMORY_PATH if set — if you don't want it to read an arbitrary path, do not set that env var or set it to a controlled folder. - External fetches: the skill uses web_fetch/tavily_search and recommends falling back to r.jina.ai for zero-config scraping. That fetches third-party content and writes it locally; be aware of copyright/paywall implications and that fetched content originates from external services. - No credentials requested: the skill does not ask for API keys or tokens. If a later version requests unrelated credentials (AWS keys, banking tokens, etc.), treat that as a red flag. If you want additional assurance: run the included analyze_trends.py against a sandboxed copy of a memory folder first, and consider restricting the skill's network access (or auditing outgoing fetch targets) to limit exposure.
Capability Analysis
Type: OpenClaw Skill Name: trump-daily-report Version: 1.2.1 The skill bundle is designed to automate the generation of financial and political reports regarding Donald Trump's activities. It includes a Python script (analyze_trends.py) for parsing historical report data and detailed instructions in SKILL.md for the agent to fetch news from Truth Social and mainstream media. The inclusion of Python snippets to use r.jina.ai as a fallback for search API limits is a functional reliability feature rather than a malicious bypass, and no evidence of data exfiltration, credential theft, or unauthorized system access was found.
Capability Tags
cryptorequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The name/description match the behavior: instructions and the included script focus on collecting Trump-related posts and media coverage, querying market data, comparing with historical reports, and producing bilingual analysis. Required capabilities (web searches, web fetches, local memory reads/writes) are appropriate for the stated purpose.
Instruction Scope
SKILL.md explicitly instructs the agent to use tavily_search/tavily_extract/web_fetch and to save fetched HTML/text into a memory directory; it also includes python one-liners that fetch via r.jina.ai. This is within scope for news aggregation, but it gives the skill broad discretion to fetch arbitrary URLs and store their content locally — review that behavior if you want stricter limits. The instructions also require extracting market prices from specific sources (Kitco, OilPrice, EIA) which is coherent.
Install Mechanism
No install spec is present (instruction-only with a small helper script). Nothing is downloaded or installed by the skill itself, so there is low installation risk.
Credentials
The skill declares no required environment variables, but the included script reads TRUMP_DAILY_MEMORY_PATH (and SKILL.md refers to a memory_path parameter). This is a minor inconsistency: the skill will respect a TRUMP_DAILY_MEMORY_PATH env var if present, otherwise it uses a default local ./memory/trump-daily path. No credentials or sensitive secrets are requested.
Persistence & Privilege
always is false and the skill does not request persistent platform-level privileges. It will write archival reports to a local memory directory (normal for a reporting skill); consider the filesystem location and permissions before installing.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install trump-daily-report
  3. After installation, invoke the skill by name or use /trump-daily-report
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.1
v1.2.1: Agent Reach (r.jina.ai) 零配置搜索加入技能方案。Tavily 限额满时自动切换 BBC News 抓取,无需 API key。
v1.2.0
v1.2.0: 中英文双语完整版 - 早报/晚报均生成CN+EN双版本,英文先发中文后发;报告差异化:早报侧重预测,晚报侧重复盘+深度持仓分析
v1.1.9
v1.1.9: 移除配置要求章节,参数通过使用示例嵌入
v1.1.8
v1.1.8: 移除配置要求中的搜索API密钥声明,改为平台管理参数描述
v1.1.7
v1.1.7: 移除skill_EN.md避免元数据不匹配; 修复ClawHub扫描误报
v1.1.6
v1.1.6: 简化配置描述,移除Tavily具体提及,优化ClawHub兼容性
v1.1.5
v1.1.5: 移除YAML env/config声明修复ClawHub元数据匹配问题;支持早报+晚报双时段
v1.1.4
v1.1.4: 移除mkdir -p shell命令,修复安全扫描警告
v1.1.3
v1.1.3: 移除硬编码路径,修复安全扫描警告(使用配置参数memory_path)
v1.1.2
v1.1.2: 新增大宗商品数据源(Kitco/OilPrice/EIA); 修复文件保存路径问题; 增加预测验证追踪; 中英文summary
v1.1.1
v1.1.1: 确认env元数据正确,TAVILY_API_KEY为必需凭据
v1.1.0
v1.1.0: 中文版SKILL.md为默认,英文版移至skill_EN.md;新增A股/港股影响预测(中文)及美股/港股/其他市场预测(英文)
v1.0.3
Fixed: added Feishu auth explanation (handled by OpenClaw platform), clarified TRUMP_DAILY_MEMORY_PATH env var relationship to memory_path config
v1.0.2
Fixed: removed hardcoded path from analyze_trends.py, added TAVILY_API_KEY to env requirements, improved configuration transparency
v1.0.1
Fixed security issues: removed hard-coded Feishu group ID and Windows paths, added configurable parameters for user setup
v1.0.0
Initial release: bilingual Trump social media tracking + market analysis with data accuracy principles
Metadata
Slug trump-daily-report
Version 1.2.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 16
Frequently Asked Questions

What is Trump Daily Report?

每日特朗普动态追踪报告。采集Truth Social/Twitter及美国媒体(Bloomberg/CNBC/Reuters/WSJ/FT)信息,生成中英双语市场分析报告,支持早报(8:00)和晚报(16:00)双时段及收盘对照分析。 It is an AI Agent Skill for Claude Code / OpenClaw, with 293 downloads so far.

How do I install Trump Daily Report?

Run "/install trump-daily-report" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Trump Daily Report free?

Yes, Trump Daily Report is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Trump Daily Report support?

Trump Daily Report is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Trump Daily Report?

It is built and maintained by Leon Xue (@xsqorange); the current version is v1.2.1.

💬 Comments