plugins marketplace
← All plugins

options-flow-analyzer

v1.29.0

Track institutional options flow, unusual activity, and smart money movements

Claude Code1 skill

by Intent Solutions IOMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/crypto/options-flow-analyzer/ inside the repository.

Layout

plugins/crypto/options-flow-analyzer/
├── .claude-plugin/plugin.json
└── skills/analyzing-options-flow/SKILL.md

Skills1

analyzing-options-flowskills/analyzing-options-flow/SKILL.md

Track crypto options flow to identify institutional positioning and market sentiment. Use when tracking institutional options flow. Trigger with phrases like "track options flow", "analyze derivatives", or "check institutional".

Manifests1

plugins/crypto/options-flow-analyzer/.claude-plugin/plugin.json
{
  "name": "options-flow-analyzer",
  "version": "1.29.0",
  "description": "Track institutional options flow, unusual activity, and smart money movements",
  "author": {
    "name": "Intent Solutions IO",
    "email": "jeremy@intentsolutions.ai",
    "url": "https://intentsolutions.ai"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "options",
    "flow",
    "institutional",
    "trading",
    "derivatives",
    "smart money"
  ]
}