China Consumer Electronics Suppliers

v1.0.1

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

0· 136·0 current·0 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (China consumer electronics supplier guide) align with included assets: a data.json containing cluster- and subsector-level intelligence and run.py exposing read-only accessors. There are no unexpected external services, binaries, or credentials required.
Instruction Scope
SKILL.md instructs use of the local run.py/data.json and keeps scope to industry intelligence and sourcing guidance. Minor documentation sloppiness: example CLI/import lines in run.py reference 'from do import ...' (likely a copy-paste error) and SKILL.md version string differs from registry version — these are documentation inconsistencies but do not change runtime behavior.
Install Mechanism
No install spec (instruction-only with bundled files). The Python code only reads the bundled data.json; nothing is downloaded or extracted, so installation risk is low.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. run.py only reads a local JSON file and does not access environment variables or external endpoints.
Persistence & Privilege
always:false and no requests to modify other skills or system-wide settings. The skill can be invoked autonomously (platform default), which is expected for skills; this combination with the rest of the footprint does not elevate concern.
Assessment
This skill appears to be safe and coherent: it ships static, local market data and a small read-only Python API, and it does not request credentials or perform network I/O. Before installing, consider: (1) review data.json yourself if you need to verify sources or sensitive content, (2) confirm licensing/usage rights for the aggregated data if you plan to redistribute it, and (3) if you expect supplier contact details or active vetting tools, note that this skill explicitly contains only cluster-level intelligence (no contact export). The minor documentation errors mentioned above are not security issues but indicate the author may have been sloppy — you can inspect the files locally to satisfy yourself.

Like a lobster shell, security has layers — review code before you run it.

latestvk973cg9n6rd99d4jk022c4s019832fh1
136downloads
0stars
1versions
Updated 1mo ago
v1.0.1
MIT-0

China Consumer Electronics Factory 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).
  • Factory 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 suppliers 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 run.py, which reads structured data from data.json. All data is cluster-level intelligence without individual suppliers contacts.

API Reference

The following Python functions are available in run.py for programmatic access:

get_industry_overview() -> Dict

Returns overview of China's consumer electronics industry scale, targets, and key policy initiatives.

Example:

from run import get_industry_overview
result = get_industry_overview()
# Returns: industry scale, 2026 targets, key drivers, export value, etc.

Comments

Loading comments...