Automatically convert desktop-only UI components into mobile-responsive layouts using AI-driven breakpoint analysis.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ai-responsive
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install ai-responsive using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Responsive Fixer is a specialized utility designed to bridge the gap between desktop-first development and modern mobile-responsive requirements. By integrating this tool into your collection of Openclaw Skills, you can instantly refactor static components into fluid, breakpoint-aware codebases. It automates the tedious process of calculating media queries, adjusting grid columns, and ensuring touch-friendly interactions across various screen sizes.
The tool is particularly effective for developers working with utility-first frameworks like Tailwind CSS or CSS-in-JS libraries. It analyzes existing layout structures to identify fixed pixel widths, static grids, and rigid font sizes, replacing them with mobile-first logic that scales elegantly from smartphones to large monitors.
To get started with this skill, ensure you have Node.js 18 or higher and a valid API key. This tool integrates seamlessly with other Openclaw Skills for a full automation workflow.
# Set your environment variable
export OPENAI_API_KEY='your_api_key_here'
# Run the tool on a component
npx ai-responsive ./src/components/Dashboard.tsx
The skill processes component files and can be customized with various flags to match your project's data architecture:
| Parameter | Description | Possible Values |
|---|---|---|
--breakpoints |
Custom screen sizes | sm, md, lg, xl |
--format |
Output styling methodology | tailwind, styled |
Input |
Path to source component | .tsx, .jsx, .vue, .svelte |
Output |
Refactored code block | Modified source with responsive classes |
Loading
Automatically generate professional, structured Pull Request descriptions by analyzing your git branch changes.

An automated generator for Role-Based Access Control (RBAC) systems using natural language descriptions.

A CLI utility that uses AI to generate realistic, context-aware mock data directly from your TypeScript interfaces.

An intelligent AI-powered tool that semantically analyzes and resolves git merge conflicts by understanding code intent rather than just text differences.

Automatically generate production-ready database schemas from simple text descriptions with Openclaw Skills.

An automated utility that generates comprehensive Jest or Vitest snapshot tests for UI components including edge cases and prop variations.








































