Chinese Interest Rate

v3.2.0

Monitor China bank deposit and government bond interest rates daily and receive alerts when any rate changes.

1· 164·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for ryanbihai/chinese-interest-rate.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Chinese Interest Rate" (ryanbihai/chinese-interest-rate) from ClawHub.
Skill page: https://clawhub.ai/ryanbihai/chinese-interest-rate
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install chinese-interest-rate

ClawHub CLI

Package manager switcher

npx clawhub@latest install chinese-interest-rate
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description promise (monitor China interest rates and alert on changes) matches the delivered artifacts: SKILL.md documents tracked rates and schedule, and scripts/check_rates.py fetches public sources (Yahoo Finance, shibor sites, PBoC pages) and compares to data/rates.json. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
SKILL.md instructs either running the bundled Python script or feeding the agent-fetched JSON into it. The instructions only reference the skill's own files (data/config.json, data/rates.json, scripts/check_rates.py) and public web endpoints relevant to rate data. There are no instructions to read unrelated system files or exfiltrate data to external endpoints.
Install Mechanism
There is no install spec; the skill is instruction-plus-script only. That minimizes risk — no third-party packages or downloads are installed. The bundled script uses stdlib urllib and writes to the skill's data directory.
Credentials
The skill declares no required environment variables, credentials, or config paths. The script makes outbound HTTP requests to public data sources but does not require secrets or access to unrelated services. Requested access is proportional to the stated function.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide settings, and only persists its own data to data/rates.json. Autonomous invocation is allowed (platform default) but is not combined with broad privileges here.
Assessment
This skill appears to do what it says: the included Python script fetches public rate data, compares it with local data/rates.json, and prints notifications when there are changes. It does not ask for credentials or install external packages. Things to consider before installing: (1) the script performs outbound HTTP requests to public sites (Yahoo Finance, shibor sites, PBoC), so network access is required; (2) notifications are printed to stdout inside a '[NOTIFY]' block — integrating push delivery depends on how your agent/runtime captures and forwards those prints; (3) if you require stricter network controls or auditing, review scripts/check_rates.py yourself before running; (4) the data-parsing (HTML regex) is brittle but not malicious. If you need the skill to push alerts to a specific channel (email, Slack), confirm integration behavior or add a trusted delivery mechanism rather than relying on stdout parsing.

Like a lobster shell, security has layers — review code before you run it.

latestvk971c8f6m7kej8dkmhnt7dkgws83x59f
164downloads
1stars
6versions
Updated 4w ago
v3.2.0
MIT-0

📊 Chinese Interest Rate Monitor

全面追踪中国利率数据,每日检查,有变化立即推送通知。 触发词:利率, 存款利率, LPR, 国债收益率, SHIBOR, 利率监测, 今天利率, 利率查询, 利息

Monitor China interest rates comprehensively. Daily check with change alerts.

Metadata

  • name: chinese-interest-rate
  • version: 3.0.0
  • description: 全面追踪中国利率数据(中英文双语):LPR、存款基准利率、国债收益率、SHIBOR、房贷利率等,有变化立即推送。可配置语言:中文/English。适用金融从业者、房贷用户、投资者、经济研究者。
  • language: zh-CN / en (configurable)
  • tags: finance, china, interest-rate, LPR, SHIBOR, bank-deposit, bond-yield, mortgage, monitor, 利率, 贷款市场报价利率, 国债收益率, 房贷利率, china-finance, CNY rates

Overview

FeatureDescription
🏦 基准利率1Y/3Y/5Y 定期存款基准利率
📊 LPR1Y/5Y 贷款市场报价利率
📉 国债收益率1Y/3Y/10Y 国债收益率
💧 SHIBOR隔夜/1周/1月/3M 银行间同业拆借利率
🏠 房贷利率5年期以上LPR(基准房贷利率)
🔄 逆回购7天/14天 公开市场操作利率
💰 存款准备金大型金融机构存款准备金率
Daily Check每日自动检查
Change Alert有变化立即推送,无变化静默

