← Back to Skills Marketplace
harrylabsj

Crypto Fomo Cooldown

by haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
68
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install crypto-fomo-cooldown
Description
A mindset skill that interrupts hype-driven decisions and gives a calmer, more deliberate next step. Use when the user feels pressure to act on a crypto inve...
README (SKILL.md)

crypto-fomo-cooldown

A mindset skill that interrupts hype-driven decisions and gives a calmer, more deliberate next step.

Workflow

  1. Ask what triggered the urge: price spike, friend success, fear of missing out, or public countdown.
  2. Ask what action the user wants to take right now.
  3. Surface the story in their head, e.g. "this is the last chance."
  4. Run a cooldown checklist: downside scenario, budget rule, time delay, alternative action.
  5. Convert the moment into a pause plan.

Output Format

  • Trigger summary
  • Hidden assumptions
  • Cooling questions
  • Recommended pause window
  • Safer alternative action

Quality Bar

  • Emotionally steady and non-judgmental.
  • Names narrative traps clearly.
  • Produces a usable pause rule, not vague advice.
  • Helps the user preserve agency.

Edge Cases

  • If the user shows signs of compulsive trading or severe distress, recommend stepping away and seeking real support.
  • Cannot enforce the pause.

Compatibility

  • Prompt-only, strong fit for users who already have budget rules or written plans.
  • No need for market data to be useful.
Usage Guidance
This skill's content (a 'cooldown' prompt) is benign, but the included handler.py contains a hard-coded absolute path to /Users/jianghaidong/.openclaw/skills/... which is inconsistent with a distributed skill and unnecessary for its stated purpose. Risks and actions to consider: - Risk: If executed as-is, the handler may attempt to read SKILL.md from that specific local path. On your system this will likely fail, but if that path exists it could read local files unexpectedly. This is probably a packaging bug or leftover developer debug code rather than clear malicious behavior, but it is inappropriate for a prompt-only skill. - Do not install or allow autonomous execution until the author fixes the code. Ask the publisher to: 1) Remove the hard-coded user path and use a relative or packaged path for SKILL.md, or avoid local file reads entirely (the skill is prompt-only). 2) Explain why file I/O is needed and provide a cross-platform safe implementation. - If you still want to try it locally, run it in a locked-down sandbox environment and inspect files before granting it access. Prefer to install only after the maintainer provides a corrected handler that does not reference user-specific absolute paths. If the owner cannot explain or fix the hard-coded path, treat this package as untrustworthy.
Capability Analysis
Type: OpenClaw Skill Name: crypto-fomo-cooldown Version: 1.0.0 The handler.py file contains a path traversal vulnerability in the _load_skill_meta function, which constructs a file path using an unsanitized user-provided skill_name. Furthermore, the code uses a hardcoded absolute path referencing a specific local user directory (/Users/jianghaidong/), which is a significant security flaw and highly irregular for a portable skill. While these issues represent critical vulnerabilities, they appear to be unintentional bugs or poor development practices rather than active malware, as no exfiltration logic is present.
Capability Tags
crypto
Capability Assessment
Purpose & Capability
The SKILL.md describes a prompt-only mindset coach that doesn't need filesystem access, yet handler.py attempts to load SKILL.md from a hard-coded absolute path (/Users/jianghaidong/.openclaw/skills/{skill_name}/SKILL.md). This is unnecessary for the stated purpose and indicates incoherent packaging or leftover developer debug code.
Instruction Scope
The runtime instructions (SKILL.md) do not instruct the agent to read local files or require any system state. The included handler.py however reads a specific local path at runtime, which expands the effective scope beyond what's documented and could cause the skill to access local files unexpectedly.
Install Mechanism
There is no install spec (instruction-only), so nothing will be downloaded or written to disk by an installer. The only risk comes from the included code file(s) executed by the agent, not from an installation step.
Credentials
No environment variables or credentials are declared or required, which matches the described purpose. However, the code's hard-coded user-specific file path implies access to a particular user's filesystem location; while not credential theft by itself, it is disproportionate and unexpected for a prompt-only mindset skill.
Persistence & Privilege
The skill does not request persistent presence (always=false) and does not modify other skills or system configurations. There is no evidence it would enable elevated privileges on its own.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install crypto-fomo-cooldown
  3. After installation, invoke the skill by name or use /crypto-fomo-cooldown
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of crypto-fomo-cooldown - Introduces a mindset tool to interrupt hype-driven crypto investment urges. - Guides users through a structured workflow: identifying triggers, planned actions, personal stories, and using a cooldown checklist. - Outputs a clear pause plan with a recommended waiting period and safer alternative action. - Designed to be emotionally steady, non-judgmental, and to help users keep agency. - Addresses edge cases by promoting real support if compulsive behavior or distress is detected.
Metadata
Slug crypto-fomo-cooldown
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Crypto Fomo Cooldown?

A mindset skill that interrupts hype-driven decisions and gives a calmer, more deliberate next step. Use when the user feels pressure to act on a crypto inve... It is an AI Agent Skill for Claude Code / OpenClaw, with 68 downloads so far.

How do I install Crypto Fomo Cooldown?

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

Is Crypto Fomo Cooldown free?

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

Which platforms does Crypto Fomo Cooldown support?

Crypto Fomo Cooldown is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Crypto Fomo Cooldown?

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

💬 Comments