Install
openclaw skills install modelslabAccess ModelsLab's full AI platform via CLI and APIs to generate images, videos, audio, 3D models, deepfakes, manage accounts, billing, and discover AI models.
openclaw skills install modelslabOfficial agent skills for ModelsLab - the comprehensive AI API platform for image generation, video creation, audio synthesis, 3D modeling, and more.
# Install all ModelsLab skills
npx skills add modelslab/skills --all
# Install specific skills
npx skills add modelslab/skills --skill modelslab-image-generation
# List available skills
npx skills add modelslab/skills --list
| Skill | Description | Use Cases |
|---|---|---|
🎨 Image Generation<br/>modelslab-image-generation | Generate high-quality AI images from text prompts or transform existing images. Access 10,000+ models including FLUX, Realtime, and Community models. | Product photos, marketing graphics, concept art, social media content |
🎬 Video Generation<br/>modelslab-video-generation | Generate videos from text descriptions or animate static images using AI video generation models like CogVideoX. | Product demos, social media videos, animations, visual storytelling |
🎵 Audio Generation<br/>modelslab-audio-generation | Generate speech, music, sound effects, and more using AI audio synthesis with voice cloning. | Audiobooks, podcasts, voice assistants, game audio, music production |
✂️ Image Editing<br/>modelslab-image-editing | Professional AI-powered image editing tools for background removal, upscaling, and more. | E-commerce photos, real estate, social media, photo restoration |
🎲 3D Generation<br/>modelslab-3d-generation | Generate 3D models from text descriptions or convert 2D images to 3D. | Game assets, product prototypes, 3D printing, AR/VR content |
🎭 Deepfake & Face Swap<br/>modelslab-deepfake | High-quality face swapping in images and videos using advanced AI. | Entertainment content, personalized videos, character variations |
🏠 Interior Design<br/>modelslab-interior-design | AI-powered interior design, room decoration, and space transformation. | Virtual staging, renovation planning, real estate, design mockups |
| Skill | Description | Use Cases |
|---|---|---|
🔑 Account Management<br/>modelslab-account-management | Signup, login, email verification, token refresh, profile updates, API key CRUD, and team management via the Agent Control Plane API. Supports full headless agent flow. | Agent bootstrapping, headless signup, API key rotation, team onboarding |
💳 Billing & Subscriptions<br/>modelslab-billing-subscriptions | Manage billing, wallet balance, payment methods, subscriptions, invoices, and coupons programmatically. Includes headless card tokenization and direct subscriptions. | Auto-recharge wallets, headless billing, subscription lifecycle, wallet ledger |
🔍 Model Discovery<br/>modelslab-model-discovery | Search and discover 50,000+ AI models, check usage analytics, and monitor generation history. | Model selection, usage monitoring, cost tracking |
| Skill | Description | Use Cases |
|---|---|---|
🔔 Webhooks<br/>modelslab-webhooks | Handle async operations efficiently with real-time webhook notifications. | Batch processing, background jobs, scalable applications |
📦 SDK Usage<br/>modelslab-sdk-usage | Official SDKs for easier integration with type safety (Python, TypeScript, PHP, Go, Dart). | Type safety, autocomplete, better error handling, cleaner code |
# Install all skills
npx skills add modelslab/skills --all
# Install specific skills
npx skills add modelslab/skills --skill modelslab-image-generation --skill modelslab-video-generation
# Install to specific agents
npx skills add modelslab/skills --all -a claude-code -a cursor
Get API Key: Sign up at modelslab.com and get your API key from the dashboard
Install Skills: npx skills add modelslab/skills --all
Start Using: Your coding agent now has access to all ModelsLab capabilities!
Example prompts:
Want to add a skill or improve existing ones? PRs welcome!
MIT
Built with ❤️ by the ModelsLab team