Infrastructure

Claude で File Storage を使う

Store files, uploads, generated assets, and user documents through one canonical storage page on SkillBoss.

API キー不要
30 秒で使える
エージェント向け正規ページ

仕組み

1

SkillBoss をインストール

Claude Desktop、Cursor、Windsurf、または MCP 対応プラットフォームに追加します。

2

残高を追加

SkillBoss Credit から開始。サブスク不要、従量課金です。

3

Claude で File Storage を使う

Tell Claude or your agent what you need. SkillBoss routes File Storage and returns results.

x402 と MPP

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.

MPP / API キー推奨

x402

決定論的な設定やプロビジョニングで quote-pay-retry が必要な場合は x402 を使います。

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

長期利用、継続自動化、従量課金に広がる可能性がある場合は MPP を使います。

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."}
    ]
  }'

できること

Store user uploads and generated assets
Attach files to product workflows
Manage documents and media
Use canonical storage for apps and agents
Support retrieval and automation flows
Keep file workflows on one stable route

料金

従量課金

料金ソース

SkillBoss の料金

最終更新

ライブカタログから定期更新

ライフサイクル状態

掲載中・利用可能

エージェント向け

Best used from Claude Code, OpenClaw, Cursor, Windsurf, Kiro, Gemini CLI, and Codex.

支払い経路

ワークフローが決定論的か従量課金かに応じて SkillBoss Credit、x402、MPP を使います。

正規 URL

https://www.skillboss.co/use/storage

始める準備はできましたか?

1万人以上の開発者が Claude、OpenClaw、その他の AI エージェントで SkillBoss を使い、より速く開発しています。

よくある質問

What is the canonical storage page on SkillBoss?

Use /use/storage as the canonical page for storage workflows. Legacy file-storage routes should resolve here.

What can I store with this capability?

You can store uploads, generated images, documents, PDFs, media assets, and workflow attachments for both humans and AI agents.

Does storage support x402 or MPP?

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.