← 返回 Skills 市场
harrylabsj

Wallet Choice Advisor

作者 haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
72
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wallet-choice-advisor
功能描述
A decision helper that recommends a wallet setup pattern based on the user's goals, activity level, and risk tolerance. Use when the user is deciding what ki...
安全使用建议
This skill's description says it's prompt-only, but handler.py reads a hard-coded local path (/Users/jianghaidong/.openclaw/skills/{skill_name}/SKILL.md). Ask the maintainer why the code needs to read files from a specific home directory and whether that will run in your environment. Prefer a version that reads only its packaged SKILL.md (relative path) or remove the file-access logic. If you don't get a satisfactory explanation, avoid installing or running it with accounts that have access to sensitive files. The current issue could be an innocent developer leftover, but it is an unexplained discrepancy and worth clarifying before use.
功能分析
Type: OpenClaw Skill Name: wallet-choice-advisor Version: 1.0.0 The skill contains a hardcoded absolute file path in handler.py (/Users/jianghaidong/.openclaw/skills/) which exposes a local developer's username and ensures the code will fail on other systems. Furthermore, while SKILL.md claims the tool is 'prompt-only' and performs 'no device inspection,' the handler.py code explicitly attempts to read from the local filesystem, representing a discrepancy between documented behavior and actual code logic.
能力标签
cryptorequires-walletrequires-sensitive-credentials
能力评估
Purpose & Capability
The SKILL.md says the skill is prompt-only and does not inspect devices or integrate with wallets. The included handler.py attempts to read a SKILL.md from a hard-coded local path (/Users/jianghaidong/.openclaw/skills/{skill_name}), which is not needed for a prompt-only decision helper and does not match the declared behavior.
Instruction Scope
Runtime instructions explicitly state 'no device inspection', but handler.py reads from the local filesystem. This is scope creep: the code accesses a user-specific filesystem location that the SKILL.md says it will not touch.
Install Mechanism
No install spec and no downloads are present; the skill is largely instruction-only with small local code files, so there is no external installation risk.
Credentials
The skill declares no required environment variables or config paths, yet the code reads an absolute path in a user's home directory. That file access is not declared and may allow reading unrelated local skill files; the credential/environment requests are currently inconsistent with the implementation.
Persistence & Privilege
always is false and the skill does not request system-wide changes or persistent presence. It does not modify other skills or global settings in the provided code.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wallet-choice-advisor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wallet-choice-advisor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of wallet-choice-advisor. - Helps users choose a wallet setup based on goals, activity level, and risk tolerance. - Guides users through questions about usage intent, risk, device habits, and technical comfort. - Maps users to a suitable wallet pattern with clear explanations of tradeoffs. - Provides a setup checklist, risk overview, and advice on possible future upgrades. - Avoids universal or brand-specific recommendations unless requested.
元数据
Slug wallet-choice-advisor
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Wallet Choice Advisor 是什么?

A decision helper that recommends a wallet setup pattern based on the user's goals, activity level, and risk tolerance. Use when the user is deciding what ki... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 72 次。

如何安装 Wallet Choice Advisor?

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

Wallet Choice Advisor 是免费的吗?

是的,Wallet Choice Advisor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Wallet Choice Advisor 支持哪些平台?

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

谁开发了 Wallet Choice Advisor?

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

💬 留言讨论