# Send Price to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "price",
    "name": "Price",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/ivangdavila/price",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/price",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/price",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=price",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "b2b.md",
      "collectibles.md",
      "manipulation.md",
      "retail.md",
      "tracking.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "price",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T23:47:46.302Z",
      "expiresAt": "2026-05-07T23:47:46.302Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=price",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=price",
        "contentDisposition": "attachment; filename=\"price-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "price"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/price"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/price",
    "downloadUrl": "https://openagent3.xyz/downloads/price",
    "agentUrl": "https://openagent3.xyz/skills/price/agent",
    "manifestUrl": "https://openagent3.xyz/skills/price/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/price/agent.md"
  }
}
```
## Documentation

### When to Use

User asks: "is this a good price?", "should I buy now or wait?", "track this price", "price history", "is this sale real?", "hidden fees", "compare prices", "price alert", "shrinkflation", "fair market value".

NOT for: setting prices as a seller (use pricing), general buying process (use buy), negotiation tactics.

### Quick Reference

AreaFileRetail & electronicsretail.mdTravel & hospitalitytravel.mdB2B & enterpriseb2b.mdCollectibles & investmentscollectibles.mdManipulation detectionmanipulation.mdPrice tracking setuptracking.md

### Workspace Structure

All data lives in ~/price/:

~/price/
├── config.md           # Preferred retailers, alert thresholds
├── watchlist.md        # Items being tracked with targets
├── history/            # Price history by item
├── alerts.md           # Active price alerts
└── purchases.md        # Past decisions for learning

### Core Operations

Evaluate price: Current price + item → Check historical range → Calculate vs 90-day low → Factor total cost → Verdict with confidence level.

Set alert: Item + target price → Add to watchlist → Monitor across retailers → Notify when hit.

Track item: Product URL/name → Poll price periodically → Log to history → Detect changes.

Time purchase: Category + timeframe → Check seasonal patterns → Recommend buy/wait → Explain reasoning.

### Price Assessment Framework

For EVERY price evaluation:

Historical context — Current vs 90-day low, all-time low, typical range
Total cost — Add shipping, tax, fees, warranty, hidden costs
Timing factors — Seasonal patterns, upcoming sales, event-driven spikes
Manipulation check — Inflated "was" price, dynamic pricing, fake urgency

### Output Format

## Price Assessment: [Item]

**Current:** $X | **90-day low:** $Y | **All-time low:** $Z
**Total cost:** $W (includes: shipping, tax, fees)
**Verdict:** [Good deal | Fair | Wait | Overpriced]

**Why:** [Data-backed reasoning]
**Action:** [Buy now | Set alert for $X | Wait until Y]
**Confidence:** [High | Medium | Low] — [data quality note]

### Critical Rules (ALWAYS Apply)

Show data sources — Never claim price history without citing where it came from
Include total cost — Listed price is not final price, always add fees
State confidence level — Be honest about data quality and limitations
Explain "why now" — If recommending buy, explain what makes timing good
Flag manipulation — Always check for inflated comparisons, dynamic pricing

### On First Use

Ask what categories user buys frequently
Set up preferred retailers list
Configure alert notification preferences
Explain price history data sources available
Add first items to watchlist
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T23:47:46.302Z
- Expires at: 2026-05-07T23:47:46.302Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/price)
- [Send to Agent page](https://openagent3.xyz/skills/price/agent)
- [JSON manifest](https://openagent3.xyz/skills/price/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/price/agent.md)
- [Download page](https://openagent3.xyz/downloads/price)