Morning Note Skill
Generate the daily crypto morning note by running both analysis scripts and saving the output to a file.
Instructions
- •Run
python3 morning_note_netcoinsversion.pyin~/.claude/skills/team/research/generating-morning-notes/scripts/ - •Run
python3 morning_note.pyin~/.claude/skills/team/research/generating-morning-notes/scripts/ - •Combine the outputs into a single markdown file named
morning-note-YYYY-MM-DD.md(using today's date) - •The output file should be structured as:
markdown
# 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]%
- •Report the file path to the user when complete