{
  "schemaVersion": "1.0",
  "item": {
    "slug": "dividend-premium-tracker",
    "name": "Dividend Premium Tracker",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/gykdly/dividend-premium-tracker",
    "canonicalUrl": "https://clawhub.ai/gykdly/dividend-premium-tracker",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/dividend-premium-tracker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=dividend-premium-tracker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "scripts/monitor_dividend_premium.py",
      "scripts/update_dividend_premium.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/dividend-premium-tracker"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/dividend-premium-tracker",
    "agentPageUrl": "https://openagent3.xyz/skills/dividend-premium-tracker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/dividend-premium-tracker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/dividend-premium-tracker/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Dividend Premium Tracker",
        "body": "Track the dividend premium (dividend yield minus 10-year bond yield) for CSI Dividend Low Volatility Index."
      },
      {
        "title": "Description",
        "body": "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."
      },
      {
        "title": "What It Tracks",
        "body": "CSI Dividend Low Volatility Index Dividend Yield - From China Securities Index\n10-Year China Government Bond Yield - From Ministry of Finance\nDividend Premium = Dividend Yield - Bond Yield"
      },
      {
        "title": "Features",
        "body": "📊 Auto-download and track dividend and bond yield data\n📈 Generate Excel reports with clean charts\n🔔 Alert when bond yield rises for 3 consecutive days\n🔔 Alert when premium drops below 1%\n📅 Support for historical data backfill"
      },
      {
        "title": "Update Today's Data",
        "body": "python3 scripts/update_dividend_premium.py --update"
      },
      {
        "title": "Check Monitoring Alerts",
        "body": "python3 scripts/monitor_dividend_premium.py --check"
      },
      {
        "title": "Backfill Historical Data",
        "body": "python3 scripts/update_dividend_premium.py --backfill 2026-01-01 2026-01-31"
      },
      {
        "title": "Files",
        "body": "dividend-premium-tracker/\n├── SKILL.md              # This file\n├── scripts/\n│   ├── update_dividend_premium.py   # Main update script\n│   └── monitor_dividend_premium.py  # Monitoring script\n├── references/           # Documentation (optional)\n└── assets/              # Output files (optional)"
      },
      {
        "title": "Telegram Alerts (Optional)",
        "body": "Set Telegram Bot Token for alerts:\n\nexport TELEGRAM_BOT_TOKEN=\"your_bot_token_here\""
      },
      {
        "title": "Cron Job (Daily Update)",
        "body": "crontab -e\n# Add line:\n0 17 * * * cd /path/to/skill && python3 scripts/update_dividend_premium.py --update"
      },
      {
        "title": "Data Sources",
        "body": "DataSourceURLDividend YieldChina Securities IndexH30269 Indicator XLSBond YieldMinistry of FinanceChinaBond"
      },
      {
        "title": "Alert Thresholds",
        "body": "ConditionActionBond yield rises 3 consecutive daysTelegram alertPremium < 1%Telegram alert"
      },
      {
        "title": "Requirements",
        "body": "Python 3.10+\npandas\nopenpyxl\nxlrd\ncurl (for data download)"
      },
      {
        "title": "Usage Notes",
        "body": "Premium is calculated as: Dividend Yield (%) - Bond Yield (%)\nPremium < 1% suggests potential buying opportunity\nPremium < 0 indicates dividend stocks are cheaper than bonds\nHistorical data from 2026-01-14 to present included\n\nRelated Indices:\n\nCSI Dividend Low Volatility Index (H30269/000966)\n10-Year China Government Bond"
      }
    ],
    "body": "Dividend Premium Tracker\n\nTrack the dividend premium (dividend yield minus 10-year bond yield) for CSI Dividend Low Volatility Index.\n\nDescription\n\nThis 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.\n\nWhat It Tracks\nCSI Dividend Low Volatility Index Dividend Yield - From China Securities Index\n10-Year China Government Bond Yield - From Ministry of Finance\nDividend Premium = Dividend Yield - Bond Yield\nFeatures\n📊 Auto-download and track dividend and bond yield data\n📈 Generate Excel reports with clean charts\n🔔 Alert when bond yield rises for 3 consecutive days\n🔔 Alert when premium drops below 1%\n📅 Support for historical data backfill\nCommands\nUpdate Today's Data\npython3 scripts/update_dividend_premium.py --update\n\nCheck Monitoring Alerts\npython3 scripts/monitor_dividend_premium.py --check\n\nBackfill Historical Data\npython3 scripts/update_dividend_premium.py --backfill 2026-01-01 2026-01-31\n\nFiles\ndividend-premium-tracker/\n├── SKILL.md              # This file\n├── scripts/\n│   ├── update_dividend_premium.py   # Main update script\n│   └── monitor_dividend_premium.py  # Monitoring script\n├── references/           # Documentation (optional)\n└── assets/              # Output files (optional)\n\nSetup\nTelegram Alerts (Optional)\n\nSet Telegram Bot Token for alerts:\n\nexport TELEGRAM_BOT_TOKEN=\"your_bot_token_here\"\n\nCron Job (Daily Update)\ncrontab -e\n# Add line:\n0 17 * * * cd /path/to/skill && python3 scripts/update_dividend_premium.py --update\n\nData Sources\nData\tSource\tURL\nDividend Yield\tChina Securities Index\tH30269 Indicator XLS\nBond Yield\tMinistry of Finance\tChinaBond\nAlert Thresholds\nCondition\tAction\nBond yield rises 3 consecutive days\tTelegram alert\nPremium < 1%\tTelegram alert\nRequirements\nPython 3.10+\npandas\nopenpyxl\nxlrd\ncurl (for data download)\nUsage Notes\nPremium is calculated as: Dividend Yield (%) - Bond Yield (%)\nPremium < 1% suggests potential buying opportunity\nPremium < 0 indicates dividend stocks are cheaper than bonds\nHistorical data from 2026-01-14 to present included\n\nRelated Indices:\n\nCSI Dividend Low Volatility Index (H30269/000966)\n10-Year China Government Bond"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/gykdly/dividend-premium-tracker",
    "publisherUrl": "https://clawhub.ai/gykdly/dividend-premium-tracker",
    "owner": "gykdly",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/dividend-premium-tracker",
    "downloadUrl": "https://openagent3.xyz/downloads/dividend-premium-tracker",
    "agentUrl": "https://openagent3.xyz/skills/dividend-premium-tracker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/dividend-premium-tracker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/dividend-premium-tracker/agent.md"
  }
}