← 返回 Skills 市场
PineTS - PineScript executor
作者
Alaa-eddine K.
· GitHub ↗
· v1.0.0
773
总下载
4
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pinets
功能描述
Run Pine Script indicators from the command line using pinets-cli. Use when asked to execute, test, or analyze Pine Script indicators, calculate technical an...
安全使用建议
This skill is coherent and appears to be a documentation wrapper for the pinets-cli npm tool. Before installing or running it: 1) prefer installing the pinets-cli package yourself (npm install -g) or inspect the package source on the linked GitHub repo rather than blindly running npx; npx downloads and runs code from the npm registry at runtime. 2) Be aware the CLI may fetch market data over the network (Binance or other endpoints) — confirm it doesn't require or leak any API keys you don't want to share. 3) If you will run it in an automated agent, ensure the runtime environment already has the expected pinets binary or that installing from npm is acceptable for your security posture.
功能分析
Type: OpenClaw Skill
Name: pinets
Version: 1.0.0
The skill is suspicious due to its reliance on `npm install -g pinets-cli` for installation, introducing a significant supply chain risk if the external package is compromised. Additionally, the skill allows piping arbitrary Pine Script code from stdin to the `pinets` binary, meaning any sandbox escape vulnerability in the Pine Script runtime could lead to arbitrary code execution. While the skill's stated purpose is benign, these capabilities present high-risk attack surfaces (SKILL.md).
能力评估
Purpose & Capability
Name & description (PineScript executor) match the declared requirement (the 'pinets' binary) and the SKILL.md usage. The commands/examples all relate to running Pine Script indicators and producing JSON output.
Instruction Scope
SKILL.md stays focused on running pinets and supplying candle data via symbol or --data JSON. It references fetching live Binance data (i.e., network access) and suggests using npx to run the CLI, which implicitly causes remote code execution when run via npx. The instructions do not ask the agent to read unrelated system files, environment secrets, or post outputs to arbitrary endpoints.
Install Mechanism
The skill is instruction-only (no install spec), but the README suggests npm install -g or npx pinets-cli. Using npx will fetch and execute code from the npm registry on demand — expected for this tool but carries the usual risk of executing remote package code if you don't trust the package/source. The SKILL.md points to a GitHub repo (QuantForgeOrg/pinets-cli), which provides traceability.
Credentials
The skill declares no required environment variables or credentials. That is proportionate to the described use; SKILL.md does not ask for secrets. Note: if you run pinets and it fetches private/exchange APIs or requires API keys, the README does not document those keys — you should confirm requirements before providing any credentials.
Persistence & Privilege
always is false and there is no install/daemon behavior. The skill does not request persistent elevated privileges or modifications to other skills/configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pinets - 安装完成后,直接呼叫该 Skill 的名称或使用
/pinets触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of pinets — a command-line tool for running Pine Script indicators.
- Run Pine Script (v5+) indicators from the terminal using binance or custom JSON data.
- Supports executing .pine files or code via stdin and outputs structured JSON with plots and results.
- Allows technical analysis (RSI, SMA, EMA, MACD, etc.) using real-time or historical market data for crypto pairs.
- Flexible output options: filter, pretty-print, select plots, suppress logs, or save results to file.
- Warmup control for accurate values on indicators requiring long history.
- Integrated usage examples and data format documentation.
元数据
常见问题
PineTS - PineScript executor 是什么?
Run Pine Script indicators from the command line using pinets-cli. Use when asked to execute, test, or analyze Pine Script indicators, calculate technical an... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 773 次。
如何安装 PineTS - PineScript executor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pinets」即可一键安装,无需额外配置。
PineTS - PineScript executor 是免费的吗?
是的,PineTS - PineScript executor 完全免费(开源免费),可自由下载、安装和使用。
PineTS - PineScript executor 支持哪些平台?
PineTS - PineScript executor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PineTS - PineScript executor?
由 Alaa-eddine K.(@alaa-eddine)开发并维护,当前版本 v1.0.0。
推荐 Skills