Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

renoise-gen雷诺斯生成器

Agent Skill

renoise-gen 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

424

周安装

17

GitHub Stars

7

下载量

137
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:renoise-gen(雷诺斯生成器)
来源仓库:https://github.com/arcocodes/renoise-plugins-official
仓库路径:skills/renoise-gen
安装命令:
npx skills add https://github.com/arcocodes/renoise-plugins-official --skill renoise-gen
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/arcocodes/renoise-plugins-official --skill renoise-gen

简介

renoise-gen 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词快速定位候选结果。

  • 它支持按仓库、安装命令和原始 README 核验具体用法,适用于信息调研类任务。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需确认权限与维护状态。
  • 安装前建议检查是否会触发联网、命令执行或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Renoise CLI — Tool Reference

CLI for the Renoise AI video/image generation platform. This skill covers how to use the tools. For creative decisions (what to generate, how to write prompts, anchoring strategy), see the director skill.

Platform URL: https://www.renoise.ai — NEVER renoise.com.

Quick Start

# Text-to-Video — 15s finished cut
node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs task generate \
  --prompt "[0-5s] Close-up of a cat on the moon, slow push in. [5-12s] The cat dances under twinkling stars, smooth orbit. [12-15s] Wide pull back revealing the full lunar landscape, frame holds steady." \
  --duration 15 --ratio 16:9

# Image-to-Video — upload a reference image, then generate
node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs material upload /path/to/photo.jpg
node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs task generate \
  --prompt "The product rotates slowly on a white pedestal, soft studio lighting, cinematic." \
  --materials "42:ref_image" --duration 10 --ratio 16:9

# Generate Image
node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs task generate \
  --prompt "A cute cat sitting on a crescent moon, watercolor style, dreamy atmosphere" \
  --model nano-banana-2 --resolution 2k --ratio 1:1

# Generate Image with Text/Typography (use gpt-image-2 for best prompt-following on text/logos)
node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs task generate \
  --prompt "Hero product poster with bold headline 'MIDNIGHT BLOOM' in serif type, centered, minimalist layout" \
  --model gpt-image-2 --resolution 2k --ratio 16:9

Supported Models

ModelTypeDuration / ResolutionAspect RatiosNotes
renoise-2.0Video5–15s (any integer)9:16, 16:9, 1:1, 4:3, 3:4, 21:9Up to 9 ref images, 3 ref videos
renoise-2.0-fastVideo5–15s (any integer)9:16, 16:9, 1:1, 4:3, 3:4, 21:9720p only, faster/cheaper
nano-banana-2Image1k, 2k, 4k1:1, 2:3, 3:2, 3:4, 4:3, 4:5, 5:4, 9:16, 16:9, 21:9, 1:4, 4:1, 1:8, 8:1Google Vertex; widest ratio set
nano-banana-proImage1k, 2k, 4k1:1, 2:3, 3:2, 3:4, 4:3, 4:5, 5:4, 9:16, 16:9, 21:9Google Vertex; higher quality tier
midjourney-v7Image*(no --resolution)*1:1, 4:3, 3:4, 16:9, 9:16, 3:2, 2:3Max 4 ref images; alias midjourney
gpt-image-2Image1k, 2k, 4k1:1, 3:2, 2:3, 4:3, 3:4, 5:4, 4:5, 16:9, 9:16, 21:9Max 4 ref images

Choosing an image model:

  • nano-banana-2 — default, cheapest, flexible ratios (incl. extreme 8:1 / 1:8 banners).
  • nano-banana-pro — higher fidelity; use for hero / final frames.
  • midjourney-v7 — strongest stylization; pass --ratio only (no resolution).
  • gpt-image-2 — best prompt-following for text/logos/typography in image.

CLI Commands

node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs <domain> <action> [options]

Domains: task, material, asset, character, credit

Credit

node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs credit me                    # User info + balance
node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs credit estimate --duration 15 # Estimate cost
node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs credit history                # Transaction history

Task — Generate & Manage

# Generate (create + wait + return result)
node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs task generate \
  --prompt "..." --duration 15 --ratio 16:9 \
  [--materials "..."] [--characters "..."] [--tags "..."]

# Create only (returns immediately)
node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs task create \
  --prompt "..." --duration 15 --ratio 16:9

# Management
node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs task list [--status completed] [--tag project-x]
node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs task get <id>
node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs task result <id>
node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs task wait <id> [--interval 10] [--timeout 600]
node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs task cancel <id>              # Pending only

# Chaining — download result → upload as material (one step)
node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs task chain <id>
# → prints new material ID, ready for --materials "ID:ref_video"

