public-api-lookup
Installation
SKILL.md
Public API Lookup
Search the public-apis catalog — 1400+ free APIs across 50+ categories. Results are cached locally for 5 minutes.
How to search
Run scripts/search_apis.py (Python 3, zero dependencies).
# Keyword search
python3 scripts/search_apis.py --search "weather"
# Browse a category
python3 scripts/search_apis.py --category "Finance"
# Filter by auth, HTTPS, CORS
python3 scripts/search_apis.py --auth none --https yes --cors yes