mcpbeat Sign in

Muapi Multi Angle Shots Agent Skill

Generate a complete set of multi-angle product shots — front, side, back, top-down, and 45-degree perspective — for comprehensive product visualization.

1k tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
3969
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/SamurAIGPT/Generative-Media-Skills --skill muapi-multi-angle-shots

The instruction itself

7 sections, as written by the author

Multi-Angle Shots

Generate a complete set of multi-angle product shots — front, side, back, top-down, and 45-degree perspective — for comprehensive product visualization.

Inputs

| Name | Type | Required | Default | Description |

|:---|:---|:---|:---|:---|

| product_name | text | yes | — | The product to photograph (e.g. "black leather sneaker", "glass perfume bottle", "smartwatch"). |

| product_image | image_url | no | — | Optional reference product image to use as base. |

| background_style | text | no | pure white studio | Background/environment (e.g. "pure white studio", "dark moody grey", "natural marble surface", "lifestyle context"). |

| lighting | text | no | soft studio lighting, product photography | Lighting style (e.g. "dramatic side lighting", "flat lay top-down", "rim lighting", "natural daylight"). |

| category | text | no | general product | Product category to tailor angle logic (e.g. "footwear", "watch/jewelry", "electronics", "beverage bottle", "skincare"). |

Steps

Submit a single the plan with all angles in parallel.

All Angles (Parallel)

  • Front viewmuapi image generate (model=ai-product-photography) if {{product_image}} provided, else muapi image generate (model=nano-banana-pro):
  • Prompt: {{product_name}} — perfectly centered FRONT VIEW, eye-level angle. {{background_style}} background. {{lighting}}. Sharp focus, commercial product photography, ultra detailed, no props.
  • Aspect ratio: 1:1
  • Side / 3/4 angle view — same model as step 1:
  • Prompt: {{product_name}} — elegant 3/4 SIDE ANGLE view, slight perspective showing depth and form. {{background_style}} background. {{lighting}}. Shows product silhouette and side detail, commercial photography.
  • Aspect ratio: 1:1
  • Back view — same model as step 1:
  • Prompt: {{product_name}} — BACK VIEW, centered, showing rear details, finishes, and labels if any. {{background_style}} background. {{lighting}}. Product photography, equal detail to front shot.
  • Aspect ratio: 1:1
  • Top-down / flat laymuapi image generate (model=ai-product-shot) if {{product_image}} provided, else muapi image generate (model=bytedance-seedream-v4.5):
  • Prompt: {{product_name}} — perfectly overhead TOP-DOWN flat lay view, camera pointing straight down. {{background_style}} surface. Flat lay product photography, even lighting, no shadows at edges, symmetrically placed.
  • Aspect ratio: 1:1
  • Hero glamour shotmuapi image generate (model=nano-banana-pro):
  • Prompt: {{product_name}} — dynamic low-angle HERO SHOT, slightly below eye level looking up at product. Dramatic {{lighting}}, slight depth of field, editorial product photography. {{background_style}} background. Premium commercial advertising quality.
  • Aspect ratio: 4:5

After generation:

  • Present all 5 angles in a grid layout description
  • Suggest adding a 360° spin video with kling-v3.0-pro-image-to-video
  • Offer to upscale any angle with ai-image-upscaler

Notes

  • For footwear: emphasize sole view as a 6th angle if requested.
  • For watches/jewelry: suggest a macro detail shot as an additional step.
  • For electronics: add "showing all ports, buttons, and screen" to front and side prompts.
  • ai-product-photography is ideal when a reference image is provided — it preserves product identity.

Trigger Keywords

multi angle, multiple angles, 360 product, product angles, all sides, front back side, product views, angle shots, product photography set


Notes for the Executing Agent

  • This recipe is LLM-orchestrated: read each phase, gather any missing inputs from the user, then call muapi CLI commands. Use muapi auth configure first if MUAPI_API_KEY is unset.
  • For model IDs without a CLI alias yet, fall back to the raw endpoint via curl -X POST https://api.muapi.ai/api/v1/<endpoint> -H "x-api-key: $MUAPI_API_KEY" -H 'content-type: application/json' -d '{...}' and poll with muapi predict wait <request_id>.
  • Substitute {{input_name}} placeholders with the user's actual inputs before issuing each call.

Other skills for the same job

different authors, same section of the catalogue
XLSX
by anthropics
vendor ×15

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas

5k tokens scripts
XLSX
by w95
×7

Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like \"the xlsx in my downloads\") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.

3k tokens
Raffle Winner Picker
by frostant
×5

Picks random winners from lists, spreadsheets, or Google Sheets for giveaways, raffles, and contests. Ensures fair, unbiased selection with transparency.

949 tokens
Fda Database
by christophacham
×4

Query openFDA API for drugs, devices, adverse events, recalls, regulatory submissions (510k, PMA), substance identification (UNII), for FDA regulatory data analysis and safety research.

32k tokens scripts
Matlab
by christophacham
×4

MATLAB and GNU Octave numerical computing for matrix operations, data analysis, visualization, and scientific computing. Use when writing MATLAB/Octave scripts for linear algebra, signal processing, image processing, differential equations, optimization, statistics, or creating scientific visualizations. Also use when the user needs help with MATLAB syntax, functions, or wants to convert between MATLAB and Python code. Scripts can be executed with MATLAB or the open-source GNU Octave interpreter.

25k tokens
Umap Learn
by ComeOnOliver
×4

UMAP dimensionality reduction. Fast nonlinear manifold learning for 2D/3D visualization, clustering preprocessing (HDBSCAN), supervised/parametric UMAP, for high-dimensional data.

14k tokens
D3 Viz
by chrisvoncsefalvay
×3

Creating interactive data visualisations using d3.js. This skill should be used when creating custom charts, graphs, network diagrams, geographic visualisations, or any complex SVG-based data visualisation that requires fine-grained control over visual elements, transitions, or interactions. Use this for bespoke visualisations beyond standard charting libraries, whether in React, Vue, Svelte, vanilla JavaScript, or any other environment.

20k tokens
Alphafold Database
by christophacham
×3

Access AlphaFold 200M+ AI-predicted protein structures. Retrieve structures by UniProt ID, download PDB/mmCIF files, analyze confidence metrics (pLDDT, PAE), for drug discovery and structural biology.

7k tokens

How to use it

Copy the folder

Take samuraigpt/muapi-multi-angle-shots from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.