← 返回 Skills 市场
kernel1983

W3connect

作者 KJ · GitHub ↗ · v0.3.0
cross-platform ⚠ suspicious
774
总下载
4
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install w3connect
功能描述
Access ETH wallet address and securely send ETH or USDC on Ethereum or Base chains with 2FA authentication code verification.
安全使用建议
This skill expects a local wallet/signing service listening on http://127.0.0.1:5333 (web3b0x or similar). If you do not have that service running, the calls will fail. If you do run such a service, the agent will be able to call it and submit real transactions when given a valid 2FA code — only provide one-time codes when you intend to authorize a transfer. Ask the skill author for the service's expected binary/software and documentation (there's no homepage or source listed). Note the small inconsistency in SKILL.md metadata claiming python/pip are required; confirm whether any local components or installs are necessary before use. Finally, treat this as powerful: verify the local service code and network exposure (ensure it truly binds to localhost and is from a trusted source) before allowing the agent to perform payments.
功能分析
Type: OpenClaw Skill Name: w3connect Version: 0.3.0 The skill provides capabilities to interact with a local web3 service (http://127.0.0.1:5333) to get wallet addresses and initiate financial transactions (sending ETH/USDC) as seen in GET_ADDRESS.md, PAY_TO_EMAIL.md, and SEND.md. While these operations require an authenticator code, the inherent high-risk nature of fund transfers and the reliance on an unverified local service make this skill suspicious. There is no direct evidence of malicious intent like data exfiltration or backdoor installation within the skill bundle itself, but the capabilities could be misused if the agent is compromised or the local service has vulnerabilities.
能力评估
Purpose & Capability
Name/description (access address and send ETH/USDC with 2FA) matches the instructions: all actions are HTTP calls to a local wallet API (127.0.0.1:5333) for address, send, and pay-to-email. There are no unrelated credentials or external services requested.
Instruction Scope
All runtime instructions tell the agent to call local endpoints (GET /address, /send, /pay2email). That is coherent with a local signing service, but it means the agent will directly trigger on-chain transactions if given a valid 2FA code. The SKILL.md also says 'do not ask the user to execute the curl' (the agent should call the local API). There is no instruction to read unrelated files or environment variables.
Install Mechanism
No install spec or code is included (instruction-only), so nothing is written to disk. This is the lowest-risk install mechanism. Minor inconsistency: SKILL.md includes metadata claiming python and pip in a 'nanobot' requires field, but the registry lists no required binaries.
Credentials
The skill declares no required environment variables or credentials, which is appropriate. It relies on the user-supplied 6-digit authenticator code (passed as a parameter) rather than persistent secrets. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system settings, and has no install-time persistence. The agent is allowed to invoke it autonomously by default, which is normal.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install w3connect
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /w3connect 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.3.0
w3connect 0.3.0 - Added modular documentation files: GET_ADDRESS.md, SEND.md, PAY_TO_EMAIL.md. - Updated SKILL.md to streamline instructions and direct users to the new documentation files for usage details. - Simplified initial description and removed redundant usage details from SKILL.md.
v0.2.0
w3connect 0.2.0 introduces support for new payment features and improved usage instructions. - Added instructions for installing and configuring the required web3b0x lockbox and authenticator app for enhanced security. - Introduced a new "Pay to email in PUSDC" feature, allowing users to send USDC to an email address without knowing the recipient’s ETH address. - Updated the "Send" feature to clarify it now supports sending ETH or USDC only on the "base" chain via web3b0x. - Enhanced documentation, including updated curl command examples and clearer parameter explanations. - Clarified that all blockchain operations should be performed through the w3connect skill, not by directly executing curl commands.
v0.1.0
- Initial release of w3connect skill. - Enables access to blockchain asset and transaction signature features. - Provides API endpoints for retrieving ETH-compatible wallet addresses. - Supports sending ETH or USDC on Ethereum and Base chains with one-time Authenticator code verification.
元数据
Slug w3connect
版本 0.3.0
许可证
累计安装 0
当前安装数 0
历史版本数 3
常见问题

W3connect 是什么?

Access ETH wallet address and securely send ETH or USDC on Ethereum or Base chains with 2FA authentication code verification. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 774 次。

如何安装 W3connect?

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

W3connect 是免费的吗?

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

W3connect 支持哪些平台?

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

谁开发了 W3connect?

由 KJ(@kernel1983)开发并维护,当前版本 v0.3.0。

💬 留言讨论