examples/api-wrapper/SKILL.md
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.
npx skillsauth add 1999azzar/agent-skill-course api-wrapperInstall 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 membungkus REST API menjadi skill OpenClaw.
# List posts
python3 scripts/api.py list --limit 5
# Get single post
python3 scripts/api.py get 1
# Search posts
python3 scripts/api.py search "dolor"
| Variable | Required | Description |
| :--- | :---: | :--- |
| API_BASE_URL | No | Override base URL (default: jsonplaceholder.typicode.com) |
See references/endpoints.md for full endpoint documentation.
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 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
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.