ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

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.

Why use this skill?

Track the dividend premium for the CSI Dividend Low Volatility Index. Monitor yields, receive alerts, and optimize your Chinese equity investment decisions.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/gykdly/dividend-premium-tracker
Or

What This Skill Does

The dividend-premium-tracker is a sophisticated financial analysis tool designed for the OpenClaw agent to monitor the valuation spread between the CSI Dividend Low Volatility Index (H30269) and the 10-year China Government Bond yield. By calculating the difference between these two values—the 'Dividend Premium'—it provides users with a quantitative gauge of whether dividend-focused equities are offering sufficient excess return to justify their inherent market risk compared to risk-free government bonds.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/gykdly/dividend-premium-tracker

Ensure you have Python 3.10+ installed along with the required dependencies (pandas, openpyxl, xlrd). For automated updates, configure the provided cron job to trigger daily at 17:00. If you wish to receive push notifications for critical market shifts, export your TELEGRAM_BOT_TOKEN as an environment variable.

Use Cases

  1. Long-term Asset Allocation: Investors use this tool to determine when the equity risk premium for low-volatility Chinese stocks becomes historically attractive.
  2. Automated Market Monitoring: Portfolio managers utilize the built-in alert system to detect sudden spikes in bond yields, which often signal tightening liquidity conditions.
  3. Trend Analysis: Analysts use the backfill functionality to generate historical performance charts, helping to validate investment strategies against past market cycles.

Example Prompts

  1. "Check the current dividend premium for the H30269 index and tell me if it is below the 1% threshold."
  2. "Update the historical data for the dividend premium tracker from the start of the year until today and generate an Excel report."
  3. "Have there been any alerts regarding 10-year bond yield trends or index premiums in the last three days?"

Tips & Limitations

When using this skill, keep in mind that a premium below 1% is often interpreted as a signal that dividend stocks are approaching a 'buying opportunity' zone. However, a negative premium may indicate extreme market volatility or a period of intense bond selling. Always treat these signals as a component of a larger strategy rather than an autonomous trading instruction. The accuracy of the data relies on the availability of the China Securities Index and ChinaBond public portals; ensure your network configuration allows for periodic requests to these domains.

Metadata

Author@gykdly
Stars2387
Views2
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-gykdly-dividend-premium-tracker": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#finance#dividend#investment#china-market#data-tracking
Safety Score: 4/5

Flags: network-access, file-write, file-read, external-api, code-execution