examples/multi-provider/SKILL.md
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.
npx skillsauth add 1999azzar/agent-skill-course multi-providerInstall 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.
Skill ini mendemonstrasikan cara membangun aggregator yang query ke banyak provider sekaligus.
# Search all providers
python3 scripts/search.py all "artificial intelligence"
# Search specific provider
python3 scripts/search.py wiki "machine learning"
python3 scripts/search.py news "cybersecurity"
wiki: Wikipedia OpenSearch APInews: Google News RSSall: Semua provider sekaligus (concurrent)See references/architecture.md for provider design patterns.
development
Get current weather and forecasts via wttr.in (no API key needed). Use when user asks about weather, temperature, or forecasts for any location.
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.