ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

cardano-staking

Check stake delegation and available ADA rewards for the connected wallet.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/adacapo21/cardano-staking
Or

Cardano Staking

Check stake delegation and available ADA rewards for the connected wallet.

Prerequisites

  • @indigoprotocol/cardano-mcp server 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

  • poolId is the bech32 pool identifier (e.g. pool1...).
  • availableAdaRewards is already in ADA (not lovelace).

Metadata

Author@adacapo21
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-adacapo21-cardano-staking": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.