Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

deal-works-mcpdeal works MCP 搜索

Agent Skill

deal-works-mcp 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

12,362

周安装

505

GitHub Stars

公开资料未说明

下载量

3,959
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:deal-works-mcp(deal works MCP 搜索)
来源仓库:https://github.com/swgoettelman/deal-works-mcp
安装命令:
openclaw skills install deal-works-mcp
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install deal-works-mcp

简介

deal-works-mcp 用于在 OpenClaw 中查找、检索和筛选相关信息。

  • 适合根据关键词、任务场景或来源线索快速定位候选结果。
  • 可通过 clawhub 安装,命令为 openclaw skills install deal-works-mcp。
  • 建议核验权限范围、维护状态及是否触发联网或文件操作。
  • 可参考其 GitHub 仓库和原始 README 了解详细功能与使用方式。

SKILL.md

name
deal-works
description
AI agent infrastructure for deals, escrow, attestations, and autonomous agents. 39 tools across 9 engines.
version
0.1.0
author
swgoettelman
license
MIT
metadata
openclaw
emoji
🤝
homepage
https://deal.works
primaryEnv
DEAL_WORKS_API_KEY
requires
env
bins
install
package
@swgoettelman/deal-works-mcp
bins
[deal-works-mcp]
mcp
server
@swgoettelman/deal-works-mcp
transport
stdio
tags

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.

Capabilities

9 Engines, 39 Tools

EngineToolsPurpose
Deal7Deal lifecycle: create, sign, approve, search, timeline
Fund6Wallets, transfers, escrow, cashout, agent funding
Bourse5Marketplace for templates, skills, integrations
Cadre6Deploy and manage autonomous agents
Oath5Cryptographic attestations (completed on-chain)
Parler4Dispute resolution and governance
Academy3Learning platform for deal-making
HQ2Dashboard metrics and system health
Clause1Contract 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

Common Workflows

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.

Tool Reference

Deal Engine

ToolDescription
deal_listList deals with optional status filter
deal_createCreate a new deal with terms and counterparty
deal_getGet detailed deal information
deal_actionPerform action: SIGN, APPROVE, REJECT, CANCEL, COMPLETE, ARCHIVE
deal_searchSearch deals by text query
deal_timelineGet activity timeline for a deal
deal_attachmentsList deal attachments

Fund Engine

ToolDescription
fund_balanceGet wallet balance (available, locked, pending)
fund_transferTransfer funds between wallets
fund_transactionsList transaction history
fund_escrowLock funds in escrow for a deal
fund_cashoutCash out to external wallet on Base
fund_agent_fundFund an agent's operational wallet

Bourse Engine

ToolDescription
bourse_searchSearch marketplace for templates/skills
bourse_getGet listing details and reviews
bourse_forkFork a listing to customize
bourse_publishPublish to marketplace
bourse_earningsView earnings from published listings

Cadre Engine

ToolDescription
cadre_listList deployed agents
cadre_deployDeploy a new agent from skill
cadre_commandSend command: START, STOP, RESTART, SCALE
cadre_healthGet agent health status
cadre_delegationsList permission delegations
cadre_sla_violationsList SLA violations

Oath Engine

ToolDescription
oath_attestCreate attestation for deal milestone
oath_verifyVerify attestation authenticity
oath_vault_uploadUpload document hashes to vault
oath_vault_sealSeal vault with Merkle root on-chain
oath_trust_tierGet user/org trust tier

Parler Engine

ToolDescription
parler_dispute_fileFile a dispute with evidence
parler_dispute_listList disputes by status/role
parler_proposalsList resolution proposals
parler_voteVote on proposal

Academy Engine

ToolDescription
academy_coursesBrowse available courses
academy_enrollEnroll in a course
academy_tipTip a course creator

HQ Engine

ToolDescription
hq_dashboardGet dashboard metrics
hq_healthCheck system health

Clause Engine

ToolDescription
clause_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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

98.09%
按下载量换算3,883

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills