← Back to Skills Marketplace
harrylabsj

Crypto Budget Boundary Planner

by haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
63
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install crypto-budget-boundary-planner
Description
A budgeting skill that helps set conservative crypto spending limits anchored to real life finances. Use when the user wants to define how much they can affo...
README (SKILL.md)

crypto-budget-boundary-planner

A budgeting skill that helps set conservative crypto spending limits anchored to real life finances.

Workflow

  1. Ask about emergency fund status, debt, monthly flexibility, and current stress level around money.
  2. Ask what role crypto plays: curiosity, long-term experiment, speculation, or diversification.
  3. Help the user define an affordable loss boundary and a monthly cap.
  4. Add pause rules for emotionally charged periods.
  5. Translate the result into a simple written policy.

Output Format

  • Personal boundary summary
  • Suggested monthly cap or zero-allocation recommendation
  • Funding source rule
  • Pause or stop conditions
  • Review date

Quality Bar

  • Grounded in personal finance reality, not market narratives.
  • Conservative when income is unstable or debt is pressing.
  • Easy to remember and follow.
  • Makes room for saying "not now" when appropriate.

Edge Cases

  • If the user has high-interest debt, no emergency buffer, or acute money pressure, lean toward delay or zero allocation.
  • Cannot replace regulated financial advice.

Compatibility

  • Prompt-only and region-agnostic at education level.
  • Uses user-entered numbers or rough ranges.
  • No portfolio sync or account integration.
Usage Guidance
This skill's description says it's prompt-only, but the included handler.py tries to open /Users/jianghaidong/.openclaw/skills/{skill_name}/SKILL.md. Before installing or enabling it, either (1) ask the author why the code needs to read a hardcoded path and request removal of filesystem access, (2) inspect/run the code in a sandboxed environment, or (3) reject the skill. If you must test it, run it in an isolated VM/container and search for any other hardcoded paths or network calls. The current mismatch between the prose and the code is a privacy risk (local file reads) and should be resolved before use.
Capability Analysis
Type: OpenClaw Skill Name: crypto-budget-boundary-planner Version: 1.0.0 The handler.py file contains a path traversal vulnerability in the _load_skill_meta function, which uses the unsanitized skill_name input to construct a filesystem path. Additionally, the code includes a hardcoded absolute path referencing a specific local user directory (/Users/jianghaidong/), which is highly irregular for a portable skill bundle and contradicts the 'Prompt-only' claim in SKILL.md.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
SKILL.md and the description present this as a prompt-only budgeting helper (no account integration, no I/O). However handler.py attempts to read a local SKILL.md from a hardcoded absolute path (/Users/jianghaidong/.openclaw/skills/{skill_name}/SKILL.md). Reading arbitrary files under a user's home directory is not necessary for the stated purpose and is disproportionate.
Instruction Scope
The runtime instructions (SKILL.md) never instruct reading local files or accessing the host filesystem. The included handler.py violates that scope by opening a host file path. This is hidden scope creep: the prose says "prompt-only" but code performs filesystem access.
Install Mechanism
There is no install spec (instruction-only), which is low risk normally, but this package includes Python code files. That means if the skill is loaded/executed, the embedded code will run despite no install steps being declared. There is no external download or suspicious installer URL.
Credentials
The skill declares no environment variables or credentials, yet the code attempts to access a specific filesystem location in a user's home directory (hardcoded username). Requesting or reading host-local files is not justified by the budgeting purpose and is disproportionate to the stated needs.
Persistence & Privilege
The skill does not request always:true and has no install hooks or claims to modify other skills or global settings. Autonomous invocation is allowed by default, but that alone is not an additional red flag here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install crypto-budget-boundary-planner
  3. After installation, invoke the skill by name or use /crypto-budget-boundary-planner
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of crypto-budget-boundary-planner. - Guides users to set conservative crypto spending limits based on real-life finances. - Prompts for emergency fund, debt status, financial flexibility, and stress level. - Helps define personal loss boundary, monthly cap, and pause rules for emotional periods. - Outputs a clear written policy with suggested caps and review dates. - Prioritizes financial safety, especially for users with unstable income or pressing debt.
Metadata
Slug crypto-budget-boundary-planner
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Crypto Budget Boundary Planner?

A budgeting skill that helps set conservative crypto spending limits anchored to real life finances. Use when the user wants to define how much they can affo... It is an AI Agent Skill for Claude Code / OpenClaw, with 63 downloads so far.

How do I install Crypto Budget Boundary Planner?

Run "/install crypto-budget-boundary-planner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Crypto Budget Boundary Planner free?

Yes, Crypto Budget Boundary Planner is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Crypto Budget Boundary Planner support?

Crypto Budget Boundary Planner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Crypto Budget Boundary Planner?

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

💬 Comments