← 返回 Skills 市场
ultranumblol

wallet-pnl

作者 Lougseus · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
311
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wallet-pnl
功能描述
Analyze any Solana wallet's trading history: win rate, realized PnL, trader type, and copy-trade rating. Use when the user wants to check if a wallet is wort...
安全使用建议
This skill appears to do what it claims: it needs a Helius API key to fetch Solana swap data and will compute PnL locally or via the included API server. Before installing or running: 1) Provide only a Helius API key (no other secrets required). 2) If you use the hosted/paid API, note the $0.03/request facilitator flow — the server will call an external FACILITATOR_URL and may require configuring PAY_TO. 3) If self-hosting, run pip install in an isolated environment (venv/container) and review the PAY_TO/FACILITATOR_URL env vars to avoid unexpected payments. 4) The registry metadata has a minor inconsistency around homepage/source; consider verifying the upstream GitHub repo and reviewing the code yourself if you need stronger assurance.
功能分析
Type: OpenClaw Skill Name: wallet-pnl Version: 1.0.0 The wallet-pnl skill bundle provides a Solana wallet analysis tool using the Helius API to calculate trading metrics like win rate and realized PnL. The code in `scripts/pnl.py` and `api/server.py` is transparent and aligns with the stated purpose, including a documented micropayment system (x402 protocol) for monetization. No indicators of data exfiltration, malicious execution, or prompt injection were found.
能力评估
Purpose & Capability
Name/description, required binary (python3), and primaryEnv (HELIUS_API_KEY) align with the implementation: scripts/pnl.py fetches transactions and RPC data from Helius/Solana to compute PnL and win rates. Minor metadata inconsistency: registry 'Homepage: none' at top vs. clawhub.json/README pointing to a GitHub repo.
Instruction Scope
SKILL.md instructs running the bundled Python code or using the provided HTTP endpoint. The instructions and code only request transaction data (Helius API and Solana RPC) and do not read unrelated local files or environment variables. The API server optionally integrates a payment facilitator for a paid endpoint, which results in outbound requests to the configured FACILITATOR_URL.
Install Mechanism
No automated install script in the registry; the skill is instruction-first and includes source files. Self-hosting instructions use pip with a small set of common Python dependencies (fastapi, uvicorn, requests, aiofiles). No high-risk remote download or obscure install URLs are present.
Credentials
Only HELIUS_API_KEY is declared as required (primaryEnv). That is appropriate for fetching parsed transaction history and Solana RPC access. Optional env vars in the server (PAY_TO, FACILITATOR_URL, PRICE_PER_REQUEST) relate to the documented paid API and are justified by that functionality.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges. Hosting the included server is optional and confined to its own process; the skill does not modify other skills or agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wallet-pnl
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wallet-pnl 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Solana Wallet PnL Analyzer skill initial release: - Analyze any Solana wallet’s swap history for copy-trade evaluation. - Outputs win rate, realized PnL in SOL, trader classification, copy-trade rating, and top traded tokens. - Includes copy-trade rating guide and trader type definitions for clarity. - Supports both API-based (paid per request) and self-hosted analysis workflows. - Requires a Helius API key for transaction data access.
元数据
Slug wallet-pnl
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

wallet-pnl 是什么?

Analyze any Solana wallet's trading history: win rate, realized PnL, trader type, and copy-trade rating. Use when the user wants to check if a wallet is wort... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 311 次。

如何安装 wallet-pnl?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wallet-pnl」即可一键安装,无需额外配置。

wallet-pnl 是免费的吗?

是的,wallet-pnl 完全免费(开源免费),可自由下载、安装和使用。

wallet-pnl 支持哪些平台?

wallet-pnl 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 wallet-pnl?

由 Lougseus(@ultranumblol)开发并维护,当前版本 v1.0.0。

💬 留言讨论