Extend LLM and embedding adapters in unstract/sdk1. Use when adding new adapters (LLM or embedding), removing adapters, adding/removing models to existing adapters, or editing adapter configurations. Supports OpenAI-compatible providers, cloud providers (AWS Bedrock, VertexAI, Azure), and self-hosted models (Ollama).
$npx -y skills add zipstack/unstract --skill adapter-opsInstalls into the current project.
Run `npx skills use "https://github.com/zipstack/unstract" --skill "zipstack/unstract/adapter-ops"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/zipstack/unstract" that are relevant to the current task. Run `npx skills add "https://github.com/zipstack/unstract"` and select the relevant skills, then follow their instructions.