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,80 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: muapi-logo-creator
|
|
3
|
+
version: 0.1.0
|
|
4
|
+
description: Engineer professional-grade brand logos using geometric primitives and negative space — generates minimalist, scalable vector-style marks via muapi.ai
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# 🖼️ Logo Creator Skill
|
|
8
|
+
|
|
9
|
+
**A specialized skill for AI Agents to engineer professional-grade brand identities.**
|
|
10
|
+
The Logo Creator skill translates brand vision into minimalist, scalable, and iconic vector-style marks.
|
|
11
|
+
|
|
12
|
+
## Core Competencies
|
|
13
|
+
|
|
14
|
+
1. **Geometric Primitive Construction**: Using basic shapes (circles, squares, triangles) to create memorable icons.
|
|
15
|
+
2. **Negative Space Manipulation**: Integrating secondary meanings through the strategic use of empty space.
|
|
16
|
+
3. **Symbolic Abstraction**: Reducing complex brand concepts into their simplest visual essence.
|
|
17
|
+
4. **Scalability Awareness**: Ensuring designs remain legible from 16px (favicon) to billboards.
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
## 🏗️ Technical Specification
|
|
22
|
+
|
|
23
|
+
### 1. Logo Taxonomy Table
|
|
24
|
+
|
|
25
|
+
| Logo Type | Style | Best For | Focus |
|
|
26
|
+
| :--- | :--- | :--- | :--- |
|
|
27
|
+
| **Pictorial Mark** | Symbolic | Established Brands | Iconic Recognition |
|
|
28
|
+
| **Abstract Mark** | Geometric | Tech/Modern | Concept/Feeling |
|
|
29
|
+
| **Lettermark/Monogram** | Typographic | Long Names | Initials/Font Style |
|
|
30
|
+
| **Emblem** | Traditional | Institutions/Cafe | Detail/Badge |
|
|
31
|
+
| **Mascot** | Character | Communities/Gaming | Personality |
|
|
32
|
+
|
|
33
|
+
### 2. Branding Directives
|
|
34
|
+
- `Color Theory`: Use high-impact monochromatic or dual-tone palettes for professional "weight."
|
|
35
|
+
- `Typography`: Pair marks with clean Geometric Sans-Serif (e.g., Gotham, Helvetica style).
|
|
36
|
+
- `Style`: Flat design ONLY. No gradients, 3D effects, or photorealistic textures.
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
## 🧠 Prompt Optimization Protocol (Agent Instruction)
|
|
41
|
+
|
|
42
|
+
**Before calling the script, the Agent MUST refine the brand vision into a Geometric Minimalist Brief:**
|
|
43
|
+
|
|
44
|
+
1. **PRIMITIVE FOCUS**: Reduce the concept to basic shapes: *Circle, Square, Triangle*.
|
|
45
|
+
2. **NEGATIVE SPACE**: Explicitly instruct the model to use *negative space* for secondary meaning (e.g., "The space between the letters forms an arrow").
|
|
46
|
+
3. **PRODUCTION CONSTRAINTS**: Use *Solid colors*, *Monochromatic palettes*, and *Flat design only*. NO gradients or 3D effects.
|
|
47
|
+
4. **CENTERED COMPOSITION**: Always specify *Isolated on white background* and *perfectly centered* for scalability.
|
|
48
|
+
|
|
49
|
+
---
|
|
50
|
+
|
|
51
|
+
## 🚀 Protocol: Using the Logo Creator
|
|
52
|
+
|
|
53
|
+
### Step 1: Define the Brand Brief
|
|
54
|
+
Provide the agent with a brand name, core values, and industry.
|
|
55
|
+
|
|
56
|
+
### Step 2: Invoke the Script
|
|
57
|
+
The `create-logo.sh` script generates a comprehensive branding brief.
|
|
58
|
+
|
|
59
|
+
```bash
|
|
60
|
+
# Designing a Fintech Logo
|
|
61
|
+
bash scripts/create-logo.sh \
|
|
62
|
+
--brand "Aura" \
|
|
63
|
+
--concept "geometric security shield with a spark" \
|
|
64
|
+
--style minimalist \
|
|
65
|
+
--color "black and gold"
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
---
|
|
69
|
+
|
|
70
|
+
## ⚠️ Constraints & Guardrails
|
|
71
|
+
|
|
72
|
+
- **Production-Ready**: **MANDATORY** - Solid white/black background only. No textures, no desks, no mockups (t-shirts/business cards).
|
|
73
|
+
- **Legibility**: Avoid thin lines or complex overlapping that disappears at small scales.
|
|
74
|
+
- **Minimalism**: Limit the mark to a maximum of 3 core geometric elements.
|
|
75
|
+
- **No Artifacting**: Use Flux for accurate brand name rendering within the logo.
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
|
|
79
|
+
## ⚙️ Implementation Details
|
|
80
|
+
This skill acts as a "Senior Brand Identity" layer over the `core/media/generate-image.sh` primitive. It generates an `EXPERT_LOGO_BRIEF` that enforces geometric symmetry and negative space principles.
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
#!/bin/bash
|
|
2
|
+
# Expert Skill: Logo Creator
|
|
3
|
+
# Translates brand vision into professional vector-style branding.
|
|
4
|
+
|
|
5
|
+
BRAND=""
|
|
6
|
+
STYLE="minimalist"
|
|
7
|
+
COLOR="black on white"
|
|
8
|
+
CONCEPT=""
|
|
9
|
+
|
|
10
|
+
while [[ $# -gt 0 ]]; do
|
|
11
|
+
case $1 in
|
|
12
|
+
--brand) BRAND="$2"; shift 2 ;;
|
|
13
|
+
--style) STYLE="$2"; shift 2 ;;
|
|
14
|
+
--color) COLOR="$2"; shift 2 ;;
|
|
15
|
+
--concept) CONCEPT="$2"; shift 2 ;;
|
|
16
|
+
*) shift ;;
|
|
17
|
+
esac
|
|
18
|
+
done
|
|
19
|
+
|
|
20
|
+
if [ -z "$CONCEPT" ]; then
|
|
21
|
+
echo "Usage: bash create-logo.sh --concept 'description' --brand 'name' [--style minimalist|abstract|mascot] [--color 'palette']"
|
|
22
|
+
exit 1
|
|
23
|
+
fi
|
|
24
|
+
|
|
25
|
+
# Branding Logic
|
|
26
|
+
EXPERT_PROMPT="[LOGO_BRIEF]
|
|
27
|
+
BRAND_NAME: \"$BRAND\"
|
|
28
|
+
ICON_CONCEPT: $CONCEPT
|
|
29
|
+
DESIGN_PHILOSOPHY: $STYLE, geometric primitives, negative space, flat design
|
|
30
|
+
TECHNICAL: High scalability, solid $COLOR background, symmetric, centered
|
|
31
|
+
TYPOGRAPHY: Geometric sans-serif wordmark
|
|
32
|
+
[EXECUTE] Generate a clean, professional vector logo. NO 3D rendering, NO realistic shading, NO complex gradients. Pure brand identity mark."
|
|
33
|
+
|
|
34
|
+
# Call Core Primitive
|
|
35
|
+
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
36
|
+
CORE_SCRIPT="$SCRIPT_DIR/../../core-media/generate-image.sh"
|
|
37
|
+
|
|
38
|
+
bash "$CORE_SCRIPT" --prompt "$EXPERT_PROMPT" --model flux-dev --aspect-ratio 1:1 --json
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
---
|
|
2
|
+
slug: muapi-logo-generator
|
|
3
|
+
name: muapi-logo-generator
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
description: Quickly generate a single polished logo for any brand — fast, focused, single output with clean vector aesthetic and accurate brand name text.
|
|
6
|
+
acceptLicenseTerms: true
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
# Logo Generator
|
|
11
|
+
|
|
12
|
+
**Quickly generate a single polished logo for any brand — fast, focused, single output with clean vector aesthetic and accurate brand name text.**
|
|
13
|
+
|
|
14
|
+
## Inputs
|
|
15
|
+
|
|
16
|
+
| Name | Type | Required | Default | Description |
|
|
17
|
+
|:---|:---|:---|:---|:---|
|
|
18
|
+
| `brand_name` | text | yes | — | The brand or company name to put in the logo. |
|
|
19
|
+
| `style` | text | no | modern wordmark with icon, minimal | Logo style (e.g. "monogram initials", "icon + text horizontal", "bold sans-serif wordmark", "badge/emblem", "abstract mark"). |
|
|
20
|
+
| `industry` | text | no | technology | Industry context to guide the icon metaphor (e.g. "food & beverage", "health & wellness", "finance", "creative agency"). |
|
|
21
|
+
| `colors` | text | no | brand blue and white | Color scheme (e.g. "black and gold", "forest green and cream", "electric purple gradient"). |
|
|
22
|
+
| `background` | text | no | white | Background color for logo — "white", "black", or "transparent". |
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## Steps
|
|
26
|
+
|
|
27
|
+
Submit the plan with ONE step:
|
|
28
|
+
|
|
29
|
+
1. **Logo** — `muapi image generate` (model=`ideogram-v3-t2i`):
|
|
30
|
+
- Prompt: `Professional logo for "{{brand_name}}" — {{style}}, {{industry}} brand. Color scheme: {{colors}}. {{background}} background. Clean, scalable, vector-quality logo design. Legible brand name text, balanced proportions. Modern 2025 logo design, no drop shadows, no gradients unless requested, isolated on {{background}} background.`
|
|
31
|
+
- Aspect ratio: 1:1
|
|
32
|
+
- If `{{style}}` mentions "horizontal" or "wide" layout: aspect ratio 2:1
|
|
33
|
+
|
|
34
|
+
After generation:
|
|
35
|
+
- Present the logo
|
|
36
|
+
- Ask if they want: a dark mode version, an icon-only version, or a full branding package
|
|
37
|
+
- If they want the full package, suggest the `logo-branding` skill
|
|
38
|
+
|
|
39
|
+
## Notes
|
|
40
|
+
- Ideogram v3 is the best model for accurate text rendering in logos — always use it for logos with text.
|
|
41
|
+
- Always check: is the brand name spelled correctly? If not, retry with the exact spelling bolded in the prompt.
|
|
42
|
+
- For badge/emblem styles, add "circular badge layout, contained design" to the prompt.
|
|
43
|
+
- For abstract marks (no text), switch to `flux-2-pro` for more creative symbol generation.
|
|
44
|
+
|
|
45
|
+
## Trigger Keywords
|
|
46
|
+
|
|
47
|
+
`logo generator`, `make a logo`, `create logo`, `design a logo`, `quick logo`, `generate logo`, `logo for my brand`
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
---
|
|
51
|
+
|
|
52
|
+
## Notes for the Executing Agent
|
|
53
|
+
|
|
54
|
+
- 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.
|
|
55
|
+
- 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>`.
|
|
56
|
+
- Substitute `{{input_name}}` placeholders with the user's actual inputs before issuing each call.
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
---
|
|
2
|
+
slug: muapi-multi-angle-reshoot
|
|
3
|
+
name: muapi-multi-angle-reshoot
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
description: Re-render a subject or scene from multiple dramatic camera angles, such as fish-eye, bird's-eye, low-angle, and macro, while maintaining consistent identity and detail.
|
|
6
|
+
acceptLicenseTerms: true
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
# Multi-Angle Reshoot
|
|
11
|
+
|
|
12
|
+
**Re-render a subject or scene from multiple dramatic camera angles, such as fish-eye, bird's-eye, low-angle, and macro, while maintaining consistent identity and detail.**
|
|
13
|
+
|
|
14
|
+
## Inputs
|
|
15
|
+
|
|
16
|
+
| Name | Type | Required | Default | Description |
|
|
17
|
+
|:---|:---|:---|:---|:---|
|
|
18
|
+
| `subject_description` | text | yes | — | Description of the subject or scene (e.g. "a professional woman in a black suit holding a laptop"). |
|
|
19
|
+
| `reference_image` | image_url | no | — | Optional reference image to maintain consistency across angles. |
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## Steps
|
|
23
|
+
|
|
24
|
+
### Phase A — Subject Establishment
|
|
25
|
+
|
|
26
|
+
If `{{reference_image}}` is not provided, submit the plan with ONE step to create the base subject:
|
|
27
|
+
|
|
28
|
+
1. **Subject Generation** — `muapi image generate` (model=`nano-banana-pro`):
|
|
29
|
+
- Prompt: `A high-quality, professional photograph of {{subject_description}}. Clean studio lighting, sharp focus, realistic textures, cinematic quality.`
|
|
30
|
+
- Aspect ratio: 3:4 or 1:1
|
|
31
|
+
|
|
32
|
+
Present the base image to the user for approval.
|
|
33
|
+
|
|
34
|
+
### Phase B — Multi-Angle Reshoot
|
|
35
|
+
|
|
36
|
+
Once the subject is established, submit the plan using `muapi image edit` (model=`nano-banana-2-edit`) to generate the requested angles. Use the approved image from Phase A as the reference for ALL steps.
|
|
37
|
+
|
|
38
|
+
1. **Bird's Eye View**
|
|
39
|
+
- Reference: Base Image
|
|
40
|
+
- Prompt: `A dramatic bird's eye view (from directly above) of the same subject. High-angle perspective, wide shot, looking down. Maintain exact clothing, face, and setting consistency.`
|
|
41
|
+
2. **Fish Eye Lens**
|
|
42
|
+
- Reference: Base Image
|
|
43
|
+
- Prompt: `A high-distortion fish-eye lens photograph of the same subject. Ultra-wide angle, curved edges, dramatic perspective, immersive feel. Maintain exact clothing and face consistency.`
|
|
44
|
+
3. **Low Angle (Hero Shot)**
|
|
45
|
+
- Reference: Base Image
|
|
46
|
+
- Prompt: `A low-angle "hero shot" looking up at the subject. Makes the subject appear powerful and dominant. Maintain exact clothing and face consistency.`
|
|
47
|
+
4. **Dutch Angle**
|
|
48
|
+
- Reference: Base Image
|
|
49
|
+
- Prompt: `A stylized Dutch angle (tilted horizon) photograph of the same subject. Cinematic, slightly uneasy or dramatic vibe. Maintain exact clothing and face consistency.`
|
|
50
|
+
5. **Macro Close-up**
|
|
51
|
+
- Reference: Base Image
|
|
52
|
+
- Prompt: `An extreme macro close-up focused on a specific detail of the subject (e.g., eyes, texture of the suit, or a feature of the laptop). Shallow depth of field, incredible detail. Maintain exact colors and textures.`
|
|
53
|
+
6. **Worm's Eye View**
|
|
54
|
+
- Reference: Base Image
|
|
55
|
+
- Prompt: `A worm's eye view from ground level looking straight up at the subject. Dramatic vertical perspective. Maintain exact clothing and face consistency.`
|
|
56
|
+
|
|
57
|
+
After generating the variations, present the multi-angle gallery to the user. You can also offer to generate specific individual angles based on their feedback.
|
|
58
|
+
|
|
59
|
+
## Trigger Keywords
|
|
60
|
+
|
|
61
|
+
`multi angle`, `photo reshoot`, `change camera angle`, `fish eye view`, `birds eye view`, `low angle shot`, `macro photography`, `camera perspective`
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
---
|
|
65
|
+
|
|
66
|
+
## Notes for the Executing Agent
|
|
67
|
+
|
|
68
|
+
- 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.
|
|
69
|
+
- 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>`.
|
|
70
|
+
- Substitute `{{input_name}}` placeholders with the user's actual inputs before issuing each call.
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
---
|
|
2
|
+
slug: muapi-multi-angle-shots
|
|
3
|
+
name: muapi-multi-angle-shots
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
description: Generate a complete set of multi-angle product shots — front, side, back, top-down, and 45-degree perspective — for comprehensive product visualization.
|
|
6
|
+
acceptLicenseTerms: true
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
# Multi-Angle Shots
|
|
11
|
+
|
|
12
|
+
**Generate a complete set of multi-angle product shots — front, side, back, top-down, and 45-degree perspective — for comprehensive product visualization.**
|
|
13
|
+
|
|
14
|
+
## Inputs
|
|
15
|
+
|
|
16
|
+
| Name | Type | Required | Default | Description |
|
|
17
|
+
|:---|:---|:---|:---|:---|
|
|
18
|
+
| `product_name` | text | yes | — | The product to photograph (e.g. "black leather sneaker", "glass perfume bottle", "smartwatch"). |
|
|
19
|
+
| `product_image` | image_url | no | — | Optional reference product image to use as base. |
|
|
20
|
+
| `background_style` | text | no | pure white studio | Background/environment (e.g. "pure white studio", "dark moody grey", "natural marble surface", "lifestyle context"). |
|
|
21
|
+
| `lighting` | text | no | soft studio lighting, product photography | Lighting style (e.g. "dramatic side lighting", "flat lay top-down", "rim lighting", "natural daylight"). |
|
|
22
|
+
| `category` | text | no | general product | Product category to tailor angle logic (e.g. "footwear", "watch/jewelry", "electronics", "beverage bottle", "skincare"). |
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## Steps
|
|
26
|
+
|
|
27
|
+
Submit a single the plan with all angles in parallel.
|
|
28
|
+
|
|
29
|
+
### All Angles (Parallel)
|
|
30
|
+
|
|
31
|
+
1. **Front view** — `muapi image generate` (model=`ai-product-photography`) if `{{product_image}}` provided, else `muapi image generate` (model=`nano-banana-pro`):
|
|
32
|
+
- Prompt: `{{product_name}} — perfectly centered FRONT VIEW, eye-level angle. {{background_style}} background. {{lighting}}. Sharp focus, commercial product photography, ultra detailed, no props.`
|
|
33
|
+
- Aspect ratio: 1:1
|
|
34
|
+
|
|
35
|
+
2. **Side / 3/4 angle view** — same model as step 1:
|
|
36
|
+
- 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.`
|
|
37
|
+
- Aspect ratio: 1:1
|
|
38
|
+
|
|
39
|
+
3. **Back view** — same model as step 1:
|
|
40
|
+
- 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.`
|
|
41
|
+
- Aspect ratio: 1:1
|
|
42
|
+
|
|
43
|
+
4. **Top-down / flat lay** — `muapi image generate` (model=`ai-product-shot`) if `{{product_image}}` provided, else `muapi image generate` (model=`bytedance-seedream-v4.5`):
|
|
44
|
+
- 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.`
|
|
45
|
+
- Aspect ratio: 1:1
|
|
46
|
+
|
|
47
|
+
5. **Hero glamour shot** — `muapi image generate` (model=`nano-banana-pro`):
|
|
48
|
+
- 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.`
|
|
49
|
+
- Aspect ratio: 4:5
|
|
50
|
+
|
|
51
|
+
After generation:
|
|
52
|
+
- Present all 5 angles in a grid layout description
|
|
53
|
+
- Suggest adding a 360° spin video with `kling-v3.0-pro-image-to-video`
|
|
54
|
+
- Offer to upscale any angle with `ai-image-upscaler`
|
|
55
|
+
|
|
56
|
+
## Notes
|
|
57
|
+
- For footwear: emphasize sole view as a 6th angle if requested.
|
|
58
|
+
- For watches/jewelry: suggest a macro detail shot as an additional step.
|
|
59
|
+
- For electronics: add "showing all ports, buttons, and screen" to front and side prompts.
|
|
60
|
+
- `ai-product-photography` is ideal when a reference image is provided — it preserves product identity.
|
|
61
|
+
|
|
62
|
+
## Trigger Keywords
|
|
63
|
+
|
|
64
|
+
`multi angle`, `multiple angles`, `360 product`, `product angles`, `all sides`, `front back side`, `product views`, `angle shots`, `product photography set`
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
---
|
|
68
|
+
|
|
69
|
+
## Notes for the Executing Agent
|
|
70
|
+
|
|
71
|
+
- 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.
|
|
72
|
+
- 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>`.
|
|
73
|
+
- Substitute `{{input_name}}` placeholders with the user's actual inputs before issuing each call.
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
---
|
|
2
|
+
slug: muapi-music-video
|
|
3
|
+
name: muapi-music-video
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
description: Build a short music video from a song theme — N keyframes, animate each, generate matching music.
|
|
6
|
+
acceptLicenseTerms: true
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
# Music Video
|
|
11
|
+
|
|
12
|
+
**Build a short music video from a song theme — N keyframes, animate each, generate matching music.**
|
|
13
|
+
|
|
14
|
+
## Inputs
|
|
15
|
+
|
|
16
|
+
| Name | Type | Required | Default | Description |
|
|
17
|
+
|:---|:---|:---|:---|:---|
|
|
18
|
+
| `theme` | text | yes | — | Song / video theme (e.g. "lonely robot finds a friend, hopeful"). |
|
|
19
|
+
| `scenes` | int | no | 3 | Number of scenes (each becomes a 5s clip). |
|
|
20
|
+
| `music_style` | text | no | ambient cinematic, instrumental, slow tempo, warm | Suno-style tags for the soundtrack. |
|
|
21
|
+
| `visual_style` | text | no | cinematic, photoreal, soft volumetric light, 16:9 | |
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## Steps
|
|
25
|
+
|
|
26
|
+
Build one the plan covering:
|
|
27
|
+
|
|
28
|
+
1. **Layer A (parallel)** — N keyframes + 1 music track all at once.
|
|
29
|
+
- For each scene 1..N: `muapi image generate` with a beat-specific prompt +
|
|
30
|
+
`{{visual_style}}`, model=nano-banana-pro (these feed video gen).
|
|
31
|
+
- One `muapi audio create` (kind=music) using `{{music_style}}`, duration =
|
|
32
|
+
N × 5 + a 2s tail.
|
|
33
|
+
2. **Layer B (parallel, depends on Layer A)** — animate each keyframe.
|
|
34
|
+
- For each scene: `muapi video from-image` with `image=$nX.url`, model=veo3.1-image-to-video,
|
|
35
|
+
duration=5, prompt=scene-specific motion direction.
|
|
36
|
+
3. Return:
|
|
37
|
+
- The scene keyframes (asset ids in order).
|
|
38
|
+
- The animation clips (asset ids in order).
|
|
39
|
+
- The music track asset id.
|
|
40
|
+
- A short summary describing the cut order.
|
|
41
|
+
|
|
42
|
+
## Notes
|
|
43
|
+
- Keep character continuity by repeating the character description in every
|
|
44
|
+
scene prompt verbatim.
|
|
45
|
+
- Don't auto-confirm any single video call > 50 cr — those need the user's
|
|
46
|
+
nod (the loop will prompt automatically).
|
|
47
|
+
- If a scene's `muapi video from-image` fails after failover, fall back to
|
|
48
|
+
`muapi video generate` (text-to-video) for that scene only.
|
|
49
|
+
|
|
50
|
+
## Trigger Keywords
|
|
51
|
+
|
|
52
|
+
`music video`, `mv`, `video story`, `song visualization`
|
|
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.
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: muapi-nano-banana
|
|
3
|
+
version: 0.1.0
|
|
4
|
+
description: Reasoning-driven image generation using structured creative briefs (Gemini 3 style) — generates high-fidelity images via muapi.ai with logic-based prompting
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# 🍌 Nano-Banana Expert Skill (Gemini 3 Style)
|
|
8
|
+
|
|
9
|
+
**A specialized skill for AI Agents to leverage "Reasoning-Driven" image generation.**
|
|
10
|
+
Based on the advanced prompting architecture of Google's Gemini 3 (Nano Banana Pro), this skill moves beyond keyword stuffing to structured, logic-based creative briefs.
|
|
11
|
+
|
|
12
|
+
## Core Competencies
|
|
13
|
+
|
|
14
|
+
1. **Reasoning-Driven Prompting**: Using natural language logic to define physics, lighting, and spatial relationships.
|
|
15
|
+
2. **Structured Creative Briefs**: Implementing the "Perfect Prompt" formula: `Subject + Action + Context + Composition + Lighting`.
|
|
16
|
+
3. **Text Rendering Precision**: Explicitly defining typography and signifiers for legible text integration.
|
|
17
|
+
4. **Contextual Grounding**: Using "Search Grounding" logic (simulated) to anchor generations in real-world accuracy.
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
## 🏗️ Technical Specification
|
|
22
|
+
|
|
23
|
+
### 1. The "Perfect Prompt" Formula
|
|
24
|
+
|
|
25
|
+
| Component | Description | Example |
|
|
26
|
+
| :--- | :--- | :--- |
|
|
27
|
+
| **Subject** | Detailed entity description | "A stoic robot barista with exposed copper wiring" |
|
|
28
|
+
| **Action** | Dynamic interaction | "Pouring a latte art leaf with mechanical precision" |
|
|
29
|
+
| **Context** | Environment & Atmosphere | "Inside a neon-lit cyberpunk cafe at midnight" |
|
|
30
|
+
| **Composition** | Camera & Lens choice | "Close-up, 85mm lens, f/1.8 aperture" |
|
|
31
|
+
| **Lighting** | Mood & Direction | "Volumetric blue rim light, warm cafe glow" |
|
|
32
|
+
| **Style** | Aesthetic anchor | "Cinematic, photorealistic, 4K production value" |
|
|
33
|
+
|
|
34
|
+
### 2. Advanced Features
|
|
35
|
+
- **Negative Constraint Logic**: Instead of "no blurry," use "Ensure sharp focus on the subject's eyes."
|
|
36
|
+
- **Identity Consistency**: (Simulated) "Maintain consistent facial structure across variations."
|
|
37
|
+
- **Text Integration**: Use double quotes for specific text: `The sign reads "OPEN 24/7"`.
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## 🧠 Prompt Optimization Protocol (Agent Instruction)
|
|
42
|
+
|
|
43
|
+
**Before calling the script, the Agent MUST rewrite the user's prompt into a logic-driven Reasoning Brief:**
|
|
44
|
+
|
|
45
|
+
1. **NO KEYWORD SOUP**: Remove "8k, masterpiece, ultra-detailed." Use full, descriptive sentences.
|
|
46
|
+
2. **PHYSICAL CONSISTENCY**: Describe how elements interact (e.g., "The light from the crystal shards casts caustic patterns across the obsidian floor").
|
|
47
|
+
3. **TEXT PRECISION**: If the user wants text, define it precisely: `featuring a sign that says "STORE NAME" in a weathered serif font`.
|
|
48
|
+
4. **OPTICAL DIRECTIVES**: Specify lens behavior: *Shallow Depth of Field (f/1.8)*, *Macro Lens*, *Anamorphic Flare*.
|
|
49
|
+
|
|
50
|
+
---
|
|
51
|
+
|
|
52
|
+
## 🚀 Protocol: Using Nano-Banana
|
|
53
|
+
|
|
54
|
+
### Step 1: Define the Creative Logic
|
|
55
|
+
Provide the agent with a subject and a specific scenario.
|
|
56
|
+
|
|
57
|
+
### Step 2: Invoke the Script
|
|
58
|
+
The `generate-nano-art.sh` script translates the logic into a structured Gemini 3-style prompt.
|
|
59
|
+
|
|
60
|
+
```bash
|
|
61
|
+
# Generating a reasoning-driven image
|
|
62
|
+
bash scripts/generate-nano-art.sh \
|
|
63
|
+
--subject "a glass chess piece" \
|
|
64
|
+
--action "shattering into liquid shards" \
|
|
65
|
+
--context "on a obsidian table" \
|
|
66
|
+
--style "macro photography"
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
---
|
|
70
|
+
|
|
71
|
+
## ⚠️ Constraints & Guardrails
|
|
72
|
+
|
|
73
|
+
- **No Keyword Soup**: **MANDATORY** - Do not use "trending on artstation, masterpiece, 8k". Use natural language descriptions.
|
|
74
|
+
- **Physics Logic**: Ensure the prompt describes *physically possible* lighting and reflection interactions.
|
|
75
|
+
- **Full Sentences**: The model parses relationships; use "light reflecting off the water" instead of "water, reflection".
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
|
|
79
|
+
## ⚙️ Implementation Details
|
|
80
|
+
This skill applies a "Logic Wrapper" around the `core/media/generate-image.sh` primitive, converting fragmented inputs into a coherent, reasoning-ready narrative prompt.
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
#!/bin/bash
|
|
2
|
+
# Expert Skill: Nano-Banana (Gemini 3 Style)
|
|
3
|
+
# Implements the "Perfect Prompt" reasoning-driven formula.
|
|
4
|
+
|
|
5
|
+
SUBJECT=""
|
|
6
|
+
ACTION=""
|
|
7
|
+
CONTEXT=""
|
|
8
|
+
STYLE="cinematic"
|
|
9
|
+
LIGHTING="natural"
|
|
10
|
+
RESOLUTION="1k"
|
|
11
|
+
TEXT=""
|
|
12
|
+
VIEW_FLAG=""
|
|
13
|
+
|
|
14
|
+
while [[ $# -gt 0 ]]; do
|
|
15
|
+
case $1 in
|
|
16
|
+
--subject) SUBJECT="$2"; shift 2 ;;
|
|
17
|
+
--action) ACTION="$2"; shift 2 ;;
|
|
18
|
+
--context) CONTEXT="$2"; shift 2 ;;
|
|
19
|
+
--style) STYLE="$2"; shift 2 ;;
|
|
20
|
+
--lighting) LIGHTING="$2"; shift 2 ;;
|
|
21
|
+
--resolution) RESOLUTION="$2"; shift 2 ;;
|
|
22
|
+
--text) TEXT="$2"; shift 2 ;;
|
|
23
|
+
--view) VIEW_FLAG="--view"; shift ;;
|
|
24
|
+
*) shift ;;
|
|
25
|
+
esac
|
|
26
|
+
done
|
|
27
|
+
|
|
28
|
+
if [ -z "$SUBJECT" ]; then
|
|
29
|
+
echo "Usage: bash generate-nano-art.sh --subject 'robot' [--action 'pouring coffee'] [--context 'cafe'] [--style 'photorealistic'] [--resolution 1k|2k|4k] [--text 'CAFE'] [--view]"
|
|
30
|
+
exit 1
|
|
31
|
+
fi
|
|
32
|
+
|
|
33
|
+
# Text Logic
|
|
34
|
+
TEXT_PROMPT=""
|
|
35
|
+
if [ -n "$TEXT" ]; then
|
|
36
|
+
TEXT_PROMPT="featuring a sign that clearly reads \"$TEXT\" in bold typography"
|
|
37
|
+
fi
|
|
38
|
+
|
|
39
|
+
# Nano-Banana Reasoning-Driven Prompt
|
|
40
|
+
# Formula: Subject + Action + Context + Lighting + Style + Text
|
|
41
|
+
EXPERT_PROMPT="[REASONING_BRIEF]
|
|
42
|
+
SUBJECT: A highly detailed $SUBJECT.
|
|
43
|
+
ACTION: The subject is $ACTION.
|
|
44
|
+
ENVIRONMENT: Situated in $CONTEXT.
|
|
45
|
+
LIGHTING: Illuminated by $LIGHTING lighting.
|
|
46
|
+
STYLE: Use a $STYLE aesthetic. High fidelity, physically accurate reflections and textures.
|
|
47
|
+
EXTRA: $TEXT_PROMPT.
|
|
48
|
+
[EXECUTE] Generate a photorealistic image based on this logic. Ensure precise composition and lighting interactions."
|
|
49
|
+
|
|
50
|
+
# Call Core Primitive
|
|
51
|
+
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
52
|
+
CORE_SCRIPT="$SCRIPT_DIR/../../core-media/generate-image.sh"
|
|
53
|
+
|
|
54
|
+
bash "$CORE_SCRIPT" --prompt "$EXPERT_PROMPT" --model "nano-banana-pro" --resolution "$RESOLUTION" $VIEW_FLAG --json
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
---
|
|
2
|
+
slug: muapi-one-shot-video
|
|
3
|
+
name: muapi-one-shot-video
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
description: Generate a single continuous cinematic shot video — no cuts, one seamless flowing scene with dramatic lighting and motion.
|
|
6
|
+
acceptLicenseTerms: true
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
# One-Shot Video
|
|
11
|
+
|
|
12
|
+
**Generate a single continuous cinematic shot video — no cuts, one seamless flowing scene with dramatic lighting and motion.**
|
|
13
|
+
|
|
14
|
+
## Inputs
|
|
15
|
+
|
|
16
|
+
| Name | Type | Required | Default | Description |
|
|
17
|
+
|:---|:---|:---|:---|:---|
|
|
18
|
+
| `scene` | text | yes | — | The scene to render (e.g. "a chef plating food in a moody Michelin-star kitchen"). |
|
|
19
|
+
| `style` | text | no | cinematic, anamorphic lens, shallow depth of field, dramatic lighting | Visual tone and style (e.g. "noir, handheld, golden hour"). |
|
|
20
|
+
| `duration` | text | no | 10s | Target duration (e.g. "5s", "10s"). |
|
|
21
|
+
| `aspect_ratio` | text | no | 16:9 | Output aspect ratio — "16:9", "9:16", or "1:1". |
|
|
22
|
+
| `reference_image` | image_url | no | — | Optional reference image for subject/scene anchoring. |
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## Steps
|
|
26
|
+
|
|
27
|
+
### Phase A — Generate the One-Shot Video
|
|
28
|
+
|
|
29
|
+
Submit the plan with ONE step:
|
|
30
|
+
|
|
31
|
+
1. **One-shot video** — If `{{reference_image}}` is provided, use `muapi video generate` (model=`veo3.1-image-to-video`); otherwise use `muapi video generate` (model=`veo3.1-text-to-video`).
|
|
32
|
+
- Prompt: `{{scene}}, one continuous uncut shot, no transitions, camera slowly moves through scene, {{style}}, ultra cinematic, film grain, 4K quality`
|
|
33
|
+
- Aspect ratio: `{{aspect_ratio}}`
|
|
34
|
+
- Duration: `{{duration}}`
|
|
35
|
+
|
|
36
|
+
After generation, present the video and suggest:
|
|
37
|
+
- A second angle variation
|
|
38
|
+
- Adding ambient sound with `mmaudio-v2-video-to-video`
|
|
39
|
+
|
|
40
|
+
## Notes
|
|
41
|
+
- Emphasize "no cuts, no transitions" in the prompt for true one-shot feel.
|
|
42
|
+
- For portrait/vertical style (9:16), add "vertical format, smartphone framing" to the prompt.
|
|
43
|
+
- If the scene involves a person, suggest `kling-v3.0-pro-image-to-video` as an alternative for better human motion.
|
|
44
|
+
|
|
45
|
+
## Trigger Keywords
|
|
46
|
+
|
|
47
|
+
`one shot video`, `single take`, `continuous video`, `one take`, `cinematic shot`, `seamless video`
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
---
|
|
51
|
+
|
|
52
|
+
## Notes for the Executing Agent
|
|
53
|
+
|
|
54
|
+
- 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.
|
|
55
|
+
- 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>`.
|
|
56
|
+
- Substitute `{{input_name}}` placeholders with the user's actual inputs before issuing each call.
|