Systems Lab

Agent skill

sales-playbook

activeNeeds a keyActs undeclared500 words

Filed under Team and enablement.

From ericosiu/ai-marketing-skills · 21 skills · 3,449 · pushed 2026-08-16

What it does when it runs

Read from the skill and the 6 files bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.

Keys and connectors you must supply
  • AHREFS_API_KEY
  • ANTHROPIC_API_KEY
  • OPENAI_API_KEY
  • SEMRUSH_API_KEY
Hosts it reaches
  • ahrefs.com
  • api.ahrefs.com
  • api.anthropic.com
  • api.openai.com
  • api.semrush.com
  • developer.semrush.com
  • levelingup.beehiiv.com
  • platform.openai.com
  • singlebrain.com
  • www.singlegrain.com
Tool permissions it declares
No allowed-tools in the frontmatter. It does act, so it runs under whatever permissions your session already grants.
Actions present in the files
shellnetwork

Ask about sales-playbook

Opens your assistant with this page's verified links already in the prompt.

Is this safe to install?ClaudeChatGPT
Adapt it to my stackClaudeChatGPT
What else do I need for it to workClaudeChatGPT
Rather ask a human? Talk to Cheetah
git clone --depth 1 --filter=blob:none --sparse https://github.com/ericosiu/ai-marketing-skills.git /tmp/ai-marketing-skills
git -C /tmp/ai-marketing-skills sparse-checkout set "sales-playbook"
mkdir -p ~/.claude/skills/sales-playbook
cp -R "/tmp/ai-marketing-skills/sales-playbook/." ~/.claude/skills/sales-playbook/

Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗

The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.

Before you install: this skill will not complete its job on a bare agent. It needs AHREFS_API_KEY, ANTHROPIC_API_KEY, OPENAI_API_KEY, SEMRUSH_API_KEY, which you have to obtain separately.

Reproduced in full from ericosiu/ai-marketing-skills/blob/2eb0f34edb8d6111ca8b2930fed92413c9af7002/sales-playbook/SKILL.md, which is licensed MIT (repository). 500 words, 14 headings.

AI Sales Playbook — Value-Based Pricing & Deal Upselling

Preamble (runs on skill start)

# Version check (silent if up to date)
python3 telemetry/version_check.py 2>/dev/null || true

# Telemetry opt-in (first run only, then remembers your choice)
python3 telemetry/telemetry_init.py 2>/dev/null || true

Privacy: This skill logs usage locally to ~/.ai-marketing-skills/analytics/. Remote telemetry is opt-in only. No code, file paths, or repo content is ever collected. See telemetry/README.md.


Framework for value-based pricing that moves deals from $10K/mo → $40-100K/mo. Pre-call briefings, tiered package generation, post-call analysis, and a pattern library for training sales teams on proven pricing techniques.

When to Use

Use this skill when:

  • Preparing for a sales call and need competitive data to anchor on value
  • Building tiered pricing proposals for prospects at different deal sizes
  • Analyzing sales call transcripts to score against the value-based pricing framework
  • Training sales reps on proven pricing patterns and objection handling
  • Upselling existing deals by identifying missed value levers

Tools

Pre-Call Preparation

ScriptPurposeKey Command
value_pricing_briefing.pyGenerate pre-call briefing with competitive data, value calcs, and conversation hookspython3 value_pricing_briefing.py --domain acme.com --competitors "comp1.com,comp2.com"
value_pricing_packager.pyGenerate tiered S/M/L + performance pricing packagespython3 value_pricing_packager.py --target-monthly 80000 --services "seo,cro,content,paid"

Post-Call Analysis

ScriptPurposeKey Command
call_analyzer.pyScore a call transcript against the value-based pricing frameworkpython3 call_analyzer.py --transcript call.txt
pricing_pattern_library.pyReference library of 10 proven pricing patterns + training modepython3 pricing_pattern_library.py --list

Configuration

All scripts use environment variables for API keys:

Optional Environment Variables

  • AHREFS_API_KEY — Ahrefs API key (Briefing Generator, optional — uses stubs without it)
  • SEMRUSH_API_KEY — SEMrush API key (Briefing Generator, optional — uses stubs without it)
  • ANTHROPIC_API_KEY — Anthropic API key (Call Analyzer, Pattern Library scenario mode)
  • OPENAI_API_KEY — OpenAI API key (alternative to Anthropic for LLM features)

Scripts work without API keys using built-in stubs and sample data for testing.

Key Concepts

The Value-Based Pricing Framework

  1. Lead with data, not your pitch — Show the prospect their competitive gaps before discussing services
  2. Anchor high — Present the premium tier first so the target tier feels reasonable
  3. Tie price to value — Every dollar of investment maps to projected ROI
  4. Use competitive triggers — Competitor rankings activate urgency without being pushy
  5. Present tiered options — 3-4 tiers with clear tradeoffs, always including a performance option

Pricing Framework Score (0-100)

The call analyzer scores calls against these criteria:

  • Showed data before pitching (20 pts)
  • Presented tiered options (20 pts)
  • Anchored high first (15 pts)
  • Tied price to value/ROI (15 pts)
  • Used competitive triggers (15 pts)
  • Got prospect to state their own pain (15 pts)

Dependencies

  • Python 3.9+
  • requests (for API integrations)
  • No other external dependencies

Files bundled with it

These load only when the skill asks for them, so they cost nothing until it runs.

Other skills for the same job

Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.

Need help setting it up?

This page tells you what sales-playbook does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.

Book a call →

The directory stays free. There is nothing gated behind this.