← 返回 Skills 市场
ryanbihai

Chinese Interest Rate

作者 ryanbihai · GitHub ↗ · v3.2.0 · MIT-0
cross-platform ✓ 安全检测通过
167
总下载
1
收藏
1
当前安装
6
版本数
在 OpenClaw 中安装
/install chinese-interest-rate
功能描述
Monitor China bank deposit and government bond interest rates daily and receive alerts when any rate changes.
使用说明 (SKILL.md)

📊 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

Feature Description
🏦 基准利率 1Y/3Y/5Y 定期存款基准利率
📊 LPR 1Y/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 ✅ 自动抓取
LPR Yahoo 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 📈

安全使用建议
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.
功能分析
Type: OpenClaw Skill Name: chinese-interest-rate Version: 3.2.0 The skill is a legitimate tool for monitoring Chinese interest rates (LPR, SHIBOR, and bond yields). The Python script `scripts/check_rates.py` fetches data from reputable sources like Yahoo Finance and official Chinese financial platforms using standard libraries, compares the values against a local JSON store, and generates notifications for the user. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install chinese-interest-rate
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /chinese-interest-rate 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.2.0
v3.2.0: 添加触发词
v3.1.0
v3.1.0: check_rates.py 可独立从网络抓取数据,SKILL.md 明确数据来源机制
v3.0.0
v3.0: 中英文双语可配置,语言切换(zh/en/bilingual)
v2.0.0
v2.0: 扩展至9大类利率数据 - LPR/SHIBOR/存款准备金率/逆回购/房贷利率
v1.1.0
v1.1: 优化描述关键词,提升搜索曝光
v1.0.0
v1.0: Monitor China bank deposit rates and bond yields, daily check with change alerts
元数据
Slug chinese-interest-rate
版本 3.2.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 6
常见问题

Chinese Interest Rate 是什么?

Monitor China bank deposit and government bond interest rates daily and receive alerts when any rate changes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 167 次。

如何安装 Chinese Interest Rate?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install chinese-interest-rate」即可一键安装,无需额外配置。

Chinese Interest Rate 是免费的吗?

是的,Chinese Interest Rate 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Chinese Interest Rate 支持哪些平台?

Chinese Interest Rate 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Chinese Interest Rate?

由 ryanbihai(@ryanbihai)开发并维护,当前版本 v3.2.0。

💬 留言讨论