用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Vishwajeetsrk/JARVIS-AI-OS --skill cover-image-generation命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
General-purpose data profiling and exploration. Use when first encountering any dataset to understand its structure, quality, and analysis potential. ALWAYS run this first — it writes the profile every downstream skill reads.
Performs heavy numerical compute, statistical analysis, and machine learning inside the sandbox. Joins/aggregates tables to answer the question and (when warranted) builds models — saving every result table downstream skills chart and report.
Synthesize the profile, analysis tables, charts, and any model outputs into a single structured report.json — the final deliverable consumed by the web app.
正在显示 SKILL.md
| name | cover-image-generation |
| description | Generate cover images for the radio show using Gemini 3 Flash Image (with fallback to Pro). |
This skill generates an appropriate cover image for the radio show based on a prompt, using the Gemini 3 Flash Image model, with a fallback to the Gemini 3 Pro Image model ("Nano Banana Pro") if needed.
google-genai Python package (>= 2.0.1)Generate an image (Recommended: use the metadata file directly):
python3 skills/cover-image-generation/scripts/generate_image.py \
--workspace ./workspace \
--metadata ./workspace/data/show_notes.json
Note: Using --metadata will automatically extract the show title and apply a random, high-quality prompt template. This is the preferred method.
Alternative (Manual prompt):
python3 skills/cover-image-generation/scripts/generate_image.py \
--workspace ./workspace \
--prompt "A prompt describing the image"
Output:
{workspace}/images/cover.png.gemini-3.1-flash-imagegemini-3.1-pro-imageWhen using the --metadata option, this skill uses a set of predefined prompt templates and selects one at random to generate cover images. It dynamically inserts the show title into the selected template.
"A professional podcast cover image for a show titled 'AI Talk Radio' on the 'AI Talk Radio' station. The design features the text 'AI Talk Radio' in a bold, stylish white font centered on the cover. The background is a vibrant purple with a textured water ripple effect that covers the entire frame, creating a dynamic and clean aesthetic."If you choose to use the --prompt option instead, you must construct the prompt yourself. In that case, follow these rules: