Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
digitalsamba avatar

Qwen Edit

  • 666 installs
  • 1.9k repo stars
  • Updated July 6, 2026
  • digitalsamba/claude-code-video-toolkit

qwen-edit is a Claude agent skill that documents Qwen-Image-Edit-2511 prompt patterns and RunPod image_edit.py commands for developers who need identity-preserving AI photo edits via natural language.

About

qwen-edit is a digitalsamba/claude-code-video-toolkit agent skill for AI image editing with Qwen-Image-Edit-2511 via RunPod serverless, listed on skills.sh with 519 installs. It provides prompt patterns, negative prompts, guidance and step tuning, and identity-preserving workflows for reframing cropped photos, clothing changes, pose adjustments, style transfers, and lighting edits. Developers invoke tools/image_edit.py with --prompt, --negative, --steps, and --guidance flags or multi-image composite anchors. Bundled references include prompting.md, examples.md, and parameters.md from production experiments. The skill explicitly warns against background replacement, face swapping, and outpainting where results fail reliably. Reach for qwen-edit when building media pipelines that need programmatic photo transforms with documented failure modes.

  • Natural language video editing via Qwen2.5-VL vision-language model
  • Supports trimming, cropping, text overlays, transitions and effects
  • Processes local video files with frame-level understanding
  • Returns edited video plus detailed operation log
  • Designed as a Claude Code compatible agent skill

Qwen Edit by the numbers

  • 666 all-time installs (skills.sh)
  • Ranked #1,456 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/digitalsamba/claude-code-video-toolkit --skill qwen-edit

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs666
repo stars1.9k
Last updatedJuly 6, 2026
Repositorydigitalsamba/claude-code-video-toolkit

How do you prompt Qwen-Image-Edit for identity-preserving edits?

Enable precise video editing commands through natural language instructions to Qwen2.5-VL.

Who is it for?

Developers building media or video toolkits who need documented Qwen-Image-Edit prompt patterns with RunPod serverless integration.

Skip if: Developers needing reliable background replacement, face swapping, or canvas outpainting where the skill documents consistent failures.

When should I use this skill?

User asks to edit photos with Qwen, reframe cropped images, run style transfers, or tune image_edit.py RunPod parameters.

What you get

Edited image files, tuned prompt and negative-prompt recipes, and parameter settings for RunPod Qwen-Image-Edit-2511 jobs.

  • Edited image outputs
  • Prompt and parameter recipes

By the numbers

  • 519 installs on skills.sh
  • 3 bundled reference files: prompting.md, examples.md, parameters.md

Files

SKILL.mdMarkdownGitHub ↗

Qwen-Image-Edit Skill

AI-powered image editing using Qwen-Image-Edit-2511 via RunPod serverless.

Status: Evolving - learnings being captured as we experiment

When to Use This Skill

Use when the user wants to:

  • Edit/transform photos while preserving identity
  • Reframe cropped images (fix cut-off heads, etc.)
  • Change clothing, add accessories
  • Change pose (arm positions, hand placement)
  • Apply style transfers (cyberpunk, anime, oil painting)
  • Adjust lighting/color grading
  • Add/remove objects
  • Character transformations (Bond, Neo, etc.)

When NOT to Use

  • Background replacement (single image) - creates cut-out artifacts, halos
  • Face swapping - cannot preserve identity from reference
  • Outpainting - can't extend canvas reliably

Use With Care

  • Multi-image compositing - CAN work with explicit identity anchors (see examples.md for prompt patterns). Requires describing distinctive features (hair texture/color, ethnicity, outfit) and using guidance ~2.0
  • Camera angle changes - Inconsistent results. Vertical angles (low/high) work better than rotational (three-quarter view)

Quick Reference

# Basic edit
python tools/image_edit.py --input photo.jpg --prompt "Add sunglasses"

# With negative prompt (recommended)
python tools/image_edit.py --input photo.jpg \
  --prompt "Reframe as portrait with full head visible" \
  --negative "blur, distortion, artifacts"

# Style transfer
python tools/image_edit.py --input photo.jpg --style cyberpunk

# Background (use cautiously - often fails)
python tools/image_edit.py --input photo.jpg --background office

# Higher quality
python tools/image_edit.py --input photo.jpg --prompt "..." --steps 16 --guidance 3.0

# Multi-image composite (identity-preserving)
python tools/image_edit.py --input person.jpg background.jpg \
  --prompt "The [ethnicity] [gender] with [hair description] from first image is now in [scene] from second image. Same [features], [outfit]." \
  --negative "different ethnicity, different hair color, different face shape, generic stock photo" \
  --steps 16 --guidance 2.0

Key Files

  • prompting.md - Prompt patterns and structure
  • examples.md - Good/bad examples from experiments
  • parameters.md - Tuning steps, guidance, negative prompts

Tool Location

tools/image_edit.py - CLI wrapper for RunPod endpoint

Related Docs

  • docs/qwen-edit-patterns.md - Character transformation patterns
  • .ai_dev/qwen-edit-research.md - Research notes

Related skills

FAQ

What model does qwen-edit use for image editing?

qwen-edit targets Qwen-Image-Edit-2511 deployed via RunPod serverless. Developers call tools/image_edit.py with --input, --prompt, and optional --negative, --steps, and --guidance flags.

Which edits should qwen-edit avoid?

qwen-edit documents unreliable workflows: single-image background replacement, face swapping, and outpainting. Multi-image compositing and camera-angle changes require explicit identity anchors and careful tuning.

How many installs does qwen-edit have on skills.sh?

qwen-edit shows 519 installs on skills.sh from digitalsamba/claude-code-video-toolkit, with bundled prompting.md, examples.md, and parameters.md reference files.

AI & Agent Buildingagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.