A specialized development tool for creating TradingView Pine Script v6 indicators and automated trading strategies.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pine-editor
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-editor using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Pine Editor skill is designed to streamline the creation of technical indicators and automated trading systems using TradingView's Pine Script v6. By leveraging Openclaw Skills, developers can quickly generate boilerplate code, implement complex mathematical models like RSI or MACD, and define strategy entry/exit logic with high precision. This skill bridges the gap between algorithmic trading concepts and execution-ready scripts, providing a robust framework for financial market analysis.
Whether you are building a simple moving average crossover or a complex liquidity-based strategy, this skill ensures that your code follows the latest v6 standards for performance and readability. It acts as a bridge for developers using Openclaw Skills to maintain a library of reusable trading components and modular script structures.
To use this skill within the Openclaw Skills framework, ensure you have access to a TradingView account and a local environment to manage your script files.
# Initialize your local strategy directory
mkdir -p estrategias
# Create a new Pine Script file
touch estrategias/mi_estrategia.pine
Once the script is generated, copy the code directly into the TradingView Pine Editor and click 'Add to Chart' to begin visualization and testing.
The skill organizes logic into Pine Script files (.pine) with a structured metadata taxonomy for easy management within Openclaw Skills.
| Component | Description | Example Syntax |
|---|---|---|
| Metadata | Versioning and script type declaration | //@version=6, indicator() |
| Inputs | User-configurable variables for the UI | input.int(), input.bool() |
| Logic | Calculations and signal processing functions | ta.rsi(), ta.crossover() |
| Execution | Order management for backtesting strategies | strategy.entry(), strategy.exit() |
| Visualization | Charting commands and UI elements | plot(), plotshape(), fill() |
Loading
Transform unstructured product requirements and technical specs into structured, editable Excalidraw diagrams automatically.

A powerful CLI-based financial tool for filtering and analyzing global stocks based on fundamental and technical metrics.

Optimize investment portfolios through automated rebalancing, advanced risk analysis, and strategic tax-loss harvesting.

A powerful command-line utility for real-time cryptocurrency price tracking, whale transaction monitoring, and on-chain data analysis.

A comprehensive skill enabling AI agents to write, debug, and optimize Swift code for the entire Apple ecosystem.

A comprehensive Command Line Interface for managing Google Blogger posts, schedules, and analytics.








































