ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

btc-shortterm-predictor

BTC 15分钟短线预测 - 技术指标分析,预测涨跌方向。每次调用0.005 USDT。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ffffff9331/btc-shortterm-predictor
Or

BTC 短线预测器

高频交易神器 - 15分钟级别BTC涨跌预测

战绩参考

  • 胜率:91% (10胜1负)
  • 日盈利:~900美元
  • 频率:高频(15分钟级别)
  • 模式:全自动运行

收费模式

每次调用 0.005 USDT(约0.035元人民币)

使用方法

# 获取当前预测
node scripts/predict.js

# 查看历史战绩
node scripts/predict.js history

# 自动模式(每15分钟预测一次)
node scripts/predict.js auto

预测模型

基于技术指标组合:

  • RSI(相对强弱指数)
  • MACD(异同移动平均线)
  • 布林带
  • 成交量变化
  • 价格动量

输出示例

════════════════════════════════════════════════════
📊 BTC 15分钟预测
════════════════════════════════════════════════════

当前价格: $67,432.50
预测时间: 14:15 - 14:30

🎯 预测: 涨 📈
置信度: 78%

技术指标:
  RSI(14): 62.3 → 看涨
  MACD: 金叉形成 → 看涨
  布林带: 价格触及下轨 → 反弹信号
  成交量: 增加15% → 买盘增强

建议: BUY YES
止损: $67,200
止盈: $67,800

════════════════════════════════════════════════════

SkillPay 配置

环境变量:

  • SKILLPAY_API_KEY - SkillPay API密钥

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ffffff9331-btc-shortterm-predictor": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.