# Send Buy 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": "buy",
    "name": "Buy",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ivangdavila/buy",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/buy",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/buy",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=buy",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "categories.md",
      "sources.md",
      "tactics.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "buy",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T04:17:01.271Z",
      "expiresAt": "2026-05-08T04:17:01.271Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=buy",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=buy",
        "contentDisposition": "attachment; filename=\"buy-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "buy"
      },
      "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/buy"
    },
    "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/buy",
    "downloadUrl": "https://openagent3.xyz/downloads/buy",
    "agentUrl": "https://openagent3.xyz/skills/buy/agent",
    "manifestUrl": "https://openagent3.xyz/skills/buy/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/buy/agent.md"
  }
}
```
## Documentation

### Triggers

Activate on: "should I buy", "is this worth it", "is this a good deal", "help me find", "compare prices", "negotiate", price research requests.

Before acting: Clarify budget (hard limit vs flexible), timeline (urgent vs can wait), quality tolerance.

### Core Flow

Identify — What are they buying? (product, service, B2B software)
Research — Check sources per category (see sources.md)
Evaluate — Price vs market, red flags, timing
Recommend — Buy / wait / walk + reasoning
Support — Negotiation scripts if needed

### Quick Deal Check

When asked "is this a good deal?":

Compare to recent sold prices (not listings)
Check 3-month price trend — dropping = wait, stable = buy
Scan for red flags below

Red flags that kill deals:

Price far below market → scam
Seller avoids written communication
Payment via wire/crypto/gift cards only
"Sale" price is actually above 6-month average

### Decision Framework

QuestionNo =Do I need this (not just want)?Wait 30 daysHave I researched alternatives?Research firstIs price at/below market?NegotiateDo I have a walk-away price?Set one now

All yes → Buy.

### Negotiation Basics

Retail/services:

"I found this for $X at [competitor]. Can you match?"

Used goods:

"Similar items sold for $X. Would you take that?"

Bills (internet, insurance):

"I've been a customer X years. What can you do to keep me?"

For advanced tactics and category-specific scripts, see tactics.md.

### Category Guidance

Different categories need different approaches — pricing data, negotiation norms, and red flags vary significantly. See categories.md for:

Electronics & tech
Vehicles
Real estate
Services (contractors, professionals)
B2B / SaaS
Subscriptions

### Subscription Audit

When asked to review subscriptions:

List all with cost + last use date
Flag: unused (60+ days), overpriced, redundant
Provide cancellation talking points
Calculate total savings
## 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-05-01T04:17:01.271Z
- Expires at: 2026-05-08T04:17:01.271Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/buy)
- [Send to Agent page](https://openagent3.xyz/skills/buy/agent)
- [JSON manifest](https://openagent3.xyz/skills/buy/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/buy/agent.md)
- [Download page](https://openagent3.xyz/downloads/buy)