← All skills
Tencent SkillHub · Data Analysis

Dividend Premium Tracker

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, _meta.json, scripts/monitor_dividend_premium.py, scripts/update_dividend_premium.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 14 sections Open source page

Dividend Premium Tracker

Track the dividend premium (dividend yield minus 10-year bond yield) for CSI Dividend Low Volatility Index.

Description

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.

What It Tracks

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

Features

📊 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

Update Today's Data

python3 scripts/update_dividend_premium.py --update

Check Monitoring Alerts

python3 scripts/monitor_dividend_premium.py --check

Backfill Historical Data

python3 scripts/update_dividend_premium.py --backfill 2026-01-01 2026-01-31

Files

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)

Telegram Alerts (Optional)

Set Telegram Bot Token for alerts: export TELEGRAM_BOT_TOKEN="your_bot_token_here"

Cron Job (Daily Update)

crontab -e # Add line: 0 17 * * * cd /path/to/skill && python3 scripts/update_dividend_premium.py --update

Data Sources

DataSourceURLDividend YieldChina Securities IndexH30269 Indicator XLSBond YieldMinistry of FinanceChinaBond

Alert Thresholds

ConditionActionBond yield rises 3 consecutive daysTelegram alertPremium < 1%Telegram alert

Requirements

Python 3.10+ pandas openpyxl xlrd curl (for data download)

Usage Notes

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

Category context

Data access, storage, extraction, analysis, reporting, and insight generation.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Scripts1 Docs1 Config
  • SKILL.md Primary doc
  • scripts/monitor_dividend_premium.py Scripts
  • scripts/update_dividend_premium.py Scripts
  • _meta.json Config