Install
openclaw skills install deal-worksClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
AI agent infrastructure for deals, escrow, attestations, and autonomous agents. 39 tools across 9 engines.
openclaw skills install deal-worksAI 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.
| Engine | Tools | Purpose |
|---|---|---|
| Deal | 7 | Deal lifecycle: create, sign, approve, search, timeline |
| Fund | 6 | Wallets, transfers, escrow, cashout, agent funding |
| Bourse | 5 | Marketplace for templates, skills, integrations |
| Cadre | 6 | Deploy and manage autonomous agents |
| Oath | 5 | Cryptographic attestations (completed on-chain) |
| Parler | 4 | Dispute resolution and governance |
| Academy | 3 | Learning platform for deal-making |
| HQ | 2 | Dashboard metrics and system health |
| Clause | 1 | Contract clause rendering |
dealworks://profile - User profile and trust tierdealworks://wallet - Wallet balancesdealworks://deals - Active dealsdealworks://agents - Deployed agentsdealworks://templates - Available templatesdealworks://disputes - Open disputesdealworks://dashboard - Key metricsescrow-deal - Create escrow-protected deal workflowdeploy-agent - Deploy agent from skillfile-dispute - File dispute with evidencepublish-template - Publish template to Bourseportfolio-review - Review deal portfolioUser: 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.
| Tool | Description |
|---|---|
deal_list | List deals with optional status filter |
deal_create | Create a new deal with terms and counterparty |
deal_get | Get detailed deal information |
deal_action | Perform action: SIGN, APPROVE, REJECT, CANCEL, COMPLETE, ARCHIVE |
deal_search | Search deals by text query |
deal_timeline | Get activity timeline for a deal |
deal_attachments | List deal attachments |
| Tool | Description |
|---|---|
fund_balance | Get wallet balance (available, locked, pending) |
fund_transfer | Transfer funds between wallets |
fund_transactions | List transaction history |
fund_escrow | Lock funds in escrow for a deal |
fund_cashout | Cash out to external wallet on Base |
fund_agent_fund | Fund an agent's operational wallet |
| Tool | Description |
|---|---|
bourse_search | Search marketplace for templates/skills |
bourse_get | Get listing details and reviews |
bourse_fork | Fork a listing to customize |
bourse_publish | Publish to marketplace |
bourse_earnings | View earnings from published listings |
| Tool | Description |
|---|---|
cadre_list | List deployed agents |
cadre_deploy | Deploy a new agent from skill |
cadre_command | Send command: START, STOP, RESTART, SCALE |
cadre_health | Get agent health status |
cadre_delegations | List permission delegations |
cadre_sla_violations | List SLA violations |
| Tool | Description |
|---|---|
oath_attest | Create attestation for deal milestone |
oath_verify | Verify attestation authenticity |
oath_vault_upload | Upload document hashes to vault |
oath_vault_seal | Seal vault with Merkle root on-chain |
oath_trust_tier | Get user/org trust tier |
| Tool | Description |
|---|---|
parler_dispute_file | File a dispute with evidence |
parler_dispute_list | List disputes by status/role |
parler_proposals | List resolution proposals |
parler_vote | Vote on proposal |
| Tool | Description |
|---|---|
academy_courses | Browse available courses |
academy_enroll | Enroll in a course |
academy_tip | Tip a course creator |
| Tool | Description |
|---|---|
hq_dashboard | Get dashboard metrics |
hq_health | Check system health |
| Tool | Description |
|---|---|
clause_render | Render contract clause template |