Store files, uploads, generated assets, and user documents through one canonical storage page on SkillBoss.
Descárgalo y añádelo a Claude Desktop, Cursor, Windsurf o cualquier plataforma compatible con MCP.
Empieza con SkillBoss Credit. Sin suscripciones, solo pago por uso.
Tell Claude or your agent what you need. SkillBoss routes File Storage and returns results.
File Storage usually fits MPP or the standard SkillBoss API key flow better than pure x402, because pricing can expand with ongoing usage, state, or follow-up actions.
x402
Usa x402 cuando tu agente necesite un flujo quote-pay-retry para configuración determinista o aprovisionamiento.
curl https://api.skillboss.co/v1/chat/completions \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-H "X-Payment-Protocol: x402" \
-d '{
"model": "skillboss/claude-sonnet",
"messages": [
{"role": "user", "content": "Use File Storage for this request and return the result."}
]
}'MPP / Payment Later
Usa MPP cuando el flujo pueda crecer a uso prolongado, automatización recurrente o facturación por consumo.
curl https://api.skillboss.co/v1/chat/completions \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-H "X-Payment-Protocol: mpp" \
-d '{
"model": "skillboss/claude-sonnet",
"messages": [
{"role": "user", "content": "Use File Storage for this request and return the result."}
]
}'Precios
Pago por uso
Fuente de precios
Precios de SkillBoss
Última actualización
Actualizado regularmente desde el catálogo activo
Estado del ciclo de vida
Listado y disponible
Mejor para agentes
Best used from Claude Code, OpenClaw, Cursor, Windsurf, Kiro, Gemini CLI, and Codex.
Ruta de pago
Usa SkillBoss Credit, x402 o MPP según si el flujo es determinista o basado en uso.
URL canónica
https://www.skillboss.co/use/storage
Únete a más de 10.000 desarrolladores que usan SkillBoss para lanzar más rápido con Claude, OpenClaw y otros agentes de IA.
Use /use/storage as the canonical page for storage workflows. Legacy file-storage routes should resolve here.
You can store uploads, generated images, documents, PDFs, media assets, and workflow attachments for both humans and AI agents.
Storage can use x402 for deterministic upload or provisioning actions. For usage-based retention and recurring storage patterns, MPP or the API key path is the safer default.