Skip to content

Add masonry-generate-image-and-videos skill#335

Open
junaid1460 wants to merge 2 commits intoanthropics:mainfrom
junaid1460:add-masonry-skill
Open

Add masonry-generate-image-and-videos skill#335
junaid1460 wants to merge 2 commits intoanthropics:mainfrom
junaid1460:add-masonry-skill

Conversation

@junaid1460
Copy link
Copy Markdown

@junaid1460 junaid1460 commented Feb 4, 2026

Masonry AI - Image & Video Generation Skill

Adds the Masonry CLI skill for AI-powered image and video generation.

What it does

  • Generate images from text prompts (Imagen 3.0, etc.)
  • Generate videos from text prompts (Veo 3.1, etc.)
  • Manage generation jobs (status, download, history)
  • Discover available AI models and their parameters

Installation

npx @masonryai/cli login

Example Usage

# Generate an image
npx @masonryai/cli  image "a sunset over mountains" --aspect 16:9

# Generate a video
npx @masonryai/cli  video "ocean waves crashing" --duration 4

# Check job status
npx @masonryai/cli  job status <job-id>

# Download result
npx @masonryai/cli  job download <job-id> -o ./output.mp4

Skill Details

  • Name: masonry-generate-image-and-videos
  • License: Apache-2.0
  • Author: masonry-ai
  • Compatibility: Requires masonry CLI

Links

Copilot AI review requested due to automatic review settings February 4, 2026 11:11
Adds the Masonry CLI skill for AI-powered media generation.

Features:
- Generate images from text prompts (Imagen 3.0, etc.)
- Generate videos from text prompts (Veo 3.1, etc.)
- Job management (status, download, history)
- Model discovery and parameter exploration

Installation: curl -sSL https://get.masonry.ai | sh
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new partner skill (masonry-generate-image-and-videos) that documents how to use the Masonry CLI for AI-powered image and video generation, including job management and model discovery.

Changes:

  • Introduces a new SKILL.md with YAML frontmatter metadata for the skill.
  • Documents installation/auth flows and common Masonry CLI workflows (image/video generation, jobs, models).
  • Provides example commands and an expected JSON response shape.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@junaid1460
Copy link
Copy Markdown
Author

Let me know if any changes are required

@junaid1460
Copy link
Copy Markdown
Author

@klazuka could you please give some time to review this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants