← Back to Skills Marketplace
Cardano Staking
by
Angelos Kappos
· GitHub ↗
· v1.0.0
· MIT-0
296
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cardano-staking
Description
Check stake delegation and available ADA rewards for the connected wallet.
README (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).
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cardano-staking - After installation, invoke the skill by name or use
/cardano-staking - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Cardano Staking?
Check stake delegation and available ADA rewards for the connected wallet. It is an AI Agent Skill for Claude Code / OpenClaw, with 296 downloads so far.
How do I install Cardano Staking?
Run "/install cardano-staking" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cardano Staking free?
Yes, Cardano Staking is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Cardano Staking support?
Cardano Staking is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cardano Staking?
It is built and maintained by Angelos Kappos (@adacapo21); the current version is v1.0.0.
More Skills