원클릭으로
gemini-gen
Generates images using Google's Gemini model. Prioritizes standard resolution to save quota. Automatically opens images on macOS.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generates images using Google's Gemini model. Prioritizes standard resolution to save quota. Automatically opens images on macOS.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
仿写/复刻单篇小红书笔记的写作风格:从“单个帖子样本”(标题+正文+标签+可选图片/排版特征)抽取风格指纹,并结合用户给定主题要点与可选知识库链接,生成同风格但不抄袭的新笔记(标题/正文/话题标签/可选配图建议)。当用户说“仿写这篇小红书/按这篇的风格写一篇/复刻口吻排版/基于这条笔记生成同风格内容”,或提供 info.json、detail.txt、链接、截图等作为风格样本时使用。
AI深度分析语音记录,揭示行为模式、认知偏见和战略盲点。不只是数据汇总,而是直击本质的战略洞察和否定性指导。提取可沉淀的核心原则和工作偏好,构建个人工作模式知识库。
A generic requirement/problem clarification workflow. Use when a user/client request is ambiguous, underspecified, or hard to execute/verify. The skill reframes the request, defines scope, constraints, inputs, and acceptance criteria, then outputs a concise one-page definition and a minimal question set to close gaps. Suitable for product/feature requests, content requests, ops tasks, research asks, and decision-making prompts.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
统一的推文内容获取技能。支持单条/批量推文提取,输出结构化数据。当用户提供 Twitter/X 链接并希望获取内容时自动触发。
从 Markdown 文件中自动提取并下载 Twitter 图片,生成可直接发布的版本。 当用户说"下载推文图片"、"提取Twitter图片"、"download twitter images"时触发。
| name | gemini-gen |
| description | Generates images using Google's Gemini model. Prioritizes standard resolution to save quota. Automatically opens images on macOS. |
This skill generates images using Google's Gemini model. It is configured to be cost-efficient by defaulting to standard resolution models.
python3 {script_path} "Prompt" [--model model_name] [--output filename.png] [--no-open]
Always default to standard resolution models. Do NOT use 4K models unless the user explicitly mentions "4K", "Ultra HD", or "High Definition".
| Model Name | Aspect Ratio | Resolution | Cost Category |
|---|---|---|---|
gemini-3-pro-image (Default) | 1:1 | Standard | Low (Recommended) |
gemini-3-pro-image-16x9 | 16:9 | Standard | Low (Recommended) |
gemini-3-pro-image-9x16 | 9:16 | Standard | Low (Recommended) |
gemini-3-pro-image-4k | 1:1 | 4K | High |
gemini-3-pro-image-4k-16x9 | 16:9 | 4K | High |
gemini-3-pro-image-4k-9x16 | 9:16 | 4K | High |
gemini-3-pro-image.gemini-3-pro-image-16x9.gemini-3-pro-image-9x16.-4k model if the user explicitly says "4K" or equivalent high-res keywords.Alma's chat UI does not render local images. The skill uses open to show the image in the system viewer.