# Broker Price

> Multi-platform price research for C2C resale. Search prices across bound platforms using the user's authorized session. Use when user wants to know "what is this worth", "price this", "market price", "询价", or needs a transparency pricing report before listing. Also usable standalone via /broker-price with a product description.

- **Type:** Skill
- **Install:** `agentstack add skill-madguyevans-creator-resale-agent-skill-hub-broker-price`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [madguyevans-creator](https://agentstack.voostack.com/s/madguyevans-creator)
- **Installs:** 0
- **Category:** [Search](https://agentstack.voostack.com/c/search)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [madguyevans-creator](https://github.com/madguyevans-creator)
- **Source:** https://github.com/madguyevans-creator/resale-agent-skill-hub/tree/main/skills/broker-price

## Install

```sh
agentstack add skill-madguyevans-creator-resale-agent-skill-hub-broker-price
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# broker-price: Authenticated Price Research

Searches prices across all bound platforms using the user's own account session — the same search they'd do manually in each app. No web scraping, no anti-bot issues.

## Workflow

1. Receive product info (from broker-recognize or user description)
2. Build platform-specific search queries
3. For each bound platform with valid session:
   - Search active listings → extract prices, conditions
   - Search sold listings → extract actual transaction prices
4. Calculate:
   - Price range (min → max)
   - Median active listing price
   - Median sold price (preferred metric)
   - Market sentiment (seller-favorable / balanced / buyer-favorable)
5. Recommend price: **median of sold comparables** (when available), or 5% below active median (when no sold data)
6. Present transparency report with data sources

## Script

```bash
python3 scripts/research.py --product product.json
    # Searches all bound platforms, outputs transparency report
```

## Fallback

If session-based search fails (expired session, platform API change), fall back to Claude Code's WebSearch for comparable listings. Results from fallback are clearly labeled as lower-confidence estimates.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [madguyevans-creator](https://github.com/madguyevans-creator)
- **Source:** [madguyevans-creator/resale-agent-skill-hub](https://github.com/madguyevans-creator/resale-agent-skill-hub)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-madguyevans-creator-resale-agent-skill-hub-broker-price
- Seller: https://agentstack.voostack.com/s/madguyevans-creator
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
