---
name: options-brain
description: Deep analysis of unusual options activity and walls.
compatibility: OpenClaw, Zo Computer
metadata:
  author: ssidharHubble
---
# Options Trading Brain

Deep analysis of unusual options activity and walls.

## Usage
This skill connects to the Money Machine x402 API. 
Calls are free for basic health, but premium signals require a 402 payment proof.

```javascript
import { execute } from "options-brain";
const signal = await execute({ ticker: "BTC" });
```
