๐ŸŽ Get the FREE AI Skills Starter Guide โ€” Subscribe โ†’
BytesAgainBytesAgain
๐Ÿฆ€ ClawHub

Roblox

by @teddyengel

Manage Roblox game passes and developer products via Open Cloud API.

Versionv1.0.0
Installs1
๐Ÿ’ก Examples

The skill is invoked via:

npx -y bun ${SKILL_DIR}/scripts/cli.ts [command] [subcommand] [args] [options]

Commands

Games

# List all games owned by API key holder
npx -y bun ${SKILL_DIR}/scripts/cli.ts games list

Game Passes

# List all game passes for a universe
npx -y bun ${SKILL_DIR}/scripts/cli.ts passes list 

Get specific game pass details

npx -y bun ${SKILL_DIR}/scripts/cli.ts passes get

Create new game pass

npx -y bun ${SKILL_DIR}/scripts/cli.ts passes create --name "VIP Pass" --price 100 --for-sale true

Update game pass

npx -y bun ${SKILL_DIR}/scripts/cli.ts passes update --price 50

Developer Products

# List all developer products for a universe
npx -y bun ${SKILL_DIR}/scripts/cli.ts products list 

Get specific product details

npx -y bun ${SKILL_DIR}/scripts/cli.ts products get

Create new product

npx -y bun ${SKILL_DIR}/scripts/cli.ts products create --name "Gold Coins" --price 25 --for-sale true

Update product

npx -y bun ${SKILL_DIR}/scripts/cli.ts products update --price 30

โš™๏ธ Configuration

Create/Update Flags:

  • --name - Name of the pass/product (required for create)
  • --description - Description text (optional)
  • --price - Price in Robux (required for create)
  • --for-sale - Whether item is for sale (default: true)
  • ๐Ÿ“‹ Tips & Best Practices

  • Game passes automatically get a placeholder icon (150x150 green PNG)
  • All list commands fetch all pages automatically
  • Rate limiting is handled with exponential backoff (max 3 retries)
  • Delete operations are not supported (Roblox API limitation)
  • To disable an item, use --for-sale false in update command
  • View on ClawHub
    TERMINAL
    clawhub install roblox-cli

    ๐Ÿงช Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    ๐Ÿ” Can't find the right skill?

    Search 60,000+ AI agent skills โ€” free, no login needed.

    Search Skills โ†’