Agent skill · Security

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.

Varnan-Techgithub.com/Varnan-TechGitHub ↗
claude-codeships scriptsMIT
Install
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.

Facts
Files in the skill folder: 4
SKILL.md size: 4 KB
Bundled scripts: yes
Version: 1.0.0
Declared author: ajaycodesitbetter
Path: skills/pricing-page-psychology-audit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 571
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Step 1: Get the Target URL
  2. Step 2: Run the Scraper
  3. Step 3: Evaluate Against 12 Psychology Principles
  4. The 12 Principles:
  5. Step 4: Generate the Audit Report
  6. Step 5: Self-QA Before Output
  7. Step 6: Offer Follow-ups
Ships with 3 files
  • .env.example
  • README.md
  • scripts/scrape_pricing.py
Commands it runs
python scripts/scrape_pricing.py "URL_HERE"
More from opendirectory
All skills →
About this skill
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.

Keep going