← 返回 Skills 市场
harrylabsj

Cb Product Localization Advisor

作者 haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
89
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cb-product-localization-advisor
功能描述
Product adaptation framework for international market requirements and cultural preferences
使用说明 (SKILL.md)

Product Localization Advisor

Overview

Product adaptation framework for international market requirements and cultural preferences. Covers regulatory certifications, labeling requirements, packaging adaptation, and cultural customization for major markets: Germany, France, Japan, Australia, UK, US, Brazil, and India. Generates competitive analysis and phased implementation plans. Pure descriptive skill. No code execution, API calls, or network access.

Trigger Keywords

Use this skill when the user mentions or asks about any of the following topics:

Primary Triggers

  • product localization for Germany, Japan, France, Australia, UK, US, Brazil, India
  • adapt products for a specific country or international market
  • regulatory certifications for electronics, apparel, toys, cosmetics, food, or consumer goods
  • cultural product adaptation and packaging localization
  • product changes needed for cross-border or international markets
  • CE marking, UKCA, PSE, RCM, INMETRO, BIS requirements
  • label language requirements for export markets
  • market-specific packaging regulations

Secondary Triggers

  • "how should I adapt my electronics products for Germany and Japan"
  • "what product changes needed for selling in France and Australia"
  • "help me localize my apparel brand for international markets"
  • "what certifications do I need for the Brazilian market"
  • "how to adapt packaging for the Japanese market"
  • "product compliance for India and Brazil"
  • "cultural considerations when selling to Germany"
  • "Australia RCM requirements for electronics"
  • "Japan PSE mark and labeling rules"
  • "UKCA vs CE marking differences"

Workflow

  1. Receive input — Parse target markets, product categories, and localization goals
  2. Regulatory analysis — Identify required certifications, marks, and labeling per market
  3. Cultural analysis — Provide cultural adaptation recommendations per market
  4. Competitive analysis — Generate differentiation and positioning framework
  5. Implementation plan — Build phased plan with deliverables and timeline

Input Format

Accepts natural language or structured JSON describing product type, target markets, and localization goals (regulatory compliance, cultural appropriateness, competitive positioning).

Output Structure

Returns JSON with the following fields:

  • input_analysis: parsed summary of target markets, product categories, and goals
  • regulatory_adaptations: required certifications, marks, and labeling per market
  • cultural_adaptations: cultural priorities and recommended product adaptations per market
  • competitive_analysis_framework: differentiation opportunities and positioning per market
  • localization_implementation_plan: phased plan with deliverables and timeline
  • disclaimer: safety disclaimer

Supported Markets

Market Key Certifications Language Special Requirements
Germany CE German 严谨质量偏好,环保意识强
France CE French 文化敏感性,环保法规
Japan PSE, JIS Japanese 高品质期望,精致包装
Australia RCM English 气候适应性,环保要求
UK UKCA, CE English 脱欧后独立体系
US FCC, UL English 尺寸规格,州级差异
Brazil INMETRO Portuguese 复杂认证流程
India BIS Hindi, English 本地测试要求

Safety and Disclaimer

Descriptive guidance only. Not professional legal, regulatory, or business advice. Verify with qualified professionals and official regulatory bodies. Does not guarantee market acceptance or regulatory approval. Regulations change frequently; always verify current requirements.

Examples

Example 1: Electronics to Germany and Japan

Input: "how should I adapt my electronics products for Germany and Japan market" Output: CE marking and PSE mark requirements, German and Japanese language labeling, cultural priorities (Germany: quality over convenience, Japan: precision and durability), competitive positioning emphasizing reliability, 4-phase implementation plan.

Example 2: Apparel to France and Australia

Input: "help me localize apparel products for France and Australia" Output: Regulatory requirements for both markets, cultural considerations (France: fashion sensibility and sizing, Australia: climate diversity and outdoor lifestyle), sizing and packaging adaptation, competitive analysis, phased localization roadmap.

Example 3: Consumer Goods to Brazil and India

Input: "what changes needed to sell my consumer goods in Brazil and India" Output: INMETRO and BIS certification paths, Portuguese and Hindi labeling requirements, cultural adaptation priorities, local competition analysis, implementation roadmap.

Example 4: Multiple Markets Electronics

