← 返回 Skills 市场
nicvaniek

Zeal Agent Wallet

作者 Nicolai van Niekerk · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
347
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install zeal-agent-wallet
功能描述
Propose transactions to a Zeal Wallet. Use when the user wants to set up an agent as a Zeal Wallet signer, propose transactions, or manage a delegate wallet.
安全使用建议
This skill appears to do what it says: it creates/loads an agent private key stored at ~/.zeal-agent-wallet/wallet.json, computes Safe transaction hashes, signs them locally, and posts proposals to api.zeal.app. Before installing, consider: (1) only install if you trust the Zeal service and the skill author (source is unknown); (2) the private key is stored locally—protect that file (the code sets 0o600 permissions) and consider running in an isolated environment; (3) the agent can propose transactions autonomously — although proposals require owner approval in the Zeal app, review and monitor proposals to avoid accidental submission of harmful DelegateCall proposals (operation=1) which can be more dangerous; (4) verify network traffic (https://api.zeal.app) and inspect the code yourself (it is small and readable) if you have doubts. If you need higher assurance, run the skill only on a dedicated machine or ask the author for provenance and a signed release.
功能分析
Type: OpenClaw Skill Name: zeal-agent-wallet Version: 1.0.1 The skill is designed to allow an AI agent to propose transactions to a Zeal Wallet (built on Safe infrastructure) by acting as a delegate. It generates a local agent wallet, stores the private key with restrictive permissions (chmod 600) in the user's home directory, and communicates exclusively with the legitimate Zeal API (api.zeal.app) to fetch nonces and submit signed proposals. The instructions in SKILL.md include proactive security measures, such as explicitly forbidding the agent from exposing the private key in chat logs.
能力评估
Purpose & Capability
Name/description match the implementation: the code generates/loads a local agent wallet, computes Safe transaction hashes, signs them, fetches nonce and posts proposals to https://api.zeal.app. No unrelated credentials or services are requested.
Instruction Scope
Runtime instructions and SKILL.md are scoped to setup, propose, disconnect. The SKILL.md explicitly instructs the agent never to reveal the private key and not to mention underlying Safe/Gnosis names (a product/presentation choice). It also states the agent may propose transactions without user confirmation — this is functional for a proposer-only agent but increases operational risk if the agent is invoked autonomously.
Install Mechanism
No packaged install spec; user is expected to run npm install in the repo (package.json and package-lock.json included). Dependencies (tsx, typescript, viem) are standard and pulled from npm registry per package-lock — no downloads from untrusted URLs or extract steps observed.
Credentials
The skill requests no environment variables or external credentials. It stores a local wallet file under ~/.zeal-agent-wallet/wallet.json and a config file containing the safe address; both are reasonable for its purpose. No unrelated secrets or system config paths are requested.
Persistence & Privilege
always:false and the skill does not alter other skills. The skill persists a private key and config in the user's home directory (~/.zeal-agent-wallet). The platform-default of allowing autonomous invocation (disable-model-invocation:false) combined with the skill's ability to propose transactions means an agent could autonomously submit proposals — proposals still require owner approval in the Zeal app, but this behavior is operationally significant and should be considered by users.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zeal-agent-wallet
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zeal-agent-wallet 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Update proxy endpoint - Reduced the maximum length for the `--origin` transaction description parameter from 250 to 200 characters
v1.0.0
zeal-agent-wallet 1.0.0 initial release: - Enables proposing transactions to a Zeal Wallet as an agent. - Provides commands to set up, propose transactions, disconnect, and check status.
元数据
Slug zeal-agent-wallet
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Zeal Agent Wallet 是什么?

Propose transactions to a Zeal Wallet. Use when the user wants to set up an agent as a Zeal Wallet signer, propose transactions, or manage a delegate wallet. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 347 次。

如何安装 Zeal Agent Wallet?

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

Zeal Agent Wallet 是免费的吗?

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

Zeal Agent Wallet 支持哪些平台?

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

谁开发了 Zeal Agent Wallet?

由 Nicolai van Niekerk(@nicvaniek)开发并维护,当前版本 v1.0.1。

💬 留言讨论