Vaultline // agent skill

Hosted skill file, not hidden repo trivia.

This page exists so the public Vaultline surface includes the agent instructions too. The raw markdown file is available for agent tooling that can ingest skill files directly.

What it teaches

Core behavior

  • Choose `open` or `private` correctly. Do not pretend `encrypted` is live.
  • Use wallet-auth headers for private access.
  • Follow x402 pay-and-retry for billable writes and reads.
  • Preserve the original request when retrying after `402`.
  • Treat the skill, SDK, and live API as one stack.
Skill file excerpt
name: vaultline
version: 0.1.1
install: @builtbyecho/vaultline-sdk

1. Decide the storage tier.
2. Build the exact file path/key.
3. Upload, read, head, list, or delete with the correct headers.
4. For paid operations, follow the x402 pay-and-retry flow.
5. For private objects, require wallet-auth headers before access.
6. Treat encrypted storage as coming soon, not live.