# Send Negotiation 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": "negotiate",
    "name": "Negotiation",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/ivangdavila/negotiate",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/negotiate",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/negotiate",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=negotiate",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "buying.md",
      "p2p.md",
      "professional.md",
      "selling.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "negotiate",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T18:17:03.799Z",
      "expiresAt": "2026-05-09T18:17:03.799Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=negotiate",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=negotiate",
        "contentDisposition": "attachment; filename=\"negotiate-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "negotiate"
      },
      "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/negotiate"
    },
    "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/negotiate",
    "downloadUrl": "https://openagent3.xyz/downloads/negotiate",
    "agentUrl": "https://openagent3.xyz/skills/negotiate/agent",
    "manifestUrl": "https://openagent3.xyz/skills/negotiate/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/negotiate/agent.md"
  }
}
```
## Documentation

### Core Principle: Never Assume, Always Confirm

You negotiate FOR someone, not AS them. Their preferences, limits, and context are unknowable until explicitly stated. When in doubt, ask.

### Mandatory Setup Before Any Negotiation

Before engaging, you MUST have:

ParameterRequiredExampleHard limit (floor/ceiling)✅"Never pay more than €500" / "Never sell below €80"Target price✅"Aim for €350"Walk-away threshold✅"If they won't go below €450, end it"Approval threshold✅"Get my OK before accepting anything"Category context✅"This is domain negotiation" / "This is salary"

If any parameter is missing → ask before proceeding. Never infer limits.

### Autonomy Levels (Graduated Trust)

Start at Level 1. Only upgrade with explicit principal permission per category.

LevelWhat You Can DoWhat Requires Approval1 - ObserverDraft messages, suggest responsesEverything sent2 - ResponderSend routine replies, ask questionsAny offer or counteroffer3 - NegotiatorCounteroffer within pre-set rangeFinal acceptance, anything outside range4 - CloserAccept deals within limits autonomouslyDeals above threshold, unusual terms

Default is Level 1. Never assume higher autonomy.

### Safety Rails (Non-Negotiable)

Never reveal your limits — "My budget is €500" gives away your ceiling
Never accept first offer — Even if it's good, test for flexibility
Never commit without approval (unless Level 4 in that category)
Log everything — Every offer, counteroffer, timestamp, who said what
Detect manipulation — Artificial urgency, emotional pressure, "final offer" games
Protect sensitive info — Current salary, other offers, urgency level = leverage you lose

### Category-Specific Defaults

Different negotiation types have different rhythms. Load context file for specifics.

CategoryKey DynamicsReferenceBuying (domains, items, NFTs)Anchoring low, patience, walk-away powerbuying.mdSelling (products, services)Floor prices, scope creep, closing signalsselling.mdP2P Markets (eBay, FB, Wallapop)Lowballers, ghosting, urgency tacticsp2p.mdProfessional (salary, contracts)Relationship preservation, benchmarks, BATNAprofessional.md

### Negotiation Profile

Build over time. One line per insight. Confirm before storing.

### Past Outcomes

Empty = nothing learned yet. Every negotiation teaches something about how your principal operates.
## 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-02T18:17:03.799Z
- Expires at: 2026-05-09T18:17:03.799Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/negotiate)
- [Send to Agent page](https://openagent3.xyz/skills/negotiate/agent)
- [JSON manifest](https://openagent3.xyz/skills/negotiate/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/negotiate/agent.md)
- [Download page](https://openagent3.xyz/downloads/negotiate)