masonry
AI-powered image and video generation using the Masonry CLI. Generate images, videos, check job status, and manage media assets.
Why use this skill?
Master the Masonry CLI to automate high-quality image and video generation. Learn how to manage jobs, use AI models, and streamline your creative workflow.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/junaid1460/masonry-generate-image-and-videoWhat This Skill Does
The Masonry CLI skill provides a robust interface for advanced generative AI media creation. By integrating directly with the Masonry backend, it enables developers and creatives to automate image and video synthesis within their existing terminal or agentic workflows. The tool supports high-fidelity output, model selection, and comprehensive job state management, allowing for programmatic control over creative assets. It serves as the primary gateway for users to interface with state-of-the-art diffusion and video generation models without needing to manually interact with web dashboards.
Installation
To get started, ensure you have the Masonry CLI installed on your system. Run the following command in your terminal:
curl -sSL https://media.masonry.so/cli/install.sh | sh
If you are using the OpenClaw agent platform, you can enhance your capabilities by installing project-specific skill modules using:
clawhub install openclaw/skills/skills/junaid1460/masonry-generate-image-and-video
Use Cases
- Rapid prototyping of visual assets for UI/UX design or marketing materials.
- Automated generation of cinematic video clips from text-based narrative prompts.
- Managing high-volume render queues for AI media pipelines where manual tracking is infeasible.
- Discovering the latest AI model variants, specifically optimized for different aesthetics such as photorealistic versus stylized output.
- Reproducible generation using custom seeds for A/B testing visual assets.
Example Prompts
- "Generate a 16:9 photorealistic image of a futuristic office space with glass walls and neon lighting, then download it once finished."
- "List all available video generation models, then trigger a 6-second video generation based on this prompt: 'Cinematic drone footage of a mountain range at dawn'."
- "Check the status of my recent generation job (ID: msn-992) and tell me if it's ready to download yet."
Tips & Limitations
- Authentication: Always ensure you have run
masonry loginbefore initiating jobs to avoid permission errors. - Job Management: For long-running video jobs, use the
masonry job wait <job-id> --downloadcommand to avoid manual polling. - Quality Control: Leverage the
--negative-promptflag to remove artifacts or undesirable elements from your image generations. - Aspect Ratios: Always specify your aspect ratio to avoid default cropping issues; for video, stick to standard 16:9 or 9:16 configurations.
- Limitations: Be aware that generation times fluctuate based on server load; monitor the
check_after_secondsfield in the response JSON to optimize your polling intervals.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-junaid1460-masonry-generate-image-and-video": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api