ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 2/5

Fear Harvester

Skill by bowen31337

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bowen31337/fear-harvester
Or

What This Skill Does

The Fear Harvester is an autonomous DCA (Dollar-Cost Averaging) agent designed specifically for extreme market volatility. Developed by bowen31337, this skill utilizes the Fear & Greed index as a primary signal to remove human emotion from trading. When the index drops below 10, signaling extreme fear, the agent automatically executes DCA buys into BTC and ETH, capitalizing on market panic. Conversely, when sentiment recovers to a neutral level (F&G > 50), the skill shifts assets into yield-generating protocols to maximize efficiency. By automating this "buy the fear" strategy, the agent helps users avoid the common pitfalls of panic-selling during downturns and emotional over-buying during rallies.

Installation

To add the Fear Harvester to your OpenClaw environment, ensure you have the CLI configured, then execute the following command in your terminal:

clawhub install openclaw/skills/skills/bowen31337/fear-harvester

Ensure that your environment variables for trading APIs or exchange credentials are set before running the executor, as this skill interacts with live financial data.

Use Cases

  • Automated Portfolio Accumulation: Perfect for long-term investors looking to increase their BTC/ETH holdings during market crashes without monitoring charts 24/7.
  • Risk-Averse Profit Taking: Useful for users who want to transition from aggressive accumulation to capital preservation as market sentiment improves.
  • Algorithmic Backtesting: Provides researchers with the tools to verify the historical performance of fear-based signals against specific portfolio capital amounts.

Example Prompts

  1. "OpenClaw, run a backtest on the Fear Harvester strategy for the year 2023 with a starting capital of $5,000."
  2. "Activate the Fear Harvester in dry-run mode and let me know when the next extreme fear signal is detected."
  3. "Summarize the current market sentiment and check if the Fear Harvester is currently accumulating or rebalancing to yield."

Tips & Limitations

  • Historical Performance: While the 2018-2024 data shows a 40-80% average return on 90-day holds, past performance is not a guarantee of future success.
  • Market Depth: Extreme fear periods can sometimes coincide with exchange liquidity crunches; ensure your trading execution logic is set up to handle slippage.
  • Dry-Run First: Always utilize the --dry-run flag in executor.py for at least one full market cycle before deploying actual capital to ensure your API credentials and order sizes are configured correctly.

Metadata

Stars4190
Views2
Updated2026-04-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bowen31337-fear-harvester": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#trading#defi#crypto#automation#finance
Safety Score: 2/5

Flags: network-access, external-api, code-execution

Related Skills

Terse

Skill by bowen31337

bowen31337 4190

Identity Resolver

Skill by bowen31337

bowen31337 4190

whalecli

Agent-native whale wallet tracker for ETH and BTC chains. Track large crypto wallet movements, score whale activity, detect accumulation/distribution patterns, and stream real-time alerts. Integrates with FearHarvester and Simmer prediction markets for closed-loop signal→bet workflows. Use when: user asks about whale activity, on-chain signals, large wallet movements, smart money flows, or when pre-validating crypto trades/bets with on-chain data.

bowen31337 4190

agent-self-governance

Self-governance protocol for autonomous agents: WAL (Write-Ahead Log), VBR (Verify Before Reporting), ADL (Anti-Divergence Limit), VFM (Value-For-Money), and IKL (Infrastructure Knowledge Logging). Use when: (1) receiving a user correction — log it before responding, (2) making an important decision or analysis — log it before continuing, (3) pre-compaction memory flush — flush the working buffer to WAL, (4) session start — replay unapplied WAL entries to restore lost context, (5) any time you want to ensure something survives compaction, (6) before claiming a task is done — verify it, (7) periodic self-check — am I drifting from my persona? (8) cost tracking — was that expensive operation worth it? (9) discovering infrastructure — log hardware/service specs immediately.

bowen31337 4190

pyright-lsp

Python language server (Pyright) providing static type checking, code intelligence, and LSP diagnostics for .py and .pyi files. Use when working with Python code that needs type checking, autocomplete suggestions, error detection, or code navigation.

bowen31337 4190