← Back to Skills Marketplace
horizoncove

tradedaily

by horizoncove · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
349
Downloads
0
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install trader-daily
Description
[中文] 量化交易员日常任务管理系统 - 专为股票交易员设计的每日工作流程管理工具。 包含:开盘/收盘/日终汇报模板、实时持仓监控、风控提醒、交易日志记录。 使用场景:(1) 管理每日交易任务时间表 (2) 生成汇报给上级的简报 (3) 监控持仓风险 (4) 记录交易日志 (5) 复盘分析 [English] Q...
Usage Guidance
This skill appears to implement what it claims (report generation and risk monitoring), but there are practical and privacy issues to resolve before using it. Specifically: (1) SKILL.md paths (scripts/, config/, references/) do not match the package folder names (scripts_files/, config_files/, references_files/) — verify and fix paths or move files before running. (2) The scripts require the Python requests package but no install instructions are provided — install requests or add a requirements/install step. (3) The risk monitor uses an unencrypted HTTP API (qt.gtimg.cn) for prices; consider using HTTPS or verifying the integrity of price data in your environment. (4) The included config/portfolio.json contains realistic personal holdings — treat it as sensitive data; remove or replace it if you will publish/share the skill. (5) Some commands listed in the README (portfolio_status, trading_log) are not implemented; expect limited functionality until those are added. Recommendation: run the code in an isolated environment, inspect/clean the bundled config files, add an explicit install/requirements step, and fix the path inconsistencies before trusting this skill with real data.
Capability Analysis
Type: OpenClaw Skill Name: trader-daily Version: 1.0.0 The skill bundle provides a legitimate set of tools for quantitative traders, including report generation and risk monitoring. The Python scripts (generate_report.py, risk_monitor.py) perform standard file I/O and use a public Tencent API for real-time stock data without any signs of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description, the two Python scripts, and the included config/templates are consistent with a daily trading/task/reporting tool. The risk_monitor script legitimately fetches market prices from a public provider (qt.gtimg.cn) which aligns with the stated portfolio-monitoring feature. However, the bundle contains a realistic-looking portfolio file ('Alex的真实持仓'), which is surprising for a published skill and could unintentionally expose sensitive financial data if installed or shared.
Instruction Scope
SKILL.md instructs running commands like python3 scripts/generate_report.py --portfolio config/portfolio.json and references paths like references/daily-schedule.md and config/portfolio.json, but the actual files in the package live under differently named folders (scripts_files/, references_files/, config_files/). That mismatch will likely cause FileNotFound errors. The quick-reference lists commands (e.g., portfolio_status, trading_log) that are not implemented. The risk_monitor script performs outbound HTTP requests for prices (expected) but does not send portfolio data externally — only stock codes go to the public price API.
Install Mechanism
There is no install spec (instruction-only install). The Python scripts import the third-party requests library but the SKILL.md does not declare this dependency or provide setup instructions; installation may fail if requests is not present. The risk_monitor calls an HTTP (not HTTPS) endpoint (http://qt.gtimg.cn/q=...), which is a public price API but uses unencrypted HTTP — consider network eavesdropping / MITM concerns.
Credentials
The skill requests no environment variables or credentials (appropriate), and scripts do not exfiltrate secrets. However, bundling an apparently 'real' portfolio (config_files/portfolio.json with name 'Alex的真实持仓' and realistic balances) is disproportionate for a generic skill release and risks leaking sensitive personal/financial data if the skill is published or shared. No other unrelated credentials are requested (good).
Persistence & Privilege
The skill does not request persistent presence (always:false) and does not modify other skills or system-wide settings. It runs as user-invocable code and does not declare autonomic elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install trader-daily
  3. After installation, invoke the skill by name or use /trader-daily
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
test
Metadata
Slug trader-daily
Version 1.0.0
License MIT-0
All-time Installs 6
Active Installs 5
Total Versions 1
Frequently Asked Questions

What is tradedaily?

[中文] 量化交易员日常任务管理系统 - 专为股票交易员设计的每日工作流程管理工具。 包含:开盘/收盘/日终汇报模板、实时持仓监控、风控提醒、交易日志记录。 使用场景:(1) 管理每日交易任务时间表 (2) 生成汇报给上级的简报 (3) 监控持仓风险 (4) 记录交易日志 (5) 复盘分析 [English] Q... It is an AI Agent Skill for Claude Code / OpenClaw, with 349 downloads so far.

How do I install tradedaily?

Run "/install trader-daily" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is tradedaily free?

Yes, tradedaily is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does tradedaily support?

tradedaily is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created tradedaily?

It is built and maintained by horizoncove (@horizoncove); the current version is v1.0.0.

💬 Comments