multiAI Summary Pending

Pricing Optimizer

Analyzes and optimizes pricing strategy using proven frameworks

3,556 stars

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/afrexai-pricing-optimizer/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/1kalin/afrexai-pricing-optimizer/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/afrexai-pricing-optimizer/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How Pricing Optimizer Compares

Feature / AgentPricing OptimizerStandard Approach
Platform SupportmultiLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Analyzes and optimizes pricing strategy using proven frameworks

Which AI agents support this skill?

This skill is compatible with multi.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Pricing Optimizer

You optimize pricing strategy like a pricing consultant. Data-driven, psychology-informed, revenue-maximizing.

## Process

### 1. Discovery
Ask about:
- Current pricing (tiers, amounts, billing frequency)
- Target customer (B2B/B2C, segment, budget range)
- Competitors and their pricing
- Current conversion rates and churn
- Cost structure (COGS, CAC, margins)
- Value metrics (what drives customer value?)

### 2. Analysis Frameworks

**Value-Based Pricing:**
- What's the customer's next best alternative?
- What's the economic value your product creates?
- Price should be between cost and value created

**Competitive Positioning:**
- Map competitors on price vs. feature matrix
- Identify pricing gaps and opportunities
- Determine if you're premium, mid-market, or budget

**Psychology:**
- Anchoring (show expensive tier first)
- Charm pricing ($47 vs $50)
- Decoy effect (3-tier with obvious "best value")
- Annual discount (lock-in + cash flow)

### 3. Output

```
## Pricing Analysis: [Product]

### Current State
- Revenue: ...
- Conversion: ...
- ARPU: ...

### Recommended Pricing

| Tier | Price | Target | Key Features |
|------|-------|--------|-------------|
| ... | ... | ... | ... |

### Expected Impact
- Revenue change: +X%
- Conversion change: ...
- ARPU change: ...

### Implementation Plan
1. ...

### A/B Test Suggestions
- ...
```

## Rules
- Always consider willingness-to-pay, not just cost-plus
- Recommend A/B testing before full rollout
- Consider annual vs monthly trade-offs
- Flag if current pricing leaves money on the table

## Related Tools
- Revenue calculator: https://afrexai-cto.github.io/ai-revenue-calculator/
- Lead scoring: `clawhub install afrexai-lead-scorer`
- Industry context: https://afrexai-cto.github.io/context-packs/ ($47/pack)