← 返回 Skills 市场
yang77160

Precise T Trading

作者 yang77160 · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ⚠ suspicious
142
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install precise-t-trading
功能描述
Professional T+0 intraday trading system for Chinese A-shares. Uses Bayesian inference, Kelly criterion, and VaR risk management to optimize day-trading deci...
安全使用建议
This skill appears to implement the advertised trading calculations and uses Tencent's quote API, but there are some concerning inconsistencies you should address before running it: 1) Missing/incorrect files: SKILL.md tells you to edit scripts/config.py but that file is not present in the package. The code expects certain config values; locate where to set them (some defaults exist in t_trading_analysis.py) or contact the author. 2) Hard-coded author paths: scripts/stock_monitor.py writes logs to a hard-coded Windows path (I:\OpenClawWorkspace\stocks\监控日志). Edit this to a safe, relative, or configurable directory before running to avoid surprising writes or failures. 3) Run in a contained environment: use a Python virtual environment, inspect the scripts, and run them locally (paper-trade / no real orders). The package does not request credentials, but it will access the network (qt.gtimg.cn) to fetch quotes. 4) Test and review: run t_trading_analysis.py with test inputs and verify outputs. Because some code uses simulated historical data and placeholder values, validate the math and data sources before trusting recommendations. 5) If you plan to use monitoring: change the log/cache paths to a directory you control, and consider running monitor_once() instead of the continuous loop until you confirm behavior. What would change this assessment: inclusion of the expected config.py, removal of author-local absolute paths (or making paths user-configurable), and consistent documentation (or publish scripts) would raise confidence to benign. Conversely, discovery of hidden network endpoints, credential collection, or obfuscated code would raise severity.
功能分析
Type: OpenClaw Skill Name: precise-t-trading Version: 1.0.4 The skill bundle provides a legitimate quantitative trading tool for Chinese A-shares, featuring Bayesian win-rate updates, Kelly criterion position sizing, and Value at Risk (VaR) calculations. The code in 't_trading_analysis.py' and 'stock_monitor.py' aligns with the stated purpose of fetching real-time quotes from the Tencent Finance API (qt.gtimg.cn) and performing financial analysis. While 'stock_monitor.py' contains a hardcoded absolute path (I:\OpenClawWorkspace\...) for logging which may cause execution errors on most systems, this appears to be a developer oversight rather than a malicious intent. No evidence of data exfiltration, unauthorized execution, or harmful prompt injection was found.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name/description, network access (qt.gtimg.cn), and included scripts all align with a T+0 intraday analysis/monitoring tool. Dependencies (numpy, scipy, requests, colorama) are appropriate for numeric analysis and network calls.
Instruction Scope
SKILL.md instructs editing scripts/config.py and running monitor/analysis scripts, but no scripts/config.py file is present in the package. The monitor script saves logs to a hard-coded absolute Windows path (I:\OpenClawWorkspace\stocks\监控日志) rather than a relative or user-configurable location, which is unexpected and could fail or create files in surprising places. Documentation references publish scripts (publish.ps1/publish.bat) that are not included.
Install Mechanism
This is instruction-only with a standard pip dependency list and requirements.txt; there is no external archive download or obscure installer. Install instructions are proportional to the described functionality.
Credentials
The skill requests no credentials or environment variables. SKILL.md lists optional env vars for default stock and total shares (reasonable). However, the code writes cache and logs to disk (cache/ and an absolute I: path), which means it will create files locally without explicit configuration unless the user edits the scripts.
Persistence & Privilege
always:false and no autonomous special privileges — good. But the monitor script is designed to run continuously and will create log files (and tries to write to the author's I: drive). The skill will persist data locally (cache/, monitor_logs) and may run long-lived monitoring loops if the user enables them.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install precise-t-trading
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /precise-t-trading 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
Added cross-promotion link to Weekly Report Genius
v1.0.3
Added referral rewards program and user testimonials section
v1.0.2
Added payment QR code for sponsor support
v1.0.1
Added sponsor info and community links
v1.0.0
Initial release: Bayesian + Kelly + VaR trading system for A-shares
元数据
Slug precise-t-trading
版本 1.0.4
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

Precise T Trading 是什么?

Professional T+0 intraday trading system for Chinese A-shares. Uses Bayesian inference, Kelly criterion, and VaR risk management to optimize day-trading deci... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 142 次。

如何安装 Precise T Trading?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install precise-t-trading」即可一键安装,无需额外配置。

Precise T Trading 是免费的吗?

是的,Precise T Trading 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Precise T Trading 支持哪些平台?

Precise T Trading 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Precise T Trading?

由 yang77160(@yang77160)开发并维护,当前版本 v1.0.4。

💬 留言讨论