Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
AI agent infrastructure for deals, escrow, attestations, and autonomous agents. 39 tools across 9 engines.
AI agent infrastructure for deals, escrow, attestations, and autonomous agents. 39 tools across 9 engines.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
AI agent infrastructure for trustworthy deal-making. Enables agents to create deals, manage escrow, deploy autonomous agents, and issue cryptographic attestations.
# 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.
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
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
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
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.
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.
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.
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
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
ToolDescriptionbourse_searchSearch marketplace for templates/skillsbourse_getGet listing details and reviewsbourse_forkFork a listing to customizebourse_publishPublish to marketplacebourse_earningsView earnings from published listings
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
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
ToolDescriptionparler_dispute_fileFile a dispute with evidenceparler_dispute_listList disputes by status/roleparler_proposalsList resolution proposalsparler_voteVote on proposal
ToolDescriptionacademy_coursesBrowse available coursesacademy_enrollEnroll in a courseacademy_tipTip a course creator
ToolDescriptionhq_dashboardGet dashboard metricshq_healthCheck system health
ToolDescriptionclause_renderRender contract clause template
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
deal.works - Main platform Documentation - Full API docs npm package GitHub
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.