技能详情(站内镜像,无评论)
作者:走过 @1970168137
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 90 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:1970168137/china-home-appliances-sourcing
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill's code, data, and runtime instructions are consistent with a read-only industry intelligence guide and do not request unrelated credentials, network access, or elevated privileges.
目的
Name/description (China home appliances sourcing) align with the actual assets: an internal data.json and a small do.py API that exposes read-only lookups and search over that data. Nothing in the manifest or code requests unrelated capabilities or credentials.
说明范围
SKILL.md describes read-only usage and references the local data file and do.py functions. The provided instructions do not tell the agent to access other system files, network endpoints, or hidden credentials; they stick to the stated sourcing guidance and local data.
安装机制
No install spec is provided (instruction-only skill); code is included in the bundle and reads a local JSON. There are no downloads, external install URLs, or archive extraction steps.
证书
The skill requires no environment variables, no credentials, and no config paths. The code does not read environment variables or request secrets, which is proportionate for a static data/reporting skill.
持久
always is false and the skill does not modify other skills or system settings. It has normal, non-persistent presence and does not request elevated agent privileges.
综合结论
This skill appears to be a self-contained, read-only industry guide backed by local JSON data and a small Python wrapper. Before installing, consider: 1) review data.json yourself to confirm the data and any attribution/ licensing you need; 2) if you plan to use the skill for procurement decisions, independently verify supplier-level details (the skill states it contains cluster-level, not factory contact, data); 3) run the included do.py in a…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「China Home Appliances Sourcing」。简介:Comprehensive home appliances industry sourcing guide for international buyers …。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/1970168137/china-home-appliances-sourcing/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: china-home-appliances-sourcing
version: 1.0.0
description: "Comprehensive home appliances industry sourcing guide for international buyers – provides detailed information about China's major appliances, kitchen appliances, and small appliances manufacturing clusters, supply chain structure, regional specializations, and industry trends (2026 updated)."
author: "sourcing-china"
tags:
- home-appliances
- major-appliances
- kitchen-appliances
- small-appliances
- refrigerators
- washing-machines
- air-conditioners
- smart-home
- sourcing
- supply-chain
invocable: true
---
# China Home Appliances Sourcing Skill
## Description
This skill helps international buyers navigate China's home appliances manufacturing landscape, which is projected to exceed **¥2.8 trillion in revenue by 2026**. 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 major appliances (refrigerators, washing machines, air conditioners), kitchen appliances (range hoods, ovens, dishwashers), and small appliances (vacuum cleaners, air purifiers, rice cookers).
## Key Capabilities
- **Industry Overview**: Get a summary of China's home appliances industry scale, development targets, and key policy initiatives (green appliances, smart home).
- **Supply Chain Structure**: Understand the complete industry chain from raw materials and core components (compressors, motors) to manufacturing and global sales channels.
- **Regional Clusters**: Identify specialized manufacturing hubs for different appliance types (Pearl River Delta for ACs and small appliances, Yangtze River Delta for washing machines and kitchen appliances, Shandong for refrigerators).
- **Subsector Insights**: Access detailed information on key subsectors (major appliances, kitchen appliances, small appliances, heating/ventilation).
- **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 home appliances industry in 2026?"
- "Show me the supply chain structure for refrigerators"
- "Which regions are best for sourcing air conditioners?"
- "Tell me about kitchen appliance manufacturing clusters"
- "How do I evaluate suppliers of small appliances?"
- "What certifications should I look for in home appliances?"
## Data Sources
This skill aggregates data from:
- Ministry of Industry and Information Technology (MIIT)
- China Household Electrical Appliances Association (CHEAA)
- 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 home appliances industry scale, targets, and key policy initiatives.
**Example:**
```python
from do import get_industry_overview
result = get_industry_overview()
# Returns: industry scale, 2026 targets, key drivers, export value, etc.