report — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited report (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
| 子命令 | 功能 | 内容 |
|---|---|---|
daily | 每日大盘复盘 | 指数/广度/板块/涨停/资金 |
stock | 个股研报 | 公司/技术/资金/舆情 |
portfolio | 持仓报告 | 盈亏/行业/调仓 |
# 每日复盘
python main.py daily
python main.py daily --date 2024-12-30 --save
# 个股研报
python main.py stock 000001
python main.py stock 000001 --save
# 持仓报告
python main.py portfolio --config portfolio.yaml --savefrom skills.05-reports.report.main import (
report_daily, report_stock, report_portfolio
)
# 每日
md = report_daily(date="2024-12-30", save=True)
# 个股
md = report_stock("000001", save=True)
# 持仓
md = report_portfolio(config_path="./portfolio.yaml", save=True)akshare>=1.12.0
pandas>=1.5.0
pyyaml>=5.4.0本 Skill 由原 daily-market-report + stock-research-report + portfolio-report 合并而成, 节省 2 个 Skill。
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.