ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 5/5

daily-info

获取当前日期和天气的综合信息,包括公历、农历、节气、节假日,以及天气详情(温度、湿度、风力、空气质量、穿衣指数等)。当用户询问今天的日期、天气、或需要日期天气相关信息时触发。

Why use this skill?

Get instant daily briefings with the Daily Info skill for OpenClaw. View weather forecasts, lunar calendar dates, holidays, and clothing advice in one report.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/enchograph/daily-info
Or

What This Skill Does

The daily-info skill is an essential OpenClaw agent capability designed to provide a consolidated, human-readable summary of current calendar and meteorological data. It eliminates the need for users to manually check multiple apps by aggregating public Gregorian dates, traditional Chinese lunar calendars, solar terms, holiday schedules, and detailed local weather forecasts. By processing system-level time data and integrating external real-time APIs like wttr.in and Open-Meteo, the skill delivers a structured, easy-to-read report that includes temperature, humidity, wind conditions, and practical daily advice such as clothing recommendations.

Installation

To integrate this skill into your OpenClaw agent, execute the following command in your terminal: clawhub install openclaw/skills/skills/enchograph/daily-info Ensure that your environment has internet access enabled, as the skill relies on external web lookups to retrieve accurate weather and lunar information.

Use Cases

This skill is perfect for individuals who want a quick morning briefing to plan their day. It is highly effective for users who need to check if a specific date falls on a public holiday, verify upcoming solar terms for cultural planning, or make quick decisions regarding travel or attire based on local weather conditions. It serves as a personal assistant, converting raw data into a summarized format suitable for mobile and desktop dashboards.

Example Prompts

  1. "帮我看看武汉今天天气怎么样,还要顺便查一下今天是农历多少号?"
  2. "今天有什么特别的节气吗?帮我把天气和日期信息汇总一下。"
  3. "我想知道北京现在的天气情况,顺便确认一下这一天是不是节假日。"

Tips & Limitations

  • Efficiency: The skill is optimized for minimal token usage. When retrieving date information, it uses a single search query rather than multiple requests.
  • Weather Sources: The skill primarily utilizes wttr.in. If you experience connectivity issues with that source, the agent is configured to attempt an Open-Meteo backup.
  • Default Settings: The skill defaults to 'Wuhan'. If you are in a different location, ensure you specify the city name in your prompt to receive accurate localized weather data.
  • Format Consistency: The output is strictly formatted with specific visual separators for readability. Avoid modifying the output schema unless necessary, as the clear structure is designed for quick scanning.

Metadata

Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-enchograph-daily-info": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#weather#calendar#utility#daily-planner#lunar-calendar
Safety Score: 5/5

Flags: external-api, network-access