Token导航 LogoToken导航TokenDH.com
研究检索external-serviceclawhub未标认证来源可访问clear审计提醒

banker-memo银行家备忘录

Agent Skill

banker-memo 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,476

周安装

142

GitHub Stars

公开资料未说明

下载量

1,125
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:banker-memo(银行家备忘录)
来源仓库:https://github.com/jackdark425/banker-memo
安装命令:
openclaw skills install banker-memo
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install banker-memo

简介

从 CN 原始数据生成投行级别研究备忘录,包含分析、提纲和数据溯源。

  • 适用于金融研究场景,快速产出结构化分析报告框架。
  • 自动整理数据源并输出 analysis.md、slips-outline.md 等文件。
  • 需用户提供关键词或主题以启动检索与分析流程。
  • 注意核实数据来源时效性和完整性后再用于决策。

SKILL.md

name
banker-memo
description
Generate an investment-banker-grade research memo (analysis.md + slides-outline.md + data-provenance.md) from CN raw-data/ snapshots. Use when the user asks for "银行家级分析" / "投行研报" / "banker memo" / "投行级 PPT 蓝图" on an A-share, H-share, or non-listed CN company that already has raw-data/ populated by cn-client-investigation Phase 3.5.

Banker Memo

Banker-grade research memo from raw-data/ snapshots — prompt-driven, not template-driven.

What this skill does

Takes a deliverable dir that already has raw-data/*.json (produced by the CN Phase 3.5 pipeline) and drives an agent through a senior sell-side analyst framework to produce:

  1. analysis.md — 8-section banker research memo (2500-4000 words, peer-benchmarked, with explicit data flags)
  2. slides-outline.md — PPT blueprint (10-15 slides, content-driven — NOT a fixed 8-slide template)
  3. data-provenance.md — every hard number traceable to a raw-data filename stem

Why prompt-driven (not Python template)

The 0.9.4-era build_deck.py used an 8-slide Python template that stamped the same structure onto every company. Problem: the result is a data dashboard, not banker analysis — no industry context, no peer benchmarking, no SOTP reasoning, no "4C's" credit framework, no banker opinion.

Prompt-driven flips this: the agent (which has read thousands of real sell-side reports during training) writes the narrative; the Python layer only does orchestration (dispatch + gate audit).

Best-fit cases

  • User explicitly asks for 投行级 / banker-grade research
  • Deliverable already has raw-data/ from cn-client-investigation Phase 3.5
  • Target is CN (A-share / H-share / non-listed with unified social credit code)
  • The previous Python-templated output felt shallow / repetitive / stat-card-heavy

When NOT to use

  • raw-data/ is missing — run cn-client-investigation Phase 3.5 first
  • Target is US-listed — this skill is CN-focused (industry framework / 4C's assume CN credit context)
  • Just want a quick fact-sheet — use strip-profile skill instead

Workflow

Step 1 — Pre-flight

Verify raw-data/ has:

  • At least one aigroup-market-mcp-*.json file (for listed) OR a primematrix-basic_info.json (for non-listed).
  • Listed companies SHOULD have 5 Tushare files (basic_info / company_performance / stock_data / daily_basic / income) for the full framework.

Step 2 — Build parameterised prompt

Use references/banker_prompt_template.md and substitute placeholders:

  • {ts_code} / {name_cn} / {industry} / {raw_dir} / {out_dir}
  • {file_list} — discovered from raw_dir
  • {uscc} — parsed from the primematrix filename prefix

A helper scripts/build_banker_prompt.py does this. See references/banker_prompt_template.md for the canonical prompt body.

Step 3 — Dispatch agent

Run openclaw agent --agent main --thinking high --json --timeout 600 --message "$(cat prompt.md)". Typical runtime 3-6 minutes per company with high-thinking.

Step 4 — Validate output

Run the standard 7-gate validate-delivery.py --strict-mcp on the output dir. The banker memo obeys the same authenticity / provenance rules as Python-templated outputs — gates unchanged.

Step 5 — PPT compile

Run build_deck.py (v0.9.6+) which now reads slides-outline.md for layout cues. Slide count = whatever the agent planned (10-15 typical, not a fixed 8).

Hard constraints enforced by the prompt

  1. Every hard number cites a raw-data filename stem, format X 亿元(src: income) or Y%(src: company_performance)
  2. Wind / 万得 / 同花顺 / Bloomberg / 彭博 forbidden (redundant with source_authenticity_check gate)
  3. No vague numbers — "XX 亿元左右" / "大约" / "估计" must be tagged [EST] with reasoning
  4. QoQ deltas in pp units (avoids HARD_NUMBER regex false-positives)
  5. Peer comparison numbers tagged [EST, per sector consensus] — never tied to a specific forbidden source

Worked example (0.9.5 smoke test)

BOE 000725.SZ run on 2026-04-20:

  • Input: ~/deliverables/bj-smoke-v2/000725_sz/raw-data/ (6 JSON files already fetched)
  • Agent high-thinking runtime: ~5 minutes
  • Output analysis.md: 14.8 KB (vs 1.6 KB from v0.9.5 Python template)
  • Agent self-flagged Data Flag 1: income-derived 净利率 2.68% vs company_performance 2.09% — 0.59pp口径差异 → must verify pre-credit decision
  • Agent self-flagged Data Flag 2: company_performance YTD 累积 ≠ Q4 单季, computed +0.74pp Q4 NPM change from diff
  • Peer comp: 5 companies (TCL 科技 / 维信诺 / LG Display / 群创光电) all tagged [EST, per sector consensus]
  • Valuation: SOTP (LCD PB 0.8-1.0x + OLED PS 1.0-1.5x) → 合理 PB 1.0-1.3x; target price 3 scenarios (3.5-4.0 / 4.2-4.5 / 5.0-5.5)
  • Credit view: 4C's with specific numbers + 授信额度 50-80 亿 / 期限 1 年 / 利率 LPR+60-130bp / 增信要求 (设备抵押 60% + 应收质押 70%) / 财务承诺 (负债率<55%, 利息覆盖>2x)
  • Slides outline: 12 slides (not fixed 8) — includes section dividers + bar chart (revenue/profit) + line chart (quarterly ROE) + valuation scenario table + 4-color risk card
  • validate-delivery --strict-mcp — all applicable gates PASS

Output standard

FileWhat it isAudit gate
analysis.md8-section banker memoprovenance_verify + source_authenticity_check
slides-outline.md10-15 slide blueprint with layout + key message per slideconsumed by build_deck.py
data-provenance.mdhard-number → raw-data stem mappingprovenance_verify --strict

Quality checklist

  • [ ] 8 sections all present (ES / Profile / Industry / Financial / Peer / Valuation / Risk / 4C's)
  • [ ] Every \d+(亿元|%|元|倍) in analysis.md has a provenance row
  • [ ] Peer comparison has ≥3 companies, all tagged [EST, per sector consensus]
  • [ ] Valuation section has ≥2 methods (relative + SOTP or DCF) + 3 scenarios
  • [ ] Risk section uses a table with severity levels (not a bullet list)
  • [ ] 4C's section gives a specific credit conclusion (额度 + 期限 + 利率 + 增信 + 财务承诺)
  • [ ] slides-outline.md specifies layout type per slide (card / table / chart / divider)
  • [ ] validate-delivery.py --strict-mcp OVERALL PASS

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

81.85%
按下载量换算921

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills