China Furniture Suppliers

v1.0.1

Comprehensive furniture industry suppliers guide for international buyers – provides detailed information about China's residential, office, hotel, outdoor,...

0· 163·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for findhappy7/china-furniture-suppliers.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "China Furniture Suppliers" (findhappy7/china-furniture-suppliers) from ClawHub.
Skill page: https://clawhub.ai/findhappy7/china-furniture-suppliers
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install china-furniture-suppliers

ClawHub CLI

Package manager switcher

npx clawhub@latest install china-furniture-suppliers
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the delivered artifacts: SKILL.md describes an industry sourcing guide and the package includes data.json with cluster-level intelligence and run.py exposing query functions that return that data. Required env, binaries, and config paths are none, which is proportional to the stated purpose.
Instruction Scope
SKILL.md instructs how to query the dataset and cites public sources. The runtime instructions and run.py operate only on the included data.json; there are no instructions to read unrelated system files, access environment secrets, or transmit data to external endpoints.
Install Mechanism
There is no install spec (instruction-only style plus included code/data). No downloads, external installers, or archive extraction are present. The skill reads local data.json at import time.
Credentials
The skill declares no required environment variables, credentials, or config paths and the code does not access os.environ for secrets. All data access is from the bundled data.json.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes or modify other skills. disable-model-invocation is false (normal), so the agent could call it autonomously which is expected for skills.
Assessment
This skill appears to be a local, read-only reference: it loads bundled data and exposes query functions without network calls or credential use. Before installing, you may want to: (1) review data.json if you have concerns about included company names or any contact details (the author states cluster-level data only), (2) note minor inconsistencies (SKILL.md shows version 1.0.0 while registry is 1.0.1 and an example import prints 'from do import...' which looks like a typo), and (3) if you will rely on it for procurement, independently verify recent source documents cited in SKILL.md. There are no red flags requiring denial, but validate sources and licensing if using commercially.

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

latestvk97cwkav62cmn5cwgdef4f23hh833zvc
163downloads
0stars
1versions
Updated 1mo ago
v1.0.1
MIT-0

China Furniture Factory 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 suppliers 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 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 furniture 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...