语言配置 (Language Config)

配置值通知语言
zh / zh-CN / 中文🇨🇳 全中文通知
en / en-US / 英文🇺🇸 全英文通知
bilingual / 双语🇨🇳🇺🇸 中英双语通知

data/config.json 中设置语言偏好:

{
  "language": "bilingual"
}

Data Points Tracked

🏦 银行存款利率(基准)

期限Description
1年定期存款一年期基准利率
3年定期存款三年期基准利率
5年定期存款五年期基准利率

📊 LPR(贷款市场报价利率)

期限Description
1年期贷款市场报价利率(实体经济)
5年期以上贷款市场报价利率(房地产)

📉 国债收益率

期限Description
1年期1年期国债收益率
3年期3年期国债收益率
10年期10年期国债收益率(重要风向标)

💧 SHIBOR(上海银行间同业拆借利率)

期限Description
O/N 隔夜隔夜拆借利率(最短资金成本)
1W 一周1周期限
1M 一月1月期限
3M 三月3月期限(重要参考)

数据来源与抓取

数据抓取方式

本 skill 有两种运行模式:

模式说明
独立抓取python scripts/check_rates.py 直接运行,脚本自动从网络抓取数据
Agent 喂数据OpenClaw agent 通过 web_search 获取数据后,以 JSON 参数传入脚本

实际抓取的数据源

类型来源抓取方式
国债收益率Yahoo Finance (CN10Y=X 等)✅ 自动抓取
SHIBOR中国货币网 shibor.org✅ 自动抓取
LPRYahoo Finance (CNLPR1Y=X)✅ 自动抓取
存款基准利率中国人民银行官网⚠️ 需 agent 辅助
公开市场操作利率中国人民银行官网⚠️ 需 agent 辅助

⚠️ 注意:脚本可独立运行,但部分数据(存款基准利率、OMO利率)可能因网络限制需要 agent 辅助补充。


通知格式

有变化时

中文配置 (zh):

📊 中国利率变动日报 | {日期}

🏦 银行存款利率(基准)
- 1年: X.XX% (±Xbp)
...

📊 LPR 贷款市场报价利率
...

📉 国债收益率
...

英文配置 (en):

📊 China Interest Rate Daily | {date}

🏦 Bank Deposit Base Rates
- 1Y: X.XX% (±Xbp)
...

📊 LPR (Loan Prime Rate)
...

📉 Government Bond Yields
...

双语配置 (bilingual): 上下两语言并排显示。

无变化时

静默,不发送任何通知。


数据文件格式

data/config.json:

{
  "language": "bilingual",
  "notifyOnChange": true
}

data/rates.json:

{
  "updateDate": "2026-03-30",
  "depositRates": { "1year": "", "3year": "", "5year": "" },
  "LPR": { "1year": "", "5yearPlus": "" },
  "bondYields": { "1year": "", "3year": "", "10year": "" },
  "SHIBOR": { "ON": "", "1W": "", "1M": "", "3M": "" },
  "mortgageLPR": { "5yearPlus": "" },
  "OMO": { "repo7d": "", "repo14d": "", "MLF1Y": "" }
}

安装

openclaw skills install chinese-interest-rate

Cron Schedule

建议每日 10:00(北京时间)执行:

{
  "schedule": {
    "kind": "cron",
    "expr": "0 10 * * *",
    "tz": "Asia/Shanghai"
  }
}

适用场景

  • 📊 金融从业者(银行、证券、基金)
  • 🏠 房贷用户(LPR变动直接影响月供)
  • 💼 投资理财(LPR是资本市场重要指标)
  • 📈 经济研究者(利率是宏观经济的核心变量)

License

MIT License


追踪利率变化,把握理财先机 📊 Track rate changes, stay ahead in finance 📈

Comments

Loading comments...