TopRank Skills

Home / Claw Skills / Finance / Cryptographie / modular-market-brief
Official OpenClaw rules 36%

modular-market-brief

Generate modular, data-backed market reports (AM/PM) across global assets. Use for daily market briefs, premarket/aftermarket summaries, cross-asset dashboards, sector/asset trend tables, top movers (gainers/losers) blocks, and a single best-idea wrap-up. Designed to be region-agnostic and configurable (tickers/regions/assets).

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 modular-market-brief 技能。 若已安装,则直接安装 modular-market-brief 技能。

Overview

Skill Key
boilerrat/modular-market-brief
Author
boilerrat
Source Repo
openclaw/skills
Version
-
Source Path
skills/boilerrat/modular-market-brief
Latest Commit SHA
1171514479d213bb0fae1725d0c14079a535dc00

Extracted Content

SKILL.md excerpt

# Modular Market Brief

Create a concise but information-dense market report that is **modular** (can include/exclude sections) and **data-backed** (prices/returns/trend state when possible).

## Inputs to ask for (or assume defaults)
- **Time window:** AM (since prior close) vs PM (what changed since AM)
- **Regions:** e.g., US, Canada, EU, Asia (user chooses)
- **Asset blocks:** equities, rates, FX, commodities, crypto
- **Core tickers:** indices + user’s preferred ETFs/tickers
- **Movers source:** which exchange/market and where to get movers
- **Risk appetite:** conservative vs aggressive framing

If the user doesn’t specify, default to a broad global dashboard with US indices, USD, oil, gold, BTC/ETH.

## Report structure (recommended)
1) **TL;DR** (3–6 bullets)
2) **Equities** (by region)
3) **Rates** (2Y/10Y + key central bank watch)
4) **FX** (DXY or major pairs; local pair for user)
5) **Commodities** (WTI/Brent, gold, copper; add relevant)
6) **Crypto** (BTC/ETH + anything user cares about)
7) **Top movers** (top gainers/losers for a chosen exchange)
8) **Patterns / trend box** (BUY/SELL/WAIT labels for selected instruments)
9) **One best idea** (cross-asset; include invalidation)

## Data guidance
Prefer programmatic price tape when available:
- Use **yfinance** for tickers/ETFs/crypto/commodity futures (optional dependency).
- If a market needs a dedicated movers list, use a web source (exchange site / finance portal) and then enrich tickers via yfinance.

### Installing yfinance (recommended, but not required)
If yfinance isn’t available, the skill can still produce a narrative brief from public sources.

For reliable installs on modern Linux distros (PEP 668), prefer a venv:
```bash
python3 -m venv ~/.venvs/market-brief
~/.venvs/market-brief/bin/pip install -U pip
~/.venvs/market-brief/bin/pip install yfinance pandas numpy
```
Then run scripts using `~/.venvs/market-brief/bin/python`.

### Trend labeling (simple + explainable)
Use MA/RSI-based state la...

Related Claw Skills