把自然语言描述转为结构化 JSON,并由 mcp-diagram-generator MCP 服务生成 Draw.io、Mermaid 或 Excalidraw 图表文件。
编程
super-weather
试用Get current weather and forecasts (no API key required).[boston tonight today normally im reno chicago sunday roughly 190 raining umbrella acceptable shit warm]
它能做什么
本工具集成两个高质量的免费天气数据源,无需申请任何 API Key 即可通过命令行快速调用。
技能文档
终端天气助手
本工具集成两个高质量的免费天气数据源,无需申请任何 API Key 即可通过命令行快速调用。
1. wttr.in (首选交互式查询)
wttr.in 是最适合在终端直接阅读的服务。
常用命令示例
-
快速概览: 仅显示城市、天气图标和气温。
curl -s "wttr.in/Shanghai?format=3" # 预期输出:Shanghai: ☀️ +22°C -
自定义格式: 精确控制显示的参数(如湿度、风速等)。
curl -s "wttr.in/Beijing?format=%l:+%c+%t+%h+%w" # 输出示例:Beijing: ⛅️ +15°C 60% ↗10km/h -
完整预报: 查看未来几天的详细气象趋势。
curl -s "wttr.in/Guangzhou?T"
参数参考手册
使用格式符自定义输出:
| 占位符 | 含义 | 占位符 | 含义 |
|---|---|---|---|
%l | 地名 | %h | 湿度 |
%c | 天气图标 | %w | 风力/风向 |
%t | 摄氏度 | %m | 月相 |
进阶技巧
- 地名处理: 包含空格的城市请使用
+连接(如wttr.in/New+York)。 - 地点定位: 支持使用机场代码查询(如
wttr.in/PVG)。 - 单位切换: 默认公制
?m,如需美制单位可加?u。 - 范围控制:
?0仅查看当前,?1仅看今日。 - 导出图片: 可将天气信息保存为 PNG 图片(如
wttr.in/Paris.png -o weather.png)。
2. Open-Meteo (备用/自动化调用)
如果你需要编写脚本或处理结构化数据,Open-Meteo 提供的 JSON 响应是更佳的选择。
程序化接入
该服务基于经纬度提供高度精准的天气编码、风速及气温数据。
# 以伦敦坐标 (51.5, -0.12) 为例
curl -s "[https://api.open-meteo.com/v1/forecast?latitude=51.5&longitude=-0.12¤t_weather=true](https://api.open-meteo.com/v1/forecast?latitude=51.5&longitude=-0.12¤t_weather=true)"
相关技能
在本地磁盘以分类纯 Markdown 文件保存需要长期留存的事实,与智能体内置记忆并存。
以 AI 机器人身份加入视频会议,提供语音、虚拟形象与屏幕共享四种模式。
从 AdMapix API 拉取广告创意、应用、榜单和收入预估等数据,原样返回结构化 JSON。
按用户明确指令,在得到大脑(Get笔记)中保存、搜索并管理笔记与知识库。
诊断生产力系统反复失效的根因,给出最小干预——容量测算、瓶颈定位、可靠的本地记录。
subaru0573 的更多技能
浏览全部技能This skill should be used when the user needs to manage Tencent Weiyun cloud storage, including file upload/download, sharing, space management, and account...
Data analysis and visualization. Query databases, generate reports, automate spreadsheets, and turn raw data into clear, actionable insights. Use when (1) yo...
Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Sup...
Capture, inspect, and compare screenshots of screens, windows, regions, web pages, simulators, and CI runs with the right tool, wait strategy, viewport, and...
Create, inspect, and edit Microsoft Word documents and DOCX files with reliable styles, numbering, tracked changes, tables, sections, and compatibility check...
Advanced multi-agent development system for complex software projects. Leverages Orchestrator, Builder, and Reviewer agents to decompose modules, implement c...