agentsclimarketplace

Weather

Skill yzp100911/skillgate-agent/xCrab/skills/weather

skillgate-agent - AI多模型网关与智能代理框架, 支持MiniMax/DeepSeek等主流模型, 集成MCP工具调用与技能系统。skillgate-agent - AI multi-model gateway & intelligent agent framework, supporting MiniMax/DeepSeek, MCP tools & skill system。

Install
npx -y skills add yzp100911/skillgate-agent --skill weather

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

获取全球城市实时天气和天气预报

SKILL.md

0.5 KB, as published. Nobody here has run it

Weather 技能

使用 wttr.in 获取实时天气信息。

用法

当前天气

使用 curl 查询 wttr.in:

curl "wttr.in/北京?format=3"
curl "wttr.in/London?format=%l:+%c+%t+(feels+like+%f),+%w+wind,+%h+humidity"

天气预报

# 3天预报
curl "wttr.in/北京"

# JSON 格式
curl "wttr.in/北京?format=j1"

注意事项

  • 城市名可以用中文或英文
  • 无需 API Key
  • 注意频率限制

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.