# Tags
node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs task tags
node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs task tag <id> --tags a,b,c

Parameters for generate / create:

ParameterDescriptionDefault
--prompt(required) English narrative prompt
--modelModel namerenoise-2.0 (video) or nano-banana-2 (image)
--durationVideo duration 5–15s5
--ratioAspect ratio — supported set varies per model (see Supported Models)1:1
--resolutionImage resolution 1k / 2k / 4k (image models only; omit for midjourney-v7)
--tagsComma-separated tags
--materialsMaterial refs, comma-separated (see Material Roles)
--charactersCharacter refs: id1,id2 or id1:role,id2:role

Task statuses: pendingassigningassignedqueuedrunningcompleted / failed

Material — Upload & Browse

node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs material upload /path/to/file.jpg
node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs material upload /path/to/clip.mp4 --type video
node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs material list [--type image] [--search cat]

Asset — Register for Face/Character Use

Register uploaded images as Ark assets so they bypass privacy detection when used as reference_image.

# One-step: create + wait until active (~30-60s)
node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs asset register <material_id> --name "Character Name"

# Step by step
node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs asset create <material_id> --name "Character Name"
node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs asset wait <id>

# Manage
node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs asset list
node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs asset get <id>
node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs asset delete <id>

Asset statuses: pendingprocessingactive / failed

Character — Browse Platform Library

node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs character list [--category female] [--search Jasmine]
node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs character get <id>

Material Roles

Three mutually exclusive modes for visual input. Do NOT mix modes.

Mode--materials valueDescription
First frame onlyID:first_framePin the first frame; prompt drives the rest
First + last frameID1:first_frame,ID2:last_framePin start and end; model generates transition
Multimodal referenceID:ref_image, ID:ref_video, asset:ID:reference_imageReferences for style/content guidance
Mode-level exclusion: first_frame cannot be mixed with ref_image. Within multimodal reference mode, ref_image + ref_video + asset:ID:reference_image combine freely — they use different API fields (id vs user_asset_id).

Available roles in multimodal reference mode

RoleSyntaxWhat it doesLimit
Character assetasset:ID:reference_imageLocks face/body identity. Bypasses privacy detection.Multiple OK
Reference videoID:ref_videoContinues motion/scene from previous segmentUp to 3
Reference imageID:ref_imageStyle/environment/palette guidance. No human faces.Up to 9
Character library--characters "ID"Platform character. Bypasses privacy detection.Multiple OK

Combine as needed per segment:

# Character + continuity + environment
--materials "asset:27:reference_image,42:ref_video,99:ref_image"

# Character only
--materials "asset:27:reference_image"

# Environment only (B-roll)
--materials "99:ref_image"

API representation:

"materials": [
  { "user_asset_id": 27, "role": "reference_image" },
  { "id": 42, "role": "ref_video" },
  { "id": 99, "role": "ref_image" }
]

Image requirements (for first/last frame and ref_image)

  • Format: jpeg, png, webp, bmp, tiff, gif
  • Aspect ratio (W/H): 0.4 – 2.5
  • Dimensions: 300 – 6000 px per side
  • Size: < 30 MB

Privacy detection

Images with human faces passed as ref_image will be blocked with PrivacyInformation error. Two ways to bypass:

  • User Asset: asset registerasset:ID:reference_image
  • Character Library: --characters "ID"

Never pass raw face images as ref_image.


Material Pool (Batch Ingest)

Scan a folder, upload, analyze with Gemini, output structured material-pool.json:

node ${CLAUDE_SKILL_DIR}/scripts/material-ingest.mjs ./materials/

Auto-match materials to shots:

node ${CLAUDE_SKILL_DIR}/scripts/match-materials.mjs --pool material-pool.json --shots project.json

Face detection: materials with has_face: true are automatically excluded from ref_image matching.


Prompt Basics

The renoise-2.0 model responds best to:

  • English only — non-English text or tag lists degrade quality
  • Narrative paragraphs — complete descriptive sentences, not comma-separated keywords
  • Specific over abstract — "a golden retriever running through shallow ocean waves at sunset" beats "a dog on a beach"
  • Positive language — describe what you want, not what you don't want

Structure: Subject (appearance) + Action (what happens) + Camera (movement) + Scene (environment) + Style (visual style)

Shot density for time-annotated prompts:

  • 5s: 1 shot, single action + camera
  • 10s: 2–3 shots
  • 15s: 3–4 shots
  • End the last segment with "frame holds steady" for clean endings

