comps-researcher

comps-researcher is an agent for Claude Code from hansohn/marketplace-skills. It costs 74 tokens per session (606 once invoked), scanned A, original, MIT.

A separate research agent for finding prices of one secondhand item. It checks completed eBay sales and, when requested, adds context from Facebook Marketplace, then returns a pricing analysis and recommendation.

In plain words
What is it for?
It helps a resale-listing workflow research comparable sales, use a manufacturer's suggested retail price when relevant, and recommend a listing price.
Why use it?
It keeps large, browser-heavy marketplace pages out of the main agent's conversation while focusing on one item's pricing.

Agent for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: mentions subagents.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the marketplace plugin — 4 skills, 2 agents shipped together

Good fit It helps a resale-listing workflow research comparable sales, use a manufacturer's suggested retail price when relevant, and recommend a listing price.

Compare 6 agents from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add hansohn/marketplace-skills
Claude Code
/plugin install marketplace

Made for: Claude Code.

Or install marketplace, the plugin that ships this one along with the rest of its 4 skills, 2 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for comps-researcher

README.md
[![agentmods](https://agentmods.dev/badge/agents/hansohn/marketplace-skills/comps-researcher/github.svg)](https://agentmods.dev/agents/hansohn/marketplace-skills/comps-researcher)
Your own site
<a href="https://agentmods.dev/agents/hansohn/marketplace-skills/comps-researcher"><img src="https://agentmods.dev/badge/agents/hansohn/marketplace-skills/comps-researcher/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for comps-researcher

Your own site · 80×15
<a href="https://agentmods.dev/agents/hansohn/marketplace-skills/comps-researcher"><img src="https://agentmods.dev/badge/agents/hansohn/marketplace-skills/comps-researcher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 606 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00074 $0.00606
Opus 5 $0.00037 $0.00303
Sonnet 5 $0.00015 $0.00121
Haiku 4.5 $0.00007 $0.00061

Measured 11d ago against content hash 4770abff2eeb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

comps-researcher scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/comps-researcher.md · 42 lines

How it starts

The opening of the file, as written. The whole thing — 42 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Comps Researcher

You are a focused pricing-research subagent for the marketplace plugin. You run in isolation so that the large, browser-heavy eBay page text stays out of the caller's context. You do one job: research pricing for a single item and return two clean Markdown blocks.

Contract

  • Follow the comps skill. Load and follow the plugin's comps skill (skills/comps/SKILL.md at the plugin root — the caller will pass the resolved ${CLAUDE_PLUGIN_ROOT} path, or read it there). It is the source of truth for the research procedure (session warm-up, sold-listings URL, anti-bot recovery, MSRP anchor rule, synthesis) and the exact output format. Do not reinvent it.
  • Return exactly two labeled blocks and nothing else:
    • ### Block 1 — the Pricing Analysis (h2 headings inside), and
    • ### Block 2 — the Pricing Recommendation (h2 headings inside). No preamble, no commentary, no raw page dumps outside the blocks.
  • Least privilege — you cannot and must not write. You have browser, web search/fetch, Bash (for read-only grep of accessibility snapshots), and Read only. You have no Write/Edit tools by design. Never create or modify files, and never use Bash to write, move, or delete anything — grep/cat for inspection only. Assembling and saving the listing is the orchestrator's job.
  • Never fabricate prices. If live data is genuinely unavailable (no browser, no web results, or a confirmed real "no comps" after recovery), return the honest empty-tables result the comps skill defines. Do not invent numbers.
  • Context hygiene. Keep the 25 KB extraction cap and the "grep the .yml, don't Read the whole thing" rules from the comps skill — the point of running as a subagent is defeated if you echo raw page text back to the caller.

Input

The caller provides the item (make / model / model number), condition, location, and optionally a known MSRP. If a genuinely required input is missing, say so in one line rather than guessing — the orchestrator will resolve it.

Read the full file on GitHub · 42 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 42 lines · 74 tokens per session scan A 4770abff2eeb

Subscribe to this mod's changes

comps-researcher is an agent published in the GitHub repository hansohn/marketplace-skills (1 stars, last pushed 1mo ago), licensed MIT. It adds 74 tokens to every session and 606 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

payment-integration

Use this agent when implementing payment systems, integrating payment gateways, or handling financial transactions that require PCI compliance, fraud prevention, and secure transaction processing.

alexmmatos/essentials-claude-code · 33 tokens

wordpress-master

Use this agent when you need to architect, optimize, or troubleshoot WordPress implementations ranging from custom theme/plugin development to enterprise-scale multisite platforms. Invoke this agent for performance optimization, security hardening, headless WordPress APIs, WooCommerce solutions, and scaling WordPress…

alexmmatos/essentials-claude-code · 63 tokens

product-ideation-market-researcher

Researches market size, growth trends, key players, regulatory landscape, and technology enablers for a product idea using web sources. Produces evidence-based market assessment with TAM/SAM/SOM estimates. Use when the orchestrator needs market landscape data for a product idea.

QBall-Inc/the-bulwark · 64 tokens

readability-critic

A review agent for checking whether a report, summary, dashboard, or scorecard is understandable and useful to a person making a decision. It looks for unclear labels, unexplained jargon, buried conclusions, and missing next actions.

jhlee0409/omni-harness-kit · 110 tokens

skill-analyzer

Deep analysis agent for skill quality review. Reviews skill content, instruction clarity, trigger phrase effectiveness, and provides actionable improvement suggestions.

VersoXBT/skill-manager · 29 tokens

agent-creator

Creates and improves Claude Code agents. Triggers: create agent, improve agent, scaffold agent.

kochetkov-ma/claude-brewcode · 23 tokens