一键导入
weather
Get current weather and short forecasts quickly using `wttr.in` (no API key required). Use when users ask for weather by city/region.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Get current weather and short forecasts quickly using `wttr.in` (no API key required). Use when users ask for weather by city/region.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create custom skills for Sandy - reusable workflows, templates, and procedures. Use when you want to create a new skill for ADHD management, productivity, research, coding, or any repetitive task. Skills are stored in soul/data/skills/custom/ and can be activated on demand.
Daily self-review system for Sandy that analyzes her impact on the user's ADHD management and life improvement. Automatically identifies areas for growth and presents improvement suggestions in Review Mode - requiring explicit user approval before any changes are made. No autonomous modifications allowed.
Manage documents and files in /mnt/storage. Use this skill when users want to create, read, update, list, or organize files including notes, reports, code (HTML, CSS, JS, Python), lists, and any text-based documents. Supports Markdown, Text, HTML, CSS, JavaScript, JSON, and Python files with subfolder organization.
Query and manage Apple Calendar on macOS via `icalBuddy` (read) and AppleScript (`osascript`) for event creation. Use when users ask about upcoming events or adding calendar events.
Manage Apple Notes on macOS using the `memo` CLI. Use this when users ask to create, list, search, edit, move, or export Apple Notes.
Manage Apple Reminders on macOS using `remindctl` (list, add, edit, complete, delete, and list management). Use when users ask for reminders or task-list operations in Apple Reminders.
| name | weather |
| description | Get current weather and short forecasts quickly using `wttr.in` (no API key required). Use when users ask for weather by city/region. |
| license | Proprietary. LICENSE.txt has complete terms |
Use this skill for quick weather lookups without API keys.
curl -s "wttr.in/San+Francisco?format=3"
curl -s "wttr.in/San+Francisco?format=%l:+%c+%t+%h+%w"
curl -s "wttr.in/San+Francisco?m"
+.?m for metric and ?u for US units.