← 返回 Skills 市场
91
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install trump-truth-social-tracker
功能描述
跟踪特朗普 Truth Social 帖子数据。从 CNN 归档 API 获取数据并同步到本地 SQLite 数据库,支持查询、统计和分析。触发场景:(1) 用户要求同步/更新 Truth Social 数据 (2) 查询特朗普帖子内容、互动数据 (3) 分析帖子趋势或统计信息 (4) 用户提到"Truth So...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install trump-truth-social-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/trump-truth-social-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - Track Trump Truth Social posts, detect market impact keywords, sync to SQLite database
元数据
常见问题
Trump Truth Social Tracker 是什么?
跟踪特朗普 Truth Social 帖子数据。从 CNN 归档 API 获取数据并同步到本地 SQLite 数据库,支持查询、统计和分析。触发场景:(1) 用户要求同步/更新 Truth Social 数据 (2) 查询特朗普帖子内容、互动数据 (3) 分析帖子趋势或统计信息 (4) 用户提到"Truth So... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 91 次。
如何安装 Trump Truth Social Tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install trump-truth-social-tracker」即可一键安装,无需额外配置。
Trump Truth Social Tracker 是免费的吗?
是的,Trump Truth Social Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Trump Truth Social Tracker 支持哪些平台?
Trump Truth Social Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Trump Truth Social Tracker?
由 赖根(@laigen)开发并维护,当前版本 v1.0.0。
推荐 Skills