← Back to Skills Marketplace
ovels

Al Brooks Price Action

by ovels · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
98
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install al-brooks-price-action
Description
Analyze charts, OHLC bars, candlestick sequences, and trading context using Al Brooks style price action. Use this skill when the user asks for Brooks 风格价格行为...
README (SKILL.md)

Al Brooks Price Action

Use this skill for discretionary price action analysis. Prioritize context, current tradeability, and the hard right edge of the chart. Do not drift into macro or indicator-heavy analysis unless the user explicitly asks for it.

Load References Selectively

Accepted Inputs

  • OHLC text or tables
  • chart screenshots
  • notes from another analyst or agent
  • multi-timeframe summaries

If the input is incomplete, state what is missing and continue with the visible evidence instead of blocking.

Operating Rules

  1. Start with context, not the signal bar. Higher timeframe and recent structure outrank a single candle.
  2. Focus on the live area. The active trade trigger should come from the latest 1-3 bars, not from an old pattern that already played out.
  3. Default to trading_range or no trade when evidence is mixed.
  4. Separate actionable, watch, and none. Do not force a trade.
  5. Use Brooks-style terms, but explain the bottom line in plain language.
  6. Counter-trend setups are lower quality unless the reversal evidence is unusually strong and location is excellent.
  7. Do not hallucinate hidden bars or unreadable prices from screenshots. If a value is unclear, say so.

Analysis Workflow

  1. Identify instrument, timeframe, and whether the user cares about scalp, swing, or both.
  2. Classify context:
    • market_phase: trending, trading_range, broad_channel, or unknown
    • always_in: long, short, or unknown
    • nearby magnets: prior high/low, breakout point, EMA, measured move target, range edge, gap close, session extreme
  3. Decide the dominant story:
    • trend continuation
    • breakout test / breakout pullback
    • reversal attempt
    • breakout mode / two-sided range
  4. Evaluate only the setup nearest the hard right edge:
    • setup name
    • direction
    • signal bar quality
    • context fit
    • whether confirmation is still needed
  5. Produce one of three outcomes:
    • actionable
    • watch
    • none
  6. If the setup is tradable, explain trigger, invalidation, first target, and whether it is better framed as scalp or swing.
  7. If it is not tradable, say what would need to change to make it tradable.

Preferred Output

Use this shape unless the user asks for a different format.

Market Context

  • market_phase
  • always_in
  • dominant side
  • magnets / important levels

Active Setup

  • setup name
  • long, short, or none
  • why it qualifies
  • why it might fail

Tradeability

  • actionable, watch, or none
  • entry trigger
  • stop logic
  • target logic
  • scalp, swing, or none
  • invalidation

Bottom Line

One short paragraph in plain language.

Optional Machine-Readable Block

When the user wants structured output, append a JSON block using this schema:

{
  "market_phase": "trending|trading_range|broad_channel|unknown",
  "always_in": "long|short|unknown",
  "setup_status": "actionable|watch|none",
  "setup_type": "string",
  "direction": "long|short|none",
  "signal_bar_quality": "high|medium|low|none",
  "entry_trigger": "string",
  "stop_logic": "string",
  "target_1": "string",
  "target_2": "string",
  "trade_style": "scalp|swing|none",
  "invalidation": "string",
  "confidence": 0.0
}

Special Cases

  • For screenshots: describe only what is visible, then infer cautiously.
  • For multi-timeframe requests: analyze higher timeframe first, lower timeframe second.
  • For post-trade reviews: separate "what the chart offered then" from "what is tradable now".
  • For automation prompts: keep labels stable and concise so downstream parsers can consume them.
Usage Guidance
This skill appears coherent and low-risk: it is documentation-driven and asks for no credentials or installs. Before using, consider: (1) only supply charts/screenshots that don’t contain private data you’d rather not share; (2) if you prefer the agent not to call this skill unless you explicitly request it, ask the platform to disable implicit invocation for this skill; and (3) treat trading recommendations as discretionary advice — verify any trade plan independently.
Capability Assessment
Purpose & Capability
Name, description, and included reference files all align: the skill is explicitly a Brooks-style discretionary price-action analysis tool. It requests no binaries, env vars, or config paths, which is proportionate for an instruction-only analyzer.
Instruction Scope
SKILL.md limits activity to reading the shipped reference documents and user-provided inputs (OHLC text, tables, screenshots, notes). It explicitly warns against hallucinating unreadable values and does not instruct the agent to read unrelated system files or transmit data externally.
Install Mechanism
No install spec and no code files are provided (instruction-only). Nothing will be downloaded or installed on the host as part of this skill.
Credentials
The skill declares no required environment variables, credentials, or config paths. There are no requests for unrelated or excessive secrets.
Persistence & Privilege
always:false and user-invocable:true (normal). The agents/openai.yaml sets policy.allow_implicit_invocation: true, so the agent may choose to invoke the skill implicitly when it thinks the skill is relevant. This is not inherently dangerous for this skill but is a behavioral property the user should be aware of.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install al-brooks-price-action
  3. After installation, invoke the skill by name or use /al-brooks-price-action
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Al Brooks price action skill
Metadata
Slug al-brooks-price-action
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Al Brooks Price Action?

Analyze charts, OHLC bars, candlestick sequences, and trading context using Al Brooks style price action. Use this skill when the user asks for Brooks 风格价格行为... It is an AI Agent Skill for Claude Code / OpenClaw, with 98 downloads so far.

How do I install Al Brooks Price Action?

Run "/install al-brooks-price-action" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Al Brooks Price Action free?

Yes, Al Brooks Price Action is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Al Brooks Price Action support?

Al Brooks Price Action is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Al Brooks Price Action?

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

💬 Comments