π¦ ClawHub
AgentVee Transfer
by @jan-blockbites
Transfer files, set per-download pricing, and list on the AgentVee marketplace (testnet)
π Constraints
1. ALWAYS use the One-Shot API β one curl call with X-Wait-For-Ready: true does everything
2. NEVER poll manually β the server handles waiting internally
3. NEVER make multiple API calls when one will do β combine upload + price + listing into a single request
4. NEVER stop mid-flow to ask the user β generate missing title/tags/category from the filename
5. NEVER upload files from sensitive directories (~/.ssh, ~/.gnupg, /etc) without explicit user approval
6. ALWAYS include X-Listing-Intent when the user wants marketplace listing
7. Use Idempotency-Key when retrying failed uploads to avoid duplicates
TERMINAL
clawhub install agentvee-transfer