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 using agent-browser. IMPORTANT: Uses browser automation to fetch exact lyrics from baike.baidu.com Use when: (1) Daily medicine reminder (2) Sending warm messages with verified lyrics

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "hetu-lyrics-blessing" with this command: npx skills add trae1oung/hetu-lyrics-blessing

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

JD + 简历 → 面试题预测助手

上传岗位描述(JD)和个人简历,AI 自动预测面试题(必问/针对性/追问三类), 给出 STAR 答题框架,分析简历与 JD 匹配度,导出备考手册。

Registry SourceRecently Updated
General

Smart Model Switcher V3

Universal Smart Model Switcher V3 - Multi-Provider, Multi-Model intelligent switching. Automatically selects the best model from ALL your purchased API plans...

Registry SourceRecently Updated
General

Centra

Centra integration. Manage Organizations, Projects, Pipelines, Users, Goals, Filters. Use when the user wants to interact with Centra data.

Registry SourceRecently Updated
General

Adobe Acrobat Sign

Adobe Acrobat Sign integration. Manage Users, Agreements, Widgets. Use when the user wants to interact with Adobe Acrobat Sign data.

Registry SourceRecently Updated