Agent Skills: Morning Note Skill

Generates daily crypto morning note from both analysis scripts. Use when user asks for "morning notes", "morning note", or "daily report".

UncategorizedID: frntfinancial/team-claude-skills/generating-morning-notes

Install this agent skill to your local

pnpm dlx add-skill https://github.com/frntfinancial/team-claude-skills/tree/HEAD/research/generating-morning-notes

Skill Files

Browse the full folder contents for generating-morning-notes.

Download Skill

Loading file tree…

research/generating-morning-notes/SKILL.md

Skill Metadata

Name
generating-morning-notes
Description
Generates daily crypto morning note from both analysis scripts. Use when user asks for "morning notes", "morning note", or "daily report".

Morning Note Skill

Generate the daily crypto morning note by running both analysis scripts and saving the output to a file.

Instructions

  1. Run python3 morning_note_netcoinsversion.py in ~/.claude/skills/team/research/generating-morning-notes/scripts/
  2. Run python3 morning_note.py in ~/.claude/skills/team/research/generating-morning-notes/scripts/
  3. Combine the outputs into a single markdown file named morning-note-YYYY-MM-DD.md (using today's date)
  4. The output file should be structured as:
# Morning Note - [DATE]

## Netcoins Version
- **FRNT Crypto Index:** [value]%
- **Top Performer:** [name] ([symbol]) [change]%
- **Top Underperformer:** [name] ([symbol]) [change]%

## Global (Top 20 by Market Cap)
- **FRNT Crypto Index:** [value]%
- **Top Performer:** [name] ([symbol]) [change]%
- **Top Underperformer:** [name] ([symbol]) [change]%
  1. Report the file path to the user when complete