China Renewable Energy Sourcing Skill
Description
This skill helps international buyers navigate China's renewable energy manufacturing landscape, which is projected to exceed
¥1.8 trillion in revenue by 2026. China is the world's largest producer of solar modules, wind turbines, lithium batteries, and electrolyzers, supplying global markets. It provides data-backed intelligence on regional clusters, supply chain structure, and industry trends based on the latest government policies and industry reports. Coverage includes solar PV, wind power, energy storage, hydrogen, and smart grid integration.
Key Capabilities
- - Industry Overview: Get a summary of China's renewable energy industry scale, installed capacity, and key policy initiatives (14th Five-Year Plan, carbon neutrality goals).
- Supply Chain Structure: Understand the complete industry chain from raw materials (polysilicon, lithium, rare earths) to equipment manufacturing and project development.
- Regional Clusters: Identify specialized manufacturing hubs (Yangtze River Delta for solar and offshore wind, Pearl River Delta for batteries, Southwest for polysilicon).
- Subsector Insights: Access detailed information on key subsectors (solar PV, wind power, energy storage, hydrogen, smart grid).
- Sourcing Recommendations: Get practical guidance on evaluating and selecting suppliers, including verification methods, communication best practices, typical lead times, and payment terms.
How to Use
You can interact with this skill using natural language. For example:
- - "What's the overall status of China's renewable energy industry in 2026?"
- "Show me the supply chain structure for solar PV"
- "Which regions are best for sourcing lithium batteries?"
- "Tell me about wind turbine manufacturing clusters"
- "How do I evaluate suppliers of hydrogen electrolyzers?"
- "What certifications should I look for in energy storage systems?"
Data Sources
This skill aggregates data from:
- - Ministry of Industry and Information Technology (MIIT)
- National Energy Administration (NEA)
- China Renewable Energy Engineering Institute
- National Bureau of Statistics of China
- Industry research publications (updated Q1 2026)
Implementation
The skill logic is implemented in
do.py, which reads structured data from
data.json. All data is cluster-level intelligence without individual factory contacts.
API Reference
The following Python functions are available in do.py for programmatic access:
get_industry_overview() -> Dict
Returns overview of China's renewable energy industry scale, targets, and key policy initiatives.
Example:
```python
from do import getindustryoverview
result = getindustryoverview()
Returns: industry scale, 2026 targets, installed capacity, key drivers, etc.
中国可再生能源采购技能
描述
本技能帮助国际买家了解中国可再生能源制造业格局,该行业预计到2026年收入将超过
1.8万亿元人民币。中国是全球最大的太阳能组件、风力涡轮机、锂电池和电解槽生产国,供应全球市场。基于最新政府政策和行业报告,提供关于区域集群、供应链结构和行业趋势的数据驱动情报。覆盖范围包括太阳能光伏、风能、储能、氢能和智能电网集成。
关键能力
- - 行业概览:获取中国可再生能源行业规模、装机容量和关键政策举措(十四五规划、碳中和目标)的摘要。
- 供应链结构:了解从原材料(多晶硅、锂、稀土)到设备制造和项目开发的完整产业链。
- 区域集群:识别专业化制造中心(长三角地区为太阳能和海上风电、珠三角地区为电池、西南地区为多晶硅)。
- 子行业洞察:获取关键子行业(太阳能光伏、风能、储能、氢能、智能电网)的详细信息。
- 采购建议:获取评估和选择供应商的实用指导,包括验证方法、沟通最佳实践、典型交货周期和付款条款。
使用方法
您可以使用自然语言与本技能交互。例如:
- - 2026年中国可再生能源行业的整体状况如何?
- 展示太阳能光伏的供应链结构
- 哪些地区最适合采购锂电池?
- 告诉我风力涡轮机制造集群的信息
- 如何评估氢电解槽供应商?
- 储能系统应关注哪些认证?
数据来源
本技能汇总以下来源的数据:
- - 工业和信息化部(MIIT)
- 国家能源局(NEA)
- 中国可再生能源工程研究院
- 中国国家统计局
- 行业研究出版物(2026年第一季度更新)
实现方式
技能逻辑在do.py中实现,该文件从data.json读取结构化数据。所有数据均为集群级情报,不包含单个工厂的联系方式。
API参考
以下Python函数可在do.py中通过编程方式访问:
getindustryoverview() -> Dict
返回中国可再生能源行业规模、目标和关键政策举措的概览。
示例:
python
from do import getindustryoverview
result = getindustryoverview()
返回:行业规模、2026年目标、装机容量、关键驱动因素等