🦀 ClawHub
Banker Memo Md
by @jackdark425
Produce an investment-banker-grade research memo (analysis.md + data-provenance.md) from CN raw-data/ JSON snapshots. Use when the user asks for "投行 md" / "银...
💡 Examples
# Pre-flight: raw-data/ already populated by cn-client-investigation Phase 3.5
ls /raw-data/*.jsonBuild + dispatch prompt
python3 scripts/build_md_prompt.py \
> /tmp/prompt.md
openclaw agent --agent main --thinking high --json --timeout 600 \
--message "$(cat /tmp/prompt.md)"Agent writes analysis.md + data-provenance.md
Close any discipline gaps (agent's own provenance table sometimes misses
numbers it wrote into prose; this post-process bridges the last mile)
python3 /sync_provenance.py Now hand off to banker-slides-pptx for Step 2
TERMINAL
clawhub install banker-memo-md