transferring-video-styles
- Repo stars 17,824
- Author updated Live
- Author repo AiToEarn
- Domain
- Writing
- Compatible agents
-
- Claude Code
- Cursor
- Cline
- Codex
- Windsurf
- Gemini CLI
- +20
- Trust score
- 88 / 100 · community maintained
- Author / version / license
- @yikart · no license declared
- Token usage
- Lean
- Setup complexity
- Plug-and-play
- External API key
- Not required
- Operating systems
- Unspecified (assume cross-platform)
- Runtime requirements
- No special requirements
- Permissions
-
- Read-only
- Write / modify
- Network behavior
- Local-only
- Install commands
- 26 variants
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
---
name: transferring-video-styles
description: Converts live-action videos into artistic styles (comic, anime, 3D cartoon) using AI-powered sty…
category: writing
runtime: no special runtime
---
# transferring-video-styles output preview
## PART A: Task fit
- Use case: Converts live-action videos into artistic styles (comic, anime, 3D cartoon) using AI-powered style transfer. Use this skill when: | Style | Description | Best For | | ------------------------- | -------------------------- | ------------------------------- | | 漫画风 (Comic) | Bold outlines, flat colors | Action scenes, dramatic content | runs entirely locall….
- Inputs: target material, constraints, expected output, and acceptance criteria.
- Evidence boundary: follow “When to Use / Available Styles / Workflow” and do not present inference as author intent.
## PART B: Execution result
- **01** The card summarizes the use case; runtime output centers on “Converts live-action videos into artistic styles (comic, anime, 3D cartoon) using AI-powered style transfer. Use this skill when: | Style | Description | Best For | | ------------------------- | -------------------------- | ------------------------------- | | 漫画风 (Comic) | Bold outlines, flat colors | Action scenes, dramatic content | runs entirely locall…”.
- **02** When the source has headings, the agent prioritizes “When to Use / Available Styles / Workflow” so the result follows the author’s structure.
- **03** Typical output includes task judgment, concrete steps, required commands or file edits, validation, and follow-up options.
- **04** Risk context follows the fingerprint: read files, write/modify files; mostly runs locally; usually needs no extra API key.
## Running Rules
- read files, write/modify files; mostly runs locally; usually needs no extra API key.
- Validate with a small sample before expanding scope.
- Return the result, validation criteria, and next iteration options. The source does not require a stable slash command. After installation, invoke the skill by name and describe the task.
Name target files or source material, expected output, forbidden changes, and whether network or shell access is allowed. Permission fingerprint: read files, write/modify files.
Start with a small task and check whether the result follows “When to Use / Available Styles / Workflow”. Inspect diffs, logs, previews, or tests before expanding scope.
Confirm the final output includes a concrete result, evidence, and next action. If it stays generic, tighten inputs, boundaries, and acceptance criteria.
---
name: transferring-video-styles
description: Converts live-action videos into artistic styles (comic, anime, 3D cartoon) using AI-powered sty…
category: writing
source: yikart/AiToEarn
---
# transferring-video-styles
## When to use
- Converts live-action videos into artistic styles (comic, anime, 3D cartoon) using AI-powered style transfer. Use this…
- Use it when the task has clear inputs, repeatable steps, and validation criteria.
## What to provide
- Target material, scope, expected result, and forbidden changes.
- Whether network, commands, file writes, or external services are allowed.
## Execution rules
- Organize steps around “When to Use / Available Styles / Workflow” and keep inference separate from source facts.
- read files, write/modify files; mostly runs locally; usually needs no extra API key.
- Validate with a small sample before expanding the task.
## Output requirements
- Return the deliverable, key evidence, validation method, and next action.
- Mark missing information as unknown; do not invent commands, platforms, or dependencies. The author source anchors workflow facts; repository files anchor sources and commands; Fluxly only adds fit, limitations, and quality judgment.
skill "transferring-video-styles" {
input -> user goal + target files + boundaries + acceptance criteria
context -> When to Use / Available Styles / Workflow
rules -> SKILL.md triggers / order / output contract
runtime -> no special runtime | read files, write/modify files | mostly runs locally
guardrails -> usually needs no extra API key + small-sample validation + diff/log review
output -> copyable result + checklist + next iteration
} Video Style Transfer
Converts live-action videos into artistic styles (comic, anime, 3D cartoon) using AI-powered style transfer.
When to Use
Use this skill when:
- Converting videos to comic/manga style
- Creating anime-style versions of videos
- Applying 3D cartoon effects to videos
- Transforming real-world footage into artistic styles
Available Styles
| Style | Description | Best For |
|---|---|---|
| 漫画风 (Comic) | Bold outlines, flat colors | Action scenes, dramatic content |
| 3D卡通风格 (3D Cartoon) | Smooth 3D rendering | Family content, cute subjects |
| 日漫风格 (Japanese Anime) | Anime aesthetics | Storytelling, character-focused |
Workflow
Step 1: Get Video Input
Obtain the video URL or VID from user. URLs will be auto-uploaded.
Step 2: Submit Style Transfer Task
Call submitVideoStyleTransfer with:
- Video source
- Target style
- Output resolution
Step 3: Poll for Results
- First check: Wait 210 seconds (3.5 minutes) after submission
- Subsequent checks: Wait 30 seconds between polls
- Call
getVideoStyleTransferStatusto check progress
Step 4: Timeout Handling
Maximum wait time: 20 minutes
If task exceeds 20 minutes:
- Report as timeout failure
- Suggest user try with shorter video or lower resolution
Step 5: Return Results
On completion, return the styled video URL and VID to user.
Examples
Example 1: Convert to Comic Style
1. submitVideoStyleTransfer:
- videoInput: "https://example.com/video.mp4"
- style: "漫画风"
- resolution: "720p"
2. Wait 210 seconds
3. Poll getVideoStyleTransferStatus until completed
4. Return styled video URL
Example 2: Create Japanese Anime Version
1. submitVideoStyleTransfer:
- videoInput: "vid://xxxxx"
- style: "日漫风格"
- resolution: "1080p"
2. Wait 210 seconds
3. Poll getVideoStyleTransferStatus until completed
4. Return styled video URL
Resolution Selection
| Resolution | Use Case | Processing Time |
|---|---|---|
| 480p | Quick testing, previews | Fastest |
| 720p | Standard quality output | Normal |
| 1080p | High quality final output | Longest |
Important Notes
- Processing time: approximately 10 minutes per 1-minute of video
- Maximum wait time is 20 minutes
- Style transfer works best with clear subjects and good lighting
- Use 480p for testing, upgrade to 720p/1080p for final output
Decide Fit First
Design Intent
How To Use It
Boundaries And Review