← 返回 Skills 市场
295
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install solana-portfolio
功能描述
管理 Solana 投资组合 — 追踪多钱包余额、代币分布和资产估值。当用户想查看持仓、添加钱包或了解资产状况时触发。
安全使用建议
This skill mostly does what it claims (read-only wallet listing, add/remove wallet addresses, portfolio summaries) and it explicitly says it won't ask for private keys. The main risk is that every script imports modules from a ../../../shared directory that are not included or documented — those shared modules will actually implement storage, network calls, and any third-party API usage. Before installing or enabling this skill: (1) ask the publisher or runtime owner to show/verify the shared modules (services, tracker, wallet, formatter, errors) so you can confirm they don't access secrets or unexpected endpoints; (2) confirm where wallet lists and portfolio data are stored and who can read them; (3) confirm SOLANA_NETWORK value and whether any API keys are required by the runtime; (4) audit or sandbox the skill first if you cannot inspect the shared modules. If you cannot obtain details about the shared modules, treat this skill as higher risk and avoid installing it for sensitive accounts.
功能分析
Type: OpenClaw Skill
Name: solana-portfolio
Version: 0.1.0
The skill bundle provides standard Solana portfolio management features, including tracking balances, PnL, and rebalancing suggestions using public wallet addresses. The code is transparent, lacks network exfiltration or suspicious execution patterns, and includes explicit guardrails in SKILL.md instructing the agent never to ask for private keys. All scripts (e.g., add-wallet.js, get-portfolio.js) interact with a local shared service layer as expected for the OpenClaw environment.
能力评估
Purpose & Capability
Name/description, required binaries (node) and the single env var SOLANA_NETWORK are coherent with a Solana portfolio tool. However, every script imports modules from a ../../../shared directory that is not included in the skill bundle or declared in requires.config. That external dependency could be benign (platform-provided helpers) but is not justified or documented in the SKILL.md.
Instruction Scope
SKILL.md only instructs the agent to run local node scripts and interact with users (e.g., ask for Telegram user ID, ask for wallet addresses). The scripts themselves do not request private keys and enforce address validation and a 5-wallet limit. But the actual data access, network calls, storage, and any credential use are delegated to the shared modules (services, tracker, wallet, formatter, errors) which are not provided or described — leaving unclear what the runtime will read, write, or transmit.
Install Mechanism
No install spec; instruction-only with included scripts. Nothing is downloaded or written by an installer. Required binary (node) is reasonable.
Credentials
Only SOLANA_NETWORK is required, which is proportionate. The scripts do not reference other environment variables. However, because core behavior is inside external shared modules, there could be undisclosed use of environment variables or credentials in those modules — the skill does not declare them.
Persistence & Privilege
always:false and normal model invocation. The skill does not attempt to modify other skills' configs in the provided files. It appears to perform only per-user wallet management via shared services.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install solana-portfolio - 安装完成后,直接呼叫该 Skill 的名称或使用
/solana-portfolio触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of the Solana Portfolio skill for managing and tracking Solana assets.
- Track balances, token distribution, and asset value across up to 5 Solana wallets per user.
- Add, list, and remove Solana wallet addresses with address validation.
- View total portfolio value, individual holdings, and detailed asset breakdowns.
- User-friendly prompts and feedback for common actions (viewing, adding, removing wallets).
- Strict guardrails: read-only (no private keys), clear address validation, no judgmental statements on holdings.
- All interactions guided in a conversational, helpful manner.
元数据
常见问题
Solana Portfolio 是什么?
管理 Solana 投资组合 — 追踪多钱包余额、代币分布和资产估值。当用户想查看持仓、添加钱包或了解资产状况时触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 295 次。
如何安装 Solana Portfolio?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install solana-portfolio」即可一键安装,无需额外配置。
Solana Portfolio 是免费的吗?
是的,Solana Portfolio 完全免费(开源免费),可自由下载、安装和使用。
Solana Portfolio 支持哪些平台?
Solana Portfolio 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Solana Portfolio?
由 liji3597(@liji3597)开发并维护,当前版本 v0.1.0。
推荐 Skills