# Choosing An API

> Use when the user or agent needs to pick a public API for a task (weather, images, finance, etc.). Queries public-apis-live for reachable, deduped options.

- Skill: `manavarya09/choosing-an-api` (Agent Skill)
- Install (CLI): `npx skillmds@latest add manavarya09/choosing-an-api`
- Raw SKILL.md: https://api.skillmd.com/api/skills/manavarya09/choosing-an-api/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: manavarya09 (https://skillmd.com/u/manavarya09)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/manavarya09/choosing-an-api

---


# Choosing a Public API

When a task needs an external data source or service, query the `public-apis-live` MCP tools
before guessing a provider:

1. `list_categories` to see what's available.
2. `search_apis` with a `category` and/or `search` term; prefer `status: "up"` and `auth: "none"`
   for zero-setup options.
3. `get_api` for full details (URL, auth, HTTPS) before recommending one.

Always tell the user the auth requirement and that status reflects *reachability*, not functional testing.

