Buyer Eval: Claude skill for B2B vendor evaluation using AI agent conversations

A Claude skill that conducts structured, evidence-based evaluations of B2B software vendors on behalf of buyers. You provide your company name and the vendors you're evaluating, and it handles the research and analysis automatically.
How it works
The skill:
- Researches your company — industry, size, tech stack, maturity — so you don't fill out forms
- Asks domain-expert questions specific to the software category to surface hidden requirements
- Sets hard constraints — budget, compliance, integrations — and eliminates vendors that fail before wasting research time
- Engages vendor AI agents directly through the Salespeak Frontdoor API for verified, structured due diligence conversations
- Conducts independent research — G2, Gartner, analyst reports, press, LinkedIn — and cross-references vendor claims against independent sources
- Scores vendors across 7 dimensions with transparent evidence tracking — you see exactly which scores are backed by verified evidence vs. public sources only
- Produces a comparative recommendation with a TL;DR, side-by-side scorecard, hidden risk analysis, and demo prep questions
Technical implementation
The agent-to-agent conversation works by making a REST API call that checks for a Company Agent, then runs a structured due diligence conversation if one exists. It asks adversarial questions like "What are your customers' most common complaints?" and "What use cases are you NOT a good fit for?" — and flags when agents deflect instead of answering.
When vendors have different evidence levels, the skill quantifies what would change if the missing evidence were confirmed — so it doesn't silently favor vendors that happen to have AI agents. It works fully for any vendor, with or without an AI agent. Vendors without one get evaluated on public sources with the same scoring framework.
Installation and usage
Global install (recommended):
git clone https://github.com/salespeak-ai/buyer-eval-skill.git ~/.claude/skills/buyer-eval-skill
Per-project install:
git clone https://github.com/salespeak-ai/buyer-eval-skill.git .claude/skills/buyer-eval-skill
Usage: In Claude Code or Claude desktop: /buyer-eval then provide your company name and vendors to evaluate. Example: "I'm from Acme Corp. Evaluate Gainsight, Totango, and ChurnZero."
Alternative installation: Ask Claude Code: "Install the buyer-eval skill from salespeak-ai on GitHub." Then /buyer-eval to run it.
Example output
The skill produces a TL;DR summary, scorecard with evidence levels (vendor-verified vs public only), adversarial question exchanges with vendor AI agents, and independent verification of claims. For example, in a customer success platform evaluation:
- Gainsight: strongest fit for teams needing deep analytics and enterprise-grade health scoring, but at a premium
- ChurnZero: wins on time-to-value and usability for teams under 50 CSMs
- Totango: flexible and modular, but requires more configuration
Scorecards show dimensions like "Health Scoring & Analytics" with scores (e.g., 9.2, 7.5, 8.0) and evidence levels. The skill auto-updates by checking for newer versions on GitHub (cached, checks at most once every 6 hours) and asks before updating with a single git pull.
📖 Read the full source: HN AI Agents
👀 See Also

MatchKit: Design System Generator for Claude Code Projects
MatchKit is a tool that generates complete branded design systems for projects built with Claude Code. It extracts brand colors from uploaded logos and generates customizable components, layouts, and design tokens to avoid the generic look common with AI coding tools.

Chrome Skills: Save and Reuse AI Prompts as One-Click Tools
Google's Chrome Skills feature lets users save AI prompts as reusable workflows that run with a single click on any webpage. Skills can be accessed by typing forward slash (/) or clicking the plus sign (+) in Gemini in Chrome.

Claude adds interactive chart and diagram creation feature
Claude can now generate interactive visuals including charts, diagrams, and explorable breakdowns directly within conversations. The feature is available in beta across all plans including free tier.

Pali v0.1: Open Source Memory Infrastructure for LLMs with Reproducible Benchmarks
Pali is an open source memory infrastructure for LLMs built in Go as a single binary with multi-tenant APIs, hybrid retrieval, and plug-and-play extensions. The v0.1 release includes a benchmark suite with reproducible results showing performance metrics for different configurations.