2.5k
GitHub Stars
2
Bundled Files
2 months ago
Catalog Refreshed
3 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill solana-portfolio- _meta.json286 B
- SKILL.md2.4 KB
Overview
This skill manages a Solana investment portfolio by tracking multiple wallet balances, token allocations, and asset valuation. It helps users view holdings, add or remove wallets, and get a clear snapshot of portfolio value and distribution. The skill operates in read-only mode and never asks for private keys.
How this skill works
The skill queries on-chain data for linked Solana addresses and aggregates balances and token prices to produce total value and position breakdowns. Users can run commands to list, add, or remove wallets; the skill validates address format and enforces a five-wallet limit. It provides friendly prompts when no wallets are connected and suggests next actions like setting price alerts or viewing detailed market data.
When to use it
- When you want a consolidated view of multiple Solana wallets and total portfolio value
- When you need to add or remove a Solana wallet address to your tracked portfolio
- When you want a breakdown of token distribution and per-token balances
- When you mention portfolio, balance, holdings, or wallet and expect a status update
- When you want a quick check without sharing private keys
Best practices
- Only add public Solana addresses (no private keys or seed phrases) — read-only access
- Validate addresses before adding: base58-encoded, typically 32–44 characters
- Keep no more than five wallets tracked to stay within the skill’s limit
- Confirm removal actions to avoid accidental deletion of a tracked wallet
- Ask follow-up questions (e.g., price alerts or detailed market view) after showing summary
Example use cases
- A user asks: “Show my portfolio” — the skill returns total USD value and token breakdown across linked wallets
- A user provides a Solana address — the skill validates and adds it, then suggests checking the portfolio
- A user requests a list of connected wallets — the skill enumerates stored addresses and balances
- A user asks to remove a wallet — the skill lists wallets, asks for confirmation, and removes the selected address
- A user has no wallets connected — the skill prompts to submit a Solana address to start tracking
FAQ
No. This skill is read-only and will never request private keys, seed phrases, or any sensitive credentials.
How many wallets can I track?
You can track up to five wallets. The skill will prompt if you try to add more and explain the limit.