# Weather

> 获取当前天气信息。当用户提到查天气、天气查询、今天天气、当前天气时使用。

- Skill: `coderwanfeng/weather` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add coderwanfeng/weather`
- Raw SKILL.md: https://api.skillmd.com/api/skills/coderwanfeng/weather/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: coderwanfeng (https://skillmd.com/u/coderwanfeng)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/coderwanfeng/weather

---


# weather Skill

> 获取当前天气信息

## 功能描述

调用天气接口获取当前天气信息。

## 所属分类

`office/skills/tools/weather/`

## 调用方式

```python
from skills.tools import weather

weather()
```

## 参数说明

无参数。

## 返回值

`None`（结果直接打印输出）

## 使用示例

```python
from skills.tools import weather
weather()
```

## 原始函数

`office.api.tools.weather`

