技能详情(站内镜像,无评论)
作者:走过 @1970168137
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 94 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:1970168137/china-furniture-sourcing
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
This skill is internally consistent: it is a read-only, instruction/data-driven furniture sourcing guide that only reads its bundled data and exposes simple query functions, and it does not request credentials or perform network or shell actions.
目的
The name/description (China furniture sourcing guidance) aligns with the included data.json and do.py functions. The skill provides cluster- and industry-level intelligence and the code only reads and surfaces that data; nothing requested (no env vars, no binaries) is unrelated to the stated purpose.
说明范围
SKILL.md describes queries and examples that map directly to the Python functions in do.py. The runtime instructions do not direct the agent to read unrelated system files, call external endpoints, or exfiltrate data.
安装机制
There is no install spec (instruction-only with bundled code/data). The skill simply ships do.py and data.json and does not download or execute external code during runtime.
证书
The skill declares no required environment variables, credentials, or config paths and the code does not access environment secrets. The requested access is therefore proportionate to its described functionality.
持久
always is false and the skill is user-invocable; it does not modify agent/system configurations or other skills and does not request permanent elevated presence.
综合结论
This skill is read-only and self-contained, so installation risk is low. Before relying on it for procurement decisions: (1) verify critical facts and company references against primary sources (government reports, CNFA, company registries), (2) treat supplier examples as pointers, not vetted contacts, and perform your own supplier due diligence, (3) if you plan to integrate this into automated workflows, review the bundled data.json for curre…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「China Furniture Sourcing」。简介:Comprehensive furniture industry sourcing guide for international buyers – prov…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/1970168137/china-furniture-sourcing/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: china-furniture-sourcing
version: 1.0.0
description: "Comprehensive furniture industry sourcing guide for international buyers – provides detailed information about China's residential, office, hotel, outdoor, and custom furniture manufacturing clusters, supply chain structure, regional specializations, and industry trends (2026 updated)."
author: "sourcing-china"
tags:
- furniture
- home-furniture
- office-furniture
- outdoor-furniture
- custom-furniture
- mattresses
- wood-furniture
- sourcing
- supply-chain
invocable: true
---
# China Furniture Sourcing Skill
## Description
This skill helps international buyers navigate China's furniture manufacturing landscape, which is projected to exceed **¥1.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 residential furniture (sofas, beds, wardrobes), office furniture (desks, chairs), hotel furniture, outdoor furniture, custom furniture, children's furniture, and mattresses.
## Key Capabilities
- **Industry Overview**: Get a summary of China's furniture industry scale, development targets, and key policy initiatives (green manufacturing, smart furniture).
- **Supply Chain Structure**: Understand the complete industry chain from raw materials (wood, panels, hardware, upholstery) to manufacturing and global sales channels.
- **Regional Clusters**: Identify specialized manufacturing hubs for different furniture types (Pearl River Delta for sofas and residential, Zhejiang for office chairs and outdoor, Sichuan for panel furniture, Jiangxi for solid wood).
- **Subsector Insights**: Access detailed information on key subsectors (residential, office, hotel, outdoor, custom, children, mattresses).
- **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 furniture industry in 2026?"
- "Show me the supply chain structure for wooden furniture"
- "Which regions are best for sourcing office chairs?"
- "Tell me about outdoor furniture manufacturing clusters"
- "How do I evaluate suppliers of custom furniture?"
- "What certifications should I look for in mattresses?"
## Data Sources
This skill aggregates data from:
- Ministry of Industry and Information Technology (MIIT)
- China National Furniture Association (CNFA)
- 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 furniture 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.