← Back to Skills Marketplace
harrylabsj

Cb Product Localization Advisor

by haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
89
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cb-product-localization-advisor
Description
Product adaptation framework for international market requirements and cultural preferences
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptocan-make-purchases
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cb-product-localization-advisor
  3. After installation, invoke the skill by name or use /cb-product-localization-advisor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug cb-product-localization-advisor
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Cb Product Localization Advisor?

Product adaptation framework for international market requirements and cultural preferences. It is an AI Agent Skill for Claude Code / OpenClaw, with 89 downloads so far.

How do I install Cb Product Localization Advisor?

Run "/install cb-product-localization-advisor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Cb Product Localization Advisor free?

Yes, Cb Product Localization Advisor is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Cb Product Localization Advisor support?

Cb Product Localization Advisor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Cb Product Localization Advisor?

It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.

💬 Comments