技能详情(站内镜像,无评论)
作者:走过 @1970168137
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 79 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:1970168137/china-luggage-sourcing
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill's code, instructions, and data are consistent with its stated purpose (a read-only industry intelligence guide) and it does not request extra credentials, unusual binaries, or network access.
目的
Name, description, SKILL.md, data.json, and do.py all align: the package serves static, cluster-level sourcing intelligence for luggage. There are no unrelated required env vars, binaries, or config paths. Note: the publisher/homepage are not provided (provenance is unknown), but this affects trustworthiness of content rather than coherence.
说明范围
SKILL.md limits the skill to providing industry overviews, cluster info, subsector details, and sourcing guidance. The runtime instructions and code operate on the included data.json and do not instruct the agent to read other system files, environment variables, or send data to external endpoints.
安装机制
There is no install spec (instruction-only style), and the included code/data are local files. Nothing is downloaded or extracted at install time. This is low-risk from an install perspective.
证书
The skill declares no required environment variables, credentials, or config paths and the code does not access secrets. The requested environment privileges are minimal and proportionate to the described functionality.
持久
always is false and model invocation is allowed (platform default). The skill does not modify other skills or system-wide settings and only reads its own local data.json. No persistent elevated privileges are requested.
综合结论
Functionally the package is coherent and low-risk: it ships static data and simple accessor functions that read the included data.json. Before installing consider: 1) provenance — the owner and homepage are not provided, so verify the data sources and licensing if you need authoritative information; 2) data freshness/accuracy — this is a static snapshot (last_updated 2026-03-15) and may not reflect future changes; 3) content scope — the skill …
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「China Luggage Sourcing」。简介:Comprehensive luggage and bag industry sourcing guide for international buyers …。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/1970168137/china-luggage-sourcing/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: china-luggage-sourcing
version: 1.0.0
description: "Comprehensive luggage and bag industry sourcing guide for international buyers – provides detailed information about China's travel luggage, handbags, backpacks, and specialty bag manufacturing clusters, supply chain structure, regional specializations, and industry trends (2026 updated)."
author: "sourcing-china"
tags:
- luggage
- bags
- travel-luggage
- handbags
- backpacks
- business-bags
- suitcase
- sourcing
- supply-chain
invocable: true
---
# China Luggage Sourcing Skill
## Description
This skill helps international buyers navigate China's luggage and bag manufacturing landscape, which accounts for over 60% of global production and is projected to exceed **¥680 billion 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 travel luggage (suitcases), handbags, backpacks, business bags, and specialty bags.
## Key Capabilities
- **Industry Overview**: Get a summary of China's luggage industry scale, development targets, and key policy initiatives (sustainability, automation).
- **Supply Chain Structure**: Understand the complete industry chain from raw materials (PC/ABS, leather, hardware) to manufacturing and global sales channels.
- **Regional Clusters**: Identify specialized manufacturing hubs (Pearl River Delta for handbags, Yangtze River Delta for travel luggage, Fujian for backpacks).
- **Subsector Insights**: Access detailed information on key subsectors (travel luggage, handbags, backpacks, business bags, specialty bags).
- **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 luggage industry in 2026?"
- "Show me the supply chain structure for travel luggage"
- "Which regions are best for sourcing handbags?"
- "Tell me about backpack manufacturing clusters"
- "How do I evaluate suppliers of hard-side suitcases?"
- "What certifications should I look for?"
## Data Sources
This skill aggregates data from:
- Ministry of Industry and Information Technology (MIIT)
- China Leather Industry Association
- China Luggage Industry Association
- 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 luggage 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.