For the full prompt writing guide, see the director skill's prompt-craft.md.


Video Modes

ModeDurationWhen to use
Finished Cut15s with [0-3s]...[3-10s]...[10-15s]... time annotationsDefault — complete scenes with camera changes
Clip Stock3–5s, single action + camera, no time annotationsAtomic clips for post-production assembly

Finished Cut is the default. Use Clip Stock when the user needs individual shots to combine in an editor.


Multi-Segment Basics

When a video exceeds 15s, split into segments:

  1. Each segment 5–15s (default 15s unless beat alignment or pacing requires otherwise)
  2. Repeat full character description in every segment prompt
  3. Start each segment after S1 with "Continuing from the previous shot: [ending state of prev segment]"
  4. Choose the continuity method for the next segment:

- Exact carried-over opening state → extract the previous segment tail frame with ffmpeg, upload it, use ID:first_frame - Motion/style carryover → use task chain <id> to turn a completed segment into ref_video material for the next

Tail-frame → next first-frame

ffmpeg -sseof -0.2 -i generated/shots/S1.mp4 -frames:v 1 -q:v 2 -y generated/keyframes/S1-end.jpg
node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs material upload generated/keyframes/S1-end.jpg
# Use returned material ID as S2 first_frame
node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs task generate \
  --prompt "Continuing from the previous shot: <S2 prompt>" \
  --duration 15 --ratio 16:9 --materials "ID:first_frame"

ref_video chaining

node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs task chain <id>
# Use returned material ID as the next segment's ref_video
node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs task generate \
  --prompt "Continuing from the previous shot: <S2 prompt>" \
  --duration 15 --ratio 16:9 --materials "ID:ref_video"

Face handling decision tree

ScenarioApproach
Character in platform library--characters "ID"
Custom character, have/can generate face imageasset register--materials "asset:ID:reference_image"
Quick one-off, no face imageText-only description in prompt
Product/landscape (no faces)--materials "ID:ref_image"

Never pass raw face images as ref_image — privacy detection will block them.


Quick Templates

Pick the model by job: nano-banana-2 for drafts / banners / wide aspect ratios, nano-banana-pro for hero / final frames, gpt-image-2 for anything with text/logos/typography, midjourney-v7 for stylized illustration (no --resolution).

Product Design Sheet

node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs task generate \
  --prompt "Professional product design sheet showing a sleek wireless headphone from 6 angles: front view, side view, back view, top view, 3/4 perspective, detail close-up. Clean white background, studio lighting, consistent shadow direction." \
  --model nano-banana-2 --resolution 2k --ratio 1:1

Scene / Background Image

node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs task generate \
  --prompt "A modern minimalist living room at golden hour, floor-to-ceiling windows overlooking a city skyline, warm sunlight, photorealistic, 8K detail." \
  --model nano-banana-2 --resolution 2k --ratio 16:9

Hero / Key Frame (higher fidelity)

node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs task generate \
  --prompt "Cinematic hero shot: a lone astronaut standing on a red Martian plain, Earth visible in the dusty sky, volumetric sunlight, photorealistic, highly detailed, shallow depth of field." \
  --model nano-banana-pro --resolution 2k --ratio 16:9

Poster / Graphic with Text

node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs task generate \
  --prompt "Minimalist product poster with bold serif headline 'MIDNIGHT BLOOM' centered, subtitle 'Eau de Parfum' in small caps, dark navy background, gold foil accents." \
  --model gpt-image-2 --resolution 2k --ratio 16:9

Stylized Illustration

node ${CLAUDE_SKILL_DIR}/renoise-cli.mjs task generate \
  --prompt "Stylized fantasy portrait of an elven archer, moody forest lighting, painterly, intricate details." \
  --model midjourney-v7 --ratio 3:4

Error Handling

ErrorCauseFix
PrivacyInformationFace in ref_imageUse User Asset or Character Library instead
Insufficient credits (402)Balance too lowcredit me, top up at https://www.renoise.ai
Task failedGeneration failedtask get <id> to check error. Adjust prompt and retry
Auth Error (401)Invalid API KeyCheck RENOISE_API_KEY env var
wait timeoutGeneration took too longMulti-anchor tasks take 8–12 min. Use --timeout 900 or task create + task wait --timeout 900
Material upload failsFile too large / wrong format< 30 MB, supported format (jpg, png, webp, mp4, mov, etc.)

References

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.88%
按下载量换算49

Claude

26.91%
按下载量换算37

Cursor

18.04%
按下载量换算25

Gemini CLI

9.59%
按下载量换算13

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills