daily-fun-content
每日趣味内容生成器 - 每天早上搜索网络,预缓存一天的笑话、热梗、聊天技巧。包括搞笑段子、网络热梗解释、高情商对话示例。用 cron 触发,内容缓存到文件,心跳时随机取用。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bcocgs21494/daily-fun-contentWhat This Skill Does
The daily-fun-content skill acts as your personal digital entertainer, ensuring you always have something interesting to share or reflect on. By leveraging a daily cron job, this agent systematically scouts the internet every morning at 6:00 AM to aggregate the latest trends, humor, and social nuances. It filters and caches 6-8 curated items—ranging from trending internet memes and witty jokes to sophisticated social conversation strategies—into a local JSON file. When the agent enters its heartbeat cycle, it randomly selects and presents one of these pre-cached items, providing a seamless stream of lighthearted interaction without requiring active manual triggers.
Installation
To integrate this skill into your OpenClaw environment, ensure you have Node.js 18+ installed. You can install the skill via the ClawHub CLI using the following command:
clawhub install openclaw/skills/skills/bcocgs21494/daily-fun-content
Once installed, verify the installation by running the generation script manually (node scripts/generate.mjs) to ensure the cache/daily-fun.json file is populated successfully. Ensure your environment has access to a web search capability (such as Perplexity or GLM search) to allow the agent to fetch external data.
Use Cases
This skill is ideal for users who want to add personality to their AI assistant. Use it to:
- Keep conversations fresh with friends or in community groups by sharing timely internet memes.
- Learn better social dynamics with 'chat tips' that help de-escalate or elevate common conversations.
- Automatically brighten your day by having the agent surface humor or trending topics during idle periods.
- Provide a consistent, human-like touch to your daily workflow, making your AI feel less like a tool and more like an engaging companion.
Example Prompts
- "What is today's trending meme, and how can I use it in a conversation?"
- "I'm feeling bored, can you share a funny joke or a piece of social advice from your daily content?"
- "How do I politely end a conversation without being rude? Use one of your stored chat tips."
Tips & Limitations
- Quality Control: The agent uses broad search queries; ensure you have configured your search skill appropriately to filter out irrelevant or low-quality content.
- Cache Maintenance: The
cache/daily-fun.jsonfile is local and periodically overwritten. Avoid manually editing it unless debugging. - Connectivity: This skill requires active internet access for the morning generation task. If the agent is offline at 6:00 AM, the cache may fail to refresh.
- Persona: This skill works best when configured with a 'casual' or 'witty' persona character trait to ensure the delivery of the content matches the fun nature of the information.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bcocgs21494-daily-fun-content": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, code-execution