SkillAgentSearch skills...

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-cookbooks

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

71/100

Category

Automation

Supported Platforms

Claude Code
Claude Desktop

Tags

XNS 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:

  1. Architecture blueprint — a text diagram showing where XNS sits in the pipeline and why reads being free matters at that point.
  2. Runnable script — Python, under 60 seconds on a laptop once prerequisites are in place.
  3. 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

License

Apache-2.0

Related Skills

View on GitHub
GitHub Stars3
CategoryAutomation
Updated1d ago
Forks0

Languages

Python

Security Score

87/100

Audited on Sep 4, 2026

2 low