Apilookup banner
howardpen9 howardpen9

Apilookup

Documentation community

Description

--- description: Look up current API/SDK documentation with version awareness allowed-tools: WebSearch, WebFetch, Read, Grep argument-hint: [API or SDK name + question] --- You are looking up current, accurate API/SDK documentation. ## Query $ARGUMENTS ## Process ### Step 1: Identify Context - What API/SDK? - What version is the project using? (check package.json, requirements.txt, etc.) - What specific aspect? (setup, method, config, migration) ### Step 2: Search Current Docs Search with

Installation

Installs to ~/.claude/skills/howardpen9-claude-code-multi-llm-apilookup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/howardpen9-claude-code-multi-llm-apilookup && curl -fsSL https://raw.githubusercontent.com/howardpen9/claude-code-multi-llm/HEAD/commands/apilookup.md -o ~/.claude/skills/howardpen9-claude-code-multi-llm-apilookup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository