← 返回 Skills 市场
Cardano Staking
作者
Angelos Kappos
· GitHub ↗
· v1.0.0
· MIT-0
296
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cardano-staking
功能描述
Check stake delegation and available ADA rewards for the connected wallet.
使用说明 (SKILL.md)
Cardano Staking
Check stake delegation and available ADA rewards for the connected wallet.
Prerequisites
@indigoprotocol/cardano-mcpserver running
MCP Tools
get_stake_delegation— Retrieve the staked pool ID and available ADA rewards
When to use
Use this skill when the user asks about:
- Staking status or delegation
- Which stake pool they are delegated to
- Available staking rewards
- ADA rewards they can claim
Data interpretation
poolIdis the bech32 pool identifier (e.g.pool1...).availableAdaRewardsis already in ADA (not lovelace).
安全使用建议
Do not provide your seed phrase. For checking delegation and rewards, prefer supplying a public wallet address or a read-only viewing key instead of private keys. Before installing: (1) verify the npm package @indigoprotocol/cardano-mcp on npmjs.com and inspect its source repository (GitHub) and maintainers; (2) ask the skill author why SEED_PHRASE is required and request an alternative that only needs a public address; (3) avoid storing seed phrases in environment variables — use hardware wallets or offline signing if you must sign transactions. If the author cannot justify the seed requirement or provide verifiable source code, do not install or run the skill.
功能分析
Type: OpenClaw Skill
Name: cardano-staking
Version: 1.0.0
The skill bundle is classified as suspicious because it requires the 'SEED_PHRASE' environment variable to be provided to the agent (SKILL.md). Requiring a raw mnemonic seed phrase for a simple staking status check is a high-risk security practice that exposes the user's entire wallet to potential theft if the environment or the underlying '@indigoprotocol/cardano-mcp' package is compromised. While the documentation describes legitimate functionality, the handling of highly sensitive credentials in this manner constitutes a critical security vulnerability.
能力评估
Purpose & Capability
The skill says it only checks stake delegation and available rewards, which can be determined from a public wallet address; however the registry metadata declares a required environment variable SEED_PHRASE. A seed phrase (private key material) is not justified by the stated read-only purpose.
Instruction Scope
The SKILL.md instructions only say to call get_stake_delegation and display results; they do not reference reading a seed phrase or other local files. Declaring SEED_PHRASE in the skill's requires block is inconsistent with the literal runtime instructions, creating scope creep and a mismatch between what the agent is told to do and what it asks for.
Install Mechanism
The install spec pulls a Node package (@indigoprotocol/cardano-mcp) from the npm ecosystem. Using an npm package for Cardano MCP tooling is plausible, but the skill has no homepage or source link to verify the package's provenance. npm installs are moderate risk compared to instruction-only skills; lack of a verifiable upstream repository increases concern.
Credentials
Requesting SEED_PHRASE (sensitive private key material) is disproportionate for a read-only delegation/rewards check. The skill does not declare a less-privileged alternative (public address, viewing key, or read-only API token). Storing a seed phrase in an environment variable is also risky operationally.
Persistence & Privilege
The skill is not set to always:true and uses default autonomy settings. It does not request system-wide persistence or attempt to modify other skills; no elevated persistence privileges were requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cardano-staking - 安装完成后,直接呼叫该 Skill 的名称或使用
/cardano-staking触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Cardano Staking 是什么?
Check stake delegation and available ADA rewards for the connected wallet. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 296 次。
如何安装 Cardano Staking?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cardano-staking」即可一键安装,无需额外配置。
Cardano Staking 是免费的吗?
是的,Cardano Staking 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Cardano Staking 支持哪些平台?
Cardano Staking 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Cardano Staking?
由 Angelos Kappos(@adacapo21)开发并维护,当前版本 v1.0.0。
推荐 Skills