Skills daily-every
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/alibaba4184hub/daily-every" ~/.claude/skills/openclaw-skills-daily-every && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/alibaba4184hub/daily-every" ~/.openclaw/skills/openclaw-skills-daily-every && rm -rf "$T"
manifest:
skills/alibaba4184hub/daily-every/SKILL.mdsource content
Daily Every
When to Run
- 每天 8:00 AM 通过 cron 触发
- 用户主动说「给我今天的简报」「今天有什么热点」
Workflow
- 拉取上海天气:
curl "https://wttr.in/Shanghai?format=3" - 拉取 V2EX 热帖前 5 条:
取 title 和 node.title 字段curl https://www.v2ex.com/api/topics/hot.json - 整合输出以下格式,推送 Telegram
Output Format
📅 {今天日期} 🌤 天气:{wttr.in 返回结果}
🔥 V2EX 今日热帖:
- {标题}({节点})
- ...(共 5 条)