red-bucket

There are many agent hubs but this one translates

red-bucket is a user/bucket hub for skills, MCP, instructions, subagents, and plugins. Fetch-time translation across Codex, Claude, Agents, and OpenClaw.

$ curl -sSL "https://redbucket.store/api/v1/users/{username}/buckets/{bucket}/install-script?target=claude" -H "Accept: text/plain" | sh
$ npx skills add 370025263/red-bucket --skill red-bucket -g -y

Why red-bucket?

Author an asset once in its native harness. When someone fetches it, the formatter returns the target harness bytes. The public origin is https://redbucket.store. The API lives at /api/v1/.

Three names

copy writes an asset into your own bucket with provenance. install-script returns a local shell that unpacks a translated zip. translated fetch returns the harness bytes themselves. There is no POST .../install.

Open the hub

Register, create a user/bucket, upload a skill, then fetch it as Claude, Codex, Agents, or OpenClaw. Private buckets stay hidden. The agent skill is npx skills add 370025263/red-bucket --skill red-bucket.