Overview
- Skill Key
- bcocgs21494/daily-fun-content
- Author
- bcocgs21494
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/bcocgs21494/daily-fun-content
- Latest Commit SHA
- 1df5e8685bcaab5d7eeeb1d8122c2950f939a23b
每日趣味内容生成器 - 每天早上搜索网络,预缓存一天的笑话、热梗、聊天技巧。包括搞笑段子、网络热梗解释、高情商对话示例。用 cron 触发,内容缓存到文件,心跳时随机取用。
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 daily-fun-content 技能。 若已安装,则直接安装 daily-fun-content 技能。
# Daily Fun Content
每天早上自动搜索网络,生成并缓存一天的趣味内容。
## 功能
- **搞笑段子** - 从网络搜索最新笑话、段子
- **网络热梗** - 搜索最近流行的梗、表情包梗、流行语
- **聊天技巧** - 高情商对话示例、接话技巧
- **预缓存** - 每天早上生成 6-8 条内容,存到 `cache/daily-fun.json`
- **随机取用** - 心跳时从缓存随机取一条分享
## 使用方式
### 1. 每日生成(Cron)
每天早上 6:00 自动生成:
```bash
openclaw cron add \
--name "Daily Fun Content Generator" \
--cron "0 6 * * *" \
--tz "Asia/Shanghai" \
--session isolated \
--wake now \
--message "Generate daily fun content: search web for jokes, memes, and chat tips. Cache 6-8 items to cache/daily-fun.json"
```
### 2. 手动生成
```bash
node {baseDir}/scripts/generate.mjs
```
### 3. 获取内容
心跳时调用:
```bash
node {baseDir}/scripts/get-content.mjs
```
返回随机一条缓存的内容。
## 内容格式
缓存文件 `cache/daily-fun.json`:
```json
{
"date": "2026-03-09",
"generated": "2026-03-09T06:00:00Z",
"items": [
{
"type": "joke",
"content": "朋友问我'你周末干嘛了',我说'躺了一天'。他说'那多无聊啊'。我说'你不懂,躺平也是一种技术,我得练'。"
},
{
"type": "meme",
"title": "我悟了",
"content": "最近'我悟了'这个梗挺火。用法:当别人说了个常识,你装作恍然大悟。\n朋友:'多喝水对身体好'\n你:'我悟了'"
},
{
"type": "chat_tip",
"content": "别人问'在干嘛',别说'没干嘛'。说'刚在想你上次说的那个事'或者'在发呆,你呢?'— 把球抛回去,对话才能继续。"
}
]
}
```
## 内容类型
| 类型 | 说明 | 来源 |
|------|------|------|
| `joke` | 搞笑段子、生活笑话 | 搜索"最新笑话 2026"、"搞笑段子" |
| `meme` | 网络热梗、流行语 | 搜索"最近流行梗"、"网络热词 2026" |
| `chat_tip` | 聊天技巧、高情商对话 | 搜索"聊天技巧"、"高情商回复" |
## 搜索策略
生成时会搜索:
1. 中文搞笑内容(豆瓣、知乎、微博等)
2. 最近 7 天的网络热梗
3. 实用的聊天技巧
确保内容:
- 真正好笑,不冷
- 热梗解释清楚用法
- 聊天技巧实用不油腻
- 不冒犯、不敏感
## 心跳集成
更新 `HEARTBEAT.md`:
```markdown
#...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.