A professional-grade scaffold and pattern library for developing high-performance TradingView indicators using modern Pine Script v5 and v6 standards.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pine-patterns
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install pine-patterns using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Pine Script Patterns is a comprehensive development framework designed to streamline the creation of high-performance TradingView indicators. By utilizing Openclaw Skills, developers can access a structured library of institutional-grade patterns specifically optimized for futures trading markets like /ES and /NQ. The skill emphasizes clean code architecture, robust session handling, and strict adherence to the latest Pine Script v6 syntax.
This skill serves as a technical bridge, ensuring that developers follow best practices for resource management and data visualization. By integrating pre-verified patterns for volume-weighted calculations and persistent state management, Pine Script Patterns allows for the rapid deployment of professional-grade analytical tools without the overhead of manual syntax verification.
To integrate these patterns into your AI coding environment, ensure the Openclaw Skills framework is properly configured with access to documentation agents.
# Install the pine-patterns skill to your agent directory
openclaw install pine-patterns
Ensure your local development environment has the Ref MCP tools enabled to allow the skill to perform real-time verification of TradingView Pine Script Reference documentation.
The skill organizes script architecture based on a strict taxonomy to ensure readability and performance:
| Data Category | Management Method |
|---|---|
| Versioning | Strict use of //@version=6 with Mozilla Public License 2.0 headers. |
| Input Groups | Hierarchical organization including MA Settings, Session Settings, and Colors. |
| Time Data | Session-aware logic defaulted to America/New_York (RTH 9:30 AM - 4:00 PM ET). |
| State Variables | Persistent 'var' declarations for tracking cumulative session metrics. |
| Resource Limits | Explicit configuration of max_labels_count and max_lines_count to prevent script crashes. |
| File Naming | Standardized LB_*.pine naming convention for consistent project tracking. |
Loading
A comprehensive toolkit for implementing and analyzing momentum and reversal quantitative trading strategies based on behavioral finance.

Integrate the GitHub CLI into your AI agent's workflow to manage PRs, issues, and workflow runs.

An autonomous AI agent designed to execute multi-step research, search, and synthesis into comprehensive reports.

A collaborative framework for AI agents to refine project requirements and generate structured technical designs through iterative dialogue.

An expert financial engineering tool for building trading algorithms and performing deep market data analysis.

A high-rigor AI agent skill designed for systematic trading research, alpha validation, and robust backtesting strategies.








































