← Back to Skills Marketplace
harrylabsj

Wallet Choice Advisor

by haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
72
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wallet-choice-advisor
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptorequires-walletrequires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wallet-choice-advisor
  3. After installation, invoke the skill by name or use /wallet-choice-advisor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug wallet-choice-advisor
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 72 downloads so far.

How do I install Wallet Choice Advisor?

Run "/install wallet-choice-advisor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Wallet Choice Advisor free?

Yes, Wallet Choice Advisor is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Wallet Choice Advisor support?

Wallet Choice Advisor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Wallet Choice Advisor?

It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.

💬 Comments