File contents FSI Command: /earnings
Overview
This is the Hermes profile equivalent of the original Cowork slash command /earnings from equity-research. Invoke it explicitly with /skill fsi-command-earnings or ask in natural language for this workflow.
When to Use
Use when the user asks for /earnings or a earnings financial-services workflow.
Use when the user wants the command procedure rather than a free-form answer.
Command Procedure
Earnings Analysis Command
Create a professional equity research earnings update report analyzing quarterly results.
Workflow
Step 1: Gather Information
Parse the input for:
Company name or ticker
Quarter (e.g., Q3 2024, Q2 FY25)
If not provided, ask:
"What company's earnings would you like to analyze?"
"Which quarter? (e.g., Q3 2024)"
Step 2: Verify Timeliness
CRITICAL : Before proceeding, verify you have the latest data:
Search for "[Company] latest earnings results [current year]"
Verify the earnings release is within the last 3 months
Confirm transcript date matches release date
If data is stale, inform the user and search for the latest.
Step 3: Load Earnings Analysis Skill
Use skill: "earnings-analysis" to create the report:
Data Collection (search for latest):
Earnings release (press release)
10-Q filing from SEC EDGAR
Earnings call transcript
Investor presentation/supplemental materials
Consensus estimates (Bloomberg/FactSet)
Beat/Miss Analysis :
Revenue vs consensus: Beat/Miss by $X or X%
EPS vs consensus: Beat/Miss by $X or X%
Key segment performance vs expectations
Explain WHY results differed
Key Metrics Analysis :
Revenue breakdown by segment/geography
Margin trends (gross, operating, net)
Guidance: raised/maintained/lowered
Updated forward estimates
Generate Charts (8-12):
Quarterly revenue progression
Quarterly EPS progression
Margin trends
Revenue by segment
Beat/miss summary
Estimate revisions
Valuation charts
Create Report (8-12 pages):
Page 1: Summary with rating and price target
Pages 2-3: Detailed results analysis
Pages 4-5: Key metrics & guidance
Pages 6-7: Updated investment thesis
Pages 8-10: Valuation & estimates
Sources section with clickable hyperlinks
Step 4: Deliver Output
Provide:
DOCX report - 8-12 page earnings update
Summary highlighting:
Beat/miss on key metrics
Guidance changes
Thesis impact (positive/negative/neutral)
Report Structure Reference
PAGE 1: EARNINGS SUMMARY
┌─────────────────────────────────────────────────────────────────┐
│ [Company] Q3 2024 Earnings Update │
│ Rating: BUY | Price Target: $XXX (from $XXX) │
├─────────────────────────────────────────────────────────────────┤
│ KEY TAKEAWAYS │
│ • Revenue beat by X% on strong [segment] performance │
│ • EPS beat by $X.XX driven by margin expansion │
│ • FY guidance raised to $X.XX-$X.XX (from $X.XX-$X.XX) │
│ • Thesis intact; maintain BUY rating │
├─────────────────────────────────────────────────────────────────┤
│ RESULTS SNAPSHOT │
│ ┌─────────────┬──────────┬──────────┬──────────┐ │
│ │ Metric │ Actual │ Consensus│ Beat/Miss│ │
│ │ Revenue │ $X.XXB │ $X.XXB │ +X.X% │ │
│ │ EPS │ $X.XX │ $X.XX │ +$X.XX │ │
│ │ Gross Margin│ XX.X% │ XX.X% │ +XXbps │ │
│ └─────────────┴──────────┴──────────┴──────────┘ │
└─────────────────────────────────────────────────────────────────┘
PAGES 2-3: DETAILED RESULTS
- Segment-by-segment analysis
- Geographic breakdown
- Key drivers of beat/miss
PAGES 4-5: METRICS & GUIDANCE
- Margin analysis
- Full-year guidance comparison
- Updated quarterly estimates
PAGES 6-7: THESIS UPDATE
- What's changed
- Risks and catalysts
- Investment recommendation
PAGES 8-10: VALUATION
- Updated DCF/comps if material
- Price target justification
- Scenario analysis
SOURCES SECTION (with clickable hyperlinks):
- Earnings Release: [hyperlink]
- Form 10-Q: [EDGAR hyperlink]
- Earnings Call Transcript: [hyperlink]
- Consensus estimates: Bloomberg as of [date]
Quality Checklist
Before delivery:
Hermes Invocation
Explicit: /skill fsi-command-earnings
Natural language: “Use the earnings command workflow for ...”
Verification Checklist
1 --- 2 name: fsi-command-earnings 3 description: Use when financial-services work requires analyze quarterly earnings and create an earnings update report. 4 license: MIT 5 --- 6 7 # FSI Command: /earnings 8 9 ## Overview 10 This is the Hermes profile equivalent of the original Cowork slash command `/earnings` from `equity-research`. Invoke it explicitly with `/skill fsi-command-earnings` or ask in natural language for this workflow. 11 12 ## When to Use 13 - Use when the user asks for `/earnings` or a earnings financial-services workflow. 14 - Use when the user wants the command procedure rather than a free-form answer. 15 16 ## Command Procedure 17 18 # Earnings Analysis Command 19 20 Create a professional equity research earnings update report analyzing quarterly results. 21 22 ## Workflow 23 24 ### Step 1: Gather Information 25 26 Parse the input for: 27 - Company name or ticker 28 - Quarter (e.g., Q3 2024, Q2 FY25) 29 30 If not provided, ask: 31 - "What company's earnings would you like to analyze?" 32 - "Which quarter? (e.g., Q3 2024)" 33 34 ### Step 2: Verify Timeliness 35 36 **CRITICAL**: Before proceeding, verify you have the latest data: 37 1. Search for "[Company] latest earnings results [current year]" 38 2. Verify the earnings release is within the last 3 months 39 3. Confirm transcript date matches release date 40 41 If data is stale, inform the user and search for the latest. 42 43 ### Step 3: Load Earnings Analysis Skill 44 45 Use `skill: "earnings-analysis"` to create the report: 46 47 1. **Data Collection** (search for latest): 48 - Earnings release (press release) 49 - 10-Q filing from SEC EDGAR 50 - Earnings call transcript 51 - Investor presentation/supplemental materials 52 - Consensus estimates (Bloomberg/FactSet) 53 54 2. **Beat/Miss Analysis**: 55 - Revenue vs consensus: Beat/Miss by $X or X% 56 - EPS vs consensus: Beat/Miss by $X or X% 57 - Key segment performance vs expectations 58 - Explain WHY results differed 59 60 3. **Key Metrics Analysis**: 61 - Revenue breakdown by segment/geography 62 - Margin trends (gross, operating, net) 63 - Guidance: raised/maintained/lowered 64 - Updated forward estimates 65 66 4. **Generate Charts** (8-12): 67 - Quarterly revenue progression 68 - Quarterly EPS progression 69 - Margin trends 70 - Revenue by segment 71 - Beat/miss summary 72 - Estimate revisions 73 - Valuation charts 74 75 5. **Create Report** (8-12 pages): 76 - Page 1: Summary with rating and price target 77 - Pages 2-3: Detailed results analysis 78 - Pages 4-5: Key metrics & guidance 79 - Pages 6-7: Updated investment thesis 80 - Pages 8-10: Valuation & estimates 81 - Sources section with clickable hyperlinks 82 83 ### Step 4: Deliver Output 84 85 Provide: 86 1. **DOCX report** - 8-12 page earnings update 87 2. **Summary** highlighting: 88 - Beat/miss on key metrics 89 - Guidance changes 90 - Thesis impact (positive/negative/neutral) 91 92 ## Report Structure Reference 93 94 ``` 95 PAGE 1: EARNINGS SUMMARY 96 ┌─────────────────────────────────────────────────────────────────┐ 97 │ [Company] Q3 2024 Earnings Update │ 98 │ Rating: BUY | Price Target: $XXX (from $XXX) │ 99 ├─────────────────────────────────────────────────────────────────┤ 100 │ KEY TAKEAWAYS │ 101 │ • Revenue beat by X% on strong [segment] performance │ 102 │ • EPS beat by $X.XX driven by margin expansion │ 103 │ • FY guidance raised to $X.XX-$X.XX (from $X.XX-$X.XX) │ 104 │ • Thesis intact; maintain BUY rating │ 105 ├─────────────────────────────────────────────────────────────────┤ 106 │ RESULTS SNAPSHOT │ 107 │ ┌─────────────┬──────────┬──────────┬──────────┐ │ 108 │ │ Metric │ Actual │ Consensus│ Beat/Miss│ │ 109 │ │ Revenue │ $X.XXB │ $X.XXB │ +X.X% │ │ 110 │ │ EPS │ $X.XX │ $X.XX │ +$X.XX │ │ 111 │ │ Gross Margin│ XX.X% │ XX.X% │ +XXbps │ │ 112 │ └─────────────┴──────────┴──────────┴──────────┘ │ 113 └─────────────────────────────────────────────────────────────────┘ 114 115 PAGES 2-3: DETAILED RESULTS 116 - Segment-by-segment analysis 117 - Geographic breakdown 118 - Key drivers of beat/miss 119 120 PAGES 4-5: METRICS & GUIDANCE 121 - Margin analysis 122 - Full-year guidance comparison 123 - Updated quarterly estimates 124 125 PAGES 6-7: THESIS UPDATE 126 - What's changed 127 - Risks and catalysts 128 - Investment recommendation 129 130 PAGES 8-10: VALUATION 131 - Updated DCF/comps if material 132 - Price target justification 133 - Scenario analysis 134 135 SOURCES SECTION (with clickable hyperlinks): 136 - Earnings Release: [hyperlink] 137 - Form 10-Q: [EDGAR hyperlink] 138 - Earnings Call Transcript: [hyperlink] 139 - Consensus estimates: Bloomberg as of [date] 140 ``` 141 142 ## Quality Checklist 143 144 Before delivery: 145 - [ ] Earnings data is from latest quarter (not stale) 146 - [ ] Beat/miss quantified with specific numbers 147 - [ ] All charts embedded (8-12 total) 148 - [ ] Sources section with clickable hyperlinks 149 - [ ] Every figure/table has source citation 150 - [ ] Guidance changes clearly documented 151 - [ ] Rating and price target stated upfront 152 - [ ] 8-12 pages, 3,000-5,000 words 153 154 ## Hermes Invocation 155 - Explicit: `/skill fsi-command-earnings` 156 - Natural language: “Use the earnings command workflow for ...” 157 158 ## Verification Checklist 159 - [ ] The command intent, inputs, and output format are confirmed. 160 - [ ] The output cites sources or clearly labels assumptions. 161 - [ ] The final artifact is marked draft / for human review when appropriate.
changhochien/financial-services-hermes/tree/main/skills/financial-services/commands/fsi-command-earnings commit 7aa8332b19
Frequently asked questions How do I install the Fsi Command Earnings skill? Run npx skillmds@latest add changhochien/fsi-command-earnings in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Fsi Command Earnings skill do? Use when financial-services work requires analyze quarterly earnings and create an earnings update report. It is listed under Docs & Writing on SkillMD.
Is Fsi Command Earnings safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Fsi Command Earnings? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Fsi Command Earnings free to use? Yes. Installing skills from SkillMD is free. This skill is licensed under MIT.
Who published Fsi Command Earnings? changhochien (@changhochien) published this skill. Their other Agent Skills are listed on their SkillMD profile.