
Price Check
OfficialFreeAnalyze product margins and pricing scenarios effectively.
Free · Opens the source repo
What Price Check does
The Price Check skill provides a comprehensive analysis of product margins and pricing scenarios, allowing business owners to make informed pricing decisions. By integrating with QuickBooks and PayPal, it pulls relevant revenue and cost data to create a detailed margin table. This table displays the current gross margin for each product, highlighting any that fall below a 20% margin as potential risks. The skill offers a clear view of financial performance, essential for businesses looking to optimize their pricing strategies.
In addition to the margin analysis, Price Check models three distinct pricing scenarios for each product. These scenarios include holding the current price, increasing the price by a specified percentage, and decreasing the price to potentially drive volume. Each scenario presents projected revenue and margin data, without making specific pricing recommendations, thus empowering the owner to decide based on the provided data.
Furthermore, the skill generates a customer messaging brief for price increase scenarios, offering suggested communication strategies to inform customers about changes. This feature ensures that business owners can convey necessary information in a clear and effective manner, maintaining customer trust while implementing pricing adjustments.
Overall, Price Check is designed for business owners and financial analysts who need to understand their product pricing dynamics better. It streamlines the process of analyzing financial data and provides actionable insights without overstepping into pricing recommendations, making it a valuable tool for any business looking to enhance their pricing strategies.
When to use it
Use this skill when you need to analyze product margins and explore different pricing strategies before making decisions.
When not to use it
This skill is not suitable for businesses without QuickBooks or PayPal integration, as it relies on these data sources for analysis.
What you can build with it
Analyzing Product Margins
Use Price Check to pull and analyze gross margin data for all your products over the last 90 days.
Modeling Pricing Scenarios
Explore different pricing strategies by modeling potential revenue impacts of price increases or decreases.
Communicating Price Changes
Generate customer messaging to inform clients about upcoming price changes in a clear and professional manner.
How to install Price Check
View source1. Install with the skills CLI
npx skills add anthropics/knowledge-work-plugins/price-check --agent claude-code2. Or install it manually
Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.
Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs
Inside SKILL.md
Written by anthropicsRun the pricing analysis. Pull cost and revenue data, build the margin table, and model three pricing scenarios — so the owner can see the numbers clearly before deciding what to charge.
Parse arguments:
PRODUCT_NAME(optional) — specific product or service to analyze; if omitted, analyze all active products
Step 1 — Current margin baseline
Using the margin-analyzer skill workflow:
- Pull QuickBooks revenue by product/service for the last 90 days.
- Pull COGS or direct costs per product from QuickBooks (if categorized).
- Pull PayPal gross sales for the same products to cross-validate.
- Calculate current gross margin per product: (revenue − COGS) ÷ revenue.
Build the margin table:
Product | Revenue | COGS | Gross Margin | Margin %
{product} | ${amt} | ${amt} | ${amt} | {X}%
Flag any product with margin below 20% as a risk.
Step 2 — Three pricing scenarios
For each product (or the specified product), model three scenarios. Do NOT recommend a price — present data only.
Scenario A — Hold current price
- Project revenue at current price × current volume
- Project margin at current COGS
Scenario B — Price increase (+10% to +20%, owner to specify)
- Project revenue assuming 0%, 5%, and 10% volume loss at new price
- Show the break-even volume needed to maintain current profit
Scenario C — Price decrease (−10%, to drive volume)
- Project revenue assuming 10%, 20%, and 30% volume increase
- Show the volume needed to match current profit
Present each scenario as a data table, not a recommendation.
Step 3 — Customer messaging brief
Produce a plain-language brief (for price increase scenarios) the owner can use to communicate a change to customers:
- One paragraph explaining the change
- Three key message options (direct, value-focused, empathetic)
- Suggested timing and channel (email, invoice note, in-person)
Connector failures
If QuickBooks is unreachable, stop — margin analysis requires QB revenue and cost data. If PayPal is missing, run from QB-only and note "PayPal not connected — cross-validation against PayPal sales skipped."
Approval gates
- Never recommend a specific price. Provide data views only — pricing decisions belong to the owner.
- Flag if COGS data is incomplete (many QB setups don't track per-product COGS) and note the gap.
- Never update any prices in QB, PayPal, or any connected system.
Output
Present the margin table, then the three scenario tables side-by-side. If a price increase scenario is being considered, append the customer messaging brief. End with: "Which scenario would you like to explore further?"
Frequently asked questions about Price Check
Similar skills
Initiating Coverage
Create institutional-quality equity research reports.
Financial Tear Sheet Generator
Create professional company profiles with live data.
Pitch Deck Population
Effortlessly fill pitch deck templates with data.
Tax Season Organizer
Streamline your tax prep for accountants.
Month End Prep
Streamline your month-end close process with ease.
Funding Digest
Summarize funding rounds in a single slide.
