← 返回 Skills 市场
Stakingverse Lukso
作者
LUKSO Agent
· GitHub ↗
· v1.0.0
611
总下载
4
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stakingverse-lukso
功能描述
Stake LYX tokens on Stakingverse (LUKSO liquid staking). Use when the user wants to stake LYX, unstake LYX, claim rewards, or check sLYX balance on Stakingve...
安全使用建议
This skill appears to be a straightforward LUKSO staking helper but has some red flags you should address before using it:
- Do not paste your primary controller private key into environments you don't control. The scripts require a full private key (env variable STAKING_PRIVATE_KEY); that is necessary to sign UP/KeyManager transactions, but it is high-risk. Prefer a hardware wallet, a delegated account with minimal permissions, or a purpose-built staking controller key.
- Confirm the Vault and sLYX contract addresses independently (official Stakingverse docs) — the repo hardcodes a vault address; ensure it matches the real contract.
- The registry metadata omits required env vars and SKILL.md/README use different names (PRIVATE_KEY vs STAKING_PRIVATE_KEY); verify which env variables the runtime actually uses before running anything.
- Install dependencies manually (npm install ethers) in an isolated environment and review the code locally. Test on a non-mainnet/test account or testnet if available before using real funds.
- Because the skill will send on-chain transactions, understand gas and approval flows; do not run scripts on machines where the private key might be logged or backed up to external services.
If you want to proceed: fix the env var naming (use STAKING_PRIVATE_KEY as the scripts expect), verify addresses, and run with a low-value or test account first. If you cannot validate the origin (source: unknown), be extra cautious — treat it as untrusted code until verified.
功能分析
Type: OpenClaw Skill
Name: stakingverse-lukso
Version: 1.0.0
The OpenClaw skill bundle for Stakingverse LUKSO staking is classified as benign. All files, including SKILL.md, README.md, and the JavaScript scripts, clearly outline the skill's purpose: staking, unstaking, and claiming LYX tokens on the LUKSO blockchain. The code uses standard `ethers.js` library calls to interact with specified LUKSO smart contracts and RPC endpoints. While the skill requires a private key for signing transactions (as specified in SKILL.md and used in scripts/claim.js, scripts/stake.js, scripts/unstake-request.js), this is an inherent requirement for on-chain transactions and is transparently declared, not indicative of malicious intent. There is no evidence of data exfiltration, unauthorized command execution, persistence mechanisms, obfuscation, or prompt injection attempts against the AI agent. The skill adheres to the stated purpose without any high-risk behaviors beyond the necessary interaction with blockchain infrastructure.
能力评估
Purpose & Capability
The name/description (stake/unstake/claim/check sLYX) align with the included scripts which create transactions against a Vault contract. However the registry metadata incorrectly lists no required env vars/credentials while the SKILL.md, README and scripts clearly require a controller private key and other config — this mismatch is an incoherence in metadata.
Instruction Scope
Runtime instructions and scripts stay within staking-related scope: they connect to an RPC, read on-chain data, encode contract calls via the UP/KeyManager and submit transactions to the Vault. The scripts do require a private key to sign transactions (expected for an on-chain staking client). There is no evidence of unrelated file reads, hidden external endpoints, or data exfiltration in the code.
Install Mechanism
There is no formal install spec (instruction-only), but the repo contains runnable node scripts that require ethers.js. The README instructs npm install ethers; since nothing is auto-downloaded by the skill itself, installation risk is limited to following the README. The lack of an install spec combined with included code means the user/agent must manually install dependencies before use.
Credentials
The scripts require a full controller private key (STAKING_PRIVATE_KEY) and an RPC URL which is necessary to submit transactions — that is proportionate to staking. The concern is inconsistent naming: SKILL.md at one point references PRIVATE_KEY while the scripts and README use STAKING_PRIVATE_KEY, and the skill registry declared no required env vars. That mismatch increases chance of user misconfiguration and accidental key exposure. No other unrelated credentials are requested.
Persistence & Privilege
The skill does not request persistent/always-on privileges and does not modify other skills or system settings. It performs on-demand blockchain interactions only when run.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stakingverse-lukso - 安装完成后,直接呼叫该 Skill 的名称或使用
/stakingverse-lukso触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Stakingverse Lukso 是什么?
Stake LYX tokens on Stakingverse (LUKSO liquid staking). Use when the user wants to stake LYX, unstake LYX, claim rewards, or check sLYX balance on Stakingve... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 611 次。
如何安装 Stakingverse Lukso?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stakingverse-lukso」即可一键安装,无需额外配置。
Stakingverse Lukso 是免费的吗?
是的,Stakingverse Lukso 完全免费(开源免费),可自由下载、安装和使用。
Stakingverse Lukso 支持哪些平台?
Stakingverse Lukso 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Stakingverse Lukso?
由 LUKSO Agent(@luksoagent)开发并维护,当前版本 v1.0.0。
推荐 Skills