daily-trade-summary
Automates the production of daily trading summary reports based on log analysis and audit data.
Install
mkdir -p .claude/skills/daily-trade-summary && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15017" && unzip -o skill.zip -d .claude/skills/daily-trade-summary && rm skill.zipInstalls to .claude/skills/daily-trade-summary
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
盤後交易整理技能。使用時機:新增或更新 `docs/YYYY-MM-DD_交易整理.zh-tw.md`、 比對最近 1 到 2 份交易整理文件、依 `dry_run_audit_YYYYMMDD.jsonl` 重算當日成交統計、 補上 `program.log` / `client.log` / `notify.log` / `config.json` 的啟動事件與策略條件。 不適用:修改策略邏輯本身、修 SDK 串接、或只做單一委託除錯。Key capabilities
- →Generate a deliverable trade summary document in Traditional Chinese
- →Recompute daily trade statistics from `dry_run_audit_YYYYMMDD.jsonl`
- →Supplement with strategy activation events and conditions from `program.log`
- →Add background events from `client.log` / `notify.log`
- →Include daily strategy parameters from `config.json`
How it works
This skill processes various log files and configuration data to recompute daily trade statistics, identify a reliable cutoff time, and compile a detailed trade summary document in Traditional Chinese.
Inputs & outputs
When to use daily-trade-summary
- →Summarizing daily trades
- →Recomputing P&L
- →Documenting trading events
- →Creating client-facing trade reports
About daily-trade-summary
Parses audit logs to calculate daily performance metrics, including P&L, trade counts, and event summaries, ensuring consistency across reports.
>-
When not to use it
- →For modifying strategy logic itself
- →For fixing SDK integration
- →For single order debugging
Limitations
- →This skill adds or updates `docs/YYYY-MM-DD_交易整理.zh-tw.md`
- →This skill recomputes daily trade statistics based on `dry_run_audit_YYYYMMDD.jsonl`
- →This skill is not for modifying strategy logic itself
How it compares
This skill standardizes the generation of a client-ready trade summary document by recomputing all metrics from raw data and incorporating specific event logs, ensuring consistency and accuracy unlike manual reporting.
Compared to similar skills
daily-trade-summary side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| daily-trade-summary (this skill) | 0 | 1mo | No flags | Advanced |
| quant-analyst | 103 | 3mo | No flags | Advanced |
| stock-analyzer | 71 | 2mo | Review | Beginner |
| creating-financial-models | 36 | 8mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
quant-analyst
zenobi-us
Expert quantitative analyst specializing in financial modeling, algorithmic trading, and risk analytics. Masters statistical methods, derivatives pricing, and high-frequency trading with focus on mathematical rigor, performance optimization, and profitable strategy development.
stock-analyzer
FrancyJGLisboa
Provides comprehensive technical analysis for stocks and ETFs using RSI, MACD, Bollinger Bands, and other indicators. Activates when user requests stock analysis, technical indicators, trading signals, or market data for specific ticker symbols.
creating-financial-models
anthropics
This skill provides an advanced financial modeling suite with DCF analysis, sensitivity testing, Monte Carlo simulations, and scenario planning for investment decisions
reconciliation
anthropics
Reconcile accounts by comparing GL balances to subledgers, bank statements, or third-party data. Use when performing bank reconciliations, GL-to-subledger recs, intercompany reconciliations, or identifying and categorizing reconciling items.
analyzing-financial-statements
anthropics
This skill calculates key financial ratios and metrics from financial statement data for investment analysis
us-stock-analysis
tradermonty
Comprehensive US stock analysis including fundamental analysis (financial metrics, business quality, valuation), technical analysis (indicators, chart patterns, support/resistance), stock comparisons, and investment report generation. Use when user requests analysis of US stock tickers (e.g., "analyze AAPL", "compare TSLA vs NVDA", "give me a report on Microsoft"), evaluation of financial metrics, technical chart analysis, or investment recommendations for American stocks.