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

muapi-media-generation

Generate AI images, videos, music, and audio from the terminal via muapi.ai — supports 100+ models including Flux, Midjourney v7, Kling 3.0, Veo3, a…

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

它会碰到什么

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

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

技能内容

🎨 MuAPI Media Generation

Schema-driven generation primitives for images, videos, and audio.

Generate professional-grade media directly from the terminal using 100+ state-of-the-art AI models. All scripts are powered by schema_data.json for dynamic model and endpoint resolution.

Available Scripts

| Script | Description | Default Model |

| :--- | :--- | :--- |

| generate-image.sh | Text-to-image generation | flux-dev |

| generate-video.sh | Text-to-video generation | minimax-pro |

| image-to-video.sh | Animate a static image into video | kling-pro |

| create-music.sh | Music creation, remix, extend, text/video-to-audio | Suno V5 |

| upload.sh | Upload local files to CDN for use with other skills | — |

Quick Start

# Generate an image
bash generate-image.sh --prompt "a sunset over mountains" --model flux-dev --view

# Generate a video
bash generate-video.sh --prompt "ocean waves at golden hour" --model minimax-pro --view

# Animate an image
bash image-to-video.sh --image-url "https://..." --prompt "camera slowly pans right" --model kling-pro

# Create music
bash create-music.sh --style "lo-fi hip hop" --prompt "chill beats for studying"

# Upload a local file
bash upload.sh --file ./my-image.jpg

Common Flags

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

Requirements

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

想直接用这个技能?

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