Install
openclaw skills install vaultlineUse when an agent needs to store, retrieve, list, inspect, or delete files through Vaultline, or when it needs to choose between open and private storage tiers, construct the required wallet-auth headers for private objects, or follow the x402 pay-and-retry flow for uploads and downloads. Also use when explaining that encrypted storage is coming soon but not live.
openclaw skills install vaultlineUse this skill to work with the Vaultline API correctly and consistently.
open for shared/public-by-key files.private for wallet-restricted files.encrypted as a live tier yet.Read references/pricing-and-tier-selection.md when you need pricing, tradeoffs, or help choosing a tier.
open if no tier is specified.x-storage-tier: private for private uploads.402 payment negotiation.content-type and content-length on uploads.For private operations, send:
x-auth-walletx-auth-timestampx-auth-signatureThe signature must cover:
Read references/api-examples.md for the exact auth message format and request examples.
For paid uploads or large paid reads:
402, parse the payment-required header.open.402, pay and retry.private.x-owner-wallet and x-allowed-wallets.402, pay and retry.401 when auth headers are missing or invalid.403 when the wallet is authenticated but not authorized.402.open is live.private is live.encrypted is coming soon.