Launching today
Bluebag AI

Bluebag AI

The Agent Skills Platform for AI-SDK & LangChain agents

3 followers

Bluebag is the first production implementation of Anthropic's Agent Skills protocol for remote agents, such as in AI-SDK / Langchain, purpose-built for any LLM. Run the same Skills on Claude, GPT, Gemini or Llama so you can switch models without rewriting code. Sub-90ms sandboxes, isolated VMs, built -in retries, production-ready from day one. Integrates with Vercel AI-SDK or Langchain in minutes.
Bluebag AI gallery image
Bluebag AI gallery image
Bluebag AI gallery image
Bluebag AI gallery image
Bluebag AI gallery image
Bluebag AI gallery image
Bluebag AI gallery image
Free Options
Launch Team / Built With
Anima - OnBrand Vibe Coding
Design-aware AI for modern product teams.
Promoted

What do you think? …

Ohans Emmanuel
When Anthropic published their Skills system, it clicked for me instantly: Give agents a filesystem-based “skill library” of instructions, scripts, and reference files, and let it progressively load what it needs. Sadly, in my own projects, I wasn’t using Claude (most workloads were on Gemini, mostly for cost and flexibility). So I couldn’t use Anthropic’s Skills directly, but I really wanted that architecture in my remote agents built on Vercel's ai-sdk. So I built an Anthropic-style Skills infrastructure that runs with any remote agent. It handles all the difficult parts of running skills remotely at scale - sandbox management, skills reusability, installing dependencies, concurrent file downloads and a lot more Right now, it lets you: - Bundle metadata, instructions, reference files, and scripts into a Skill directory -Run Python or JS scripts inside Skills (with automatic package installation) -Use a files API so the model can create files, reference them, mint temporary download links, and so on - Manage everything via a CLI (push/pull), a TypeScript SDK, and a small web app for API keys, PATs, and a playground Here's a link to the playground: https://www.bluebag.ai/playground Curious to see what you build on the generous free tier!