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

zeal-agent-wallet热心 Agent 钱包

Agent Skill

zeal-agent-wallet 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,639

周安装

433

GitHub Stars

1

下载量

3,429
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install zeal-agent-wallet

简介

向 Zeal 钱包提出交易建议。当用户想要将代理设置为 Zeal Wallet 签名者、提议交易或管理委托钱包时使用。

SKILL.md

name
zeal-agent-wallet
description
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.
emoji
💠
requires
bins

Zeal Wallet Delegate

Propose transactions to a Zeal Wallet. Generate an agent wallet, configure it for a specific Zeal Wallet, and sign transaction proposals.


User-Facing Language

When talking to the user, always refer to their wallet as their "Zeal Wallet" — never mention "Safe" or "Gnosis Safe" directly. The underlying Safe infrastructure is abstracted away. Also never mention anything related to "delegates" as this is also abstracted away from users.


Security

The agent wallet's private key is stored at ~/.zeal-agent-wallet/wallet.json.

  • Never expose the private key in chat or logs
  • Never share the contents of ~/.zeal-agent-wallet/wallet.json
  • The agent wallet is a proposer only — it cannot execute transactions without owner approval in the Zeal app

Quick Reference

ActionCommand
Install depscd {baseDir} && npm install
Setupnpm run setup -- --safe <ADDRESS>
Propose txn`npm run propose-txn -- --to <ADDR> --value <WEI> --data <HEX> --network <NAME> --operation <0\1> --origin <DESC>`
Disconnectnpm run disconnect

All commands must be run from {baseDir}.


Installation

If node_modules doesn't exist yet, install dependencies:

if [ ! -d "{baseDir}/node_modules" ]; then
  cd {baseDir} && npm install
fi

Setup

When the user asks you to set up for a Zeal Wallet, run:

cd {baseDir} && npm run setup -- --safe <SAFE_ADDRESS>

Give the printed agent address back to the user and tell them to paste it into the Zeal app to complete the connection. This will add the agent as a Safe delegate.


Propose Transaction

When asked to propose a transaction to the Zeal Wallet, run:

cd {baseDir} && npm run propose-txn -- --to <ADDRESS> --value <WEI> --data <HEX_DATA> --network <NAME> --operation <0|1> --origin <DESCRIPTION>

Parameters:

  • --to — destination address (required)
  • --value — value in wei (required, use "0" for no value transfer)
  • --data — hex-encoded calldata (required, use "0x" for simple transfers)
  • --network — network name from networks.json (required)
  • --operation — 0 for Call, 1 for DelegateCall (required)
  • --origin — short description of what this transaction does and why it's being proposed (required, max 200 characters)

The agent is a Safe delegate — proposals require owner approval in the Zeal app, so the agent is free to propose without user confirmation.


Disconnect

To disconnect from the Zeal Wallet (removes the wallet configuration, preventing further proposals until setup is run again):

cd {baseDir} && npm run disconnect

The agent wallet is preserved — only the Zeal Wallet configuration is removed.


Status

To check the current configuration, verify these files exist:

  • ~/.zeal-agent-wallet/wallet.json — agent wallet (contains address and private key)
  • ~/.zeal-agent-wallet/config.json — Zeal Wallet configuration (contains safeAddress)

Check {baseDir}/networks.json for supported networks and their names.


Error Handling

  • If you encounter any issues that relate to not being a delegate or not being able to propose transactions, your user likely disabled transactions for you on that network. Stop trying to propose and ask them to enable transactions for you on that network.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

84.46%
按下载量换算2,896

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills