daily-quote

获取每日励志名言(中英文)

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "daily-quote" with this command: npx skills add tmp-chainopera/daily-quote/tmp-chainopera-daily-quote-daily-quote

每日名言 Daily Quote

获取随机的励志名言,支持中英文。

使用方法

英文名言(来自 API)

curl -s "https://api.quotable.io/random" | jq -r '"\(.content) - \(.author)"'

中文名言(简单示例)

# 使用数组随机选择一句中文名言
quotes=(
  "路漫漫其修远兮,吾将上下而求索。 - 屈原"
  "天行健,君子以自强不息。 - 周易"
  "学而不思则罔,思而不学则殆。 - 孔子"
  "千里之行,始于足下。 - 老子"
  "不积跬步,无以至千里。 - 荀子"
)
echo "${quotes[$RANDOM % ${#quotes[@]}]}"

简化版本(无需 jq)

如果没有安装 jq,可以直接获取纯文本:

curl -s "https://zenquotes.io/api/random" | grep -o '"q":"[^"]*","a":"[^"]*"' | sed 's/"q":"\([^"]*\)","a":"\([^"]*\)"/\1 - \2/'

示例输出

The only way to do great work is to love what you do. - Steve Jobs

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.

Web3

china-sportswear-outdoor-sourcing

Comprehensive sportswear and outdoor equipment sourcing guide for international buyers – provides detailed information about China's athletic apparel, footwear, outdoor gear, and accessories manufacturing clusters, supply chain structure, regional specializations, and industry trends (2026 updated).

Archived SourceRecently Updated
Web3

china-lighting-sourcing

Comprehensive lighting industry sourcing guide for international buyers – provides detailed information about China's LED, smart, outdoor, automotive, and specialty lighting manufacturing clusters, supply chain structure, regional specializations, and industry trends (2026 updated).

Archived SourceRecently Updated
Web3

china-furniture-sourcing

Comprehensive furniture industry sourcing guide for international buyers – provides detailed information about China's residential, office, hotel, outdoor, and custom furniture manufacturing clusters, supply chain structure, regional specializations, and industry trends (2026 updated).

Archived SourceRecently Updated