dwlf

Verified·Scanned 2/17/2026

Interact with DWLF (dwlf.co.uk), a market analysis platform for crypto and stocks. Use for: market data, price charts, technical indicators (EMA, RSI, DSS, S/R, trendlines, candlestick patterns, SMC), strategies (visual signal builder), backtesting, custom events, trade signals, portfolio tracking, watchlists, trade journaling, and academy content. Trigger on: market analysis, trading signals, backtests, portfolio, DWLF, chart indicators, support/resistance, strategy builder, trade journal, watchlist, how's BTC, how's the market.

from clawhub.ai·vf3794aa·44.1 KB·0 installs
Scanned from 1.0.0 at f3794aa · Transparency log ↗
$ vett add clawhub.ai/andywilliams/dwlf

📊 DWLF Clawdbot Skill

A Clawdbot skill that gives your agent native access to DWLF — a market analysis platform for crypto and stocks.

Ask your agent things like:

  • "How's BTC looking?"
  • "What signals fired today?"
  • "Show me support/resistance levels for TSLA"
  • "Run a backtest on my Golden Cross strategy"
  • "Log a long on ETH at 3,200"
  • "Create a custom event that fires when DSS exits oversold with a bullish cross"
  • "Search the academy for lessons about composability"

What's DWLF?

DWLF turns market noise into semantic data — support/resistance levels, indicator events, trade signals, backtests, and more. This skill lets your Clawdbot agent tap into all of it conversationally.

The companion MCP server exposes 43 tools across market data, indicators, strategies, backtesting, portfolio, trade journal, custom events, AI summaries, and academy content.

Setup

1. Install the skill

Copy this skill into your Clawdbot workspace:

cd ~/clawd/skills
git clone https://github.com/andywilliams/dwlf-clawdbot-skill.git dwlf

2. Get an API key

  1. Sign up at dwlf.co.uk
  2. Go to Settings → API Keys
  3. Click Generate Key — name it something like "Clawdbot"
  4. Copy the key (dwlf_sk_...)

3. Configure auth

Add your API key to TOOLS.md in your workspace:

## DWLF
- API Key: dwlf_sk_your_key_here

Or set the environment variable:

export DWLF_API_KEY="dwlf_sk_your_key_here"

4. Use it

Just talk to your agent about markets. The skill triggers automatically on topics like market analysis, trading signals, backtests, portfolio, indicators, support/resistance, etc.

What's Included

dwlf/
├── SKILL.md              # Procedural instructions (loaded by Clawdbot)
├── scripts/
│   └── dwlf-api.sh      # Generic API wrapper (curl + jq)
└── references/
    └── api-endpoints.md  # Full endpoint reference (188+ endpoints)

Capabilities

FeatureExamples
Market DataPrice, OHLCV candles, volume
Technical IndicatorsRSI, EMA, MACD, Bollinger Bands, DSS, Ichimoku, and more
Support/ResistanceAuto-detected levels with confidence scores
TrendlinesAuto-detected with slope and touch points
EventsBreakouts, crossovers, divergences, candlestick patterns
StrategiesCreate, view, compile, and manage visual signal strategies
BacktestingRun backtests with win rate, Sharpe ratio, P&L
Trade SignalsActive signals, recent history, performance stats
PortfolioTrack holdings, P&L, snapshots
Trade JournalLog trades, add notes, track executions
WatchlistMonitor symbols
Custom EventsDefine your own indicator-based events with composable gates
AI SummariesDashboard overview, symbol briefs, strategy performance — optimized for agents
AcademyEducational content on indicators, events, strategies, and composability

Example Prompts

# Market analysis
"How's BTC looking?"
"What are the support and resistance levels for TSLA?"
"Show me RSI, MACD, and DSS for NVDA on the 4h chart"
"What events have fired for SOL recently?"

# Signals & strategies
"What signals fired today?"
"How are my strategies performing? Show win rates"
"Browse public strategies for ideas"

# Strategy building & backtesting
"Create a Golden Cross strategy using EMA 50/200"
"Backtest my Trend Momentum strategy on NVDA"
"What's the Sharpe ratio on my last backtest?"

# Portfolio & trades
"Show me my portfolio performance"
"Log a long on ETH at 3,200 with a stop at 3,050"
"Add a note to my BTC trade: held through consolidation"
"Close my TSLA trade at 285"

# Custom events
"Create a custom event that fires when DSS exits oversold with a bullish cross"
"List my custom events and their recent triggers"

# Academy
"What does the academy say about composability?"
"Show me the lesson on custom events"
"Search the academy for lessons about DSS"

Cookbook

Multi-step workflows the agent handles naturally:

Analyze a Symbol

Ask "Give me a full analysis of BTC" and the agent will:

  1. Pull the AI symbol brief (price, indicators, S/R, events)
  2. Get 4h indicators for momentum detail
  3. Check trendlines and support/resistance
  4. Review recent events and active signals
  5. Synthesize everything into a market view

Build and Backtest a Strategy

Ask "Create a trend-following strategy and test it on BTC" and the agent will:

  1. Create the strategy with your conditions
  2. Compile it into executable form
  3. Run a backtest over your chosen period
  4. Review results (win rate, Sharpe, P&L)
  5. Suggest iterations based on the numbers

Daily Trading Routine

Ask "What's going on today?" and the agent will:

  1. Pull the AI dashboard (watchlist, signals, trades, portfolios)
  2. Highlight active signals and their performance
  3. Review open positions
  4. Help you log new trades or journal existing ones

For detailed worked examples with tool call sequences, see the MCP server cookbook.

Symbol Format

  • Crypto: BTC-USD, ETH-USD, SOL-USD
  • Stocks/ETFs: TSLA, NVDA, META, MARA
  • Forex: GBP-USD, EUR-USD

Also Available: MCP Server

Want to use DWLF from Claude Desktop, Codex, Cursor, or any MCP client? Check out the companion project:

👉 dwlf-mcp-server — 43 tools, full read/write access

License

MIT