Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Track the dividend premium (dividend yield minus 10-year bond yield) for CSI Dividend Low Volatility Index. Monitor dividend yield, 10-year bond yield, and calculate the premium for investment decisions.
Track the dividend premium (dividend yield minus 10-year bond yield) for CSI Dividend Low Volatility Index. Monitor dividend yield, 10-year bond yield, and calculate the premium for investment decisions.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Track the dividend premium (dividend yield minus 10-year bond yield) for CSI Dividend Low Volatility Index.
This skill tracks the dividend premium for the CSI Dividend Low Volatility Index (H30269), which is crucial for investment decisions in China's dividend-focused market. The dividend premium represents the excess return of dividend-paying stocks over risk-free bonds.
CSI Dividend Low Volatility Index Dividend Yield - From China Securities Index 10-Year China Government Bond Yield - From Ministry of Finance Dividend Premium = Dividend Yield - Bond Yield
📊 Auto-download and track dividend and bond yield data 📈 Generate Excel reports with clean charts 🔔 Alert when bond yield rises for 3 consecutive days 🔔 Alert when premium drops below 1% 📅 Support for historical data backfill
python3 scripts/update_dividend_premium.py --update
python3 scripts/monitor_dividend_premium.py --check
python3 scripts/update_dividend_premium.py --backfill 2026-01-01 2026-01-31
dividend-premium-tracker/ ├── SKILL.md # This file ├── scripts/ │ ├── update_dividend_premium.py # Main update script │ └── monitor_dividend_premium.py # Monitoring script ├── references/ # Documentation (optional) └── assets/ # Output files (optional)
Set Telegram Bot Token for alerts: export TELEGRAM_BOT_TOKEN="your_bot_token_here"
crontab -e # Add line: 0 17 * * * cd /path/to/skill && python3 scripts/update_dividend_premium.py --update
DataSourceURLDividend YieldChina Securities IndexH30269 Indicator XLSBond YieldMinistry of FinanceChinaBond
ConditionActionBond yield rises 3 consecutive daysTelegram alertPremium < 1%Telegram alert
Python 3.10+ pandas openpyxl xlrd curl (for data download)
Premium is calculated as: Dividend Yield (%) - Bond Yield (%) Premium < 1% suggests potential buying opportunity Premium < 0 indicates dividend stocks are cheaper than bonds Historical data from 2026-01-14 to present included Related Indices: CSI Dividend Low Volatility Index (H30269/000966) 10-Year China Government Bond
Data access, storage, extraction, analysis, reporting, and insight generation.
Largest current source with strong distribution and engagement signals.