跳到主要内容
知仓学习社ZHICANG

muapi-media-editing

Edit and enhance images and videos with AI via muapi.ai — prompt-based editing, upscaling, background removal, face swap, lipsync, video effects, an…

读凭据联网严重 24 · 高危 0SamurAIGPT/Generative-Media-Skills

它会碰到什么

扫了多少5 个文本文件,25 KB
它会碰到什么读凭据联网
命中总数27 处
命中统计严重 24 · 高 0 · 中 0 · 低 3
逐条看命中(24 条严重或高危)
  • 严重 enhance-image.sh:29cred-paths
    grep -v "^MUAPI_KEY=" .env > .env.tmp 2>/dev/null || true
  • 严重 enhance-image.sh:29cred-paths
    grep -v "^MUAPI_KEY=" .env > .env.tmp 2>/dev/null || true
  • 严重 enhance-image.sh:30cred-paths
    mv .env.tmp .env 2>/dev/null || true
  • 严重 enhance-image.sh:30cred-paths
    mv .env.tmp .env 2>/dev/null || true
  • 严重 enhance-image.sh:31cred-paths
    echo "MUAPI_KEY=$KEY_VALUE" >> .env
  • 严重 enhance-image.sh:32cred-paths
    echo "MUAPI_KEY saved to .env" >&2
  • 严重 enhance-image.sh:38cred-paths
    if [ -f ".env" ]; then source .env 2>/dev/null || true; fi
  • 严重 enhance-image.sh:38cred-paths
    if [ -f ".env" ]; then source .env 2>/dev/null || true; fi
  • 严重 lipsync.sh:26cred-paths
    grep -v "^MUAPI_KEY=" .env > .env.tmp 2>/dev/null || true
  • 严重 lipsync.sh:26cred-paths
    grep -v "^MUAPI_KEY=" .env > .env.tmp 2>/dev/null || true
  • 严重 lipsync.sh:27cred-paths
    mv .env.tmp .env 2>/dev/null || true
  • 严重 lipsync.sh:27cred-paths
    mv .env.tmp .env 2>/dev/null || true
  • 严重 lipsync.sh:28cred-paths
    echo "MUAPI_KEY=$KEY_VALUE" >> .env
  • 严重 lipsync.sh:29cred-paths
    echo "MUAPI_KEY saved to .env" >&2
  • 严重 lipsync.sh:35cred-paths
    if [ -f ".env" ]; then source .env 2>/dev/null || true; fi
  • 严重 lipsync.sh:35cred-paths
    if [ -f ".env" ]; then source .env 2>/dev/null || true; fi
  • 严重 video-effects.sh:32cred-paths
    grep -v "^MUAPI_KEY=" .env > .env.tmp 2>/dev/null || true
  • 严重 video-effects.sh:32cred-paths
    grep -v "^MUAPI_KEY=" .env > .env.tmp 2>/dev/null || true
  • 严重 video-effects.sh:33cred-paths
    mv .env.tmp .env 2>/dev/null || true
  • 严重 video-effects.sh:33cred-paths
    mv .env.tmp .env 2>/dev/null || true
  • 严重 video-effects.sh:34cred-paths
    echo "MUAPI_KEY=$KEY_VALUE" >> .env
  • 严重 video-effects.sh:35cred-paths
    echo "MUAPI_KEY saved to .env" >&2
  • 严重 video-effects.sh:41cred-paths
    if [ -f ".env" ]; then source .env 2>/dev/null || true; fi
  • 严重 video-effects.sh:41cred-paths
    if [ -f ".env" ]; then source .env 2>/dev/null || true; fi

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

✏️ MuAPI Media Editing & Enhancement

Advanced editing and enhancement operations for images and videos.

Apply AI-powered edits, enhancements, and effects to existing media. Supports prompt-based editing with Flux Kontext, GPT-4o, and Midjourney, plus one-click operations like upscaling and background removal.

Available Scripts

| Script | Description |

| :--- | :--- |

| edit-image.sh | Prompt-based image editing (Flux Kontext, GPT-4o, Midjourney, Qwen, and more) |

| enhance-image.sh | One-click operations: upscale, background removal, face swap, colorize, Ghibli style, product shots |

| lipsync.sh | Sync video lip movement to audio (Sync Labs, LatentSync, Creatify, Veed) |

| video-effects.sh | Video/image effects: Wan AI, face swap, dance, dress change, Luma modify/reframe |

Quick Start

# Edit an image with a prompt
bash edit-image.sh --image-url "https://..." --prompt "add sunglasses" --model flux-kontext-pro

# Upscale an image
bash enhance-image.sh --op upscale --image-url "https://..."

# Remove background
bash enhance-image.sh --op background-remove --image-url "https://..."

# Lipsync a video
bash lipsync.sh --video-url "https://..." --audio-url "https://..." --model sync

# Apply dance effect
bash video-effects.sh --op dance --image-url "https://..." --audio-url "https://..."

Common Flags

All scripts support: --async, --json, --timeout N, --help

Requirements

  • MUAPI_KEY environment variable (set via core/platform/setup.sh)
  • curl, jq, python3

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。