← Back to Skills Marketplace
harrylabsj

Cb Multi Currency Pricing

by haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
83
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cb-multi-currency-pricing
Description
Dynamic pricing strategies across currencies and markets for cross-border e-commerce
README (SKILL.md)

Multi-currency Pricing Strategist

Overview

Dynamic pricing strategies across currencies and markets for cross-border e-commerce. Calculates PPP-adjusted local prices, provides competitive positioning analysis, currency risk assessment, and pricing strategy frameworks. Pure descriptive skill. No code execution, API calls, or network access.

Trigger Keywords

Use this skill when the user mentions or asks about:

  • multi-currency pricing for international markets
  • price products in different currencies (EUR, GBP, JPY, AUD, etc.)
  • pricing strategy for Germany, Japan, UK, Australia, Brazil, India
  • exchange rate and currency risk management
  • competitive pricing in international markets

Primary Triggers

  • "multi-currency pricing for my electronics product at $100 for Germany Japan and Australia"
  • "help me price my apparel at $50 for UK Canada and Brazil"
  • "how should I price products in multiple currencies premium strategy"

Workflow

  1. Receive input — Parse base USD price, target markets, product category, strategy focus (premium/competitive/balanced)
  2. Calculate prices — Apply PPP adjustment, currency conversion, margin based on volatility and price sensitivity
  3. Strategy framework — Build pricing strategy based on stated focus
  4. Risk assessment — Provide currency risk by market with volatility levels and review frequency
  5. Competitive positioning — Compare against local market equivalents

Input Format

Accepts natural language or structured JSON describing base USD price, target markets, product category, and pricing strategy focus.

Supported Markets

Market Currency Code PPP Index Price Sensitivity Volatility
Germany Euro EUR 0.83 Medium Low
Japan Japanese Yen JPY 102.0 Low Medium
United Kingdom British Pound GBP 0.73 Medium Low
Australia Australian Dollar AUD 1.44 Medium-High Medium
Canada Canadian Dollar CAD 1.26 Medium Low
France Euro EUR 0.83 Medium Low
Brazil Brazilian Real BRL 2.85 High High
India Indian Rupee INR 22.5 High High
South Korea Korean Won KRW 850 Medium-High Medium
United States US Dollar USD 1.0 Low Minimal

Reference Exchange Rates (USD Base)

Approximate rates for reference (verify current rates before use):

  • USD/EUR: 0.92
  • USD/GBP: 0.79
  • USD/JPY: 149.5
  • USD/AUD: 1.53
  • USD/CAD: 1.36
  • USD/BRL: 4.97
  • USD/INR: 83.2
  • USD/KRW: 1320
  • USD/CHF: 0.88

PPP Adjustment Methodology

Purchasing Power Parity (PPP) adjustment accounts for the relative cost of living across markets. Products that cost $100 USD may need to be priced differently in local currency to maintain equivalent real value for consumers and preserve margin health for sellers.

Output Structure

Returns JSON with:

  • multi_currency_pricing: per-market prices with currency, PPP-adjusted values, recommended retail, competitor comparison
  • pricing_strategy_framework: strategy (premium/competitive/balanced) with adjustment factor and rationale
  • currency_risk_management: per-market volatility, annual range, recommended review frequency
  • competitive_positioning: local market equivalents and competition level analysis
  • disclaimer: safety disclaimer

Safety and Disclaimer

Descriptive guidance only. Not professional legal, tax, financial, or business advice. Currency exchange rates fluctuate. Verify current rates before setting prices. This provides frameworks, not guaranteed pricing.

Examples

Example 1: Electronics at $100 to Germany, Japan, Australia

Input: "multi-currency pricing for my electronics product at $100 for Germany Japan and Australia" Output: EUR/GBP/JPY/AUD prices with PPP adjustments, margin based on currency volatility, pricing position vs local competitors, currency risk assessment.

Example 2: Apparel at $50 Competitive Pricing

Input: "help me price my apparel at $50 for UK Canada and Brazil competitive pricing" Output: Local currency prices with competitive adjustment, GBP/CAD/BRL amounts, risk-adjusted margins, competitive positioning vs local brands.

