← 返回 Skills 市场
Portfolio Dehydrator
作者
SHAO Zhaoru
· GitHub ↗
· v1.0.3
· MIT-0
113
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install portfolio-dehydrator
功能描述
Portfolio Dehydrator is a Web3 portfolio diagnosis and allocation optimization skill. Use it when the user wants Codex to turn a PRD or coding request into a...
安全使用建议
This skill appears coherent and focused: it bundles a Python implementation that fetches public exchange candles and runs SLSQP optimization, and it does not ask for API keys or system credentials. Before installing or running it, consider these practical steps: (1) Inspect assets/web3_portfolio_optimizer.py yourself (or run it in an isolated environment) to confirm the network calls are only to the listed exchange endpoints and there are no unexpected external uploads; (2) run pip install in a virtualenv to avoid contaminating your system Python; (3) note the small metadata inconsistency (registry entry says no install spec while SKILL.md contains a pip install command) — verify which install behavior applies in your platform; (4) the skill performs financial math — validate its outputs on known test inputs before using recommendations in production; (5) if you require stronger assurance, run the script in a network-restricted sandbox to observe exactly which hosts it calls and audit logs for data exfiltration. Overall, no direct red flags (no credential exfiltration, no obscure remote downloads, no system file access) were found.
功能分析
Type: OpenClaw Skill
Name: portfolio-dehydrator
Version: 1.0.3
The "Portfolio Dehydrator" skill is a legitimate quantitative tool for analyzing crypto portfolios. The core logic in assets/web3_portfolio_optimizer.py fetches public market data from major exchanges (OKX, Gate.io, Bybit, Bitget) and uses standard mathematical libraries (scipy, numpy, pandas) to calculate risk-adjusted returns and optimal allocations. The instructions in SKILL.md are strictly task-oriented, and the code contains no signs of data exfiltration, credential theft, or unauthorized remote execution. All network activity is restricted to public market data endpoints.
能力标签
能力评估
Purpose & Capability
The skill is a Web3 portfolio optimizer that fetches public market candles and runs quantitative analysis. Required Python packages (requests, pandas, numpy, scipy) and the included Python implementation match this purpose. No unrelated credentials, binaries, or system paths are requested.
Instruction Scope
SKILL.md directs the agent to produce/use a single-file Python backend (and to reuse the bundled assets/web3_portfolio_optimizer.py). The runtime instructions only reference local repo files and public exchange APIs (OKX, Gate.io, Bybit, Bitget). There are no instructions to read arbitrary system files, environment secrets, or to send data to non-exchange endpoints.
Install Mechanism
The skill is instruction-heavy and includes a Python install command in SKILL.md (python3 -m pip install -r assets/requirements.txt), which is reasonable and uses normal PyPI packages. Minor inconsistency: the registry summary indicated 'No install spec' while SKILL.md contains an install command; this is a documentation/metadata mismatch but not a functional risk. The pip install uses only standard packages listed in the included requirements.txt.
Credentials
No environment variables or credentials are required. The code only calls public market-data endpoints and treats stablecoins as risk-free; this is proportionate to the stated functionality.
Persistence & Privilege
The skill does not request persistent/always-on privileges (always: false). It does not declare actions that modify other skills or system-wide settings. Autonomous invocation is allowed (default) but is not combined with other privilege or credential red flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install portfolio-dehydrator - 安装完成后,直接呼叫该 Skill 的名称或使用
/portfolio-dehydrator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Switch public-facing copy to English
v1.0.1
Initial public release
元数据
常见问题
Portfolio Dehydrator 是什么?
Portfolio Dehydrator is a Web3 portfolio diagnosis and allocation optimization skill. Use it when the user wants Codex to turn a PRD or coding request into a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 113 次。
如何安装 Portfolio Dehydrator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install portfolio-dehydrator」即可一键安装,无需额外配置。
Portfolio Dehydrator 是免费的吗?
是的,Portfolio Dehydrator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Portfolio Dehydrator 支持哪些平台?
Portfolio Dehydrator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Portfolio Dehydrator?
由 SHAO Zhaoru(@shaozrrr)开发并维护,当前版本 v1.0.3。
推荐 Skills