← 返回 Skills 市场
luksoagent

Stakingverse Ethereum

作者 LUKSO Agent · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
524
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stakingverse-ethereum
功能描述
Stake ETH on StakeWise (Ethereum liquid staking). Use when the user wants to stake ETH, unstake ETH, or check staked positions on StakeWise V3 vaults. Suppor...
安全使用建议
This skill contains runnable scripts that will use your Ethereum private key to sign transactions — that is expected for staking, but do not run these with your main wallet until you verify the code. Before installing/using: 1) Confirm the source repository and its integrity (the package has no homepage and the registry metadata is sparse). 2) Inspect stake.mjs, check-state.js, and position.js locally to confirm endpoints and contract addresses are correct. 3) Note env var name mismatches: README suggests ETH_PRIVATE_KEY, SKILL.md shows PRIVATE_KEY, and the code uses ETH_PRIVATE_KEY; set the correct variable or update the scripts. 4) There is no scripts/unstake.js though Quick Start mentions it — expect missing functionality. 5) Run with a throwaway wallet and tiny test amounts first. 6) Prefer using a remote signer/hardware wallet rather than placing a long-term private key in environment variables. If you are not comfortable auditing JavaScript code yourself, do not provide a live private key.
功能分析
Type: OpenClaw Skill Name: stakingverse-ethereum Version: 1.0.0 The skill bundle is designed for legitimate Ethereum staking operations on StakeWise V3. It correctly utilizes environment variables for sensitive credentials (PRIVATE_KEY, MY_ADDRESS) which is standard practice for blockchain interactions. All network requests are directed to public Ethereum RPCs (ethereum-rpc.publicnode.com) and the official StakeWise subgraph (graphs.stakewise.io), which are necessary for its stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the OpenClaw agent in any of the files, including SKILL.md and README.md. The code and documentation are clear, functional, and align with the described liquid staking functionality.
能力评估
Purpose & Capability
The stated purpose (stake/unstake/check positions on StakeWise V3) matches the code behavior: the scripts call a Vault contract, query a StakeWise subgraph, and sign transactions. However registry metadata claims no required environment variables while SKILL.md/README/scripts require a private key, address, RPC URL and vault address. That mismatch (registry vs docs/code) is suspicious and reduces trust.
Instruction Scope
Runtime instructions require a private key and address (expected for signing transactions) and tell the agent to run the included scripts. Problems: the README and SKILL.md reference different env var names (SKILL.md: PRIVATE_KEY, README: ETH_PRIVATE_KEY), the code uses process.env.ETH_PRIVATE_KEY (and falls back to literal placeholders), SKILL.md lists KEEPER but scripts do not use that env var, and Quick Start references scripts/unstake.js which is not present. There are also ABI / parameter ordering inconsistencies between the prose and the code. These inconsistencies could cause unexpected failures or misconfiguration and warrant manual inspection before running with real keys.
Install Mechanism
No install spec is provided (instruction-only skill with JS files). This is low-risk from an installer perspective because nothing is downloaded or installed automatically by the platform. However the package includes runnable scripts that will execute locally when invoked.
Credentials
Requesting a private key and RPC_URL is proportionate for software that must sign on-chain transactions. That said, the repository/doc inconsistencies around variable names (PRIVATE_KEY vs ETH_PRIVATE_KEY vs code fallbacks) and the presence of an unused KEEPER env variable reduce clarity. Ensure you do not paste real private keys into untrusted environments; consider using a signing service or hardware key instead of raw env vars.
Persistence & Privilege
The skill does not request always:true, does not attempt to modify other skills, and has no install script that would persist code outside the skill bundle. It runs only when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stakingverse-ethereum
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stakingverse-ethereum 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug stakingverse-ethereum
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Stakingverse Ethereum 是什么?

Stake ETH on StakeWise (Ethereum liquid staking). Use when the user wants to stake ETH, unstake ETH, or check staked positions on StakeWise V3 vaults. Suppor... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 524 次。

如何安装 Stakingverse Ethereum?

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

Stakingverse Ethereum 是免费的吗?

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

Stakingverse Ethereum 支持哪些平台?

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

谁开发了 Stakingverse Ethereum?

由 LUKSO Agent(@luksoagent)开发并维护,当前版本 v1.0.0。

💬 留言讨论