Input: "I want to sell electronics in Germany, Japan, Australia and Brazil, what do I need" Output: Comprehensive multi-market analysis covering CE/UKCA (Europe), PSE (Japan), RCM (Australia), INMETRO (Brazil) — full certification matrix, labeling language requirements, cultural adaptation framework, phased market entry strategy.

Acceptance Criteria

  • Identifies regulatory adaptations for at least 2 target markets
  • Provides cultural adaptation recommendations with specific priorities per market
  • Includes competitive analysis framework with differentiation opportunities
  • Creates implementation plan with phases, deliverables, and timeline
  • Returns valid JSON with all documented fields present
  • Contains complete safety disclaimer in every output
  • Includes input_analysis summarizing parsed input
  • Pure descriptive — no code execution, API calls, network access
安全使用建议
This skill appears to be what it says: a descriptive advisor using local lookup tables and returning JSON. Before installing: (1) be aware of the capability gap — the SKILL.md claims Brazil and India support but the code lacks DB entries for those markets (you may get fallback/default behavior rather than concrete guidance); (2) verify any regulatory recommendations with qualified legal/compliance experts — the skill includes a disclaimer and is not a replacement for official guidance; (3) because the skill can be invoked by an agent (default), treat outputs as advisory only and avoid auto-executing any actions based solely on its responses; (4) if you need broader market coverage or up-to-date regulations, request that the maintainer expand or externalize the regulatory DB rather than relying on this static dataset.
功能分析
Type: OpenClaw Skill Name: cb-product-localization-advisor Version: 1.0.0 The Product Localization Advisor is a purely descriptive skill designed to provide static regulatory and cultural information for international markets. The implementation in handler.py is data-driven, using hardcoded dictionaries and basic string matching without any high-risk operations such as network access, file system interaction, or shell execution. The SKILL.md instructions are well-aligned with the stated purpose and do not contain any prompt-injection attempts or hidden commands.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name/description (product localization for multiple markets) matches the code and SKILL.md: the handler produces the documented JSON fields and uses embedded regulatory and cultural tables. However, SKILL.md and the overview list Brazil and India among supported markets while the handler's REGULATORY_DB and CULTURAL_DB only include Germany, France, Japan, Australia, UK, and US. That is a functional mismatch (missing entries for Brazil and India) — not a security issue but a capability gap.
Instruction Scope
SKILL.md explicitly states 'pure descriptive — no code execution, API calls, or network access' and the included handler.py adheres to that: it only uses local constants, parsing logic, and JSON serialization. There are no subprocess, network, file-write, or credential uses in the runtime path. The __main__ self-tests are local assertions and prints.
Install Mechanism
No install spec is provided (instruction-only / code-in-repo). No downloads or external package installation are requested. This minimizes installation risk.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. The code does not read environment variables or secrets. Credential/request footprint is minimal and appropriate for a descriptive advisor.
Persistence & Privilege
The skill does not request 'always: true' and uses default invocation semantics. It does not modify other skills or system-wide settings. There is no persistent agent-wide privilege requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cb-product-localization-advisor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cb-product-localization-advisor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Product Localization Advisor. - Provides a descriptive framework for adapting products to major international markets, covering regulatory certifications, labeling, packaging, and cultural customization. - Supports competitive analysis and generates phased implementation plans for Germany, France, Japan, Australia, UK, US, Brazil, and India. - Accepts natural language or structured JSON inputs detailing product type, markets, and localization goals. - Returns structured JSON with analysis of requirements, adaptation recommendations, competitive positioning, and implementation planning. - Includes trigger keywords, example inputs/outputs, and detailed workflow guidance. - Emphasizes descriptive output only, with a mandatory safety disclaimer.
元数据
Slug cb-product-localization-advisor
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Cb Product Localization Advisor 是什么?

Product adaptation framework for international market requirements and cultural preferences. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 89 次。

如何安装 Cb Product Localization Advisor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install cb-product-localization-advisor」即可一键安装,无需额外配置。

Cb Product Localization Advisor 是免费的吗?

是的,Cb Product Localization Advisor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Cb Product Localization Advisor 支持哪些平台?

Cb Product Localization Advisor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Cb Product Localization Advisor?

由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。

💬 留言讨论