pricing-page-psychology-audit
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 Varnan-Tech/opendirectory --skill pricing-page-psychology-audit --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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. --- ## Step 1: Get the Target URL 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://. --- ## Step 2: Run the Scraper Run the scraper script with the URL: ```bash python scripts/scrape_pricing.py "URL_HERE" ``` The script outputs structured text to stdout. Capture the output — it contains: - Page title - All visible text content - Button labels (CTAs) - Plan names and prices - Feature list items 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." --- ## Step 3: Evaluate Against 12 Psychology Principles Analyze the scraped content against each principle. For each, assign: - ✅ Pass — clearly present and well-executed - ⚠️ Needs Work — present but weak or could be improved - ❌ Missing — not
- Step 1: Get the Target URL
- Step 2: Run the Scraper
- Step 3: Evaluate Against 12 Psychology Principles
- The 12 Principles:
- Step 4: Generate the Audit Report
- Step 5: Self-QA Before Output
- Step 6: Offer Follow-ups
python scripts/scrape_pricing.py "URL_HERE"
What does the pricing-page-psychology-audit skill do?
Audits any SaaS pricing page URL against 12 pricing psychology principles and outputs a ranked improvement report with specific rewrite suggestions and quick wins.
How do I install it?
Run `npx skills add Varnan-Tech/opendirectory --skill pricing-page-psychology-audit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From Varnan-Tech/opendirectory, a repository with 571 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
