원클릭으로
trading
Use when running the virtual overnight-holding workflow for buy, sell-review, status, stop/resume, and audit report generation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when running the virtual overnight-holding workflow for buy, sell-review, status, stop/resume, and audit report generation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Multi-style WeChat article creation skill. Supports 5 writing styles (deep analysis, practical guide, story-driven, opinion, news brief), including complete workflow: material collection → outline → content → formatting → auto-images → cover. Activated when users mention "write article", "write WeChat post", "create", or "draft".
WeChat Official Account topic planning and content calendar management. Based on WeChat article search and trending analysis, generates differentiated topic recommendations and outputs structured content calendars. Activated when users mention "topic", "planning", "content calendar", "trending", or "what to write next week".
Fetch today's trending topics from tophub.today across multiple platforms. Triggered when users ask "what's trending today", "hot topics", or "Weibo trending".
Generate images for WeChat articles using EasyClaw Seedream 5.0 Lite. This skill provides the image-generation primitive used after the agent decides whether inline images are needed. Called by article-writer after article completion. Supports multiple sizes and styles for different use cases.
Converts Markdown to styled HTML with WeChat-compatible themes. Supports code highlighting, math, PlantUML, footnotes, alerts, infographics, and optional bottom citations for external links. Use when user asks for "markdown to html", "convert md to html", "md转html", "微信外链转底部引用", or needs styled HTML output from markdown.
WeChat Official Account publishing orchestration skill. Intelligently selects the optimal publishing channel (API/browser/wenyan), completing cover check → layout theme → publish push in one go. Integrates three publishing tools: publish-orchestrator (API+browser+freepublish), pw-post-to-wechat (browser article+post), and wechat-publisher (wenyan-cli). Activated when users mention "publish", "push", "post to official account", or "go live".
| name | trading |
| description | Use when running the virtual overnight-holding workflow for buy, sell-review, status, stop/resume, and audit report generation. |
trading 是隔日持股研究 workflow 的唯一 skill 入口。
buysell-reviewstatusstopresume-requestresumedaily-report / weekly-report / monthly-report / anomaly-reportaction:上面的动作之一tradingDate:YYYY-MM-DDvariant:leader | midcore | both,仅 buycheckpointAt:如 09:40,仅 sell-reviewdryRun:默认 falsemarketFile / candidatesFile:可选真实 buy 输入;若未提供,运行时自动以 Tushare -> Akshare -> web 获取 live 输入snapshotsFile:真实 sell-review 输入llmDecisionFile:可选;若无则运行时自动向 investment-advisor agent 获取结构化 JSON 决策fromDate / toDate:聚合报告使用buy:优先使用 Tushare 获取全市场真实数据;当 Tushare 报错、超时或返回空数据时,降级到 Akshare,再不行才降级到 web。若已提供 marketFile/candidatesFile,则直接使用外部输入。运行时先做全市场技术预筛,剔除 ST / 停牌 / 无效行,并把候选收敛到 <=50 后再交给 LLM。LLM 输出后还必须经过最终风控复核(allow / reduce / ask_user_first / veto),只有 allow 才会落地虚拟买入、状态和审计档。sell-review:准备持仓快照,运行 run-sell-review.mjs,记录卖出复盘和审计档。status / stop / resume-request / resume:运行 run-control.mjs 维护状态;未确认前不自动恢复。daily-report / weekly-report / monthly-report / anomaly-report:运行 run-audit-report.mjs 从审计 JSON 聚合报告。若只是 resume-request,第 3 行必须明确提示“请在飞书确认是否恢复策略”。
data/overnight-holding/<tradingDate>.selection.jsondata/overnight-holding/<tradingDate>.sell-review.jsondata/overnight-holding/audit/<tradingDate>.jsonreports/overnight-holding/<tradingDate>.*.mdreports/overnight-holding/audit/*.mdruntime_fallback,不得伪装成真实 LLMriskReview 与 blocked_by_risk_review,不得伪装成已执行买入cd /Users/zcg/.openclaw/workspace/agents/investment-advisor
node strategy-runtime/overnight-holding/cli/run-selection.mjs ...
node strategy-runtime/overnight-holding/cli/run-sell-review.mjs ...
node strategy-runtime/overnight-holding/cli/run-control.mjs ...
node strategy-runtime/overnight-holding/cli/run-audit-report.mjs ...