cue-ai 0.9.2 → 0.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -3
- package/README.md +148 -170
- package/bin/cue-learnings +30 -4
- package/bin/cue-review-progress +0 -0
- package/bin/cue-review-watch +0 -0
- package/dist/cue.js +4328 -3108
- package/package.json +1 -1
- package/plugins/cue/commands/cue-switch.md +1 -1
- package/plugins/cue/commands/cue.md +1 -1
- package/profiles/backend/profile.yaml +4 -0
- package/profiles/browser/profile.yaml +4 -0
- package/profiles/career/profile.yaml +2 -13
- package/profiles/commerce/profile.yaml +0 -2
- package/profiles/coolify/profile.yaml +0 -1
- package/profiles/core/profile.yaml +78 -11
- package/profiles/dash-merge-test/profile.yaml +6 -1
- package/profiles/designer/profile.yaml +9 -1
- package/profiles/dropshipping/profile.yaml +69 -0
- package/profiles/frontend/profile.yaml +4 -0
- package/profiles/google-ads/profile.yaml +34 -0
- package/profiles/google-analytics/profile.yaml +34 -0
- package/profiles/google-drive/profile.yaml +34 -0
- package/profiles/gstack/profile.yaml +117 -29
- package/profiles/marketing/profile.yaml +0 -1
- package/profiles/media/README.md +70 -0
- package/profiles/media/profile.yaml +104 -0
- package/profiles/nano-banana/profile.yaml +52 -0
- package/profiles/ops/profile.yaml +1 -2
- package/profiles/secops/profile.yaml +3 -0
- package/profiles/skill-writer/profile.yaml +15 -0
- package/profiles/video/profile.yaml +3 -0
- package/profiles/web-frontend-base/profile.yaml +6 -0
- package/profiles/webshop/profile.yaml +0 -1
- package/profiles/webshop-google/profile.yaml +1 -0
- package/profiles/x-growth-bot/profile.yaml +2 -0
- package/resources/icons/generate-icons.py +2 -128
- package/resources/mcps/configs/claude.sanitized.json +88 -20
- package/resources/mcps/configs/claude_runtime.sanitized.json +40 -1
- package/resources/mcps/configs/codex.sanitized.json +29 -0
- package/resources/skills/skills/career/job-hunter/LICENSE +21 -0
- package/resources/skills/skills/career/job-hunter/README.md +323 -0
- package/resources/skills/skills/career/job-hunter/SKILL.md +91 -0
- package/resources/skills/skills/career/job-hunter/agents/README.md +96 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-assessment-prep.md +195 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-ats-scan.md +155 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-bias-audit.md +224 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-cover-letter.md +69 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-decode-jd.md +117 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-fit-score.md +183 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-linkedin-audit.md +74 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-linkedin-scrape.md +255 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-portfolio-brief.md +123 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-reality-check.md +164 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-reference-prep.md +150 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-rejection-analysis.md +172 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-resume.md +70 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-skills-gap-filler.md +109 -0
- package/resources/skills/skills/career/job-hunter/agents/career-internal.md +94 -0
- package/resources/skills/skills/career/job-hunter/agents/career-linkedin-content.md +173 -0
- package/resources/skills/skills/career/job-hunter/agents/career-linkedin-scanner.md +262 -0
- package/resources/skills/skills/career/job-hunter/agents/career-network-message.md +108 -0
- package/resources/skills/skills/career/job-hunter/agents/career-promote.md +102 -0
- package/resources/skills/skills/career/job-hunter/agents/career-review.md +71 -0
- package/resources/skills/skills/career/job-hunter/agents/interview-debrief.md +117 -0
- package/resources/skills/skills/career/job-hunter/agents/interview-mock.md +171 -0
- package/resources/skills/skills/career/job-hunter/agents/interview-panel-decoder.md +152 -0
- package/resources/skills/skills/career/job-hunter/agents/interview-prep.md +184 -0
- package/resources/skills/skills/career/job-hunter/agents/interview-question-bank.md +133 -0
- package/resources/skills/skills/career/job-hunter/agents/interview-research.md +148 -0
- package/resources/skills/skills/career/job-hunter/agents/offer-compare.md +117 -0
- package/resources/skills/skills/career/job-hunter/agents/offer-counteroffer.md +144 -0
- package/resources/skills/skills/career/job-hunter/agents/offer-deadline-manager.md +148 -0
- package/resources/skills/skills/career/job-hunter/agents/offer-negotiate.md +126 -0
- package/resources/skills/skills/career/job-hunter/agents/offer-schedule.md +99 -0
- package/resources/skills/skills/career/job-hunter/agents/offer-thankyou.md +80 -0
- package/resources/skills/skills/career/job-hunter/agents/search-company-research.md +146 -0
- package/resources/skills/skills/career/job-hunter/agents/search-follow-up.md +129 -0
- package/resources/skills/skills/career/job-hunter/agents/search-ghost-job-detector.md +152 -0
- package/resources/skills/skills/career/job-hunter/agents/search-inbox-scan.md +193 -0
- package/resources/skills/skills/career/job-hunter/agents/search-interview-scorecard.md +164 -0
- package/resources/skills/skills/career/job-hunter/agents/search-jobs.md +149 -0
- package/resources/skills/skills/career/job-hunter/agents/search-momentum-check.md +194 -0
- package/resources/skills/skills/career/job-hunter/agents/search-outreach.md +85 -0
- package/resources/skills/skills/career/job-hunter/agents/search-referral-finder.md +124 -0
- package/resources/skills/skills/career/job-hunter/agents/search-salary.md +96 -0
- package/resources/skills/skills/career/job-hunter/agents/search-send-email.md +109 -0
- package/resources/skills/skills/career/job-hunter/agents/search-tracker-update.md +127 -0
- package/resources/skills/skills/career/job-hunter/inputs/README.md +26 -0
- package/resources/skills/skills/career/job-hunter/inputs/apply-linkedin-url.txt +8 -0
- package/resources/skills/skills/career/job-hunter/inputs/interview-context.md +24 -0
- package/resources/skills/skills/career/job-hunter/inputs/job-description.md +20 -0
- package/resources/skills/skills/career/job-hunter/inputs/job-search-criteria.md +36 -0
- package/resources/skills/skills/career/job-hunter/inputs/my-linkedin.md +24 -0
- package/resources/skills/skills/career/job-hunter/inputs/my-resume.md +28 -0
- package/resources/skills/skills/career/job-hunter/inputs/search-outreach-target.md +24 -0
- package/resources/skills/skills/career/job-hunter/rules/README.md +37 -0
- package/resources/skills/skills/career/job-hunter/rules/writing-rules.md +81 -0
- package/resources/skills/skills/design/banana/SKILL.md +375 -0
- package/resources/skills/skills/design/banana/references/cost-tracking.md +47 -0
- package/resources/skills/skills/design/banana/references/gemini-models.md +236 -0
- package/resources/skills/skills/design/banana/references/mcp-tools.md +145 -0
- package/resources/skills/skills/design/banana/references/post-processing.md +192 -0
- package/resources/skills/skills/design/banana/references/presets.md +69 -0
- package/resources/skills/skills/design/banana/references/prompt-engineering.md +481 -0
- package/resources/skills/skills/design/banana/scripts/batch.py +97 -0
- package/resources/skills/skills/design/banana/scripts/cost_tracker.py +191 -0
- package/resources/skills/skills/design/banana/scripts/edit.py +159 -0
- package/resources/skills/skills/design/banana/scripts/generate.py +168 -0
- package/resources/skills/skills/design/banana/scripts/presets.py +154 -0
- package/resources/skills/skills/design/banana/scripts/setup_mcp.py +151 -0
- package/resources/skills/skills/design/banana/scripts/validate_setup.py +133 -0
- package/resources/skills/skills/gstack/ship/SKILL.md +13 -0
- package/resources/skills/skills/media/3d-logo-animation/SKILL.md +59 -0
- package/resources/skills/skills/media/action-figure-generator/SKILL.md +48 -0
- package/resources/skills/skills/media/ad-creative/SKILL.md +79 -0
- package/resources/skills/skills/media/ai-clipping/SKILL.md +194 -0
- package/resources/skills/skills/media/ai-clipping/scripts/run-ai-clipping.sh +200 -0
- package/resources/skills/skills/media/ai-fight-scene/SKILL.md +132 -0
- package/resources/skills/skills/media/amazon-product-listing/SKILL.md +68 -0
- package/resources/skills/skills/media/animal-video-generator/SKILL.md +59 -0
- package/resources/skills/skills/media/award-ceremony-video/SKILL.md +87 -0
- package/resources/skills/skills/media/blog-header/SKILL.md +61 -0
- package/resources/skills/skills/media/brand-kit/SKILL.md +72 -0
- package/resources/skills/skills/media/brochures/SKILL.md +65 -0
- package/resources/skills/skills/media/cartoon-dance-animation/SKILL.md +62 -0
- package/resources/skills/skills/media/character-story-video/SKILL.md +84 -0
- package/resources/skills/skills/media/chibi-collage-effect/SKILL.md +63 -0
- package/resources/skills/skills/media/cinema-director/SKILL.md +93 -0
- package/resources/skills/skills/media/cinema-director/scripts/generate-film.sh +78 -0
- package/resources/skills/skills/media/color-analysis-board/SKILL.md +71 -0
- package/resources/skills/skills/media/core-edit/SKILL.md +48 -0
- package/resources/skills/skills/media/core-edit/edit-image.sh +54 -0
- package/resources/skills/skills/media/core-edit/enhance-image.sh +191 -0
- package/resources/skills/skills/media/core-edit/lipsync.sh +144 -0
- package/resources/skills/skills/media/core-edit/video-effects.sh +193 -0
- package/resources/skills/skills/media/core-media/SKILL.md +49 -0
- package/resources/skills/skills/media/core-media/create-music.sh +169 -0
- package/resources/skills/skills/media/core-media/generate-image.sh +161 -0
- package/resources/skills/skills/media/core-media/generate-video.sh +137 -0
- package/resources/skills/skills/media/core-media/image-to-video.sh +228 -0
- package/resources/skills/skills/media/core-media/schema_data.json +18708 -0
- package/resources/skills/skills/media/core-media/upload.sh +41 -0
- package/resources/skills/skills/media/core-platform/SKILL.md +41 -0
- package/resources/skills/skills/media/core-platform/check-result.sh +37 -0
- package/resources/skills/skills/media/core-platform/setup.sh +31 -0
- package/resources/skills/skills/media/couple-grid-creator/SKILL.md +47 -0
- package/resources/skills/skills/media/design-guide/SKILL.md +73 -0
- package/resources/skills/skills/media/drone-style-video/SKILL.md +61 -0
- package/resources/skills/skills/media/fashion-try-on/SKILL.md +61 -0
- package/resources/skills/skills/media/floor-plan-rendering/SKILL.md +56 -0
- package/resources/skills/skills/media/freeze-effect-video/SKILL.md +100 -0
- package/resources/skills/skills/media/giant-product-showcase/SKILL.md +61 -0
- package/resources/skills/skills/media/instagram-post/SKILL.md +58 -0
- package/resources/skills/skills/media/interior-design/SKILL.md +61 -0
- package/resources/skills/skills/media/interior-design-visualizer/SKILL.md +57 -0
- package/resources/skills/skills/media/jewelry-product-video/SKILL.md +61 -0
- package/resources/skills/skills/media/kdenlive/SKILL.md +106 -0
- package/resources/skills/skills/media/kdenlive/scripts/assemble.sh +57 -0
- package/resources/skills/skills/media/kdenlive/scripts/common.sh +30 -0
- package/resources/skills/skills/media/kdenlive/scripts/inspect.sh +19 -0
- package/resources/skills/skills/media/kdenlive/scripts/reframe.sh +22 -0
- package/resources/skills/skills/media/kdenlive/scripts/render.sh +16 -0
- package/resources/skills/skills/media/kdenlive/scripts/title-card.sh +25 -0
- package/resources/skills/skills/media/keyboard-art-maker/SKILL.md +44 -0
- package/resources/skills/skills/media/logo-branding/SKILL.md +70 -0
- package/resources/skills/skills/media/logo-creator/SKILL.md +80 -0
- package/resources/skills/skills/media/logo-creator/scripts/create-logo.sh +38 -0
- package/resources/skills/skills/media/logo-generator/SKILL.md +56 -0
- package/resources/skills/skills/media/multi-angle-reshoot/SKILL.md +70 -0
- package/resources/skills/skills/media/multi-angle-shots/SKILL.md +73 -0
- package/resources/skills/skills/media/music-video/SKILL.md +61 -0
- package/resources/skills/skills/media/nano-banana/SKILL.md +80 -0
- package/resources/skills/skills/media/nano-banana/scripts/generate-nano-art.sh +54 -0
- package/resources/skills/skills/media/one-shot-video/SKILL.md +56 -0
- package/resources/skills/skills/media/photo-pack-generator/SKILL.md +205 -0
- package/resources/skills/skills/media/photo-pack-generator/scripts/generate-pack.sh +241 -0
- package/resources/skills/skills/media/product-ad-cinematic/SKILL.md +78 -0
- package/resources/skills/skills/media/product-campaign/SKILL.md +76 -0
- package/resources/skills/skills/media/product-showcase-video/SKILL.md +60 -0
- package/resources/skills/skills/media/product-video-ad-maker/SKILL.md +59 -0
- package/resources/skills/skills/media/rednote-cover/SKILL.md +57 -0
- package/resources/skills/skills/media/seedance-2/SKILL.md +632 -0
- package/resources/skills/skills/media/seedance-2/scripts/generate-seedance.sh +701 -0
- package/resources/skills/skills/media/selfie-with-celebrities/SKILL.md +64 -0
- package/resources/skills/skills/media/social-media-video/SKILL.md +277 -0
- package/resources/skills/skills/media/social-media-video/scripts/run-social-video.sh +316 -0
- package/resources/skills/skills/media/social-pack/SKILL.md +58 -0
- package/resources/skills/skills/media/storyboard/SKILL.md +57 -0
- package/resources/skills/skills/media/storyboard-to-cooking-video/SKILL.md +143 -0
- package/resources/skills/skills/media/talking-baby-video/SKILL.md +57 -0
- package/resources/skills/skills/media/ugc-ads-workflow/SKILL.md +70 -0
- package/resources/skills/skills/media/ugc-lifestyle-try-on/SKILL.md +65 -0
- package/resources/skills/skills/media/ugc-video-factory/SKILL.md +134 -0
- package/resources/skills/skills/media/ui-design/SKILL.md +81 -0
- package/resources/skills/skills/media/ui-design/scripts/generate-mockup.sh +49 -0
- package/resources/skills/skills/media/url-to-design/SKILL.md +61 -0
- package/resources/skills/skills/media/workflow/SKILL.md +197 -0
- package/resources/skills/skills/media/workflow/scripts/discover-workflow.sh +18 -0
- package/resources/skills/skills/media/workflow/scripts/generate-workflow.sh +33 -0
- package/resources/skills/skills/media/workflow/scripts/interactive-run.sh +16 -0
- package/resources/skills/skills/media/workflow/scripts/list-workflows.sh +20 -0
- package/resources/skills/skills/media/workflow/scripts/run-workflow.sh +34 -0
- package/resources/skills/skills/media/youtube-shorts/SKILL.md +173 -0
- package/resources/skills/skills/media/youtube-shorts/scripts/run-youtube-shorts.sh +141 -0
- package/resources/skills/skills/media/youtube-thumbnail/SKILL.md +66 -0
- package/resources/skills/skills/meta/cue-developer/references/architecture.md +2 -2
- package/resources/skills/skills/meta/cue-usage/SKILL.md +1 -1
- package/resources/skills/skills/meta/profile-fit-monitor/SKILL.md +2 -2
- package/resources/skills/skills/meta/profile-optimizer/SKILL.md +1 -1
- package/resources/skills/skills/meta/profile-suggest/SKILL.md +7 -7
- package/resources/skills/skills/meta/profile-summon/SKILL.md +159 -0
- package/resources/skills/skills/meta/profile-summon/evals/evals.json +53 -0
- package/resources/skills/skills/meta/save-profile/SKILL.md +1 -1
- package/resources/skills/skills/meta/skill-reviewer/SKILL.md +3 -0
- package/resources/skills/skills/meta/skill-reviewer/references/tdd-for-skills.md +55 -0
- package/resources/skills/skills/research/find-skills/SKILL.md +1 -1
- package/resources/skills/skills/review/code-review-deep/SKILL.md +20 -0
- package/resources/skills/skills/security/trivy-scan/SKILL.md +139 -0
- package/resources/skills/skills/security/trivy-scan/scripts/ensure-trivy.sh +21 -0
- package/resources/skills/skills/tools/ccusage/SKILL.md +142 -0
- package/src/commands/_index.ts +8 -0
- package/src/commands/ai.ts +2 -2
- package/src/commands/auto-detect.test.ts +74 -0
- package/src/commands/auto-detect.ts +9 -7
- package/src/commands/cli.test.ts +20 -4
- package/src/commands/cli.ts +36 -20
- package/src/commands/create-profile.ts +2 -2
- package/src/commands/debug.ts +2 -2
- package/src/commands/discover.ts +14 -4
- package/src/commands/export-docker.ts +1 -1
- package/src/commands/features-batch1.test.ts +1 -1
- package/src/commands/gates.ts +1 -1
- package/src/commands/import-profile.ts +1 -1
- package/src/commands/init.ts +15 -11
- package/src/commands/install.test.ts +192 -0
- package/src/commands/install.ts +610 -0
- package/src/commands/launch-handoff.e2e.test.ts +33 -1
- package/src/commands/launch.e2e.test.ts +15 -10
- package/src/commands/launch.ts +73 -116
- package/src/commands/materialize.ts +2 -2
- package/src/commands/prune.ts +1 -1
- package/src/commands/security-audit.ts +1 -1
- package/src/commands/shell.ts +7 -7
- package/src/commands/skill-report.ts +1 -1
- package/src/commands/skills.ts +3 -3
- package/src/commands/snapshot.ts +2 -2
- package/src/commands/summon.test.ts +116 -0
- package/src/commands/summon.ts +338 -0
- package/src/commands/trigger-gaps.ts +1 -1
- package/src/commands/use.ts +47 -3
- package/src/commands/watch-live.ts +5 -5
- package/src/commands/watch.ts +8 -8
- package/src/index.ts +2 -0
- package/src/lib/active-sessions.test.ts +3 -3
- package/src/lib/active-sessions.ts +4 -4
- package/src/lib/auto-detect.test.ts +172 -8
- package/src/lib/auto-detect.ts +191 -136
- package/src/lib/codex-persona-parity.test.ts +58 -0
- package/src/lib/companion-detect.test.ts +43 -1
- package/src/lib/companion-detect.ts +35 -0
- package/src/lib/credentials-sync.test.ts +121 -1
- package/src/lib/credentials-sync.ts +95 -1
- package/src/lib/cwd-resolver.test.ts +8 -8
- package/src/lib/cwd-resolver.ts +2 -2
- package/src/lib/dashboard-merge.test.ts +9 -4
- package/src/lib/dashboard-server.ts +1 -1
- package/src/lib/picker.test.ts +1 -1
- package/src/lib/picker.ts +5 -5
- package/src/lib/profile-merge.test.ts +8 -0
- package/src/lib/profile-names.test.ts +3 -3
- package/src/lib/runtime-install.ts +166 -0
- package/src/lib/runtime-materializer.test.ts +137 -0
- package/src/lib/runtime-materializer.ts +105 -2
- package/src/lib/skill-router.test.ts +38 -0
- package/src/lib/skill-router.ts +65 -4
- package/profiles/eu-tender-research/README.md +0 -48
- package/profiles/eu-tender-research/logo.png +0 -0
- package/profiles/eu-tender-research/profile.yaml +0 -108
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
---
|
|
2
|
+
slug: muapi-brand-kit
|
|
3
|
+
name: muapi-brand-kit
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
description: Generate a cohesive brand visual kit — logo concept, color palette moodboard, and typography pairing suggestions.
|
|
6
|
+
acceptLicenseTerms: true
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
# Brand Kit
|
|
11
|
+
|
|
12
|
+
**Generate a cohesive brand visual kit — logo concept, color palette moodboard, and typography pairing suggestions.**
|
|
13
|
+
|
|
14
|
+
## Inputs
|
|
15
|
+
|
|
16
|
+
| Name | Type | Required | Default | Description |
|
|
17
|
+
|:---|:---|:---|:---|:---|
|
|
18
|
+
| `brand_name` | text | yes | — | Name of the brand. |
|
|
19
|
+
| `industry` | text | yes | — | Industry or niche (e.g. "sustainable fashion", "fintech startup", "artisan bakery"). |
|
|
20
|
+
| `personality` | text | no | modern, trustworthy, approachable | 3–5 brand personality adjectives (e.g. "bold, edgy, youthful" or "elegant, minimal, luxury"). |
|
|
21
|
+
| `color_preference` | text | no | — | Optional color direction (e.g. "earthy greens and terracotta", "monochrome with gold accents"). |
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## Steps
|
|
25
|
+
|
|
26
|
+
Generate a multi-asset brand exploration in one parallel plan.
|
|
27
|
+
|
|
28
|
+
### Phase A — Visual exploration (parallel)
|
|
29
|
+
|
|
30
|
+
Submit ONE the plan with:
|
|
31
|
+
|
|
32
|
+
1. **Logo concept A** — `muapi image generate` (model=gpt-image-2-text-to-image, aspect_ratio=1:1):
|
|
33
|
+
- Style: minimalist wordmark or lettermark on white background, flat design.
|
|
34
|
+
- Prompt: "Minimalist logo for '{{brand_name}}', {{industry}} brand, {{personality}} personality. Clean vector-style, white background, professional. {{color_preference}}".
|
|
35
|
+
|
|
36
|
+
2. **Logo concept B** — `muapi image generate` (model=nano-banana-2, aspect_ratio=1:1):
|
|
37
|
+
- Style: icon + wordmark combination.
|
|
38
|
+
- Prompt: "Modern logo mark + wordmark for '{{brand_name}}', {{industry}}, {{personality}}. Bold, distinctive, scalable icon design, white background. {{color_preference}}".
|
|
39
|
+
|
|
40
|
+
3. **Moodboard / Color palette** — `muapi image generate` (model=nano-banana-pro, aspect_ratio=16:9):
|
|
41
|
+
- A flat design moodboard showing: 5 brand colors (as swatches with hex-like labels), lifestyle photography inspo tiles, texture samples.
|
|
42
|
+
- Prompt: "Brand moodboard for a {{personality}} {{industry}} brand called '{{brand_name}}'. Show 5 color palette swatches, 4 lifestyle photo tiles, typography samples. Flat lay design, white background. {{color_preference}}".
|
|
43
|
+
|
|
44
|
+
4. **Pattern / texture asset** — `muapi image generate` (model=nano-banana-2, aspect_ratio=1:1):
|
|
45
|
+
- A seamless brand pattern or texture for use in backgrounds, packaging, stationery.
|
|
46
|
+
- Prompt: "Seamless brand pattern for {{brand_name}}, {{industry}}, {{personality}} aesthetic. Subtle, tileable, modern. {{color_preference}}".
|
|
47
|
+
|
|
48
|
+
### Phase B — Deliverables summary
|
|
49
|
+
|
|
50
|
+
After the plan completes, return:
|
|
51
|
+
- Asset references (logo A, logo B, moodboard, pattern).
|
|
52
|
+
- **Color palette recommendation**: 5 hex codes with roles (Primary, Secondary, Accent, Neutral Light, Neutral Dark).
|
|
53
|
+
- **Typography pairing**: 2 Google Font pairings appropriate for the brand personality.
|
|
54
|
+
- **Usage guidance**: when to use each logo variant, color do/don'ts.
|
|
55
|
+
|
|
56
|
+
## Notes
|
|
57
|
+
- If the user has reference images in the session, analyze their style before generating.
|
|
58
|
+
- Suggest logo A for digital-first brands, logo B for physical/retail brands.
|
|
59
|
+
- All four assets run in parallel for speed.
|
|
60
|
+
|
|
61
|
+
## Trigger Keywords
|
|
62
|
+
|
|
63
|
+
`brand kit`, `brand identity`, `logo`, `branding`, `brand design`, `visual identity`
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
## Notes for the Executing Agent
|
|
69
|
+
|
|
70
|
+
- 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.
|
|
71
|
+
- 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>`.
|
|
72
|
+
- Substitute `{{input_name}}` placeholders with the user's actual inputs before issuing each call.
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
---
|
|
2
|
+
slug: muapi-brochures
|
|
3
|
+
name: muapi-brochures
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
description: Generate a professional multi-page brochure design — cover, inner spread, and back cover — for business, real estate, events, or product launches.
|
|
6
|
+
acceptLicenseTerms: true
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
# Brochure Designer
|
|
11
|
+
|
|
12
|
+
**Generate a professional multi-page brochure design — cover, inner spread, and back cover — for business, real estate, events, or product launches.**
|
|
13
|
+
|
|
14
|
+
## Inputs
|
|
15
|
+
|
|
16
|
+
| Name | Type | Required | Default | Description |
|
|
17
|
+
|:---|:---|:---|:---|:---|
|
|
18
|
+
| `brand_name` | text | yes | — | The company or brand name featured in the brochure. |
|
|
19
|
+
| `topic` | text | yes | — | What the brochure is about (e.g. "luxury apartments in Dubai", "annual company report 2024", "new product catalog", "health clinic services"). |
|
|
20
|
+
| `style` | text | no | modern, professional, premium | Brochure visual style (e.g. "minimalist luxury", "bold colorful", "corporate formal", "creative editorial"). |
|
|
21
|
+
| `color_scheme` | text | no | navy blue and gold | Primary color palette (e.g. "forest green and cream", "black and white with red accents"). |
|
|
22
|
+
| `format` | text | no | tri-fold | Brochure format — "tri-fold", "bi-fold", "single page", "A4 portrait". |
|
|
23
|
+
| `brand_logo` | image_url | no | — | Optional brand logo to include in the design. |
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## Steps
|
|
27
|
+
|
|
28
|
+
Submit the plan with THREE parallel steps (front, inside, back).
|
|
29
|
+
|
|
30
|
+
### All Pages in Parallel
|
|
31
|
+
|
|
32
|
+
1. **Front cover** — If `{{brand_logo}}` provided, use `muapi image edit` (model=`gpt4o-edit`); else `muapi image generate` (model=`gpt4o-text-to-image`):
|
|
33
|
+
- Prompt: `Professional {{format}} brochure FRONT COVER for {{brand_name}} — {{topic}}. {{style}} design, {{color_scheme}} color scheme. Bold headline area, hero image, brand name prominently displayed, luxury print-quality design. A4 portrait format, high resolution, commercial print ready. Clean professional layout.`
|
|
34
|
+
- Aspect ratio: 2:3 (portrait A4)
|
|
35
|
+
|
|
36
|
+
2. **Inner spread / main content** — `muapi image generate` (model=`bytedance-seedream-v4.5`):
|
|
37
|
+
- Prompt: `Professional {{format}} brochure INNER SPREAD for {{brand_name}} — {{topic}}. {{style}} interior layout with: headline section, 3 columns of body text placeholder, feature icons/images, pull quote, infographic element. {{color_scheme}} accents. Balanced grid layout, professional typography hierarchy. Print-ready design.`
|
|
38
|
+
- Aspect ratio: For tri-fold: 3:2 (landscape showing all 3 panels). For A4/bi-fold: 2:1 (landscape double spread).
|
|
39
|
+
|
|
40
|
+
3. **Back cover** — `muapi image generate` (model=`bytedance-seedream-v4.5`):
|
|
41
|
+
- Prompt: `Professional {{format}} brochure BACK COVER for {{brand_name}}. {{style}}, {{color_scheme}}. Includes: contact information section, QR code placeholder, address/website/social media icons area, subtle brand pattern or texture. Clean, minimal back cover design. A4 portrait format.`
|
|
42
|
+
- Aspect ratio: 2:3
|
|
43
|
+
|
|
44
|
+
After generation:
|
|
45
|
+
- Present all three panels in order: Cover → Inner → Back
|
|
46
|
+
- Offer to adjust color, layout, or add specific content to any panel
|
|
47
|
+
- Suggest exporting as a canvas composition with all pages arranged
|
|
48
|
+
|
|
49
|
+
## Notes
|
|
50
|
+
- Always use placeholder text blocks ("Lorem ipsum") rather than generating false content.
|
|
51
|
+
- For real estate brochures, add property photography prompts as a 4th step.
|
|
52
|
+
- For event brochures, emphasize date/venue hierarchy in the front cover prompt.
|
|
53
|
+
|
|
54
|
+
## Trigger Keywords
|
|
55
|
+
|
|
56
|
+
`brochure`, `flyer`, `leaflet`, `pamphlet`, `bi-fold`, `tri-fold`, `company brochure`, `marketing brochure`, `product brochure`
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
---
|
|
60
|
+
|
|
61
|
+
## Notes for the Executing Agent
|
|
62
|
+
|
|
63
|
+
- 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.
|
|
64
|
+
- 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>`.
|
|
65
|
+
- Substitute `{{input_name}}` placeholders with the user's actual inputs before issuing each call.
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
---
|
|
2
|
+
slug: muapi-cartoon-dance-animation
|
|
3
|
+
name: muapi-cartoon-dance-animation
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
description: Convert a photo of a person into a Pixar-style 3D cartoon character, then animate it using a reference dance or motion video.
|
|
6
|
+
acceptLicenseTerms: true
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
# Cartoon Dance Animation
|
|
11
|
+
|
|
12
|
+
**Convert a photo of a person into a Pixar-style 3D cartoon character, then animate it using a reference dance or motion video.**
|
|
13
|
+
|
|
14
|
+
## Inputs
|
|
15
|
+
|
|
16
|
+
| Name | Type | Required | Default | Description |
|
|
17
|
+
|:---|:---|:---|:---|:---|
|
|
18
|
+
| `user_image` | image_url | yes | — | A clear full-body or medium-shot photo of the person to be cartoonified. |
|
|
19
|
+
| `reference_video` | video_url | no | — | A video containing the specific dance or motion to apply to the character. |
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## Steps
|
|
23
|
+
|
|
24
|
+
### Phase A — Cartoon Character Generation
|
|
25
|
+
|
|
26
|
+
If `{{user_image}}` is not provided, ask the user to upload their photo.
|
|
27
|
+
|
|
28
|
+
Once the photo is available, submit the plan with ONE step to cartoonify the image:
|
|
29
|
+
|
|
30
|
+
1. **Image Generation** — `muapi image edit` (model=`nano-banana-2-edit`):
|
|
31
|
+
- Reference Image: `{{user_image}}`
|
|
32
|
+
- Prompt: `Use the uploaded input photo as the exact same person in the final render. Preserve identity accurately: same face shape, eyes, nose, lips, jawline, skin tone, hairstyle, hairline, expression, age, and overall vibe. Do NOT change the person into a different face. Keep it clearly recognizable as the same person. Create one full-size ultra-high-quality 3D stylized character illustration, Pixar-inspired but original, based on the input person. Smooth plastic-like skin, soft rounded facial features, big expressive eyes, small nose, subtle blush (very minimal), cozy wholesome aesthetic. High-end character sculpting with stylized proportions while maintaining the real person’s likeness. 👕 Outfit / Costume (MUST MATCH INPUT) Keep the costume/outfit EXACTLY the same as the input image. Do not change colors, fabric type, accessories, layers, patterns, logos, or fit. No added glasses, no headphones, no new jacket, no new styling. 💇 Hair (Exact Match) Hair must remain the same as the input image: same hairstyle, same length, same hairline, only converted into clean stylized 3D hair shapes. 🎨 Render Quality Premium character sculpting, soft studio lighting, global illumination, subsurface scattering, soft shadows, cinematic depth of field, crisp edges. Octane/Arnold render look, ultra-clean, high-quality shading, 8K detail. 🎯 Composition Single full-size image (NOT a grid). Full-body or medium shot matching the input pose and vibe. Minimal clean studio background (solid color), no clutter.`
|
|
33
|
+
- Negative Prompt: `No outfit change, no costume change, no new clothes, no extra accessories, no glasses, no headphones, no makeup, no cosmetics, no lipstick, no eyeliner, no facial redesign, no different face, no extra limbs, no deformed hands, no scary look, no photoreal skin pores, no wrinkles, no blur, no noise, no watermark, no logo, no text.`
|
|
34
|
+
- Aspect ratio: Maintain the aspect ratio of the input image or default to 9:16.
|
|
35
|
+
|
|
36
|
+
Present the generated cartoon character to the user for approval.
|
|
37
|
+
|
|
38
|
+
### Phase B — Motion Control Animation
|
|
39
|
+
|
|
40
|
+
After the character is approved, ask the user to upload a `reference_video` (if not already provided) containing the dance or movement they want the character to perform.
|
|
41
|
+
|
|
42
|
+
Once the video is provided, submit the plan with ONE step:
|
|
43
|
+
|
|
44
|
+
1. **Motion Control Video Generation** — `muapi video from-image` or `edit_video` (model=`kling-v2.6-std-motion-control`):
|
|
45
|
+
- Reference Image: The cartoon image generated in Phase A.
|
|
46
|
+
- Reference Video: `{{reference_video}}`
|
|
47
|
+
- Prompt: `Smooth, fluid 3D character animation. The 3D character perfectly replicates the movements and dance from the reference video. High frame rate, dynamic motion, consistent character details, Pixar animation quality.`
|
|
48
|
+
|
|
49
|
+
After generation, present the final animated dance video to the user.
|
|
50
|
+
|
|
51
|
+
## Trigger Keywords
|
|
52
|
+
|
|
53
|
+
`cartoon dance`, `3d animation`, `pixar character`, `animate my photo`, `motion control video`, `dance video`, `cartoonify and animate`
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
58
|
+
## Notes for the Executing Agent
|
|
59
|
+
|
|
60
|
+
- 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.
|
|
61
|
+
- 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>`.
|
|
62
|
+
- Substitute `{{input_name}}` placeholders with the user's actual inputs before issuing each call.
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
---
|
|
2
|
+
slug: muapi-character-story-video
|
|
3
|
+
name: muapi-character-story-video
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
description: Create a multi-part animated story video by first establishing a consistent character and then generating sequential scenes and animating them.
|
|
6
|
+
acceptLicenseTerms: true
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
# Character Story Video
|
|
11
|
+
|
|
12
|
+
**Create a multi-part animated story video by first establishing a consistent character and then generating sequential scenes and animating them.**
|
|
13
|
+
|
|
14
|
+
## Inputs
|
|
15
|
+
|
|
16
|
+
| Name | Type | Required | Default | Description |
|
|
17
|
+
|:---|:---|:---|:---|:---|
|
|
18
|
+
| `character_description` | text | yes | — | Description of the main character (e.g. "a cute piglet wearing a leather aviator jacket and goggles"). |
|
|
19
|
+
| `story_premise` | text | yes | — | The overall story arc (e.g. "building a jetpack and flying to space"). |
|
|
20
|
+
| `reference_image` | image_url | no | — | Optional starting image of the character to maintain consistency. |
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## Steps
|
|
24
|
+
|
|
25
|
+
This skill involves multiple phases to build a cohesive narrative.
|
|
26
|
+
|
|
27
|
+
### Phase A — Character Establishment
|
|
28
|
+
|
|
29
|
+
If `{{reference_image}}` is NOT provided, submit the plan with ONE step to create the character:
|
|
30
|
+
1. **Character Creation** — `muapi image generate` (model=`nano-banana-pro`):
|
|
31
|
+
- Prompt: `{{character_description}}, introducing the main character, cinematic lighting, highly detailed, Pixar 3D animation style.`
|
|
32
|
+
- Aspect ratio: 4:5 or 1:1
|
|
33
|
+
|
|
34
|
+
If `{{reference_image}}` IS provided, use it as the established character and proceed to Phase B.
|
|
35
|
+
|
|
36
|
+
After generation, ask the user to confirm the character design before proceeding.
|
|
37
|
+
|
|
38
|
+
### Phase B — Sequential Scene Generation
|
|
39
|
+
|
|
40
|
+
Once the character is established, create the story beats (e.g., Scene 1, Scene 2, Scene 3).
|
|
41
|
+
Submit the plan using `muapi image edit` (model=`nano-banana-2-edit` or `flux-kontext-pro-i2i`) to maintain character consistency. Use the established character image as the reference for ALL these steps.
|
|
42
|
+
|
|
43
|
+
1. **Scene 1 (Beginning)**
|
|
44
|
+
- Reference: Character Image
|
|
45
|
+
- Prompt: `The character ({{character_description}}) in the first scene of the story: [Describe the beginning of {{story_premise}}]. Cinematic lighting, Pixar 3D animation style, storybook illustration.`
|
|
46
|
+
2. **Scene 2 (Middle)**
|
|
47
|
+
- Reference: Character Image
|
|
48
|
+
- Prompt: `The character ({{character_description}}) in the second scene: [Describe the climax or middle action of {{story_premise}}]. Cinematic lighting, Pixar 3D animation style, storybook illustration.`
|
|
49
|
+
3. **Scene 3 (End)**
|
|
50
|
+
- Reference: Character Image
|
|
51
|
+
- Prompt: `The character ({{character_description}}) in the final scene: [Describe the resolution of {{story_premise}}]. Cinematic lighting, Pixar 3D animation style, storybook illustration.`
|
|
52
|
+
|
|
53
|
+
*Note: All scenes should be generated in parallel or sequentially depending on the story flow.*
|
|
54
|
+
|
|
55
|
+
After generating the scenes, present them to the user and ask if they are ready to animate the story.
|
|
56
|
+
|
|
57
|
+
### Phase C — Animation (Sequel Part 1, Part 2, Part 3)
|
|
58
|
+
|
|
59
|
+
Submit the plan to animate the generated scenes using an image-to-video model (e.g., `kling-v3.0-pro-image-to-video` or `veo3.1-image-to-video`).
|
|
60
|
+
|
|
61
|
+
1. **Part 1 Video**
|
|
62
|
+
- Input: Scene 1 Image
|
|
63
|
+
- Prompt: `Cinematic animation of the scene, character comes to life, subtle natural movements, high quality 3D animation.`
|
|
64
|
+
2. **Part 2 Video**
|
|
65
|
+
- Input: Scene 2 Image
|
|
66
|
+
- Prompt: `Cinematic animation of the scene, character comes to life, dynamic action, high quality 3D animation.`
|
|
67
|
+
3. **Part 3 Video**
|
|
68
|
+
- Input: Scene 3 Image
|
|
69
|
+
- Prompt: `Cinematic animation of the scene, character comes to life, triumphant resolution, high quality 3D animation.`
|
|
70
|
+
|
|
71
|
+
After generating the videos, present them to the user as a multi-part story sequence. You may also suggest using the `muapi predict result` + ffmpeg concat tool to merge them into a single movie if requested.
|
|
72
|
+
|
|
73
|
+
## Trigger Keywords
|
|
74
|
+
|
|
75
|
+
`character story`, `story video`, `animated story`, `sequel video`, `multi part video`, `sequential story`
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
80
|
+
## Notes for the Executing Agent
|
|
81
|
+
|
|
82
|
+
- 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.
|
|
83
|
+
- 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>`.
|
|
84
|
+
- Substitute `{{input_name}}` placeholders with the user's actual inputs before issuing each call.
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
---
|
|
2
|
+
slug: muapi-chibi-collage-effect
|
|
3
|
+
name: muapi-chibi-collage-effect
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
description: Turn a real lifestyle photo into a polished "chibi clone sticker diary" image — the original person stays photorealistic, surrounded by 5–8 kawaii chibi mini-clones, scrapbook doodles, and handwritten-style captions that match the scene.
|
|
6
|
+
acceptLicenseTerms: true
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
# Chibi Collage Effect
|
|
11
|
+
|
|
12
|
+
**Turn a real lifestyle photo into a polished "chibi clone sticker diary" image — the original person stays photorealistic, surrounded by 5–8 kawaii chibi mini-clones, scrapbook doodles, and handwritten-style captions that match the scene.**
|
|
13
|
+
|
|
14
|
+
## Inputs
|
|
15
|
+
|
|
16
|
+
| Name | Type | Required | Default | Description |
|
|
17
|
+
|:---|:---|:---|:---|:---|
|
|
18
|
+
| `person_image` | image_url | yes | — | A clear lifestyle photo of the person. Setting, outfit, mood, and activity are read from this image and drive the chibi poses and captions. |
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
## Steps
|
|
22
|
+
|
|
23
|
+
### Phase A — Chibi Collage Generation
|
|
24
|
+
|
|
25
|
+
If `{{person_image}}` is not provided, ask the user to upload a lifestyle photo (café, outdoor, cozy at home, travel, etc.). The scene context is what makes the chibi clones feel native to the moment, so a generic studio headshot will give weaker results than a real lifestyle shot.
|
|
26
|
+
|
|
27
|
+
Once the photo is available, submit the plan with ONE step to generate the chibi collage:
|
|
28
|
+
|
|
29
|
+
1. **Chibi Collage Generation** — `muapi image edit` (model=`gpt-image-2-image-to-image`):
|
|
30
|
+
- Reference Image: `{{person_image}}`
|
|
31
|
+
- Image size: `2160x3840` (9:16 portrait) — high-resolution social-media-ready output
|
|
32
|
+
- Background: `auto`
|
|
33
|
+
- Output format: `png`
|
|
34
|
+
- Quality: `auto`
|
|
35
|
+
- Moderation: `low`
|
|
36
|
+
- Prompt:
|
|
37
|
+
```
|
|
38
|
+
Create a high-quality "chibi clone sticker diary photo" based on the uploaded real-life image. Preserve the original person's identity, face, hairstyle, hair color, outfit, body proportions, pose, lighting, and background. Do not alter facial features or turn the subject into a full illustration—maintain a realistic photo look.
|
|
39
|
+
Analyze the uploaded image carefully: identify the setting, mood, activity, clothing style, and overall vibe of the scene. Use this analysis to determine the theme of the chibi stickers, poses, emotions, and text phrases — everything should feel native to the actual moment captured in the photo.
|
|
40
|
+
Add 5–8 chibi mini clones of the same person around the subject, designed in a consistent kawaii sticker style (big head, small body, large expressive eyes, clean digital finish). Each clone must clearly resemble the real person (same hair, outfit, colors).
|
|
41
|
+
Design each chibi with different actions and emotions that are directly relevant to what the person is doing or feeling in the photo — inferred naturally from the scene (e.g. if they're at a café: sipping coffee, reading, daydreaming, chatting; if outdoors: exploring, laughing, taking photos; if cozy at home: cuddling, reading, relaxing). Ensure all poses are unique and contextually matched to the image.
|
|
42
|
+
Render each chibi as a sticker with white outlines, soft shadows, and a slightly floating effect. Arrange them around the subject and edges without covering the face or main body.
|
|
43
|
+
Add light hand-drawn doodles (hearts, sparkles, arrows, motion lines, circles, stars) in white with subtle pink accents, keeping a clean scrapbook diary feel. Doodle style should complement the mood of the scene.
|
|
44
|
+
Include 5–8 short handwritten-style phrases that match the mood and context of the uploaded photo — cute, expressive, and scene-appropriate. Use mostly white text with slight pink highlights and small decorative marks.
|
|
45
|
+
Composition: keep the real person as the central focus, surrounded by chibi stickers and doodles. The result should feel like a polished, playful, high-resolution social media lifestyle diary image — clean, balanced, and visually rich without clutter.
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
Present the generated chibi collage to the user. Suggest variations they can try: different source photos (travel, café, cozy-at-home), or asking to bias the captions toward a specific tone (cute, sassy, journal-style).
|
|
49
|
+
|
|
50
|
+
## Trigger Keywords
|
|
51
|
+
|
|
52
|
+
`chibi collage`, `chibi sticker diary`, `mini me stickers`, `kawaii clone collage`, `sticker diary photo`, `scrapbook chibi`
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
---
|
|
56
|
+
|
|
57
|
+
## Notes for the Executing Agent
|
|
58
|
+
|
|
59
|
+
- 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.
|
|
60
|
+
- 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>`.
|
|
61
|
+
- Substitute `{{input_name}}` placeholders with the user's actual inputs before issuing each call.
|
|
62
|
+
- Source schema reference: `gpt-image-v2-edit` maps to `gpt-image-2-image-to-image` in the muapi catalog.
|
|
63
|
+
- The output is intentionally 9:16 (2160×3840) so it's ready for IG Stories / Reels / TikTok / YT Shorts without re-cropping.
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: muapi-cinema-director
|
|
3
|
+
version: 0.1.0
|
|
4
|
+
description: Direct high-fidelity cinematic video with AI — translates creative intent into technical cinematographic directives for Veo3, Kling, and Luma video models via muapi.ai
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# 🎬 AI Cinema Director Skill
|
|
8
|
+
|
|
9
|
+
**A specialized skill for AI Agents to direct high-fidelity cinematic video.**
|
|
10
|
+
The Cinema Director skill translates high-level creative intent into technical cinematographic directives for state-of-the-art video models (Veo3, Kling, Luma).
|
|
11
|
+
|
|
12
|
+
## Core Competencies
|
|
13
|
+
|
|
14
|
+
1. **Shot Composition Analysis**: Mapping emotional beats to appropriate framing (e.g., Extreme Close-Up for intimacy, Wide Shot for isolation).
|
|
15
|
+
2. **Camera Movement Orchestration**: Directing complex physical movements (Dolly, Truck, Crane) and lens-based effects (Rack Focus, Dolly Zoom).
|
|
16
|
+
3. **Lighting & Atmosphere Design**: Specifying temporal and stylistic lighting (Golden Hour, Chiaroscuro, Volumetric God Rays).
|
|
17
|
+
4. **Technical Parameter Optimization**: Automatically selecting optimal frame rates, aspect ratios, and model-specific biases.
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
## 🏗️ Technical Specification
|
|
22
|
+
|
|
23
|
+
### 1. Intent Mapping Table
|
|
24
|
+
|
|
25
|
+
| Creative Intent | Framing | Movement | Lighting |
|
|
26
|
+
| :--- | :--- | :--- | :--- |
|
|
27
|
+
| **Heroic Reveal** | Low Angle / Wide | Crane Up / Orbit | Rim Lighting / High Contrast |
|
|
28
|
+
| **Tense/Uneasy** | Dutch Angle | Handheld Shake | Low Key / Harsh Shadows |
|
|
29
|
+
| **Introspective** | Close-Up | Slow Push In | Soft Rembrandt / Window Light |
|
|
30
|
+
| **Majestic/Epic** | Extreme Wide | Drone Flyover | Golden Hour / Volumetric |
|
|
31
|
+
| **Melancholic** | Profile / Medium | Slow Pull Out | Blue Hour / Desaturated |
|
|
32
|
+
|
|
33
|
+
### 2. Physical Camera Movements
|
|
34
|
+
- `Dolly In/Out`: Physical camera movement on a track toward/away from the subject.
|
|
35
|
+
- `Truck Left/Right`: Lateral physical movement.
|
|
36
|
+
- `Crane/Jib`: Sweeping vertical movement from a height.
|
|
37
|
+
- `Orbit`: Circular movement around a center point.
|
|
38
|
+
- `Pedestal`: Vertical elevation change (without tilting).
|
|
39
|
+
|
|
40
|
+
### 3. Lens & Optical Controls
|
|
41
|
+
- `Shallow DOF`: Background blur (Bokeh).
|
|
42
|
+
- `Anamorphic`: Horizontal flares and wide-screen cinematic feel.
|
|
43
|
+
- `Rack Focus`: Shifting focus between planes within the shot.
|
|
44
|
+
|
|
45
|
+
---
|
|
46
|
+
|
|
47
|
+
## 🧠 Prompt Optimization Protocol (Agent Instruction)
|
|
48
|
+
|
|
49
|
+
**Before calling the script, the Agent MUST expand the user's raw prompt using these Director's Rules:**
|
|
50
|
+
|
|
51
|
+
1. **TECHNICAL INFUSION**: Transform "cool action" into a technical shot.
|
|
52
|
+
- *Formula*: `[Shot Type] + [Subject/Action] + [Environment] + [Lighting] + [Camera Movement] + [Lens Effect]`
|
|
53
|
+
2. **MOTION DYNAMICS**: Use cinematic verbs: *Dolly In* (intimacy), *Crane Up* (majestic), *Orbit* (heroic), *Truck* (parallel motion).
|
|
54
|
+
3. **LIGHTING RECIPES**: Apply specific illumination: *Volumetric God Rays*, *Teal-and-Orange Grade*, *Cyberpunk Rim Lighting*, *Rembrandt Portrait Lighting*.
|
|
55
|
+
4. **PHYSICS LOGIC**: Describe light relationships (e.g., "Neon reflections shimmering on rain-slicked asphalt") to trigger model reasoning.
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
## 🚀 Protocol: Using the Cinema Director
|
|
60
|
+
|
|
61
|
+
### Step 1: Define the Creative Brief
|
|
62
|
+
Provide the agent with a subject and a "Director's Intent."
|
|
63
|
+
|
|
64
|
+
### Step 2: Invoke the Script
|
|
65
|
+
The `generate-film.sh` script accepts a `--brief` which it expands using its internal knowledge of cinematography.
|
|
66
|
+
|
|
67
|
+
```bash
|
|
68
|
+
# Directing a scene
|
|
69
|
+
bash scripts/generate-film.sh
|
|
70
|
+
--subject "A lone samurai in a blizzard"
|
|
71
|
+
--intent "epic reveal"
|
|
72
|
+
--model "kling-master"
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
### Step 3: Handle the Async Response
|
|
76
|
+
Video generation is asynchronous. Use the returned `request_id` to poll for completion via `core/platform/check-result.sh`.
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
80
|
+
## ⚠️ Constraints & Guardrails
|
|
81
|
+
|
|
82
|
+
- **Temporal Consistency**: Avoid complex subject transformations in a single shot (e.g., "man turns into a bird").
|
|
83
|
+
- **Movement Collisions**: Do not combine contradictory movements (e.g., "Dolly In" and "Dolly Out" simultaneously).
|
|
84
|
+
- **Physical Realism**: Prefer movements possible with real-world equipment for a more professional "film" look.
|
|
85
|
+
- **Model Bias**:
|
|
86
|
+
- `Veo3`: Best for slow, high-quality aesthetic shots.
|
|
87
|
+
- `Kling`: Best for complex character motion and physics.
|
|
88
|
+
- `Luma`: Best for fast-paced, high-action cinematic sequences.
|
|
89
|
+
|
|
90
|
+
---
|
|
91
|
+
|
|
92
|
+
## ⚙️ Implementation Details
|
|
93
|
+
This skill acts as an "Expert Translator" for the `core/media/generate-video.sh` primitive. It maintains a dictionary of cinematic styles and injects technical directives into the prompt before execution.
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
#!/bin/bash
|
|
2
|
+
# Expert Skill: AI Cinema Director
|
|
3
|
+
# Translates high-level intent into technical cinematographic directives.
|
|
4
|
+
|
|
5
|
+
SUBJECT=""
|
|
6
|
+
INTENT="cinematic"
|
|
7
|
+
MODEL="veo3"
|
|
8
|
+
ASPECT="16:9"
|
|
9
|
+
DURATION=5
|
|
10
|
+
AUDIO_FLAG=""
|
|
11
|
+
VIEW_FLAG=""
|
|
12
|
+
|
|
13
|
+
while [[ $# -gt 0 ]]; do
|
|
14
|
+
case $1 in
|
|
15
|
+
--subject) SUBJECT="$2"; shift 2 ;;
|
|
16
|
+
--intent) INTENT="$2"; shift 2 ;;
|
|
17
|
+
--model) MODEL="$2"; shift 2 ;;
|
|
18
|
+
--aspect) ASPECT="$2"; shift 2 ;;
|
|
19
|
+
--duration) DURATION="$2"; shift 2 ;;
|
|
20
|
+
--no-audio) AUDIO_FLAG="--no-audio"; shift ;;
|
|
21
|
+
--view) VIEW_FLAG="--view"; shift ;;
|
|
22
|
+
*) shift ;;
|
|
23
|
+
esac
|
|
24
|
+
done
|
|
25
|
+
|
|
26
|
+
if [ -z "$SUBJECT" ]; then
|
|
27
|
+
echo "Usage: bash generate-film.sh --subject 'description' [--intent reveal|tense|epic] [--model veo3|kling] [--duration 5|10] [--no-audio] [--view]"
|
|
28
|
+
exit 1
|
|
29
|
+
fi
|
|
30
|
+
|
|
31
|
+
# Director's Logic Table (Internal Knowledge)
|
|
32
|
+
case $INTENT in
|
|
33
|
+
"reveal")
|
|
34
|
+
FRAMING="Extreme wide shot"
|
|
35
|
+
MOVEMENT="Slow crane up and tilt down"
|
|
36
|
+
LIGHTING="Golden hour, volumetric god rays"
|
|
37
|
+
LENS="Deep focus, high clarity"
|
|
38
|
+
;;
|
|
39
|
+
"tense")
|
|
40
|
+
FRAMING="Dutch angle, close-up"
|
|
41
|
+
MOVEMENT="Handheld jittery movement"
|
|
42
|
+
LIGHTING="Low key, harsh shadows, flickering neon"
|
|
43
|
+
LENS="Shallow depth of field, anamorphic lens flare"
|
|
44
|
+
;;
|
|
45
|
+
"epic")
|
|
46
|
+
FRAMING="Low angle wide shot"
|
|
47
|
+
MOVEMENT="Dolly in with circular orbit"
|
|
48
|
+
LIGHTING="Dramatic rim lighting, high contrast"
|
|
49
|
+
LENS="Anamorphic, 35mm film grain"
|
|
50
|
+
;;
|
|
51
|
+
"melancholy")
|
|
52
|
+
FRAMING="Medium shot, profile"
|
|
53
|
+
MOVEMENT="Slow dolly out"
|
|
54
|
+
LIGHTING="Blue hour, soft desaturated tones"
|
|
55
|
+
LENS="Shallow bokeh, soft focus"
|
|
56
|
+
;;
|
|
57
|
+
*)
|
|
58
|
+
FRAMING="Cinematic medium shot"
|
|
59
|
+
MOVEMENT="Smooth pan"
|
|
60
|
+
LIGHTING="Natural studio lighting"
|
|
61
|
+
LENS="Standard 50mm"
|
|
62
|
+
;;
|
|
63
|
+
esac
|
|
64
|
+
|
|
65
|
+
# Construct the technical Director's Prompt
|
|
66
|
+
DIRECTOR_PROMPT="[DIRECTOR_BRIEF]
|
|
67
|
+
SCENE: $SUBJECT
|
|
68
|
+
FRAMING: $FRAMING
|
|
69
|
+
CAMERA_MOTION: $MOVEMENT
|
|
70
|
+
LIGHTING_DESIGN: $LIGHTING
|
|
71
|
+
OPTICS: $LENS
|
|
72
|
+
[EXECUTE] High-fidelity cinematic footage. Professional color grade, 4k, hyper-realistic physics."
|
|
73
|
+
|
|
74
|
+
# Call the Core primitive
|
|
75
|
+
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
76
|
+
CORE_SCRIPT="$SCRIPT_DIR/../../core-media/generate-video.sh"
|
|
77
|
+
|
|
78
|
+
bash "$CORE_SCRIPT" --prompt "$DIRECTOR_PROMPT" --model "$MODEL" --aspect-ratio "$ASPECT" --duration "$DURATION" $AUDIO_FLAG $VIEW_FLAG --async --json
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
---
|
|
2
|
+
slug: muapi-color-analysis-board
|
|
3
|
+
name: muapi-color-analysis-board
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
description: Turn a portrait photo into a high-end editorial "Color Analysis Board" in a luxury fashion-magazine style (Dior / Ralph Lauren aesthetic) — best colors, undertone, makeup guide, capsule wardrobe, hair & jewelry recommendations, all laid out on a clean beige/ivory grid.
|
|
6
|
+
acceptLicenseTerms: true
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
# Color Analysis Board
|
|
11
|
+
|
|
12
|
+
**Turn a portrait photo into a high-end editorial "Color Analysis Board" in a luxury fashion-magazine style (Dior / Ralph Lauren aesthetic) — best colors, undertone, makeup guide, capsule wardrobe, hair & jewelry recommendations, all laid out on a clean beige/ivory grid.**
|
|
13
|
+
|
|
14
|
+
## Inputs
|
|
15
|
+
|
|
16
|
+
| Name | Type | Required | Default | Description |
|
|
17
|
+
|:---|:---|:---|:---|:---|
|
|
18
|
+
| `person_image` | image_url | yes | — | A clear, well-lit portrait of the person. Front-facing, neutral background, and natural lighting give the strongest color reads (undertone, hair, eyes). Avoid heavy filters or makeup that masks the natural complexion. |
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
## Steps
|
|
22
|
+
|
|
23
|
+
### Phase A — Color Analysis Board Generation
|
|
24
|
+
|
|
25
|
+
If `{{person_image}}` is not provided, ask the user to upload a clear front-facing portrait. Make sure the face is well-lit with natural color (no heavy filters, color-cast lighting, or sunglasses) — the model needs accurate skin, hair, and eye color to pick the right palette.
|
|
26
|
+
|
|
27
|
+
Once the photo is available, submit ONE step to generate the color analysis board:
|
|
28
|
+
|
|
29
|
+
1. **Color Analysis Board Generation** — `muapi image edit` (model=`gpt-image-2-image-to-image`):
|
|
30
|
+
- Reference Image: `{{person_image}}`
|
|
31
|
+
- Image size: `3840x2160` (16:9 landscape) — magazine-spread aspect ratio
|
|
32
|
+
- Background: `auto`
|
|
33
|
+
- Output format: `png`
|
|
34
|
+
- Quality: `auto`
|
|
35
|
+
- Moderation: `low`
|
|
36
|
+
- Prompt:
|
|
37
|
+
```
|
|
38
|
+
Create a high-end editorial "Color Analysis Board" from this portrait in a luxury fashion magazine style (Dior / Ralph Lauren aesthetic). Clean beige/ivory background, warm tones, soft diffused lighting, ultra-detailed photorealistic quality, consistent lighting, minimal elegant typography, grid-based layout.
|
|
39
|
+
|
|
40
|
+
Main portrait: enhanced natural beauty (same identity, smooth skin, soft glow, realistic texture)
|
|
41
|
+
Top section: "Your Best Colors" with fabric swatches with the best algorithm choices
|
|
42
|
+
Undertone panel: warm / neutral / cool with marked result.
|
|
43
|
+
Colors to avoid
|
|
44
|
+
Neutrals that work
|
|
45
|
+
Prints that flatter
|
|
46
|
+
Makeup guide: eyeshadows, blush, lips, highlighter
|
|
47
|
+
"You in your colors": multiple outfit best variations
|
|
48
|
+
Hair colors: best.
|
|
49
|
+
Jewelry
|
|
50
|
+
Style notes
|
|
51
|
+
|
|
52
|
+
Capsule wardrobe: coordinated outfits, shoes, bags, accessories
|
|
53
|
+
Style: best style for me
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
Present the generated board to the user. Suggest variations they can try: a different source portrait (different lighting / hairstyle for comparison), or asking to bias the palette toward a season (e.g. "spring warm" vs "winter cool") or a specific brand aesthetic (e.g. minimalist Scandinavian, Old Money, streetwear).
|
|
57
|
+
|
|
58
|
+
## Trigger Keywords
|
|
59
|
+
|
|
60
|
+
`color analysis`, `color analysis board`, `personal color palette`, `seasonal color analysis`, `undertone analysis`, `style guide board`, `fashion color board`, `capsule wardrobe board`
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
|
|
65
|
+
## Notes for the Executing Agent
|
|
66
|
+
|
|
67
|
+
- 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.
|
|
68
|
+
- 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>`.
|
|
69
|
+
- Substitute `{{input_name}}` placeholders with the user's actual inputs before issuing each call.
|
|
70
|
+
- Source schema reference: `gpt-image-v2-edit` (from the source workflow JSON) maps to `gpt-image-2-image-to-image` in the muapi catalog.
|
|
71
|
+
- The output is intentionally 16:9 (3840×2160) so it reads as a magazine spread / desktop wallpaper / Pinterest landscape board. For IG-feed square or 9:16 vertical, request a re-crop or re-run with a different `image_size`.
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: muapi-media-editing
|
|
3
|
+
version: 0.1.0
|
|
4
|
+
description: Edit and enhance images and videos with AI via muapi.ai — prompt-based editing, upscaling, background removal, face swap, lipsync, video effects, and more
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# ✏️ MuAPI Media Editing & Enhancement
|
|
8
|
+
|
|
9
|
+
**Advanced editing and enhancement operations for images and videos.**
|
|
10
|
+
|
|
11
|
+
Apply AI-powered edits, enhancements, and effects to existing media. Supports prompt-based editing with Flux Kontext, GPT-4o, and Midjourney, plus one-click operations like upscaling and background removal.
|
|
12
|
+
|
|
13
|
+
## Available Scripts
|
|
14
|
+
|
|
15
|
+
| Script | Description |
|
|
16
|
+
| :--- | :--- |
|
|
17
|
+
| `edit-image.sh` | Prompt-based image editing (Flux Kontext, GPT-4o, Midjourney, Qwen, and more) |
|
|
18
|
+
| `enhance-image.sh` | One-click operations: upscale, background removal, face swap, colorize, Ghibli style, product shots |
|
|
19
|
+
| `lipsync.sh` | Sync video lip movement to audio (Sync Labs, LatentSync, Creatify, Veed) |
|
|
20
|
+
| `video-effects.sh` | Video/image effects: Wan AI, face swap, dance, dress change, Luma modify/reframe |
|
|
21
|
+
|
|
22
|
+
## Quick Start
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
# Edit an image with a prompt
|
|
26
|
+
bash edit-image.sh --image-url "https://..." --prompt "add sunglasses" --model flux-kontext-pro
|
|
27
|
+
|
|
28
|
+
# Upscale an image
|
|
29
|
+
bash enhance-image.sh --op upscale --image-url "https://..."
|
|
30
|
+
|
|
31
|
+
# Remove background
|
|
32
|
+
bash enhance-image.sh --op background-remove --image-url "https://..."
|
|
33
|
+
|
|
34
|
+
# Lipsync a video
|
|
35
|
+
bash lipsync.sh --video-url "https://..." --audio-url "https://..." --model sync
|
|
36
|
+
|
|
37
|
+
# Apply dance effect
|
|
38
|
+
bash video-effects.sh --op dance --image-url "https://..." --audio-url "https://..."
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
## Common Flags
|
|
42
|
+
|
|
43
|
+
All scripts support: `--async`, `--json`, `--timeout N`, `--help`
|
|
44
|
+
|
|
45
|
+
## Requirements
|
|
46
|
+
|
|
47
|
+
- `MUAPI_KEY` environment variable (set via `core/platform/setup.sh`)
|
|
48
|
+
- `curl`, `jq`, `python3`
|