daily-every
每天早上生成简报:上海天气 + V2EX 热帖前 5 条。 Use when: 用户说"生成今日简报",或 cron 在早上 8 点触发。 NOT for: 详细的天气预报或深度新闻分析。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alibaba4184hub/daily-everyWhat This Skill Does
The daily-every skill is a specialized automation component designed for OpenClaw agents to provide a concise, high-value morning briefing. Instead of overwhelming you with scattered information, this skill intelligently aggregates two vital data points: the current weather conditions in Shanghai and the trending discussions from V2EX, one of the most popular technical communities in the Chinese-speaking world. By automating this retrieval, the agent ensures that you start your day with local environmental context and industry insights without having to open multiple websites.
Installation
To integrate this skill into your OpenClaw agent, execute the following command in your terminal:
clawhub install openclaw/skills/skills/alibaba4184hub/daily-every
Ensure that your environment allows outbound network requests, as the skill relies on fetching real-time data from external public APIs.
Use Cases
- Automated Morning Routine: Configure your agent via a cron job to trigger at 8:00 AM daily, pushing the briefing directly to your connected Telegram account.
- Quick Industry Pulse: When you have a few minutes during a commute or a coffee break, ask your agent for the latest buzz to stay ahead of technical trends.
- Proactive Notification: Use it as part of a personalized dashboard setup to keep your workspace clean while keeping essential updates just a command away.
Example Prompts
- "生成今日简报,看看外面天气怎么样,还有现在社区里在讨论什么。"
- "给我今天的简报,我想了解一下V2EX上的热点。"
- "今天有什么热点吗?帮我汇总一下早间新闻。"
Tips & Limitations
- Scope: This skill is strictly for a high-level overview. It is not intended for detailed meteorological forecasts (like 7-day outlooks) or comprehensive journalistic investigative reports.
- Data Integrity: The skill fetches data via public APIs. If the V2EX API or wttr.in is experiencing downtime, the skill will return an error message. It is recommended to handle these exceptions within your agent's broader configuration.
- Personalization: While the skill is fixed to Shanghai, you may modify the source code if you move to a different location. Ensure you maintain the output format to keep your Telegram notification structure intact.
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-alibaba4184hub-daily-every": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api