Install
openclaw skills install generate-daily-sports-updateRuns the sports science crawler to generate a daily report, sync to Notion, and prevent duplicate content.
openclaw skills install generate-daily-sports-updateThis skill runs the daily_sports_update.py script to fetch the latest sports science research and wearable tech news. It automatically handles deduplication, so you can run it frequently without worrying about seeing the same content twice.
python3 to be installed.requirements.txt must be installed (pip3 install -r requirements.txt).NOTION_TOKEN: The integration token for Notion API.NOTION_PAGE_ID: The ID of the Notion page to sync the daily update to.run_command tool to execute the script in a bash terminal.Locate the Script:
The script daily_sports_update.py is located in the user's sports-science-daily directory. You should first ensure you are in the correct working directory.
Run the update:
Use the run_command tool to execute the python script.
python3 daily_sports_update.py --days 2
--days N: (Optional) Number of days to look back (default is 7). If you haven't run it in a while, increase this (e.g., --days 7 or --days 30).--no-history: (Optional) Use this ONLY if you want to force re-fetching of already seen items (e.g., for debugging).Output & Sync:
YYYY-MM-DD_运动科学日报.mdprocessed_history.json locally to mark fetched URLs/PMIDs as seen.Handling "No New Content":
--days argument.https://eutils.ncbi.nlm.nih.gov: Accessed to fetch PubMed paper statistics and abstracts.https://api.notion.com: Accessed to create and populate the daily reports.processed_history.json and creates .md reporting files locally in the working directory.