indigo-staking
Query and manage INDY token staking positions on Indigo Protocol.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adacapo21/indigo-stakingWhat This Skill Does
The indigo-staking skill is a specialized OpenClaw agent extension designed to provide comprehensive interaction with the Indigo Protocol on the Cardano blockchain. It empowers users to manage their INDY token staking lifecycle directly through the agent interface. By leveraging the underlying MCP tools, users can transition from passive token holders to active participants in the Indigo ecosystem. The skill covers three primary operational pillars: querying real-time protocol parameters, managing individual staking positions, and executing reward distribution actions. Whether you are performing due diligence on the current APR, adjusting your staked collateral to mitigate risk, or harvesting earned rewards, this skill acts as a direct bridge between your terminal and the smart contracts governing Indigo Protocol staking.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. Ensure you have the latest version of the agent installed before running the following command in your terminal:
clawhub install openclaw/skills/skills/adacapo21/indigo-staking
Once the installation completes, the skill will automatically register its tools with your agent, allowing you to invoke them immediately in your chat sessions.
Use Cases
- Yield Optimization: Users can regularly monitor their positions and adjust them based on real-time staking metrics.
- Portfolio Governance: Efficiently manage multiple staking positions across different addresses to maintain desired risk profiles.
- Automated Reward Management: Set up routine check-ins with your agent to calculate and trigger the distribution of pending rewards without manual intervention.
- Protocol Auditing: Perform quick deep-dives into staking parameters and global protocol health before making large-scale adjustments.
Example Prompts
- "Check the current status of my INDY staking and tell me if I have any pending rewards that need to be distributed."
- "I want to increase my staking exposure. Please walk me through the steps to adjust my current staking position at address addr1..."
- "Show me the global staking parameters for the Indigo Protocol to see if the reward rates have changed today."
Tips & Limitations
- Safety First: Always verify the staking address before initiating an
adjust_staking_positionorclose_staking_positioncommand to prevent unintended asset movement. - Network Latency: Because this skill interacts directly with the blockchain, there may be delays between submitting a transaction and seeing the reflected state in the agent's output. Always wait for transaction confirmation notifications.
- Governance Awareness: Staking parameters are subject to protocol governance votes. Regularly use
get_staking_infoto stay informed about changes that may impact your yields. - Security: The skill does not store private keys. Ensure that your OpenClaw agent is configured with a secure, read-only or hardware-backed signing service when executing state-changing transactions.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-adacapo21-indigo-staking": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, network-access
Related Skills
indigo-redemption
Manage redemptions and Redemption Order Book (ROB) positions on Indigo Protocol.
cardano-transactions
Sign and submit Cardano transactions with explicit user confirmation.
cardano-balances
Query wallet balances, addresses, and UTxOs on the Cardano blockchain.
indigo-governance
Query Indigo Protocol governance data including protocol parameters, polls, .
indigo-ipfs
Store and retrieve data on IPFS and query collector UTXOs for the Indigo Protocol.