Best use case
akshare-reits is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
REITs数据Skill - 提供公募REITs行情、收益分析、资产类型筛选 via AkShare
Teams using akshare-reits should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/akshare-reits/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How akshare-reits Compares
| Feature / Agent | akshare-reits | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
REITs数据Skill - 提供公募REITs行情、收益分析、资产类型筛选 via AkShare
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# SKILL.md - akshare-reits ## 技能信息 | 属性 | 内容 | |:---|:---| | **名称** | akshare-reits | | **版本** | 1.1.0 | | **分类** | REITs数据 | | **状态** | ✅ 已上线 | | **维护者** | FinClaw Core Team | | **最后更新** | 2026-03-19 | ## 功能描述 REITs(房地产投资信托基金)数据Skill,提供A股公募REITs基金列表、行情查询、收益分析、按资产类型筛选、分红统计等功能。 ## 触发意图 ### 主要触发词 - "REITs"、"公募REITs" - "基础设施REITs" - "产业园REITs"、"高速公路REITs" - "REITs分红"、"REITs收益" - "REITs行情" ### Few-shot 示例 | 用户输入 | 识别意图 | 调用函数 | |:---|:---|:---| | REITs列表 | reits_list | reits_list.py | | REITs行情 | reits_quote | reits_quote.py | | 产业园REITs | reits_type | reits_type.py --type 产业园 | | REITs分红 | reits_dividend | reits_dividend.py | ## 数据源配置 | 数据类型 | 主要来源 | 备用来源 | 认证要求 | |:---|:---|:---|:---:| | REITs数据 | AkShare | - | 无需 | ## REITs资产类型 | 类型 | 代表产品 | 收益特征 | |:---|:---|:---| | **产业园** | 东吴苏园REIT、博时蛇口REIT | 租金收益+增值 | | **仓储物流** | 中金普洛斯REIT、红土盐田港REIT | 稳定租金 | | **高速公路** | 平安广州广河REIT、浙商沪杭甬REIT | 过路费收入 | | **生态环保** | 中航首钢绿能REIT、富国首创水务REIT | 特许经营权 | | **保障房** | 华夏北京保障房REIT、中金厦门安居REIT | 租金收入 | | **能源** | 鹏华深圳能源REIT、中信建投国家电投REIT | 发电收入 | ## 功能列表 ### 1. REITs列表 - **功能描述**: 获取全市场公募REITs基金列表 - **输入参数**: 无 - **输出格式**: Markdown表格 - **数据源**: AkShare - **数据时效**: 日频 - **使用示例**: ```bash python scripts/reits_list.py ``` ### 2. REITs行情 - **功能描述**: 获取REITs实时行情 - **输入参数**: REITs代码(可选) - **输出格式**: Markdown表格 - **数据源**: AkShare - **数据时效**: 实时 - **使用示例**: ```bash python scripts/reits_quote.py python scripts/reits_quote.py --code 180101 ``` ### 3. 按类型筛选 - **功能描述**: 按资产类型筛选REITs - **输入参数**: 资产类型 - **输出格式**: Markdown表格 - **数据源**: AkShare - **数据时效**: 日频 - **使用示例**: ```bash python scripts/reits_type.py --type 产业园 python scripts/reits_type.py --type 高速公路 ``` ### 4. 分红统计 - **功能描述**: 获取REITs分红统计 - **输入参数**: 无 - **输出格式**: Markdown表格 - **数据源**: AkShare - **数据时效**: 分红公告后 - **使用示例**: ```bash python scripts/reits_dividend.py ``` ## 脚本清单 | 脚本名 | 功能 | 入口点 | |:---|:---|:---:| | reits_list.py | REITs列表 | ✅ | | reits_quote.py | REITs行情 | ✅ | | reits_type.py | 类型筛选 | ✅ | | reits_dividend.py | 分红统计 | ✅ | ## REITs投资特点 | 特点 | 说明 | |:---|:---| | **强制分红** | 收益分配比例≥90% | | **稳定现金流** | 底层资产产生稳定收益 | | **低相关性** | 与股票/债券相关性低 | | **流动性** | 交易所上市交易 | | **透明度** | 定期披露运营数据 | ## 收益来源 | 来源 | 占比 | 特点 | |:---|:---:|:---| | **分红收益** | 70-80% | 稳定现金流入 | | **资本增值** | 20-30% | 底层资产升值 | ## 数据来源标注规范 ```markdown --- 📊 **数据来源**: AkShare ⏱️ **数据时间**: 2026-03-19 📌 **REITs代码**: 180101 📌 **资产类型**: 产业园 🔗 **交易所**: 深圳证券交易所 🔧 **分析工具**: FinClaw v1.0 ``` ## 依赖要求 ``` akshare>=1.10.0 pandas>=1.3.0 pyyaml>=5.4.0 ``` ## 更新日志 | 版本 | 日期 | 变更内容 | |:---|:---:|:---| | 1.1.0 | 2026-03-19 | 符合FinClaw数据规范v1.0,新增6大资产类型 | | 1.0.0 | 2026-03-13 | 初始版本 | --- *本Skill遵循 FinClaw 数据规范 v1.0 | 数据来源强制标注 | 禁止训练数据编造*
Related Skills
reits-fund-health-check
面向基金投研分析领域的REITs体检任务Skill,围绕「REITs基金体检助手」场景提供信息抽取、结构化分析与结果输出。
akshare-trend-judgment
用于基于AkShare数据的趋势判断场景。适用于金融工作中的基础任务单元。
akshare-survey
机构调研Skill - 提供调研记录、调研热度排行、调研问答分析 via AkShare
akshare-stock
A股股票数据Skill - 提供实时行情、历史数据、板块分析、资金流向等 via AkShare/腾讯财经
akshare-sentiment-risk
用于基于AkShare数据的情绪风险分析场景。适用于金融工作中的基础任务单元。
akshare-risk-trigger
用于基于AkShare数据的风险触发监控场景。适用于金融工作中的基础任务单元。
akshare-risk-tagging
用于基于AkShare数据的风险标签生成场景。适用于金融工作中的基础任务单元。
akshare-report
财报数据Skill - 提供三大报表、财务指标、杜邦分析 via AkShare
akshare-relationship-anomaly
用于基于AkShare数据的关联关系异常检测场景。适用于金融工作中的基础任务单元。
akshare-qfii
QFII/QDII数据Skill - 提供QFII持仓、QDII基金、外资动向分析 via AkShare
akshare-pledge
股权质押Skill - 提供质押比例查询、风险预警、解禁股提醒 via AkShare
akshare-overdue-risk
用于基于AkShare数据的逾期风险识别场景。适用于金融工作中的基础任务单元。