원클릭으로
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