Fear Harvester
Skill by bowen31337
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bowen31337/fear-harvesterWhat 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
- "OpenClaw, run a backtest on the Fear Harvester strategy for the year 2023 with a starting capital of $5,000."
- "Activate the Fear Harvester in dry-run mode and let me know when the next extreme fear signal is detected."
- "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-runflag inexecutor.pyfor at least one full market cycle before deploying actual capital to ensure your API credentials and order sizes are configured correctly.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bowen31337-fear-harvester": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution
Related Skills
Terse
Skill by bowen31337
Identity Resolver
Skill by bowen31337
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.
rsi-loop
Recursive Self-Improvement (RSI) loop for EvoClaw agents. Provides a structured observe→analyze→synthesize→deploy pipeline that enables agents to detect their own failure patterns and generate concrete improvement proposals (new skills, routing fixes, SOUL.md updates, memory improvements). Use when: (1) logging a task outcome (success/fail/quality), (2) running periodic self-improvement analysis, (3) reviewing or deploying improvement proposals, (4) integrating RSI into EvoClaw hub/edge agents via MQTT, (5) checking agent health score, (6) any mention of "self-improvement", "recursive improvement", "fix my own mistakes", "improvement loop", or "agent evolution". Core EvoClaw primitive.
clawchain
ClawChain RPC client for EvoClaw agents. Connects to Substrate-based blockchain, queries on-chain agent data, submits transactions, and enables agents to participate in on-chain governance and reputation tracking. Use when working with ClawChain L1 blockchain, agent DIDs, token economics, or agent reputation systems.