🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Border Radius

by @ohernandez-dev-blossom

Generate CSS border-radius code. Use when the user asks to generate rounded corners, create a border radius, make a blob shape, or produce border-radius CSS.

Versionv1.0.0
Installs1
πŸ’‘ Examples

Input: "Rounded corners, 12px all sides" Output:

border-radius: 12px;
Tailwind: rounded-[12px]

Input: "Blob shape border radius" Output:

border-radius: 30px 70px 70px 30px;
Tailwind: rounded-[30px_70px_70px_30px]

Input: "Full pill / circle border radius" Output:

border-radius: 9999px;
Tailwind: rounded-full

Input: "Top corners 24px, bottom corners 0" Output:

border-radius: 24px 24px 0px 0px;
Tailwind: rounded-[24px_24px_0px_0px]

βš™οΈ Configuration

  • topLeft: 0–9999 β€” default 16
  • topRight: 0–9999 β€” default 16
  • bottomRight: 0–9999 β€” default 16
  • bottomLeft: 0–9999 β€” default 16
  • linked: if true, all corners use the same value
  • View on ClawHub
    TERMINAL
    clawhub install border-radius

    πŸ§ͺ 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 β†’