with one click
css-border-gradient
Create CSS gradient borders using the pseudo-element mask technique (mask-composite), including Tailwind-friendly usage and customization of angle, colors, thickness, and radius.
Menu
Create CSS gradient borders using the pseudo-element mask technique (mask-composite), including Tailwind-friendly usage and customization of angle, colors, thickness, and radius.
| name | css-border-gradient |
| description | Create CSS gradient borders using the pseudo-element mask technique (mask-composite), including Tailwind-friendly usage and customization of angle, colors, thickness, and radius. |
| metadata | {"openclaw":{"emoji":"🌈","source":"https://github.com/MengTo/Skills"}} |
.border-gradient { position: relative; }
.border-gradient::before {
content: "";
position: absolute;
inset: 0;
border-radius: 10px;
padding: 1px;
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
background: linear-gradient(225deg,
rgba(255,255,255,0.0) 0%,
rgba(255,255,255,0.2) 50%,
rgba(255,255,255,0.0) 100%);
pointer-events: none;
}
<head>border-gradient class to the elementborder styles<div class="border-gradient rounded-lg before:rounded-lg">...</div>
padding (e.g., 2px)border-radius or before:rounded-* classlinear-gradient(225deg, ...) anglergba(...) stops to fit themeInteract with Hermes Agent's OpenAI-compatible API for multi-model conversations, skill management, and scheduled tasks
Generate and manage Docker Compose stacks via the better-openclaw API
Deploy and manage a self-hosted Tailscale control server (Headscale) for zero-trust private networking and secure access to your stack.
A specialized skill workflow instructing you to use Serper (for discovery) and any configured Browser Automation provider (Hyperbrowser, Browseruse, Lightpanda, or Browserless) to scrape official documentation and teach yourself new technical skills.
Instructions for utilizing the HexStrike AI MCP Server for automated pentesting and security research.
Instructions for managing the PentAGI autonomous AI agent system for complex penetration testing tasks.