examples/weather-checker/SKILL.md
Get current weather and forecasts via wttr.in (no API key needed). Use when user asks about weather, temperature, or forecasts for any location.
npx skillsauth add 1999azzar/agent-skill-course weather-checkerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
python3 scripts/weather.py "Jakarta"
python3 scripts/weather.py "Tokyo" --format short
JSON with location, temperature, condition, and forecast fields.
development
Contoh skill multi-provider search aggregator. Demonstrasi pattern untuk menggabungkan beberapa sumber data dengan fallback. Use when learning how to build aggregator skills with multiple providers.
development
Contoh skill wrapper untuk REST API (JSONPlaceholder). Demonstrasi pattern standar untuk membungkus API eksternal menjadi skill yang reusable. Use when learning how to create API wrapper skills.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.