Seedance Examples Ja logo

Seedance Examples Ja

CommunityPopular
Emily2040
seedance-examples-ja

This skill should be used when the user asks for Japanese Seedance 2.0 examples, Japanese prompt patterns, example rewrites, or safe versions of working Japanese video-generation prompts.

Overview

PublisherEmily2040
Repositoryseedance-2.0
Skill nameseedance-examples-ja
Stars
7.4K
Forks
1.1K
Bundled files
Instructions only
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • Self-contained

    Everything the model needs lives in the instructions — no extra files to sync.

  • Open source

    Published by Emily2040 on GitHub. Read the source before you install it.

Installation

Install the Seedance Examples Ja AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/Emily2040/seedance-2.0.git /tmp/seedance-2.0
mkdir -p .claude/skills
cp -r /tmp/seedance-2.0/skills/seedance-examples-ja .claude/skills/seedance-examples-ja
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Seedance Examples Ja in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Seedance Examples Ja on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Seedance Examples Ja is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

seedance-examples-ja

Before producing prompt text, a prompt-ready block, a rewrite, an example, or a compiled clip, load the Director's Read, classify the brief, and complete its canonical narrative or non-narrative record. Translate that record into visible or audible carriers and keep its internal labels out of final generation prose.

Use Japanese examples as language-specific prompt patterns, not translated English templates. Preserve reference tags exactly: @Image1, @Image2, @Video1, and @Audio1 remain unchanged inside Japanese sentences. Static validation is not a language certification; use multilingual language review for that review and do not infer who wrote the material.

Intent

Japanese examples should feel like production notes a Japanese creator could actually use: polite where helpful, compact where the model needs clarity, and concrete enough that every emotion becomes framing, light, motion, sound, or post-production handling.

Example Labels

LabelMeaning
safeOriginal concept, no protected identity.
needs-owned-referenceRequires user-owned, licensed, public-domain, or authorized asset.
surface-specificDepends on the active web, API, or workflow surface.
rewrite-requiredMentions protected identity, brand, celebrity, exact scene, song, or voice.

Safe Example Patterns

Product I2V: @Image1を商品参照として使い、ロゴ、ラベル、形状、色を正確に維持する。変化は小さな水滴が表面を下へ流れる動きと、左から横切る柔らかい暖色光だけ。Camera: locked product close-up, slow push-in. Sound: quiet room tone, one small glass tick at the end.

Portrait micro-performance: @Image1の人物の顔、髪型、衣装、背景構図を保持。動きは小さく、一度まばたきし、視線を少し下げ、最後に控えめに微笑む。Camera: locked medium close-up, no reframing. Lighting: soft window light from frame right. Sound: quiet room tone.

Sequence clip 01: オリジナル人物Aが夜明けの駅ホームに入ってくる。「誰かを待つ」という目的が分かる最初の手がかりだけを見せる。Aは濡れた床を二歩歩き、折りたたまれた切符を見つけて拾わずに止まる。Camera: stable lateral tracking, medium-wide. このクリップでは列車到着や再会は見せない。

Continuation: 前の採用済みクリップの終点から続ける。Aは切符の二歩手前で止まっている状態から開始し、ゆっくりしゃがんで切符を拾い、遠くのアナウンスに反応して顔を上げる。前の入場動作を繰り返さない。Camera: locked medium shot, slight push-in.

Dialogue: Character A sits at a cafe table in a locked medium close-up and softly says, "もう一度だけ。" セリフ中は頭を大きく動かさず、小さな口の動きだけ。Lighting: warm interior practical, cool rain reflection on wall. Sound: clear short dialogue, no music under the line.

Textless localization: 9:16の日本向けSNSカット。商品は中央、端に重要な動きなし。画面内に生成文字、字幕、広告コピーを入れない。Post note: 日本語字幕、法務文言、CTAは編集で追加する。

Rewrite Pattern

If the prompt contains protected names, rewrite the creative function into original Japanese descriptors: 有名キャラクターそのもの becomes オリジナルの仮面をつけた屋上配達員; 特定作品そっくり becomes 低彩度の夜景、硬いサイドライト、静かな演技、長焦点の圧縮感.

Output Contract

Return the Japanese example, label, risk note, and safer Japanese variant when needed. Keep final Seedance prompt text natural-language unless the user asks for structured output.

Frequently asked questions

What does the Seedance Examples Ja AI skill do?

This skill should be used when the user asks for Japanese Seedance 2.0 examples, Japanese prompt patterns, example rewrites, or safe versions of working Japanese video-generation prompts.

Why use Seedance Examples Ja on TypingMind?

Because you install it once and use it with any model. Seedance Examples Ja is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Seedance Examples Ja in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/Emily2040/seedance-2.0/tree/main/skills/seedance-examples-ja. TypingMind reads its SKILL.md and installs it as a skill you can enable per chat.

Which AI models can use Seedance Examples Ja?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Seedance Examples Ja?

As many as you like. As long as a model supports skills, you can use Seedance Examples Ja with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Seedance Examples Ja AI skill free?

Yes. It is published on GitHub by Emily2040 under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