Personalized daily news briefings/digests and real-time breaking-news alerts from newsflash.sh — a deduped news event graph where every event carries a corroboration count and confidence score. Use when the user asks about news, headlines, markets, crypto, what's happening, wants a daily digest or recurring briefing, or wants to be alerted when something breaks.
Coding
trading-news-guard
Try itNews blackout awareness for trading: local reference for high-impact events (NFP/CPI/FOMC) and blackout-window logic. The agent decides whether to trade. 100% lokal reference — ingen netværkskald, ingen API-nøgle.
What it does
News blackout awareness for trading: local reference for high-impact events (NFP/CPI/FOMC) and blackout-window logic. The agent decides whether to trade. 100% lokal reference — ingen netværkskald, ingen API-nøgle.
The skill document
Trading News Guard 🛡️📰
Fetch live high-impact event data before entry — NFP/CPI/FOMC status via a paid external API.
⚠️ Important (read first)
- This skill provides DATA, not enforcement. It fetches the news status — your agent must decide whether to skip the trade. Do not assume safety is guaranteed.
- Fail closed: if the API is unreachable, treat it as a blackout (do not trade) rather than proceeding.
Why it is critical
High-impact news (NFP, CPI, FOMC, ECB) can move the market 50-200+ points in seconds. Even perfect DRT/ICT setups get run over if you are in a position during a news candle. Professional traders close positions or wait — your agent should do the same.
Command
# 2) Check news status BEFORE entry
python3 scripts/news_check.py
Output (example)
{
"status": "blackout" | "clear",
"current_event": "CPI m/m — High Impact",
"next_events": [
{"name": "FOMC Statement", "impact": "High", "time": "19:00 UTC"}
]
}
Use in your agent (pseudo-code)
news = check_news() # calls the API
if news["status"] == "blackout":
skip_trade("News blackout: " + news["current_event"])
else:
place_trade() # only when the market is clear
Payment
Files
trading-news-guard/
├── SKILL.md
└── scripts/
Rules
- ALWAYS check news before entry — especially in London/NY windows (08:00-17:00 CET)
- Blackout = no new position. The period typically lasts 5-30 min around the event
- Exception: if your strategy explicitly trades news (not DRT/ICT) — then use this skill to KNOW when it happens
Related skills
Fetches and analyzes gold fundamental data from FRED, CFTC, SPDR ETF, and Fed RSS. Used when the user requests gold fundamental analysis, phân tích cơ bản và...
Set price, IV, or activity-based alerts with contextual notifications. Alert types include IV rank threshold crossing, price support/resistance breaks, unusu...
Research stocks, options, sentiment, and macro data through one API with responses pre-processed for AI agents.
Recent News Article Aggregator: Search global news database with 1M+ weekly articles. Filter by locale, language, category, date. Boolean search supported. U...
Use this skill when users want to pull recent global gold-related news, assess short-term or medium-term market sentiment for gold, connect macro drivers lik...
More from Northcap Group
Browse all skillsDealing Range Theory (DRT) — complete ICT structure: Type 1 (continuation), Type 2 (reversal), Type 3 (consolidation), quadrant levels (25/50/75), entry models, SMT confirmation and news filter. For market analysis and trade setups.
Crypto DRT scalping strategy + backtest reference on 12 crypto pairs (TRX, BNB, BTC, LINK, AVAX, DOGE, SOL, NEAR, XRP, LDO, ADA, ETH), all 7 days. Backtested 2 years (~400+ trades). 100% lokal backtest-reference — ingen netværkskald, ingen API-nøgle. Backtest results are historical and not a guarantee of future performance.
Provides pay-per-call crypto trading signals with entry, stop-loss and take-profit via the x402 standard (USDC on Ethereum). Live DRT/ICT signals for agents and traders.
Self-improving DRT/ICT trading agent — journals every trade (setup type, bias, R:R, outcome), analyzes its own win/loss patterns, and builds a personal trading memory that makes the agent smarter over time. 100% lokal — ingen netværkskald.
DRT/ICT market analysis framework: 1h klines, premium/discount zones and daily bias for 17 instruments (indices, forex, metals, crypto). 100% lokal analyse — ingen netværkskald, ingen API-nøgle.
Crypto Fear & Greed index + market sentiment analysis. Know the market mood before your agent takes a position. 100% lokal analyse — ingen netværkskald, ingen API-nøgle.