Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
c-weather
// Weather forecasts and conditions — current, hourly, multi-day. No API key needed.
$ git log --oneline --stat
stars:145
forks:6
updated:2026년 3월 1일 00:39
SKILL.md
// Weather forecasts and conditions — current, hourly, multi-day. No API key needed.
| name | c-weather |
| description | Weather forecasts and conditions — current, hourly, multi-day. No API key needed. |
| tags | ["weather","forecast","temperature","assistant"] |
Get weather information using curl and wttr.in. No API key required, no tool to install.
# Current weather (auto-detects location)
curl -s "wttr.in?format=3"
# Detailed current conditions
curl -s "wttr.in?format=%l:+%c+%t+%h+%w+%p"
# Full forecast (today + 2 days)
curl -s "wttr.in"
# Specific city
curl -s "wttr.in/London"
curl -s "wttr.in/New+York"
curl -s "wttr.in/Tokyo"
# Compact one-line
curl -s "wttr.in/Paris?format=%l:+%c+%t+(feels+like+%f)+%h+humidity+%w+wind"
# Today only
curl -s "wttr.in/Berlin?1"
# JSON output for parsing
curl -s "wttr.in/London?format=j1"
# Moon phase
curl -s "wttr.in/Moon"
| Code | Meaning |
|---|---|
%c | Weather icon |
%t | Temperature |
%f | Feels like |
%h | Humidity |
%w | Wind |
%p | Precipitation |
%l | Location |
%S | Sunrise |
%s | Sunset |
format=3) for quick checksLock In Mode — orchestrate distraction blocking, environment setup, and session tracking.
OpenPaw coordinator — routes requests to skills, manages memory, knows what's installed. Use /c for any task.
System clipboard — copy, paste, transform content between clipboard and files.
macOS Contacts — search, list, and look up contact details via AppleScript.
Timers, alarms, and pomodoro — set countdowns with native notifications.
Persistent memory across Claude Code sessions — remember facts, preferences, and context