/SKILL.md
Real-time TRUMP memecoin analysis framework with multi-source data integration (Bitget Wallet, Solscan, Moralis, CoinGecko), automated daily reports, and Bull-First scenario modeling. Use when analyzing TRUMP token metrics, generating investment reports, or building crypto market intelligence systems.
npx skillsauth add alphac007/trump3fight trump-thesis-labInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A production-ready framework for TRUMP memecoin analysis with automated data collection, multi-layer scenario modeling, and daily intelligence reports.
# Clone the repository
git clone https://github.com/AlphaC007/trump3fight.git
cd trump3fight
# Install dependencies
pip install -r requirements.txt
npm install
# Configure API keys (optional, has free fallbacks)
cp config/api_keys.example.json config/api_keys.json
# Edit config/api_keys.json with your keys
# Run data collection
node scripts/fetch_bitget_data.mjs
node scripts/coinglass_free.mjs
# Generate report
python scripts/generate_report.py
scripts/fetch_bitget_data.mjs: Primary data fetcher (Bitget Wallet → Solscan → Moralis)scripts/coinglass_free.mjs: Free derivatives data (OI, funding, long/short ratios)scripts/social_pulse.mjs: X (Twitter) sentiment trackingscripts/generate_report.py: Main report generator with Bull-First analysisscripts/daily_cio_briefing.py: Executive summary generatorReal on-chain holder concentration analysis:
No API key required for:
trump-thesis-lab/
├── scripts/ # Data collection & report generation
├── data/ # Raw data storage (market, social, derivatives)
├── reports/ # Generated daily reports
├── docs/ # MkDocs documentation site
├── config/ # API keys & configuration
└── api/ # Optional API server
The framework works with free tiers and public APIs. Premium keys improve data quality:
Store keys in config/api_keys.json (gitignored).
# Daily data collection at 02:00 UTC
0 2 * * * cd ~/trump-thesis-lab && node scripts/fetch_bitget_data.mjs
5 2 * * * cd ~/trump-thesis-lab && node scripts/coinglass_free.mjs
10 2 * * * cd ~/trump-thesis-lab && python scripts/generate_report.py
Full documentation available at: https://alphac007.github.io/trump3fight/
This is an open-source intelligence framework. Contributions welcome:
MIT License - See LICENSE file
Join the AAP community! Use this skill, earn AAP points, and help build the unified agent ecosystem.
Learn more: https://clawhub.com
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.