# Send OptionsHawk to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "optionshawk",
    "name": "OptionsHawk",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/OptionsHawk24/optionshawk",
    "canonicalUrl": "https://clawhub.ai/OptionsHawk24/optionshawk",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/optionshawk",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=optionshawk",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "optionshawk",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T00:46:21.946Z",
      "expiresAt": "2026-05-10T00:46:21.946Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=optionshawk",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=optionshawk",
        "contentDisposition": "attachment; filename=\"optionshawk-0.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "optionshawk"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/optionshawk"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/optionshawk",
    "downloadUrl": "https://openagent3.xyz/downloads/optionshawk",
    "agentUrl": "https://openagent3.xyz/skills/optionshawk/agent",
    "manifestUrl": "https://openagent3.xyz/skills/optionshawk/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/optionshawk/agent.md"
  }
}
```
## Documentation

### OptionsHawk

Options flow analysis, unusual activity detection, and strategy evaluation for equities and ETFs.

### What it does

OptionsHawk monitors and analyzes options market activity to surface actionable trading intelligence, including:

Unusual activity detection — identify large or out-of-the-ordinary options trades that may signal institutional positioning or informed flow
Flow analysis — track put/call ratios, volume vs open interest, and net premium by strike and expiration
Sweep detection — flag aggressive multi-exchange sweep orders that indicate urgency from large buyers
Strategy identification — recognize spreads, straddles, strangles, and other multi-leg structures in the flow
Earnings plays — analyze pre-earnings options positioning, implied move vs historical move, and skew shifts

### Usage

Ask your agent to analyze options flow and activity:

"Show me the biggest unusual options activity today across all equities"
"What is the put/call ratio and net premium flow for AAPL this week?"
"Alert me when there are sweep orders over $1M on any tech stock"
"Analyze the options skew for TSLA heading into earnings"
"What are the most active strikes and expirations for SPY right now?"

### Configuration

Set the following environment variables:

OPTIONSHAWK_API_KEY — API key for OptionsHawk. Used to authenticate requests for options flow data, unusual activity alerts, and strategy analysis.
OPTIONSHAWK_ALERT_THRESHOLD — (optional) minimum premium in USD to trigger unusual activity alerts. Defaults to 500000.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: OptionsHawk24
- Version: 0.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-03T00:46:21.946Z
- Expires at: 2026-05-10T00:46:21.946Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/optionshawk)
- [Send to Agent page](https://openagent3.xyz/skills/optionshawk/agent)
- [JSON manifest](https://openagent3.xyz/skills/optionshawk/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/optionshawk/agent.md)
- [Download page](https://openagent3.xyz/downloads/optionshawk)