Agent skill
nexus-elements-view-history
Install and use the View History component for Nexus intent history. Use when you want a history modal or inline list of intents.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/nexus-elements-view-history
SKILL.md
Nexus Elements - View History
Overview
Install the ViewHistory component to display Nexus intent history as a modal or inline list.
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/view-history
Alternative:
npx shadcn@latest add https://elements.nexus.availproject.org/r/view-history.json
Manual install (no shadcn)
- Download
https://elements.nexus.availproject.org/r/view-history.json. - Create each file in
files[].targetwithfiles[].content. - Install dependencies listed in
dependenciesand eachregistryDependenciesitem.
Usage
import ViewHistory from "@/components/view-history/view-history";
<ViewHistory viewAsModal={false} className="w-full" />
SDK flow mapping
- Fetches intent history with
sdk.getMyIntents()(requests-for-funds list). - Intended for displaying status updates, explorer links, and retries.
Props (ViewHistoryProps)
viewAsModal?: render as modal (default true)className?: optional container className
Notes
- There is no
view-intentcomponent; use ViewHistory for intent history.
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?