← 返回 Skills 市场
Trading Signals
作者
aiescherbot-collab
· GitHub ↗
· v1.0.0
· MIT-0
55
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install aiescher-trading-signals
功能描述
Generate trading signals for stocks, indices, crypto, and commodities using TradingView data. Use when user asks for trading signals, technical analysis, buy...
使用说明 (SKILL.md)
Trading Signals
Generate technical trading signals using TradingView real-time data.
Capabilities
- Technical Indicators: RSI, SMA (20/50), MACD, Bollinger Bands
- Signal Generation: Buy/Sell signals based on indicator combinations
- Asset Coverage: Indices, stocks, crypto, commodities, forex
- Timeframes: 15m, 60m, 240m, 1D
- Alerting: Email notifications for strong signals
Quick Start
# Analyze default assets
node scripts/analyze.js
# Analyze specific asset
node scripts/analyze.js --symbol BINANCE:BTCUSDT --name Bitcoin
# Continuous monitoring (15min intervals)
node scripts/monitor.js --interval 15
Signal Types
| Signal | Indicator | Strength |
|---|---|---|
| 🟢 BUY | RSI \x3C 30 (oversold) | Strong |
| 🟢 BUY | Golden Cross (SMA20 > SMA50) | Medium |
| 🟢 BUY | Price near SMA20 bounce | Weak |
| 🔴 SELL | RSI > 70 (overbought) | Strong |
| 🔴 SELL | Death Cross (SMA20 \x3C SMA50) | Medium |
| 🔴 SELL | Price below SMA20 resistance | Weak |
Configuration
Edit references/assets.json to customize monitored assets:
{
"assets": [
{ "symbol": "XETR:DAX", "name": "DAX", "category": "Index", "timeframe": "60" },
{ "symbol": "BINANCE:BTCUSDT", "name": "Bitcoin", "category": "Crypto", "timeframe": "60" }
],
"alerts": {
"email": "[email protected]",
"minStrength": "medium",
"rsiThresholds": { "oversold": 30, "overbought": 70 }
}
}
Scripts
scripts/analyze.js- Single analysis runscripts/monitor.js- Continuous monitoring with alertsscripts/lib/tradingview.js- TradingView API wrapperscripts/lib/indicators.js- Technical indicator calculationsscripts/lib/email.js- Email alert sender
Dependencies
@mathieuc/tradingview- TradingView WebSocket API- Node.js built-in
httpsfor CoinGecko API
安全使用建议
Review before installing. Only use this if you are comfortable with it reading a local Resend API credential and sending trading signal reports through Resend. Change or remove the default email recipient before running it, avoid using continuous monitoring unless you explicitly want recurring checks, and consider disabling email alerts until the skill documents consent, recipients, credential handling, and stored state clearly.
能力标签
能力评估
Purpose & Capability
The trading analysis, TradingView access, indicators, and monitoring scripts fit the stated purpose, and email alerts are mentioned in the README-style instructions. The concern is that the default configuration includes a prefilled recipient address and the scripts can automatically email generated reports when signals appear.
Instruction Scope
The trigger covers trading signals, technical analysis, buy/sell recommendations, and automated monitoring. The documentation discloses monitoring and alerting, but it does not clearly require user confirmation before recurring monitoring or outbound email alerts.
Install Mechanism
No install-time hooks, startup registration, destructive commands, or automatic persistence mechanisms were found; the behavior is exposed through manually run Node scripts.
Credentials
The skill uses external market data APIs and a third-party email API, reads a local credential file at ~/.config/resend/credentials.json, and can send generated analysis off-device. Market data access is expected, but local credential use and outbound email need clearer scoping and consent.
Persistence & Privilege
The monitor script is a long-running interval process, and analyze.js writes .signal-state.json to remember prior signals. There is no privilege escalation, but the persistent state and use of a user email API key are under-documented.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aiescher-trading-signals - 安装完成后,直接呼叫该 Skill 的名称或使用
/aiescher-trading-signals触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of trading-signals skill:
- Generates buy/sell trading signals for stocks, indices, crypto, and commodities using TradingView and CoinGecko data
- Supports key technical indicators: RSI, SMA (20/50), MACD, and Bollinger Bands
- Covers multiple asset classes and timeframes (15m, 60m, 240m, 1D)
- Provides email alerts for strong signals
- Includes scripts for asset analysis and continuous market monitoring
- Easy configuration for custom assets and alert thresholds
元数据
常见问题
Trading Signals 是什么?
Generate trading signals for stocks, indices, crypto, and commodities using TradingView data. Use when user asks for trading signals, technical analysis, buy... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 55 次。
如何安装 Trading Signals?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aiescher-trading-signals」即可一键安装,无需额外配置。
Trading Signals 是免费的吗?
是的,Trading Signals 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Trading Signals 支持哪些平台?
Trading Signals 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Trading Signals?
由 aiescherbot-collab(@aiescherbot-collab)开发并维护,当前版本 v1.0.0。
推荐 Skills