skills/trader-daily/SKILL.md
[中文] 量化交易员日常任务管理系统 - 专为股票交易员设计的每日工作流程管理工具。 包含:开盘/收盘/日终汇报模板、实时持仓监控、风控提醒、交易日志记录。 使用场景:(1) 管理每日交易任务时间表 (2) 生成汇报给上级的简报 (3) 监控持仓风险 (4) 记录交易日志 (5) 复盘分析 [English] Quantitative Trader Daily Task Management System - A comprehensive daily workflow management tool designed for stock traders. Features: Opening/Closing/End-of-day report templates, real-time portfolio monitoring, risk control alerts, trading log recording. Use cases: (1) Manage daily trading schedules (2) Generate briefings for supervisors (3) Monitor portfolio risks (4) Record trading logs (5) Performance review
npx skillsauth add pr-e/openclaw-master-skills quant-trader-dailyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
📈 [EN] A comprehensive daily workflow management tool for stock traders 📈 [中文] 专为股票交易员设计的每日工作流程管理工具
# Read daily task list
cat references/daily-schedule.md
# Generate opening report template
python3 scripts/generate_report.py --type opening --portfolio config/portfolio.json
# Generate closing report template
python3 scripts/generate_report.py --type closing --portfolio config/portfolio.json
# Check if positions trigger risk control lines
python3 scripts/risk_monitor.py --portfolio config/portfolio.json --threshold 8
| Time | Task (EN) | Task (中文) | Description | |:---:|:---|:---|:---| | 07:00 | US Stocks + Commodities Morning Report | 美股板块+大宗商品早报 | Review overnight US stocks, gold, crude oil trends | | 08:00 | Global Financial News | 全球财经资讯早报 | Caixin/ East Money/ Xueqiu hot stocks | | 09:15 | Market + Portfolio Technical Analysis | 大盘+持仓形态分析 | Technical patterns of holdings | | 09:25 | Today's Trading Strategy | 今日操盘策略 | Plan today's trades | | 09:30 | A-Share Market Open | A股开盘 | Start real-time monitoring |
| Time | Task (EN) | Task (中文) | Description | |:---:|:---|:---|:---| | 09:35 | 📢 Opening Brief | 📢 开盘简报 | Report P&L and plans to supervisor | | 10:00 | 1st Risk Control Check | 第一轮风控检查 | Check stop-loss/take-profit levels | | 10:30 | Portfolio Review | 持仓复盘 | Morning position review | | Every 15min | Real-time Portfolio Monitoring | A股持仓实时监控 | Continuous position tracking | | 12:00 | Morning Review + PM Strategy | 早盘复盘+下午操盘策略 | Summarize morning, plan afternoon | | 14:00 | 2nd Risk Control Check | 第二轮风控检查 | Check risk levels again | | 14:30 | Closing Trading Strategy | 尾盘买卖策略 | Plan closing trades | | 15:00 | Market Close | 收盘 | Confirm all trades |
| Time | Task (EN) | Task (中文) | Description | |:---:|:---|:---|:---| | 15:05 | 📢 Closing Report | 📢 收盘汇报 | Report P&L to supervisor | | 15:30 | Full-Day Trading Review | 全天操盘复盘 | Review day's operations | | 17:30 | Screen Stocks for Tomorrow | 筛股选出明日候选股票 | Prepare tomorrow's watchlist | | 18:00 | 📢 End-of-Day Summary | 📢 日终总结 | Send complete daily report |
| Time | Task (EN) | Task (中文) | Description | |:---:|:---|:---|:---| | 20:00 | Global Financial News Summary | 全球财经资讯总结 | Summarize daily global finance news | | 23:00 | Full-Day Work Review | 全日工作复盘 | Review and prepare to rest |
| Command | Function (EN) | Function (中文) |
|:---|:---|:---|
| generate_report --type opening | Generate Opening Report | 生成开盘简报 |
| generate_report --type closing | Generate Closing Report | 生成收盘汇报 |
| generate_report --type daily | Generate Daily Summary | 生成日终总结 |
| risk_monitor --threshold 8 | Monitor Risk Control Lines (default -8%) | 监控风控线(默认-8%)|
| portfolio_status | View Portfolio Overview | 查看持仓总览 |
| trading_log --add | Add Trading Record | 添加交易记录 |
## Opening Brief | 开盘简报 | YYYY-MM-DD
### Overnight Markets | 隔夜市场
- US Stocks: Nasdaq X% / Dow X% / S&P X%
- Gold: $X (X%)
- Crude Oil: $X (X%)
### Current Holdings | 当前持仓
| Stock | Position | Cost | Current | P&L |
|:---|:---:|:---:|:---:|:---:|
| Stock A | X shares | ¥X | ¥X | +X% |
### Today's Plan | 今日计划
- Watchlist: XXX
- Risk Actions: XXX
- Adjustment Plan: XXX
## Closing Report | 收盘汇报 | YYYY-MM-DD
### Daily P&L | 当日盈亏
- Total P&L: ¥X (X%)
- Portfolio Value: ¥X
- Available Cash: ¥X
### Trading Records | 交易记录
| Time | Action | Stock | Quantity | Price |
|:---|:---:|:---:|:---:|:---:|
| 09:35 | Buy | XXX | X shares | ¥X |
### Holdings Detail | 持仓明细
| Stock | Position | Cost | Current | P&L |
|:---|:---:|:---:|:---:|:---:|
| Stock A | X shares | ¥X | ¥X | +X% |
config/portfolio.json{
"positions": [
{
"code": "002353",
"name": "杰瑞股份",
"quantity": 7400,
"cost": 117.30,
"stop_loss": -8,
"take_profit": 5
}
],
"cash": 2307880.54,
"total_assets": 5310139.54
}
config/risk.json{
"stop_loss_pct": -8,
"take_profit_pct": 5,
"max_single_position": 30,
"alert_interval": 15
}
Version: 1.0.0
Target Users: Stock Traders / Quant Trading Departments | 股票交易员 / 量化交易部
Trading Days: Monday-Friday | 周一到周五
development
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
devops
Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks.
content-media
# youtube-auto-captions - YouTube 自动字幕 ## 描述 自动为 YouTube 视频生成字幕,支持多语言翻译、时间轴校准。提升视频可访问性和 SEO。 ## 定价 - **按次收费**: ¥9/次 - 每视频最长 60 分钟 - 支持 50+ 语言 ## 用法 ```bash # 生成字幕 /youtube-auto-captions --video <video_id> --lang zh # 翻译字幕 /youtube-auto-captions --video <video_id> --translate en,ja,ko # 批量处理 /youtube-auto-captions --playlist <playlist_id> --lang zh # 导出字幕 /youtube-auto-captions --video <video_id> --export srt ``` ## 技能目录 `~/.openclaw/workspace/skills/youtube-auto-captions/` ## 作者 张 sir #
development
YouTube Data API integration with managed OAuth. Search videos, manage playlists, access channel data, and interact with comments. Use this skill when users want to interact with YouTube. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).