← 返回 Skills 市场
efedurmaz16

Sardis Escrow

作者 EfeDurmaz16 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
269
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sardis-escrow
功能描述
Smart contract escrow for agent-to-agent payments with delivery confirmation
安全使用建议
This skill appears to do what it claims (smart-contract escrow via the Sardis API), but verify a few things before installing or using it with real funds: - Confirm the API domain and project: SKILL.md references https://api.sardis.sh and frontmatter lists homepage https://sardis.sh, but the registry metadata showed no homepage — verify the official project homepage and that the API endpoint is correct. - Inspect @sardis/sdk before installing: the SKILL.md mentions an npm SDK but the package is not installed automatically in the published skill. If you install the SDK, review its source and permissions first since npm packages can execute arbitrary code. - Limit and treat SARDIS_API_KEY as highly sensitive: create a key with minimal permissions, keep it secret, and have a revocation plan in case it is exposed. - Test with small amounts: because the skill can initiate fund movements (fund/release), first test flows on minimal or testnet funds and confirm contract addresses and behavior. - Confirm dispute/arbitration details: the skill mentions dispute resolution but does not detail how arbitration works or who has final authority; get those policies in writing before committing significant funds. If you want, I can check whether the npm package @sardis/sdk exists on the registry and summarize its contents or check whether the sardis.sh domain and API endpoints resolve to a legitimate project.
功能分析
Type: OpenClaw Skill Name: sardis-escrow Version: 1.0.0 The sardis-escrow skill bundle provides a standard interface for managing smart contract escrow payments via the Sardis API (api.sardis.sh). It utilizes common tools like curl and jq to interact with its REST API for creating, funding, and releasing escrowed funds. No evidence of malicious intent, data exfiltration, or prompt injection was found in the SKILL.md or _meta.json files.
能力评估
Purpose & Capability
Name/description, required binaries (curl, jq), and the single required environment variable (SARDIS_API_KEY) are consistent with a REST-based smart-contract escrow integration that performs create/fund/release operations.
Instruction Scope
SKILL.md contains curl commands to the sardis API and example payloads (including delivery proof URLs). The instructions do not ask the agent to read unrelated files or other secrets. They do include operations that will move funds (fund/release) which is expected for an escrow skill.
Install Mechanism
The registry lists no install spec, but the SKILL.md frontmatter includes an install entry referencing an npm package (@sardis/sdk). This is an inconsistency: npm installs can execute code and should be surfaced to users/administrators. The skill as-published is instruction-only (no automatic install), so if an agent or integrator installs @sardis/sdk, they should inspect that package source before installing.
Credentials
Only a single credential (SARDIS_API_KEY) is required and is directly relevant for authorizing requests to the Sardis API. That key represents financial authority — treat it as highly sensitive and scope/revoke it if possible.
Persistence & Privilege
The skill does not request always:true, does not require system config paths, and allows normal autonomous invocation. No elevated or persistent privileges are requested by the skill metadata or instructions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sardis-escrow
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sardis-escrow 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Sardis Escrow skill for smart contract payment protection. - Provides secure, trustless agent-to-agent payments with delivery confirmation. - Supports creating, funding, tracking, and releasing escrow agreements (full or milestone-based). - Includes built-in dispute resolution and real-time escrow status queries. - CLI-ready setup using Sardis API, with bash and curl examples for automation. - Requires a SARDIS_API_KEY and standard command-line tools (curl, jq).
元数据
Slug sardis-escrow
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Sardis Escrow 是什么?

Smart contract escrow for agent-to-agent payments with delivery confirmation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 269 次。

如何安装 Sardis Escrow?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sardis-escrow」即可一键安装,无需额外配置。

Sardis Escrow 是免费的吗?

是的,Sardis Escrow 完全免费(开源免费),可自由下载、安装和使用。

Sardis Escrow 支持哪些平台?

Sardis Escrow 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Sardis Escrow?

由 EfeDurmaz16(@efedurmaz16)开发并维护,当前版本 v1.0.0。

💬 留言讨论