← Back to Skills Marketplace
harrylabsj

Crypto Dca Reflection Guide

by haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
66
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install crypto-dca-reflection-guide
Description
A reflection skill that helps decide whether a recurring buy habit fits the user's goals, budget, and temperament. Use when the user is considering a DCA str...
README (SKILL.md)

crypto-dca-reflection-guide

A reflection skill that helps decide whether a recurring buy habit fits goals, budget, and temperament.

Workflow

  1. Ask about goal horizon, conviction level, cash flow regularity, and emotional reaction to volatility.
  2. Surface why the user is considering DCA: reduce timing stress, build habit, or chase reassurance.
  3. Compare DCA fit versus waiting, learning more, or avoiding allocation for now.
  4. If suitable, design a tiny rule-based experiment with clear review date.
  5. If not suitable, explain why not.

Output Format

  • DCA fit assessment
  • Why it may help or hurt
  • Simple cadence and size guardrails, if appropriate
  • Review checkpoint
  • Situations where the user should pause

Quality Bar

  • Balanced, not ideological.
  • Connects habit design to psychology and cash flow.
  • Makes tradeoffs visible.
  • Avoids pretending DCA removes risk.

Edge Cases

  • Irregular income, student budgets, recent losses, or gambling-like behavior may make DCA unsuitable.
  • Should not imply guaranteed outcomes.

Compatibility

  • Prompt-only, no automation or brokerage connection.
  • Works well with budget planner and review ritual skills.
Usage Guidance
This skill is broadly what it says (a DCA reflection guide), but the included handler.py contains a hard-coded absolute path (/Users/jianghaidong/...) and will attempt to open SKILL.md from that location. Before installing or enabling: 1) Inspect or run the code in a sandbox — the file read will fail on most systems but could expose local file reads if paths overlap. 2) Ask the author why the absolute user path is used; the code should use a relative path or package resource instead. 3) If you don't trust the author, decline installation — at minimum modify handler.py to remove the absolute path and load the included SKILL.md from the package directory. 4) Because no network or credential access is requested, the risk is limited to local file reads; nonetheless treat this as a privacy/quality issue and fix or confirm before use.
Capability Analysis
Type: OpenClaw Skill Name: crypto-dca-reflection-guide Version: 1.0.0 The skill is classified as suspicious because handler.py contains a hardcoded absolute path to a specific local user directory (/Users/jianghaidong/), which is a privacy leak and indicates the code was not sanitized for distribution. Furthermore, the _load_skill_meta function in handler.py performs file system reads based on the skill_name input, creating a potential path traversal vulnerability, which contradicts the 'prompt-only' description provided in SKILL.md.
Capability Tags
crypto
Capability Assessment
Purpose & Capability
The SKILL.md describes a prompt-only reflection guide (no automation). The code in handler.py attempts to read /Users/jianghaidong/.openclaw/skills/{skill_name}/SKILL.md — an absolute, user-specific path unrelated to a distributed prompt-only skill. This hard-coded path is not needed for the stated purpose and is an incoherence (it attempts local file access outside the packaged skill).
Instruction Scope
SKILL.md explicitly says prompt-only and no external integrations; the instructions do not request reading local files or secrets. The handler.py nevertheless attempts to load a SKILL.md from a local home directory. That behavior is not documented in SKILL.md and expands the runtime scope unexpectedly.
Install Mechanism
There is no install spec (instruction-only). No downloads or package installs are requested, which aligns with a low-risk, prompt-first skill.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The only surprising element is the hard-coded filesystem path in handler.py; it does not request secrets but does attempt to read a local file path that is unrelated to the description.
Persistence & Privilege
Flags such as always and autonomous invocation are default/normal. The skill does not request permanent presence or system-wide config changes.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install crypto-dca-reflection-guide
  3. After installation, invoke the skill by name or use /crypto-dca-reflection-guide
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of crypto-dca-reflection-guide. - Guides users in evaluating if a dollar-cost averaging (DCA) habit fits their goals, budget, and temperament. - Prompts for goal horizon, conviction, cash flow, and responses to volatility. - Highlights reasons for considering DCA and compares it with alternative approaches. - Offers a simple, rule-based experiment and clear review point if DCA is suitable. - Flags edge cases (like irregular income or gambling behavior) where DCA may not be a good fit.
Metadata
Slug crypto-dca-reflection-guide
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Crypto Dca Reflection Guide?

A reflection skill that helps decide whether a recurring buy habit fits the user's goals, budget, and temperament. Use when the user is considering a DCA str... It is an AI Agent Skill for Claude Code / OpenClaw, with 66 downloads so far.

How do I install Crypto Dca Reflection Guide?

Run "/install crypto-dca-reflection-guide" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Crypto Dca Reflection Guide free?

Yes, Crypto Dca Reflection Guide is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Crypto Dca Reflection Guide support?

Crypto Dca Reflection Guide is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Crypto Dca Reflection Guide?

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

💬 Comments