← 返回 Skills 市场
Open Wallet
作者
stephancill
· GitHub ↗
· v1.0.4
964
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install open-wallet
功能描述
Use https://tx.steer.fun to have a user execute a wallet action (send a transaction or sign a message) with their own wallet via a shareable URL. Use when an agent needs the user to approve/execute a JSON-RPC request (e.g. eth_sendTransaction, personal_sign, eth_signTypedData_v4, wallet_sendCalls) and return the result (tx hash/signature) back to the agent, optionally via redirect_url.
安全使用建议
This skill is coherent and does what it says (builds tx.steer.fun links), but it still involves user signatures/transactions so treat it cautiously. Before using: (1) verify the domain (https://tx.steer.fun) is the intended service and trust it; (2) always present the request in plain language to the user (what contract, function, chain, and value) and get explicit consent before asking them to open the link; (3) be careful with redirect_url/template mode — it can send signatures or transaction hashes to third-party endpoints or embed them in messages (avoid sending sensitive results to unknown destinations); (4) prefer manual copy/paste when privacy is required or use a redirect_url under your control; (5) consider adding agent-side checks to display the full JSON-RPC payload and warn about transactions that transfer funds or grant approvals. If you need provenance or higher assurance, ask the skill author for a homepage/source and verify the service independently.
功能分析
Type: OpenClaw Skill
Name: open-wallet
Version: 1.0.4
The skill bundle is classified as benign. The `SKILL.md` provides clear instructions for an AI agent to generate URLs for users to execute Web3 wallet actions via `https://tx.steer.fun`. There is no evidence of prompt injection against the agent, data exfiltration beyond the intended return of transaction results, or instructions for malicious execution, persistence, or obfuscation. The documentation even includes explicit 'Safety Checks' instructing the agent to show the user what the request does in plain language and prefer least-privilege requests.
能力评估
Purpose & Capability
Name/description (open a shareable tx.steer.fun link for user wallet actions) match the SKILL.md content. There are no required binaries, env vars, or install steps that would be unrelated to creating a URL and instructing the user to open it.
Instruction Scope
SKILL.md confines the agent to building a URL, explaining params, and advising how to get the result back (manual copy or redirect_url). It does not instruct reading files, env vars, or system state. Caution: redirect_url/template modes can cause results (tx hashes or signatures) to be sent to third-party endpoints or embedded into messages; the agent should explicitly instruct users to verify the destination and the request contents before signing.
Install Mechanism
No install spec and no code files — instruction-only. Nothing is written to disk and no external packages are pulled.
Credentials
The skill requests no environment variables, credentials, or config paths. Declared requirements are minimal and appropriate for a URL-based, user-driven flow.
Persistence & Privilege
always:false and no requests to modify agent/system configuration. The skill does not ask for persistent presence or elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install open-wallet - 安装完成后,直接呼叫该 Skill 的名称或使用
/open-wallet触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
No user-facing changes in this release.
- Version bump with no detected file changes.
v1.0.3
No significant changes in this release; documentation wording only.
- Expanded guidance for Telegram share URLs, recommending the use of both url= and text= parameters to ensure proper behavior.
- No functional or code changes.
v1.0.2
Version 1.0.2
- Added a note clarifying how to encode the params parameter for link generation.
- Warns to avoid double-encoding of JSON in params (e.g. explains that %2522 means it was encoded twice).
- No functional or API changes; documentation improvement only.
v1.0.1
- Added support for "template mode" in redirect_url: placeholders like {{result}} or {{error}} are replaced in the URL instead of appending query params.
- Explained template mode, available placeholders, and provided usage examples (e.g. with Telegram share links).
- Clarified modes for redirect_url (default mode/appending query params vs. template mode).
- No code changes detected; documentation updated for new redirect_url behavior.
v1.0.0
Initial release — easily request blockchain wallet actions via a shareable link.
- Generate a URL for users to sign messages, send transactions, sign typed data, or batch calls through their wallet at tx.steer.fun.
- Supports specifying method, chainId, and custom JSON-RPC params in the URL.
- Results (signature, tx hash, etc.) can be returned via manual copy or an automatic redirect to a provided URL.
- Safety best practices: always show users what the request does before sending them the link.
元数据
常见问题
Open Wallet 是什么?
Use https://tx.steer.fun to have a user execute a wallet action (send a transaction or sign a message) with their own wallet via a shareable URL. Use when an agent needs the user to approve/execute a JSON-RPC request (e.g. eth_sendTransaction, personal_sign, eth_signTypedData_v4, wallet_sendCalls) and return the result (tx hash/signature) back to the agent, optionally via redirect_url. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 964 次。
如何安装 Open Wallet?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install open-wallet」即可一键安装,无需额外配置。
Open Wallet 是免费的吗?
是的,Open Wallet 完全免费(开源免费),可自由下载、安装和使用。
Open Wallet 支持哪些平台?
Open Wallet 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Open Wallet?
由 stephancill(@stephancill)开发并维护,当前版本 v1.0.4。
推荐 Skills