regxa-ai-tool
Installation
SKILL.md
regxa AI Tool Integration
regxa exports a ready-made packageTool compatible with the Vercel AI SDK. It gives AI agents structured access to package registry data across npm, PyPI, crates.io, RubyGems, Packagist, and Arch Linux.
Step 1: Install Dependencies
npm install regxa ai @ai-sdk/openai # or any AI SDK provider
Step 2: Register the Tool
Import packageTool from regxa/ai and pass it to the AI SDK:
import { generateText } from "ai";
import { openai } from "@ai-sdk/openai";
import { packageTool } from "regxa/ai";
Related skills