← 返回
未分类 Key

分析判断

>-
user_9894ba11
未分类 community v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 167
下载
💾 0
安装
1
版本
#latest

概述

Financial Prediction Verifier

Overview

Score financial predictions against real market data. Input: a simple 3-column CSV. Output: a scored Markdown report plus detail CSV.

For usage notes, see README.md. For scoring formulas, see reference.md.

Prerequisites

  • Node.js >= 18
  • Kimi API Key via KIMI_API_KEY
  • Optional local private file: scripts/.env.local
  • Optional unified overrides: LLM_API_KEY, LLM_MODEL, LLM_BASE_URL
  • No npm install required

Quick Start

cd ~/.cursor/skills/financial-prediction-verifier
KIMI_API_KEY=sk-xxx node scripts/verify.mjs /path/to/predictions.csv

也支持把 key 放在本地私有文件 scripts/.env.local,这样运行时无需每次手动 export。

cp scripts/.env.local.example scripts/.env.local
node scripts/verify.mjs /path/to/predictions.csv

Input CSV Format

Only 3 columns required:

predictor,predict_date,prediction_text
小明,2025-12-15,黄金还能再涨一段时间
小红,2026-01-10,后面可以关注下隆基绿能
  • predictor: Who made the prediction
  • predict_date: When the prediction was made (YYYY-MM-DD)
  • prediction_text: The raw prediction text

Output

Two files written next to the input CSV:

  • {input}_report.md
  • {input}_scores.csv

版本历史

共 1 个版本

  • v1.0.0 Initial release 当前
    2026-04-12 11:27 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

AdMapix

fly0pants
AdMapix 原始数据层,提供广告创意、应用、排名、下载/收入及市场元数据。返回 AdMapix API 的结构化 JSON;调用方...
★ 297 📥 141,772
data-analysis

Tavily 搜索

jacky1n7
通过 Tavily API 进行网页搜索(Brave 替代方案)。当用户要求搜索网页、查找来源或链接,且 Brave 网页搜索不可用时使用。
★ 273 📥 100,776
data-analysis

Stock Watcher

robin797860
管理和监控个人股票自选列表,支持利用同花顺数据添加、删除、列出股票及汇总近期表现。适用于用户希望追踪特定股票、获取表现汇总或管理自选列表时。
★ 112 📥 46,628