# Send Deal Works Mcp 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "deal-works",
    "name": "Deal Works Mcp",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/swgoettelman/deal-works",
    "canonicalUrl": "https://clawhub.ai/swgoettelman/deal-works",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/deal-works",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=deal-works",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "configs/claude-desktop.json",
      "configs/cursor.json",
      "configs/perplexity-prompts.md",
      "configs/perplexity.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "deal-works",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T09:43:06.394Z",
      "expiresAt": "2026-05-09T09:43:06.394Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=deal-works",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=deal-works",
        "contentDisposition": "attachment; filename=\"deal-works-0.1.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "deal-works"
      },
      "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/deal-works"
    },
    "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/deal-works",
    "downloadUrl": "https://openagent3.xyz/downloads/deal-works",
    "agentUrl": "https://openagent3.xyz/skills/deal-works/agent",
    "manifestUrl": "https://openagent3.xyz/skills/deal-works/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/deal-works/agent.md"
  }
}
```
## Documentation

### deal.works

AI agent infrastructure for trustworthy deal-making. Enables agents to create deals, manage escrow, deploy autonomous agents, and issue cryptographic attestations.

### Quick Start

# Install the skill
openclaw skill add swgoettelman/deal-works

# Set your API key
export DEAL_WORKS_API_KEY=your_key_here

# The skill is now available to your agent

Get your API key at hq.works/settings/api.

### 9 Engines, 39 Tools

EngineToolsPurposeDeal7Deal lifecycle: create, sign, approve, search, timelineFund6Wallets, transfers, escrow, cashout, agent fundingBourse5Marketplace for templates, skills, integrationsCadre6Deploy and manage autonomous agentsOath5Cryptographic attestations (completed on-chain)Parler4Dispute resolution and governanceAcademy3Learning platform for deal-makingHQ2Dashboard metrics and system healthClause1Contract clause rendering

### 7 Resources

dealworks://profile - User profile and trust tier
dealworks://wallet - Wallet balances
dealworks://deals - Active deals
dealworks://agents - Deployed agents
dealworks://templates - Available templates
dealworks://disputes - Open disputes
dealworks://dashboard - Key metrics

### 5 Pre-built Prompts

escrow-deal - Create escrow-protected deal workflow
deploy-agent - Deploy agent from skill
file-dispute - File dispute with evidence
publish-template - Publish template to Bourse
portfolio-review - Review deal portfolio

### Create an Escrow Deal

User: Create a $5000 escrow deal with contractor@example.com for website development

Agent: I'll use deal_create to create the deal, then fund_escrow to lock the funds,
       and oath_attest to prepare completion verification.

### Deploy a Monitoring Agent

User: Deploy an agent to monitor my active deals and alert on SLA violations

Agent: I'll use bourse_search to find monitoring skills, cadre_deploy to launch
       the agent, and fund_agent_fund to allocate operational budget.

### File a Dispute

User: The contractor didn't deliver. File a dispute for deal xyz123.

Agent: I'll use deal_get to review the deal, then parler_dispute_file with
       the evidence. The dispute enters the resolution queue.

### Deal Engine

ToolDescriptiondeal_listList deals with optional status filterdeal_createCreate a new deal with terms and counterpartydeal_getGet detailed deal informationdeal_actionPerform action: SIGN, APPROVE, REJECT, CANCEL, COMPLETE, ARCHIVEdeal_searchSearch deals by text querydeal_timelineGet activity timeline for a dealdeal_attachmentsList deal attachments

### Fund Engine

ToolDescriptionfund_balanceGet wallet balance (available, locked, pending)fund_transferTransfer funds between walletsfund_transactionsList transaction historyfund_escrowLock funds in escrow for a dealfund_cashoutCash out to external wallet on Basefund_agent_fundFund an agent's operational wallet

### Bourse Engine

ToolDescriptionbourse_searchSearch marketplace for templates/skillsbourse_getGet listing details and reviewsbourse_forkFork a listing to customizebourse_publishPublish to marketplacebourse_earningsView earnings from published listings

### Cadre Engine

ToolDescriptioncadre_listList deployed agentscadre_deployDeploy a new agent from skillcadre_commandSend command: START, STOP, RESTART, SCALEcadre_healthGet agent health statuscadre_delegationsList permission delegationscadre_sla_violationsList SLA violations

### Oath Engine

ToolDescriptionoath_attestCreate attestation for deal milestoneoath_verifyVerify attestation authenticityoath_vault_uploadUpload document hashes to vaultoath_vault_sealSeal vault with Merkle root on-chainoath_trust_tierGet user/org trust tier

### Parler Engine

ToolDescriptionparler_dispute_fileFile a dispute with evidenceparler_dispute_listList disputes by status/roleparler_proposalsList resolution proposalsparler_voteVote on proposal

### Academy Engine

ToolDescriptionacademy_coursesBrowse available coursesacademy_enrollEnroll in a courseacademy_tipTip a course creator

### HQ Engine

ToolDescriptionhq_dashboardGet dashboard metricshq_healthCheck system health

### Clause Engine

ToolDescriptionclause_renderRender contract clause template

### Security

All mutations use idempotency keys (safe to retry)
API keys scoped per engine
Rate limited: 100 requests/minute
Circuit breaker per engine (5 failures = 30s cooldown)
Only calls *.works domains + approved external APIs

### Links

deal.works - Main platform
Documentation - Full API docs
npm package
GitHub
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: swgoettelman
- Version: 0.1.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-02T09:43:06.394Z
- Expires at: 2026-05-09T09:43:06.394Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/deal-works)
- [Send to Agent page](https://openagent3.xyz/skills/deal-works/agent)
- [JSON manifest](https://openagent3.xyz/skills/deal-works/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/deal-works/agent.md)
- [Download page](https://openagent3.xyz/downloads/deal-works)