ai

Installation
SKILL.md

ai

uv add vercel-ai-sdk
import ai

Quick reference

@ai.tool
async def get_weather(city: str) -> str:
    """Get the current weather for a city."""
    return f"Sunny, 72F in {city}"

model = ai.ai_gateway("anthropic/claude-sonnet-4")
Related skills
Installs
12
GitHub Stars
47
First Seen
Apr 13, 2026