Agent Skillsginlix-ai/LangAlpha › morning-note

morning-note

GitHub

每日早间研报,汇总隔夜新闻、财报、宏观事件及市场异动。通过 MCP 工具获取数据,按证据标准标注信息,判断定价情况,生成两分钟可读的简报以辅助投资决策。

plugins/langalpha_research/skills/morning-note/SKILL.md ginlix-ai/LangAlpha

Trigger Scenarios

morning note morning meeting what happened overnight morning call prep daily note trade idea for the open

Install

npx skills add ginlix-ai/LangAlpha --skill morning-note -g -y
More Options

Non-standard path

npx skills add https://github.com/ginlix-ai/LangAlpha/tree/main/plugins/langalpha_research/skills/morning-note -g -y

Use without installing

npx skills use ginlix-ai/LangAlpha@morning-note

指定 Agent (Claude Code)

npx skills add ginlix-ai/LangAlpha --skill morning-note -a claude-code -g -y

安装 repo 全部 skill

npx skills add ginlix-ai/LangAlpha --all -g -y

预览 repo 内 skill

npx skills add ginlix-ai/LangAlpha --list

SKILL.md

Frontmatter
{
    "name": "morning-note",
    "description": "Daily research briefing on overnight news, pre-market movers, earnings and macro events. Triggers on morning note, morning meeting, what happened overnight, morning call prep, daily note, trade idea for the open."
}

Morning Note

One page, read in two minutes, with a view in it. A note that summarises the tape without saying what to think about it wastes the only two minutes the desk will give it.

Evidence labels, source tiers, staleness, the readiness posture and the intake limits: .agents/skills/research-conventions/SKILL.md, read before the first deliverable.

Workflow

1. Gather overnight developments, labelled as they land

Earnings and guidance

  • get_earnings_calendar(from_date, to_date) on the macro MCP server for who reported and who reports next.
  • get_company_overview for consensus and the rating distribution; yf_analysis MCP get_upgrades_downgrades for dated rating changes and get_earnings_estimates for the current consensus, which together are the revision reading, since no tool carries a consensus time series and the pre-event estimate level is an evidence gap when a call needs it.
  • Surprises against consensus on revenue, EPS and the metric the name actually trades on.
  • Guidance raised, lowered or maintained, and against what the buy side was carrying.

News and events

  • WebSearch and WebFetch for overnight headlines, deals, management changes, product and regulatory decisions, and rating changes.

Market context

  • get_market_overview for index and sector performance, get_daily_prices for the overnight and pre-market moves, get_economic_calendar for what is still ahead, plus the commodity or currency move that matters to the coverage.

Label each item as it is collected rather than at write-up. A filing and a closed-period data print are fact. A company statement about itself is company claim, with the venue. A consensus figure is a street estimate, with its vintage. A report with no primary document behind it carries the outlet, the time, and whether the date is confirmed, scheduled, estimated or reported. A rumour reaches the note as a rumour, naming who reported it and what would confirm it, or it does not reach the note. The closed label set: .agents/skills/research-conventions/references/evidence.md.

2. Decide what is already priced

Every item that moved something splits one of two ways, and the split is the value the note adds over a headline feed. Apply the test in .agents/skills/research-conventions/references/judgment.md under "Priced in", which needs both the move and the revisions to carry the effect:

  • Priced in: both halves hold; the note says which move and which revisions carry it.
  • Needs proof: anything short of both, and the note names the print or the date that would put the claim in the numbers.

Name the channel or hold the claim. An impact claim runs from the event, through a named transmission channel, to a specific line item. "Tariffs are a headwind for the group" names no channel and does not ship. "A tariff on imported cells lands in module cost of goods sold, and the two names importing most of their supply carry it in gross margin from the September quarter" does. When the channel cannot be named, the item goes in as an observation without an implication, and the next step is source work.

3. Write the note

Two stamps at the top, because they are different facts: the note carries the time it was written, and every figure carries the as-of of the data itself. A note written pre-market is a pre-market note all day; a quote inside it is stale by the open unless it says what it is as of. The always-timestamped list is in evidence.md.


[Date] Morning Note, [Analyst] [Sector coverage] | Written [time]. Prices as of [time], [session].

Top Call: [the one thing the desk needs to hear]

  • Two or three sentences on the development and why it matters.
  • Stock impact: rating and target reiterated or changed.

Overnight and Pre-Market

  • [Company A]: what happened, with its source. Our take: the view.
  • [Company B]: what happened, with its source. Our take: the view.
  • [Sector or macro]: the development, and which names it reaches.

Priced In / Needs Proof

  • Priced in: [name], [what the move and the revisions already reflect].
  • Needs proof: [name], [the claim], [the print or date that would confirm it].

Today

  • [Time]: [Company] earnings call, [what to listen for].
  • [Time]: [data release], consensus against our read.
  • [Time]: conference or investor day.

Trade Ideas (when there is one)

  • [Long/Short] [Company]: thesis in two sentences, plus the catalyst and its date.
  • Risk: the observation that would make this wrong.

Fact and view stay in separate sentences. What happened carries its source; the take carries the view and is marked as one. This is the deliverable most likely to be forwarded, and the sentence quoted back has to be one that can be defended. A view welded into the same sentence as a fact reads as a fact to everyone downstream.

4. Quick take on a coverage print

Metric Consensus Actual Beat/Miss
Revenue
EPS
[The metric the name trades on]
Guidance

Our take: two or three sentences on whether this is good or bad for the stock, and whether it changes the thesis rather than the quarter.

Action: the verb from the gated vocabulary in .agents/skills/research-conventions/references/judgment.md, with a rating word (maintain, upgrade, downgrade) beside it where a published rating exists, and what would change it.

5. Deliver

Save to {task}/morning_note_YYYY-MM-DD.md, as markdown for email or chat distribution. The note carries one posture from the ladder in .agents/skills/research-conventions/SKILL.md, stated once beside the stamps at the top.

One page is the bar. Over it, cut in this order: the market recap the reader already saw on a screen, the second and third bullets on one name, the calendar entries with no view attached, and any trade idea with no dated catalyst. Depth bands and the general cut order: .agents/skills/research-conventions/references/depth.md.

Important notes

  • Be opinionated. A note that summarises without a view is a worse version of a headline feed.
  • Lead with the most important thing. The headline goes first, not third.
  • "Nothing material overnight, maintaining positioning" is a complete morning note, and a better one than three paragraphs of filler.
  • Separate the actionable (a print, a deal, a guidance change) from the noise (a small rating change, a non-event), and say which is which.
  • When yesterday's call was wrong, say so in today's note and say what you missed. Credibility outlasts any single call.

Version History

  • 7e9f9de Current 2026-09-22 03:18

    新增证据标签体系、来源分级、时效性及准备状态规范;引入‘已定价’判断逻辑,要求结合价格变动与预期修正进行验证;细化财报惊喜与指引变化的分析维度。

  • c2ebaa6 2026-08-27 11:26

Same Skill Collection

plugins/alternative_data/skills/web-scraping/SKILL.md
plugins/alternative_data/skills/x-api/SKILL.md
plugins/langalpha_deliverables/skills/chart-annotation/SKILL.md
plugins/langalpha_deliverables/skills/docx/SKILL.md
plugins/langalpha_deliverables/skills/html-report/SKILL.md
plugins/langalpha_deliverables/skills/inline-widget/SKILL.md
plugins/langalpha_deliverables/skills/interactive-dashboard/SKILL.md
plugins/langalpha_deliverables/skills/pdf/SKILL.md
plugins/langalpha_deliverables/skills/pptx/SKILL.md
plugins/langalpha_deliverables/skills/ui-design/SKILL.md
plugins/langalpha_deliverables/skills/xlsx/SKILL.md
plugins/langalpha_research/skills/3-statements/SKILL.md
plugins/langalpha_research/skills/catalyst-calendar/SKILL.md
plugins/langalpha_research/skills/check-deck/SKILL.md
plugins/langalpha_research/skills/check-model/SKILL.md
plugins/langalpha_research/skills/company-profile/SKILL.md
plugins/langalpha_research/skills/competitive-analysis/SKILL.md
plugins/langalpha_research/skills/comps-analysis/SKILL.md
plugins/langalpha_research/skills/dcf-model/SKILL.md
plugins/langalpha_research/skills/earnings-analysis/SKILL.md
plugins/langalpha_research/skills/earnings-preview/SKILL.md
plugins/langalpha_research/skills/idea-generation/SKILL.md
plugins/langalpha_research/skills/impact-analysis/SKILL.md
plugins/langalpha_research/skills/initiating-coverage/SKILL.md
plugins/langalpha_research/skills/market-watch/SKILL.md
plugins/langalpha_research/skills/model-update/SKILL.md
plugins/langalpha_research/skills/research-conventions/SKILL.md
plugins/langalpha_research/skills/sector-overview/SKILL.md
plugins/langalpha_research/skills/thesis-tracker/SKILL.md
plugins/langalpha_research/skills/trade-pitch/SKILL.md
plugins/langalpha_service/skills/automation/SKILL.md
plugins/langalpha_service/skills/onboarding/SKILL.md
plugins/langalpha_service/skills/run-workflow/SKILL.md
plugins/langalpha_service/skills/secretary/SKILL.md
plugins/langalpha_service/skills/self-improve/SKILL.md
plugins/langalpha_service/skills/user-profile/SKILL.md
skills/3-statements/SKILL.md
skills/automation/SKILL.md
skills/catalyst-calendar/SKILL.md
skills/chart-annotation/SKILL.md
skills/check-deck/SKILL.md
skills/check-model/SKILL.md
skills/competitive-analysis/SKILL.md
skills/comps-analysis/SKILL.md
skills/dcf-model/SKILL.md
skills/earnings-analysis/SKILL.md
skills/earnings-preview/SKILL.md
skills/html-report/SKILL.md
skills/idea-generation/SKILL.md

Metadata

Files
0
Version
7e9f9de
Hash
1a655740
Indexed
2026-08-27 11:26

trang chủ - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-23 08:16
浙ICP备14020137号-1