Acceptance Criteria

  • Calculates local prices for at least 3 markets with currency conversion and PPP adjustment
  • Provides pricing strategy framework (premium/competitive/balanced) with rationale
  • Includes currency risk assessment with volatility levels and review frequency
  • Lists competitive positioning analysis vs local market prices
  • 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 a self-contained, descriptive pricing helper with no network calls or secret access, which reduces the risk surface. However: (1) SKILL.md's claim of 'no code execution' is misleading because handler.py is included and will run when the skill is invoked — review handler.py before installing. (2) There are mismatches between the documentation and the code (PPP indices, some market names and values); verify the numeric inputs (exchange rates, PPP indices, volatility) before using outputs for real pricing decisions. (3) Because the skill performs calculations (and not authoritative financial/legal advice), do not rely on it for final pricing — verify rates from authoritative sources. If you want to proceed: inspect the handler.py locally or run tests in an isolated environment to confirm behavior; ask the publisher to correct the SKILL.md/data inconsistencies and to explicitly document that a local handler is executed.
Capability Analysis
Type: OpenClaw Skill Name: cb-multi-currency-pricing Version: 1.0.0 The skill is a descriptive tool for calculating multi-currency pricing strategies based on hardcoded exchange rates and PPP indices. The implementation in handler.py is limited to basic string parsing and arithmetic, with no evidence of network access, file system interaction, or shell execution. All files, including SKILL.md and the test suite, are consistent with the stated purpose of providing financial frameworks for e-commerce.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
Name, description, and code align: the skill computes PPP-adjusted prices, risk assessments, and competitive positioning. It does not request credentials or external binaries. However, numeric values and market identifiers differ between SKILL.md and handler.py (for example, SKILL.md's PPP table shows Germany PPP=0.83 and Japan PPP=102.0, while handler.py uses Germany ppp_index=0.95 and Japan ppp_index=0.88). Minor naming mismatches exist (SKILL.md uses 'United Kingdom'/'United States' vs handler.py's 'UK'/'US'). These inconsistencies are not inherently malicious but reduce trust in accuracy.
Instruction Scope
SKILL.md repeatedly states 'Pure descriptive — no code execution, API calls, or network access.' Yet the package contains a runnable handler.py and tests which will execute code locally when the agent invokes the skill. The code itself does not perform network calls, subprocesses, file writes, or read environment variables—so the execution is local and self-contained. The mismatch between the SKILL.md assertion of 'no code execution' and the presence of executable code is misleading and should be clarified.
Install Mechanism
No install spec, no downloads, and no package installs. This is an instruction-only skill with included source files. Nothing in the manifest indicates remote code retrieval or execution of externally fetched binaries.
Credentials
The skill requires no environment variables, no credentials, and no config paths. The requested privileges are proportionate to the stated purpose.
Persistence & Privilege
Skill flags are normal (always: false, user-invocable: true). The skill does not request persistent presence nor modify other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cb-multi-currency-pricing
  3. After installation, invoke the skill by name or use /cb-multi-currency-pricing
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Multi-currency Pricing Strategist - Provides descriptive frameworks for dynamic, cross-border product pricing using PPP adjustments and reference exchange rates. - Covers competitive positioning, currency risk assessment (volatility, review frequency), and strategy frameworks (premium/competitive/balanced) for up to 10 major markets. - Accepts natural language or structured JSON input with base price, target markets, product category, and pricing focus. - Returns structured JSON outputs: multi-currency pricing, strategy rationale, risk management, competitor analysis, safety disclaimer, and input summary. - No code execution, data fetching, or API/network access; guidance only.
Metadata
Slug cb-multi-currency-pricing
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Cb Multi Currency Pricing?

Dynamic pricing strategies across currencies and markets for cross-border e-commerce. It is an AI Agent Skill for Claude Code / OpenClaw, with 83 downloads so far.

How do I install Cb Multi Currency Pricing?

Run "/install cb-multi-currency-pricing" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Cb Multi Currency Pricing free?

Yes, Cb Multi Currency Pricing is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Cb Multi Currency Pricing support?

Cb Multi Currency Pricing is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Cb Multi Currency Pricing?

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

💬 Comments