xns-ai-cookbooks
Working recipes for AI pipelines on XNS — S3-compatible storage, zero egress.
Install / Use
claude mcp add xns-cloud -- npx -y github:xns-cloud/xns-ai-cookbooksIf the server publishes to npm under a different name, use that package instead — check the repo README.
MCP Server
Model Context Protocol server
Quality Score
Category
AutomationSupported Platforms
Tags
Skill content
View source on GitHubXNS AI Cookbooks
Working recipes for AI pipelines on XNS — S3-compatible storage with no per-read charge.
Every time a RAG pipeline re-reads a corpus, a training job pulls a checkpoint, or an agent fetches a shared artifact, the storage side of that read is free — compute and model API costs are yours as usual. These recipes target the workflows where repeated reads dominate the storage bill.
Each recipe states its limitations explicitly. These are starter recipes — single-process, happy-path — and each one says exactly where that stops being enough.
Recipes
| Recipe | Pipeline | Status | |--------|----------|--------| | Multimodal RAG | Video speech + frames → transcripts + vision captions cached in XNS → query | Ready | | Agentic Document Parsing | PDFs/spreadsheets → local Docling parse → structured JSON, cached per document | Ready | | Fine-Tune Checkpointing | Model weights ↔ GPU clusters via S3 multipart | Ready | | Agent Workspace | CrewAI agents exchanging artifacts through a shared bucket | Ready |
Each recipe includes three things:
- Architecture blueprint — a text diagram showing where XNS sits in the pipeline and why reads being free matters at that point.
- Runnable script — Python, under 60 seconds on a laptop once prerequisites are in place.
- Config block — JSON to wire XNS into Claude Desktop, Cursor, or any MCP client.
Prerequisites
You need a running XNS Relayer (the S3 gateway). Two paths:
Docker Compose (if you have a Linux host with Docker):
git clone https://github.com/xns-cloud/relayer-quickstart
cd relayer-quickstart
docker compose up -d
AI-assisted setup (the MCP server walks you through it):
claude mcp add relayer -- npx @xns-cloud/relayer-mcp@latest
Then ask the agent to "set up XNS storage." It handles prerequisites, account
registration, install, and credential provisioning. Either path writes
~/.xns/credentials, which every recipe reads automatically.
Links
- XNS — self-hosted S3-compatible storage, zero egress
- relayer-quickstart — Docker Compose setup
- relayer-mcp — MCP server for AI code assistants
- langchain-xns — LangChain loaders and stores
- S3 compatibility — conformance test results
License
Related Skills
Agent-Reach
78.2kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
ruflo
70.6k🌊 The original agent meta-harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
career-ops
70.2kOpen-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)
headroom
69.0kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
