liberfi-portfolio
Installation
SKILL.md
LiberFi Portfolio Analysis
Analyze wallet holdings, transaction activity, PnL statistics, and net worth using the LiberFi CLI.
Supports two modes:
- Public wallet (
lfi wallet *): Query any wallet address. No authentication required. - My TEE wallet (
lfi me *): Query the authenticated user's own LiberFi TEE wallet without specifying an address. Requires authentication.
Pre-flight Checks
See bootstrap.md for CLI installation and connectivity verification.
This skill's auth requirements:
| Command group | Requires Auth |
|---|---|
lfi wallet * |
No (public API, uses on-chain data) |
lfi me * |
Yes (JWT, uses TEE wallet) |
Related skills