← 返回 Skills 市场
Trump Tracker
作者
KenneyChen
· GitHub ↗
· v0.1.1
· MIT-0
153
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install trump-tracker
功能描述
川普动态实时监控及“不靠谱”预测模型 (Python 版)。
安全使用建议
This package appears coherent for its stated purpose. Consider these precautions before running: 1) Run install_deps.py and the scripts inside an isolated Python environment (virtualenv/container) because pip installs and TextBlob corpus downloads execute network actions and Python package code. 2) The HTTP requests in scripts use verify=False (SSL verification disabled) which increases risk of man-in-the-middle tampering of fetched RSS content; avoid running on highly sensitive networks or adjust the code to enable certificate verification. 3) The monitor writes/reads a logs/live_news_cache.json file inside the skill folder — review any cached data before sharing. 4) Inspect the requirements and ensure you trust the PyPI packages being installed. If you want higher assurance, run the scripts in a disposable environment and/or review/modify the verify=False line to verify HTTPS certificates.
能力评估
Purpose & Capability
Name/description (real-time RSS monitoring and a TextBlob-based 'unreliable' predictor) match the included scripts, README, requirements, and runtime instructions. The listed dependencies (requests, feedparser, beautifulsoup4, textblob) are appropriate for the stated functionality.
Instruction Scope
SKILL.md and README only instruct installing Python deps and running scripts in the skill folder; the runtime instructions do not request unrelated files, env vars, or external endpoints beyond RSS feeds. Note: the monitor may read a local cache file logs/live_news_cache.json if RSS fetch fails—this is contained to the skill directory but worth noting.
Install Mechanism
There is no external install spec in the registry; the bundle contains an install_deps.py helper that runs pip install -r requirements.txt and calls textblob.download_corpora. This is a standard, expected approach for Python projects. The installer will reach out to the network to fetch packages and corpora (normal but requires caution).
Credentials
The skill requests no environment variables, credentials, or config paths. All network access is to public RSS feeds and PyPI/corpora download; no secrets or unrelated service tokens are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and has no privileged persistence. It creates/uses a logs directory inside its own scripts folder only.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install trump-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/trump-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
- Updated usage instructions for the unreliable predictor script with a specific Python command path.
- Refined description of the model’s market prediction (removed specific market examples for brevity).
v0.1.0
Initial release – real-time Trump news monitoring and market impact prediction.
- Monitors and displays Trump-related global news in real time using RSS feeds.
- Predicts the likelihood and impact of Trump's statements/actions on markets using TextBlob sentiment analysis.
- Includes ready-to-use scripts for news tracking and prediction.
- Bilingual interface and outputs (Chinese/English).
- Requires: requests, feedparser, beautifulsoup4, textblob.
元数据
常见问题
Trump Tracker 是什么?
川普动态实时监控及“不靠谱”预测模型 (Python 版)。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 153 次。
如何安装 Trump Tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install trump-tracker」即可一键安装,无需额外配置。
Trump Tracker 是免费的吗?
是的,Trump Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Trump Tracker 支持哪些平台?
Trump Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Trump Tracker?
由 KenneyChen(@kenneychen)开发并维护,当前版本 v0.1.1。
推荐 Skills