Audits any SaaS pricing page URL against 12 pricing psychology principles and outputs a ranked improvement report with specific rewrite suggestions and quick wins.
npx skills add https://github.com/Varnan-Tech/opendirectory --skill pricing-page-psychology-audit
Scrape any SaaS pricing page and audit it against 12 proven pricing psychology
principles. Get a scored Markdown report with specific rewrite suggestions per
tier and a "Top 3 Quick Wins" section.
Ask the user:
"Which SaaS pricing page should I audit? Share the full URL
(e.g. https://linear.app/pricing)"
If no URL is provided, stop and ask. Do not proceed without a valid URL
starting with http:// or https://.
Run the scraper script with the URL:
python scripts/scrape_pricing.py "URL_HERE"
The script outputs structured text to stdout. Capture the output — it contains:
If the script fails (timeout, blocked, invalid URL), tell the user:
"The page could not be scraped: [error]. Try a different URL or check
if the site blocks bots."
Analyze the scraped content against each principle. For each, assign:
make others feel cheaper?
tier look like better value?
"you'll lose access" rather than purely gain language?
outcomes ("Close more deals") vs just features ("10 seats")?
shown near pricing tiers (not just on a separate page)?
spots badge, or "offer ends" language?
(Starter/Growth/Scale) vs generic (Basic/Pro/Enterprise)?
vs generic ("Sign up" or "Get started")?
Does it reduce friction or create confusion?
10. Price Ending Tactics — Do prices end in 9 ($49, $99) for perceived
value, or round numbers ($50, $100) for premium feel?
11. Visual Hierarchy of Tiers — Is the recommended/popular plan visually
highlighted (badge, border, size difference)?
12. Guarantee / Trust Signal Presence — Is there a money-back guarantee,
"no credit card required", or security badge near the CTA?
Output the report in this exact Markdown structure:
# Pricing Page Psychology Audit
**URL:** [URL]
**Audited on:** [today's date]
**Overall Score:** X/12 principles passing
---
## Audit Results
### 1. Anchoring — ✅ Pass / ⚠️ Needs Work / ❌ Missing
**What we found:** [1-2 sentences from the page]
**Suggestion:** [Specific rewrite or change to make]
[Repeat for all 12 principles]
---
## 🏆 Top 3 Quick Wins
These are your highest-leverage changes, prioritized by impact vs effort:
**Quick Win #1 — [Principle name]**
Current: "[exact copy from page]"
Rewrite to: "[your improved version]"
Why: [1 sentence on the psychological mechanism]
**Quick Win #2 — [Principle name]**
...
**Quick Win #3 — [Principle name]**
...
Check before presenting the report:
Fix any violation before output.
After presenting the report, offer:
A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).
Extracts and analyzes competitors' ads from ad libraries (Facebook, LinkedIn, etc.) to understand what messaging, problems, and creative approaches are working. Helps inspire and improve your own ad campaigns.
Identifies high-quality leads for your product or service by analyzing your business, searching for target companies, and providing actionable contact strategies. Perfect for sales, business development, and marketing professionals.
Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and automatically sends a personalized growth report to your Slack DMs.
Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play Store
NGS analysis toolkit. BAM to bigWig conversion, QC (correlation, PCA, fingerprints), heatmaps/profiles (TSS, peaks), for ChIP-seq, RNA-seq, ATAC-seq visualization.
Materials science toolkit. Crystal structures (CIF, POSCAR), phase diagrams, band structure, DOS, Materials Project integration, format conversion, for computational materials science.
Transforms vague UI ideas into polished, Stitch-optimized prompts. Enhances specificity, adds UI/UX keywords, injects design system context, and structures output for better generation results.
Take varnan-tech/pricing-page-psychology-audit from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.