Agent skill
nexus-elements-unified-balance
Install and use the Unified Balance component for cross-chain balance aggregation. Use when you need a balance panel with per-chain breakdown.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/nexus-elements-unified-balance
SKILL.md
Nexus Elements - Unified Balance
Overview
Install the UnifiedBalance component to display aggregated token balances across chains with per-chain breakdown.
Prerequisites
- NexusProvider installed and initialized on wallet connect.
- Wallet connection configured.
Install (shadcn registry)
- Ensure shadcn/ui is initialized (
components.jsonexists). - Ensure registry mapping exists:
"registries": {
"@nexus-elements/": "https://elements.nexus.availproject.org/r/{name}.json"
}
- Install:
npx shadcn@latest add @nexus-elements/unified-balance
Alternative:
npx shadcn@latest add https://elements.nexus.availproject.org/r/unified-balance.json
Manual install (no shadcn)
- Download
https://elements.nexus.availproject.org/r/unified-balance.json. - Create each file in
files[].targetwithfiles[].content. - Install dependencies listed in
dependenciesand eachregistryDependenciesitem.
Usage
import UnifiedBalance from "@/components/unified-balance/unified-balance";
<UnifiedBalance className="max-w-lg" />
SDK flow mapping
- Displays
bridgableBalanceandswapBalancefromNexusProvider(fromsdk.getBalancesForBridge()/sdk.getBalancesForSwap()). - Uses
nexusSDK.utils.formatTokenBalance(...)for display formatting.
Props (UnifiedBalanceProps)
className?: optional container className
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?