ワンクリックで
x402storage
Store files permanently on IPFS via x402.storage. Save and retrieve files across Claude Code sessions.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Store files permanently on IPFS via x402.storage. Save and retrieve files across Claude Code sessions.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | x402storage |
| description | Store files permanently on IPFS via x402.storage. Save and retrieve files across Claude Code sessions. |
Permanent file storage for Claude Code sessions using IPFS.
/x402storage:setup - Configure the MCP server and add a wallet/x402storage:wallet - Show all wallets with addresses and balances/x402storage:switch-wallet - Switch active wallet between EVM and Solana/x402storage:store <file> - Upload a file and get a permanent URL/x402storage:fetch <url> - Fetch content from an x402.storage URL/x402storage:recall - Restore context from last saved memoryFiles uploaded via x402.storage are stored permanently on IPFS with branded URLs like https://x402.storage/{cid}. These URLs work forever - use them to persist artifacts between sessions.
$0.01 per file. $1 = 100 uploads. Pay once, store forever.
x402.storage uses the .agent/ directory convention for persistent memory:
.agent/
x402storage/
memory/
INDEX.md # Table of all stored memories with dates, descriptions, URLs
This convention allows:
.agent/x402storage/memory/INDEX.md to share context across team members.agent/<tool-name>/ for their own storageINDEX.md contains a markdown table tracking all stored sessions.
x402.storage supports both EVM (Base/USDC) and Solana wallets. You can:
/x402storage:switch-wallet/x402storage:setupWallet configuration is stored in ~/.x402-config.json.
When user runs /x402storage:setup:
Check if MCP is configured
claude mcp list | grep x402storageCheck existing config
~/.x402-config.json existsAsk which chain to add (use AskUserQuestion)
Generate wallet silently (NEVER output private keys)
npx -y @x402storage/mcp --generate-evm-wallet
npx -y @x402storage/mcp --generate-sol-wallet
Add MCP (only if not already configured)
claude mcp add x402storage -- npx @x402storage/mcp
Output ONLY this:
{chain} wallet created!
Send {USDC/SOL} to: {address}
Pays for permanent IPFS storage. ~$0.01/MB.
After restart, run /x402storage:wallet to verify.
No seed phrases, no verbose output. Just the address and next step.
When user runs /x402storage:store <file>:
mcp__x402storage__store_file tool is available/x402storage:setup first.agent/x402storage/memory/ directory if it doesn't existWhen user runs /x402storage:recall:
.agent/x402storage/memory/INDEX.md existsWhen user runs /x402storage:fetch <url>:
When user runs /x402storage:wallet:
mcp__x402storage__wallet tool[ACTIVE]/x402storage:switch-walletWhen user runs /x402storage:switch-wallet:
~/.x402-config.json/x402storage:setupmcp__x402storage__set_active_wallet tool