openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > China Consumer Electronics Sourcing

Comprehensive consumer electronics industry sourcing guide for international buyers – provides detailed information about China's smartphone, wearable, audio...

媒体与内容

作者:走过 @1970168137

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 102 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:1970168137/china-consumer-electronics-sourcing

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill is internally consistent with its stated purpose: it ships static industry data (data.json) and a small local Python wrapper (do.py) to expose that data, and it does not request extra credentials, install remote code, or perform network I/O.

目的

Name/description (sourcing guide) match the included files: packaged sector data and helper functions. No unrelated env vars, binaries, or install steps are requested.

说明范围

SKILL.md describes reading and serving structured industry data. The runtime code only reads the bundled data.json and exposes read-only query functions; there are no instructions to read other system files or contact external endpoints.

安装机制

No install spec (instruction-only with included source). All code is included in the package; nothing is downloaded or executed from external URLs.

证书

The skill requires no environment variables, credentials, or config paths. That is proportionate for a read-only, data-driven sourcing guide.

持久

always is false and the skill does not modify other skills or system settings. It behaves like a normal, user-invocable skill.

综合结论

This skill appears to be a static, read-only industry guide implemented as a local data file and a small Python wrapper. Before installing, consider: 1) Review data.json for any sensitive or unexpected content (it claims cluster-level intelligence and explicitly says it does not include factory contacts). 2) Note that the data is static (last-updated metadata present); there is no automatic update mechanism or external data fetching, so verify…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「China Consumer Electronics Sourcing」。简介:Comprehensive consumer electronics industry sourcing guide for international bu…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/1970168137/china-consumer-electronics-sourcing/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: china-consumer-electronics-sourcing
version: 1.0.0
description: "Comprehensive consumer electronics industry sourcing guide for international buyers – provides detailed information about China's smartphone, wearable, audio, smart home, and AR/VR manufacturing clusters, supply chain structure, regional specializations, and industry trends (2026 updated)."
author: "sourcing-china"
tags:
  - consumer-electronics
  - smartphones
  - wearables
  - audio-devices
  - smart-home
  - AR-VR
  - TWS
  - electronics-manufacturing
  - sourcing
  - supply-chain
invocable: true
---

# China Consumer Electronics Sourcing Skill

## Description
This skill helps international buyers navigate China's consumer electronics manufacturing landscape, which is projected to exceed **¥15.2 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 smartphones, wearables, audio devices, smart home products, AR/VR headsets, and accessories.

## Key Capabilities
- **Industry Overview**: Get a summary of China's consumer electronics industry scale, development targets, and key policy initiatives (Digital China, 5G, AI).
- **Supply Chain Structure**: Understand the complete industry chain from core components (chips, displays, batteries) to assembly and global sales channels.
- **Regional Clusters**: Identify specialized manufacturing hubs for different product categories (smartphones in Pearl River Delta, laptops in Yangtze River Delta, AR/VR in Beijing).
- **Subsector Insights**: Access detailed information on key subsectors (smartphones, wearables, audio devices, smart home, AR/VR).
- **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 consumer electronics industry in 2026?"
- "Show me the supply chain structure for smartphones"
- "Which regions are best for sourcing TWS earbuds?"
- "Tell me about smart watch manufacturing clusters"
- "How do I evaluate suppliers of smart home devices?"
- "What certifications should I look for in consumer electronics?"

## Data Sources
This skill aggregates data from:
- Ministry of Industry and Information Technology (MIIT)
- China Electronic Information Industry Development Institute
- National Bureau of Statistics of China
- China Audio Industry Association
- 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 consumer electronics 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.