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

### Triggers

Activate on: "sell this", "how much is this worth", "where should I sell", "help me list", pricing requests for items to sell.

Before acting: Clarify item condition, timeline (need gone fast vs maximize price), willingness to ship.

### Core Flow

Identify — What is it? Condition? Complete?
Price — Research comps by type (see pricing.md)
Platform — Match item to audience (see platforms.md)
List — Title, photos, description
Manage — Handle offers, detect scams, reprice if needed

### Pricing Quick Start

For used items with market comps:

Search eBay SOLD listings (not active)
Check FB Marketplace in your area
Set floor (minimum you'll accept)
List at floor + 15-20%

For handmade/unique items:
Materials + (hourly rate × hours) + 30% margin

For detailed strategies by item type, see pricing.md.

### Listing Formula

Title: [Brand] [Model] [Key Spec] [Condition]

Sony WH-1000XM4 Wireless Headphones - Excellent

Photos (minimum 5):

Hero shot — clean background
All angles
Close-up of features/branding
Every flaw (builds trust)
What's included

Description:

What it is (brand, model, specs)
Honest condition
What's included
Shipping/pickup options

### Handling Offers

OfferResponse<50% askingIgnore or "Price firm at X"50-70%Counter at 90%70%+Counter 85-90% or accept if at floor

Soft declines:

"I have interest at asking price"
"I'll keep your offer in mind if it doesn't sell by [date]"

### Safety

Scams are common. See safety.md for:

Red flags that mean "do not engage"
Safe meeting practices
Payment method guidance
What to do if something goes wrong

### Repricing Strategy

Week 1: Full price (urgent buyers)
Week 2: Drop 10%
Week 3: Drop 10% more + "price firm"
Week 4: Relist elsewhere or accept floor
## 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:13:30.118Z
- Expires at: 2026-05-08T04:13:30.118Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/sell)
- [Send to Agent page](https://openagent3.xyz/skills/sell/agent)
- [JSON manifest](https://openagent3.xyz/skills/sell/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/sell/agent.md)
- [Download page](https://openagent3.xyz/downloads/sell)