技能详情(站内镜像,无评论)
作者:走过 @1970168137
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 75 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:1970168137/china-renewable-energy-sourcing
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill's code, instructions, and packaged data are coherent with its stated purpose (a static sourcing guide); it runs locally against bundled data.json and does not request credentials or perform network calls.
目的
The name/description promise a China renewable-energy sourcing guide and the package contains data.json plus a Python API (do.py) that serves that data. There are no unrelated requirements (no cloud credentials, no extra binaries). Note: the SKILL.md claims sources (MIIT, NEA, etc.) but the skill uses a bundled static dataset rather than dynamically fetching from those authorities — verify provenance if authoritative sourcing is required.
说明范围
SKILL.md gives narrowly scoped user-facing instructions and examples for queries about industry, supply chains, regions, and sourcing. The runtime code only reads the included data.json and exposes query functions; there are no instructions to read arbitrary system files, call external endpoints, or transmit data elsewhere.
安装机制
There is no install spec and no remote download/install behavior. The skill is delivered as local files (SKILL.md, data.json, do.py); runtime behavior is limited to local file reads. This is low-risk from an install-mechanism perspective.
证书
The skill declares no required environment variables, credentials, or config paths and the code does not read environment variables or other system secrets. The requested access is proportionate to a read-only data/reference skill.
持久
The skill is not always-enabled and does not request elevated persistence or modify other skills or system settings. Autonomous invocation is allowed by default but the skill's behavior is limited and local.
综合结论
This skill appears to be a local, read-only industry reference and is low risk: review the included data.json and SKILL.md to confirm the claims and sources (the package bundles static data that may not reflect live official databases). If you will rely on it for procurement decisions, cross-check key facts (company lists, capacities, policy summaries) against primary sources (MIIT, NEA, official reports). Because the publisher/homepage is unk…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「China Renewable Energy Sourcing」。简介:Comprehensive renewable energy industry sourcing guide for international buyers…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/1970168137/china-renewable-energy-sourcing/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: china-renewable-energy-sourcing
version: 1.0.0
description: "Comprehensive renewable energy industry sourcing guide for international buyers – provides detailed information about China's solar PV, wind power, energy storage, and hydrogen manufacturing clusters, supply chain structure, regional specializations, and industry trends (2026 updated)."
author: "sourcing-china"
tags:
- renewable-energy
- solar-pv
- wind-power
- energy-storage
- hydrogen
- batteries
- inverters
- clean-energy
- sourcing
- supply-chain
invocable: true
---
# 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 get_industry_overview
result = get_industry_overview()
# Returns: industry scale, 2026 targets, installed capacity, key drivers, etc.