objects-storage is a narrow file-sharing skill. It handles a temporary
benchmark result, report, or image no larger than 10 MB through the public
Objects API. Each upload enters a Cloudflare Queue screening gate before a
public object is promoted, then the normal seven-day lifecycle removes it.1npx skills add bas3line/rool-repo --skill objects-storage --agent '*' --yes
1npx skills add bas3line/rool-repo --skill objects-storage --agent codex --global --yes
123curl --fail-with-body --data-binary @benchmark.json \ -H 'content-type: application/json' \ https://objects.yshubham.com/v1/objects
202 with statusUrl. Poll it until status is
ready, then download through the returned URL. A quarantined upload was
never public. Treat a later 404 as normal expiry rather than an invitation
to fan out retries or find an origin bucket URL.x-object-token header. If it is lost, wait for expiry instead of
trying to enumerate or recover the object.123curl --fail -X DELETE \ -H "authorization: Bearer $OBJECT_DELETE_TOKEN" \ https://objects.yshubham.com/v1/objects/OBJECT_ID
429 with backoff and never bypass
it using a guessed origin endpoint.