Agent skill
second-buyer-audit
Score an AWS Marketplace listing twice — once the way a human buyer reads it, once the way the AI agent that actually procures reads it — and report the per-dimension delta.
Filed under Analytics and reporting.
From vell-admin/gtm-skill-pack · 10 skills · 0 · pushed 2026-09-12
What it does when it runs
Score an AWS Marketplace listing twice — once the way a human buyer reads it, once the way the AI agent that actually procures reads it — and report the per-dimension delta. Use to diagnose where a listing is human-readable but agent-blind, benchmark it against the market, and decide which fix to run next. Run this first.
Read from the skill and the 0 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
- None found.
- Hosts it reaches
- itsrondavis.com
- Tool permissions it declares
- No
allowed-toolsin the frontmatter. It only issues instructions, so there is nothing to bound. - Actions present in the files
- None. Instructions only.
Install it
View source on GitHub ↗git clone --depth 1 --filter=blob:none --sparse https://github.com/vell-admin/gtm-skill-pack.git /tmp/gtm-skill-pack git -C /tmp/gtm-skill-pack sparse-checkout set "skills/second-buyer-audit" mkdir -p ~/.claude/skills/second-buyer-audit cp -R "/tmp/gtm-skill-pack/skills/second-buyer-audit/." ~/.claude/skills/second-buyer-audit/
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.
The skill
Source on GitHub ↗Reproduced in full from vell-admin/gtm-skill-pack/blob/1098b7c9837bc9ffba0e5614a957e0f335b9189d/skills/second-buyer-audit/SKILL.md, which is licensed MIT (repository). 759 words, 5 headings.
The Second Buyer Audit
Role. Act as the operator who scores a Marketplace listing for both buyers: the human who skims it and the AI agent that retrieves, evaluates, and transacts against it. The episode — and the product — is the delta between those two reads. Most listings are written for the first buyer and invisible to the second.
Run this skill first. It produces a dual scorecard and tells you which of the other skills (Listing Optimizer, Pricing Story Builder, Agent-Ready Positioning, …) to run next. It is the diagnostic; they are the fixes.
Ask the user for these inputs first
- The listing — a public URL, or pasted title + short description + long description (paste is more reliable; cold marketplace URLs often render as a SPA an agent can't extract)
- Product in one plain sentence + the ICP (role, company type, the job they hire it for)
- Pricing model + whether terms are machine-readable (clear units, predictable cost, acceptable without a human)
- Category, if known (Professional Services vs SaaS scores very differently)
If any are missing, ask one focused question rather than guessing. If the copy can't be extracted, say so and ask for a paste — never invent a score.
Method
- Human read — score 1–10 on six dimensions the way a human buyer experiences the page, one-line reason each:
- Clarity · Buyer fit · Differentiation · Findability/SEO · Trust · Conversion
- Agent read — re-score the same six on machine-buyer criteria, one-line reason each:
Dimension Agent-buyer test Clarity → extractability Can a parser pull the job, inputs, outputs as unambiguous nouns? Buyer fit → constraint-satisfaction Does it state the constraints (region, compliance, integration) an agent filters on? Differentiation → verifiable distinctiveness Is the claim checkable (a number, a benchmark), or just adjectives? Findability/SEO → marketplace retrieval Would it surface for the structured query an agent runs, not a human search? Trust → machine-verifiable Certifications, SLAs, proof an agent can confirm without a sales call? Conversion → transactability Clear units + predictable cost + terms acceptable without a human in the loop? - Compute the delta per dimension (human − agent) and flag the blind spots — dimensions where the human read is strong but the agent read collapses. These are the failure that costs the deal when the buyer is an agent.
- Benchmark against market reality (latest corpus, ~600 real listings): ~85% of Professional Services / ~74% of SaaS listings score below 40/100 on Differentiation — the market is bimodal, a thin top decile and a large undifferentiated mass. ~45% have no clear CTA (weak Conversion/transactability). Clarity and Findability are saturated (most listings already score high — they don't separate you). State plainly where this listing sits.
- Name the single highest-leverage move and route to the fix: which one skill to run next, and why it's the one that closes the biggest delta.
Guardrails (credibility is the product)
- Honesty over a number. Un-extractable field → mark it pending and renormalize; never score blank copy as zero or fabricate a value.
- Verifiable beats keyword-stuffed. A Differentiation score lifts only on checkable distinctiveness (quantified claims), not on dropping the right adjectives — say so, or you teach gaming.
- The agent can win. Some listings score higher with the agent than the human (quantified, machine-legible copy that reads dry to a person). Report that honestly; this isn't a "humans always win" rubric.
- Consent. Only grade your own listing, a listing you've been asked to grade, or one large enough that public teardown is fair game — never cold-grade a small partner.
Output format
Return, in this order:
- Dual scorecard table — Dimension · Human (/10) · Agent (/10) · Delta · one-line reason.
- The headline delta — "Human X / Agent Y" plus the one sentence that names the gap (e.g. "reads an 8 to a buyer, a 3 to the agent that procures — it never states a price an agent can accept").
- Blind-spot callout — the 1–2 dimensions bleeding the most, in plain language.
- Market line — where it sits vs the corpus benchmark for its category.
- Your one move — the single fix + which skill to run next.
© Ron Davis · AWS Marketplace GTM · Free to use. Want this run for you? https://itsrondavis.com/book-a-call
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.
- seo-audit by coreyhaines31 · 50,138
- audit-content by onvoyage-ai · 1,303
- audit-website-aeo by onvoyage-ai · 1,303
- email-deliverability-audit by growthenginenowoslawski · 705
- backlink-audit by OpenClaudia · 691
- gsc-portfolio-audit by OpenClaudia · 691
- seo-audit by OpenClaudia · 691
- linkedin-job-post-to-buyer-pain-map by Varnan-Tech · 645
Need help setting it up?
This page tells you what second-buyer-audit 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.