Self-Improving Agent
一个面向 Automation 场景的 Agent 技能。原始说明:Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
一个面向 Automation 场景的 Agent 技能。原始说明:Use 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 tie...
name: vaultline
description: Use 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.
version: 0.1.2
metadata:
openclaw:
homepage: https://github.com/BuiltByEcho/vaultline
requires:
bins:
install:
kind: node
package: "@builtbyecho/vaultline-sdk"
bins: []
label: Install Vaultline SDK from npm
Use 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.Primary public Bankr x402 endpoints are owned by builtbyecho@agentmail.to / 0x2a16625fad3b0d840ac02c7c59edea3781e340ae:
https://x402.bankr.bot/0x2a16625fad3b0d840ac02c7c59edea3781e340ae/vaultline-uploadhttps://x402.bankr.bot/0x2a16625fad3b0d840ac02c7c59edea3781e340ae/vaultline-downloadhttps://x402.bankr.bot/0x2a16625fad3b0d840ac02c7c59edea3781e340ae/vaultline-listopen.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.