← Back to Skills Marketplace
kenneychen

Trump Tracker

by KenneyChen · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ Security Clean
153
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install trump-tracker
Description
川普动态实时监控及“不靠谱”预测模型 (Python 版)。
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install trump-tracker
  3. After installation, invoke the skill by name or use /trump-tracker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug trump-tracker
Version 0.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Trump Tracker?

川普动态实时监控及“不靠谱”预测模型 (Python 版)。 It is an AI Agent Skill for Claude Code / OpenClaw, with 153 downloads so far.

How do I install Trump Tracker?

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

Is Trump Tracker free?

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

Which platforms does Trump Tracker support?

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

Who created Trump Tracker?

It is built and maintained by KenneyChen (@kenneychen); the current version is v0.1.1.

💬 Comments