← Back to Skills Marketplace
Trump Tback
by
kai157isme-lgtm
· GitHub ↗
· v1.0.0
· MIT-0
90
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install trump-tback
Description
基于文本与互动数据的特朗普情绪T-Back分析,区分成就宣传、威胁攻击和中性内容,评估市场情绪动能。
Usage Guidance
This skill appears coherent for analyzing Trump posts and market momentum. Before installing or running: 1) Confirm you run it in a controlled environment (virtualenv or sandbox) because it executes Python code and may install dependencies. 2) Expect network activity if you call get_market_data() (yfinance) or add external data-source code (the README mentions Truth Social); review any added fetch functions before supplying API keys. 3) The SKILL.md examples use a hard-coded workspace path — adapt commands to your environment. 4) No credentials are requested by the packaged code, but if you integrate real social APIs you will need to provide keys — only provide those to code you trust. If you want extra assurance, review requirements.txt (not included here) and run the code in an isolated container first.
Capability Analysis
Type: OpenClaw Skill
Name: trump-tback
Version: 1.0.0
The skill bundle provides a sentiment analysis tool for social media posts, specifically tailored to analyze political and market-related content using a custom 'T-Back' scoring system. The Python scripts (mood_analyzer.py and cross_platform_analyzer.py) implement keyword-based scoring, intensity calculations, and cross-platform comparison logic without any evidence of malicious intent, data exfiltration, or unauthorized execution. While the terminology used in SKILL.md (e.g., 'Missionary/Predator modes') and file names (e.g., 'app_prison.py') is unconventional, the code logic is transparent and aligned with the stated purpose of a mood dashboard. The use of the yfinance library for market data is a legitimate functional requirement.
Capability Tags
Capability Assessment
Purpose & Capability
The name/description (Trump T-Back sentiment/momentum analysis) align with the included Python modules (mood_analyzer.py, cross_platform_analyzer.py) and README. The code implements text scoring, cross-platform resonance and viral momentum calculations, which is consistent with the skill's stated goal. Minor inconsistency: SKILL.md metadata declares a required binary 'python3' while the registry metadata at the top listed no required binaries; this is a small metadata mismatch (python3 is reasonable for a Python skill).
Instruction Scope
SKILL.md instructs running the provided Python modules to analyze posts and includes example commands. The instructions reference an absolute workspace path (/home/gem/workspace/agent/workspace/trump_mood_dashboard) which will not exist on every host — this is an operational assumption, not an exfiltration vector. The code performs network I/O when market data is fetched (yfinance) but does not embed any hidden remote endpoints or credential exfiltration. No instructions ask the agent to read unrelated system files or secrets.
Install Mechanism
There is no install spec in the registry (instruction-only); included README suggests using pip to install requirements. No downloads from arbitrary URLs or archive extraction are present. The lack of a formal install step means the code would run using the agent's existing Python environment — ensure dependencies (yfinance, streamlit, etc.) are installed before running.
Credentials
The skill requests no environment variables or credentials. The code has optional network calls (yfinance) and the README suggests adding external data sources (e.g., Truth Social) which, if implemented later, would require API credentials. As-is, there are no secret-requiring behaviors in the provided files.
Persistence & Privilege
always is false and the skill does not request persistent or privileged host modifications. It doesn't modify other skills or system-wide agent settings. Autonomous invocation is allowed by default (not flagged) but not combined with other concerning privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install trump-tback - After installation, invoke the skill by name or use
/trump-tback - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
trump-tback v1.0.0 Changelog
- 首次发布,推出“Trump情绪T-Back分析器”,基于0轴临床诊断系统与传播动力学框架。
- 支持关键词驱动的Trump帖子情绪分析,包括文本正、负、中性三轴分级。
- 引入T-Back等级和传播动量(Viral Momentum)计算,实现互动数据与文本势能结合的市场验证。
- 提供单条分析、批量分析、传播动能分析与每日聚合等多种命令接口。
- 内置案例、关键词表与详细诊断分级。
Metadata
Frequently Asked Questions
What is Trump Tback?
基于文本与互动数据的特朗普情绪T-Back分析,区分成就宣传、威胁攻击和中性内容,评估市场情绪动能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 90 downloads so far.
How do I install Trump Tback?
Run "/install trump-tback" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Trump Tback free?
Yes, Trump Tback is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Trump Tback support?
Trump Tback is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Trump Tback?
It is built and maintained by kai157isme-lgtm (@kai157isme-lgtm); the current version is v1.0.0.
More Skills