← Back to Skills Marketplace
91
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install trump-truth-social-tracker
Description
跟踪特朗普 Truth Social 帖子数据。从 CNN 归档 API 获取数据并同步到本地 SQLite 数据库,支持查询、统计和分析。触发场景:(1) 用户要求同步/更新 Truth Social 数据 (2) 查询特朗普帖子内容、互动数据 (3) 分析帖子趋势或统计信息 (4) 用户提到"Truth So...
Usage Guidance
This skill appears coherent: it fetches a public CNN JSON feed, saves posts locally to a SQLite DB, and can append alerts to a local markdown report. Before installing, review the full (untruncated) script to confirm the trailing code does not send data to any external endpoint or perform unexpected actions. Consider running it in a sandbox or with limited network access if you want extra safety. Be aware the script writes unsanitized post content into the DB and report file (normal for this use case) — if you will render reports in HTML or share them, consider sanitizing content to avoid link/markup surprises. Finally, verify the JSON URL is the expected CNN domain (or provide your own trusted source) and inspect any cron/automation configuration before enabling repeated autonomous runs.
Capability Analysis
Type: OpenClaw Skill
Name: trump-truth-social-tracker
Version: 1.0.0
The skill is designed to track and analyze Truth Social posts using a public CNN archive API (ix.cnn.io). The Python script `scripts/sync_truth_social.py` performs data synchronization to a local SQLite database and includes a keyword-based analysis for financial market impact, with no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description say it tracks Trump posts from CNN archive and syncs to a local SQLite DB. The included script fetches a CNN JSON URL, filters posts, upserts into a local SQLite DB under ~/.openclaw/workspace, and can write local report files — all consistent with the declared purpose. No unrelated credentials, binaries, or network services are requested.
Instruction Scope
SKILL.md instructs running the included Python script and querying the local SQLite DB; file and path references are explicit and limited to the skill's workspace. The script fetches only the provided JSON URL (configurable via --json-url) and writes to local DB and report files. Note: the provided file listing in the prompt is truncated near the end of the main function, so the final alert-processing behavior in the remainder of the file was not fully visible — based on the visible code, alerts are formatted and appended only to a local markdown report; there is no visible network exfiltration or external posting in the shown portion.
Install Mechanism
No install spec; this is instruction-only with a contained Python script. No downloads or archive extraction are declared. This is the lowest-risk install pattern for skills.
Credentials
No environment variables, credentials, or external service tokens are requested. The script uses only a configurable JSON URL and local filesystem paths under the user's home directory; this is proportional to the stated task.
Persistence & Privilege
always is false and the skill is user-invocable. The script writes only to its own workspace paths (~/.openclaw/workspace/...), creates a reports file, and creates the SQLite DB. It does not request system-wide configuration changes or other skills' credentials.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install trump-truth-social-tracker - After installation, invoke the skill by name or use
/trump-truth-social-tracker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - Track Trump Truth Social posts, detect market impact keywords, sync to SQLite database
Metadata
Frequently Asked Questions
What is Trump Truth Social Tracker?
跟踪特朗普 Truth Social 帖子数据。从 CNN 归档 API 获取数据并同步到本地 SQLite 数据库,支持查询、统计和分析。触发场景:(1) 用户要求同步/更新 Truth Social 数据 (2) 查询特朗普帖子内容、互动数据 (3) 分析帖子趋势或统计信息 (4) 用户提到"Truth So... It is an AI Agent Skill for Claude Code / OpenClaw, with 91 downloads so far.
How do I install Trump Truth Social Tracker?
Run "/install trump-truth-social-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Trump Truth Social Tracker free?
Yes, Trump Truth Social Tracker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Trump Truth Social Tracker support?
Trump Truth Social Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Trump Truth Social Tracker?
It is built and maintained by 赖根 (@laigen); the current version is v1.0.0.
More Skills