Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

generate-daily-sports-update生成每日体育更新

Agent Skill

generate-daily-sports-update 用于处理浏览器自动化、网页检查和页面信息提取,适合在 OpenClaw 中需要让 Agent 打开页面、读取网页或验证前端流程时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,787

周安装

445

GitHub Stars

公开资料未说明

下载量

3,524
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:generate-daily-sports-update(生成每日体育更新)
来源仓库:https://github.com/w2478328197-arch/generate-daily-sports-update
安装命令:
openclaw skills install generate-daily-sports-update
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install generate-daily-sports-update

简介

generate-daily-sports-update 用于处理浏览器自动化、网页检查和页面信息提取,适合在 OpenClaw 中需要让 Agent 打开页面、读取网页或验证前端流程时使用。

  • 它能运行体育科学爬虫生成每日报告并同步到 Notion。
  • 通过 clawhub 安装,命令为 openclaw skills install generate-daily-sports-update,建议查看原始 README 获取使用说明。
  • 使用前需确认权限范围和维护状态,注意是否触发联网、命令执行或文件读写操作。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
generate-daily-sports-update
description
Runs the sports science crawler to generate a daily report, sync to Notion, and prevent duplicate content.
metadata
user-invocable
true

Generate Daily Sports Update

This 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.

Prerequisites

  • Python 3: Requires python3 to be installed.
  • Dependencies: The required Python packages defined in requirements.txt must be installed (pip3 install -r requirements.txt).
  • Environment Variables:

- NOTION_TOKEN: The integration token for Notion API. - NOTION_PAGE_ID: The ID of the Notion page to sync the daily update to.

  • Tools Needed: You must have access to the run_command tool to execute the script in a bash terminal.

Instructions

  1. 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.

  1. 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).

  1. Output & Sync:

- The script will generate a local Markdown file named: YYYY-MM-DD_运动科学日报.md - It will automatically sync the compiled blocks directly to the specified Notion page using the Notion APIs. - It updates processed_history.json locally to mark fetched URLs/PMIDs as seen.

  1. Handling "No New Content":

- If the script's terminal output contains "🎉 没有发现新内容" (No new content found), it means all found items in the lookback period have already been processed and synced previously. You can try running with a larger --days argument.

Security & Privacy Note

  • External Endpoints Called:

- 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. - Various RSS feed URLs (e.g., Garmin, MySportScience, YouTube RSS).

  • Files Checked: Opens and updates processed_history.json and creates .md reporting files locally in the working directory.
  • This skill invokes web requests to fetch relevant sports science data but does not expose any user PII.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

95.85%
按下载量换算3,378

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills