技能详情(站内镜像,无评论)
作者:走过 @1970168137
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 84 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:1970168137/china-beauty-sourcing
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill's files, instructions, and required resources are consistent with a read-only China beauty sourcing data guide and do not request credentials, network installs, or system access beyond the included data.
目的
The name/description (China beauty sourcing) match the provided files: SKILL.md describes aggregated industry intelligence, data.json contains cluster- and supply-chain data, and do.py exposes simple read-only accessors for that data. No unrelated capabilities (cloud access, SCM, or privileged ops) are requested.
说明范围
SKILL.md instructs usage of the bundled data and the provided Python API. The runtime instructions and implementation only read the local data.json and do not direct the agent to read unrelated files, environment variables, or to transmit data to external endpoints.
安装机制
There is no install spec or external download; this is an instruction+bundle skill with included code and data. Nothing is written to disk at install time beyond the provided files.
证书
The skill declares no required environment variables, credentials, or config paths. The code reads only the bundled data.json; no secrets or external service tokens are requested.
持久
always is false and the skill does not modify agent/system configuration. It contains no background services or persistent installation steps.
综合结论
This skill appears internally consistent and low-risk: it only exposes read-only accessors over the included data.json. Before installing, you may want to (1) review data.json yourself to confirm sources/citations and accuracy for your use case, (2) verify license/usage terms if you will redistribute the content, and (3) run do.py locally in a sandbox to inspect behavior. Note this skill does not include supplier contact export or network call…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「China Beauty Sourcing」。简介:Comprehensive beauty industry sourcing guide for international buyers – provide…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/1970168137/china-beauty-sourcing/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: china-beauty-sourcing
version: 1.0.0
description: "Comprehensive beauty industry sourcing guide for international buyers – provides detailed information about China's skincare, color cosmetics, hair care, and personal care manufacturing clusters, supply chain structure, regional specializations, and industry trends (2026 updated)."
author: "sourcing-china"
tags:
- beauty
- cosmetics
- skincare
- makeup
- haircare
- personal-care
- ODM
- sourcing
- supply-chain
invocable: true
---
# China Beauty Sourcing Skill
## Description
This skill helps international buyers navigate China's beauty manufacturing landscape, which is projected to exceed **¥1.5 trillion in revenue by 2026**. China is the world's second-largest beauty market and largest producer of cosmetics. 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 skincare, color cosmetics, hair care, body care, fragrances, and men's grooming.
## Key Capabilities
- **Industry Overview**: Get a summary of China's beauty industry scale, development targets, and key policy initiatives (efficacy claims, clean beauty, domestic brand growth).
- **Supply Chain Structure**: Understand the complete industry chain from raw materials (hyaluronic acid, peptides), packaging, formulation R&D to manufacturing and global sales channels.
- **Regional Clusters**: Identify specialized manufacturing hubs (Pearl River Delta for mass production, Yangtze River Delta for premium, Shandong for ingredients).
- **Subsector Insights**: Access detailed information on key subsectors (skincare, color cosmetics, hair care, body care, fragrances).
- **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 beauty industry in 2026?"
- "Show me the supply chain structure for skincare products"
- "Which regions are best for sourcing color cosmetics?"
- "Tell me about hyaluronic acid manufacturing clusters"
- "How do I evaluate ODM suppliers for private label?"
- "What certifications should I look for in clean beauty products?"
## Data Sources
This skill aggregates data from:
- Ministry of Industry and Information Technology (MIIT)
- China Association of Fragrance Flavor and Cosmetic Industries (CAFFCI)
- National Medical Products Administration (NMPA)
- 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 beauty 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, domestic brand share, etc.