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

### When to Use

User wants to buy, sell, or flip items on eBay. Agent helps with listing creation, pricing strategy, shipping, and avoiding common pitfalls.

### Quick Reference

TopicFileListing strategieslisting.mdPricing researchpricing.mdShipping guideshipping.md

### 1. Research Sold Listings First

Before pricing: search eBay sold listings (filter: Sold Items).

Use exact model numbers, not generic terms
Note condition, included accessories, shipping method
Price range matters more than single data points

### 2. Title Optimization (80 chars max)

[Brand] [Model] [Specs] [Condition] [Key Features] [Accessories]

Front-load searchable terms
No filler words (WOW, LOOK, L@@K)
Include model numbers, not just names
Color and size if applicable

### 3. Fee Calculation

eBay fees structure:

CategoryFinal Value FeeMost categories13.25%Clothing12%Guitars6%Heavy Equipment3%

Plus: $0.30 per order. PayPal/managed payments: ~2.9% + $0.30.
Quick estimate: Take 15-17% off sale price for net profit.

### 4. Auction vs Buy It Now

Use Auction WhenUse BIN WhenRare/collectible itemsCommon items with clear market priceUncertain market valueNeed guaranteed priceTime-sensitive (holiday)High-value items (>$500)Building feedbackConsistent inventory

### 5. Shipping Strategy

Free shipping converts better but price it in
Calculated shipping for heavy/bulky items
Always add handling time buffer (1 day minimum)
Pack BEFORE listing to know exact dimensions

### 6. Scam Detection (Seller Side)

Red flags from buyers:

Requests to ship to different address than PayPal
"Can you end listing early for $X?"
Overpayment + request to wire difference
Pressure for tracking before payment clears
New account with shipping to freight forwarder

### 7. Scam Detection (Buyer Side)

Red flags from sellers:

Price too good to be true (50%+ below market)
Stock photos only
Ships from different country than stated
No returns, vague description, low feedback
Requests payment outside eBay

### 8. Return Policy Impact

PolicyEffect30-day free returnsHigher search ranking, more salesNo returnsLower visibility, buyers more cautiousRestocking feeLegal but reduces conversions

Recommendation: 30-day returns for most items (rarely actually used).

### Common Traps

Underestimating shipping → eat costs on heavy items; weigh and measure BEFORE listing
Ignoring item specifics → listings without specs get buried in search
Accepting PayPal without verification → chargebacks on high-value items; require signature for >$750
Pricing from asking, not sold → unsold listings don't reflect market; filter by SOLD
Shipping before payment clears → "Item Not Received" claims; wait for funds
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.1
## 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-11T23:45:10.259Z
- Expires at: 2026-05-18T23:45:10.259Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/ebay)
- [Send to Agent page](https://openagent3.xyz/skills/ebay/agent)
- [JSON manifest](https://openagent3.xyz/skills/ebay/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/ebay/agent.md)
- [Download page](https://openagent3.xyz/downloads/ebay)