← 返回
内容创作 Key

Hetu Lyrics Blessing

A daily lyrics blessing skill that sends a random Hetu (河图) song lyric to a designated recipient every day at 23:00. Lyrics are fetched from Baidu Baike usin...
A daily lyrics blessing skill that sends a random Hetu (河图) song lyric to a designated recipient every day at 23:00. Lyrics are fetched from Baidu Baike usin...
trae1oung
内容创作 clawhub v1.0.2 1 版本 100000 Key: 需要
★ 0
Stars
📥 708
下载
💾 10
安装
1
版本
#latest

概述

Hetu Lyrics Blessing (河图歌词祝福)

Daily send a random Hetu (河图) song lyric with blessing message.

Features

  • 🎵 Lyrics fetched from Baidu Baike (baike.baidu.com) via agent-browser
  • ⚠️ NEVER modify lyrics - always fetch exact text
  • 💌 Personalized blessing message
  • 📧 Email delivery via SMTP
  • ⏰ Scheduled daily at 23:00

Directory Structure

hetu-lyrics-blessing/
├── SKILL.md
└── scripts/
    └── send_lyrics.py   # Main script with browser automation

How It Works

  1. Randomly select a song from predefined list
  2. Use agent-browser to open Baidu Baike page
  3. Extract exact lyrics from the page
  4. Send email with lyrics + blessing

Quick Start

1. Install Dependencies

npm install -g agent-browser
agent-browser install --with-deps

2. Configure SMTP

Edit send_lyrics.py:

SMTP_SERVER = "smtp.qq.com"
SMTP_PORT = 465
SMTP_EMAIL = "your_email@qq.com"
SMTP_PASSWORD = "your_auth_code"
TO_EMAIL = "recipient@email.com"

3. Set up Cron

# Run daily at 23:00
crontab -l | { cat; echo "0 23 * * * /path/to/send_lyrics.py >> /path/to/log.txt 2>&1"; } | crontab -

Important Rules

  • ⚠️ ALWAYS fetch from https://baike.baidu.com
  • ⚠️ NEVER guess or modify lyrics
  • ⚠️ If lyrics not found, use predefined backup
  • Include source URL in every message

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-03-30 06:01 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Dead Or Not

trae1oung
一种定期检查用户是否响应的“生命检查”技能。若用户在设定时间内未发送消息,它会询问是否安好,若仍无……
★ 1 📥 773
content-creation

Humanizer

biostartechnology
消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。
★ 858 📥 199,026
content-creation

Baidu Wenku AIPPT

ide-rea
使用百度文库 AI 智能生成 PPT,自动根据内容选择模板。
★ 66 📥 46,082