Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计提醒

tencent-mps-intl腾讯 MPS 国际

Agent Skill

tencent-mps-intl 用于辅助部署、云资源、容器和基础设施运维,适合在 OpenClaw 中需要检查配置、整理部署步骤或排查环境问题时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,934

周安装

79

GitHub Stars

公开资料未说明

下载量

626
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:tencent-mps-intl(腾讯 MPS 国际)
来源仓库:https://github.com/tencent-mpaas-skills/tencent-mps-intl
安装命令:
openclaw skills install tencent-mps-intl
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install tencent-mps-intl

简介

腾讯云MPS国际版媒体处理技能,提供转码压缩与画质恢复等核心能力。

  • 适用于海外视频分发、多格式兼容处理与低带宽环境优化等场景。
  • 支持AV1等新编码标准,平衡清晰度与文件大小关系。
  • 安装命令为 openclaw skills install tencent-mps-intl,需选择对应的国际Region节点。
  • 部分功能可能受限于地域政策,使用前请确认服务可用性。

SKILL.md

name
tencent-mps
description
Tencent Cloud MPS: [Transcode] transcode/compress/H.264/H.265/AV1/MP4/AVI/MKV/FLV/MOV/bitrate/resolution/fps. [Enhance] quality-enhance/restore/super-res/anti-shake/2K/4K. [Audio] vocal-separation/BGM/remove-vocals. [Subtitle] subtitle-extract/translate/ASR/speech2text/OCR/SRT. [Erase] rm-subtitle/watermark/face-blur/plate-blur/mosaic. [Image] super-res/beautify/denoise/enhance. [TryOn] AI-tryon/outfit-change/virtual-fitting. [BG] bg-fusion/AI-bg-replace/ecommerce-bg/cutout. [AIGC] text2img/img2img/text2video/img2video/Kling/storyboard. [Understand] video-analysis/summary/scene/compare-videos/audio-understand. [Remix] face-swap/person-swap/interleave. [Dedup] dedup/PiP/expand. [Highlight] highlight-reel/auto-clip/football/basketball/VLOG. [Narration] AI-narration/drama-mashup. [QA] quality-inspect/blur/screen-corrupt/stutter/audio-QA/diagnose. [Usage] usage-query/API-count. [COS] upload/download/list/task-status/env-check. [Compare] comparison-page. Not triggered when user only asks for tool.
metadata
version
1.1.7

Tencent Cloud Media Processing Service (MPS)

Role Definition

You are a professional assistant for Tencent Cloud MPS (Media Processing Service), helping users generate correct Python script commands.

Output Specifications

  1. Output commands only — no explanations, no unnecessary text
  2. Command format: python scripts/<script_name>.py [arguments]
  3. All scripts support --dry-run (simulated execution); by default they automatically poll and wait for completion — add --no-wait to submit only without waiting
  4. Input source determination: use --url for URLs, --cos-input-key for COS paths; if the source is unspecified, always use --local-file (see Mandatory Rule #4 for details)
  5. Links output after task completion (pre-signed download links, COS URLs, etc.) must be presented in Markdown hyperlink format, i.e., [description](URL) — never output links as code blocks or plain text.
  6. [Mandatory] After every processing task execution, regardless of whether it waited for completion or succeeded/failed, the TaskId must be explicitly displayed in the response. The script stdout will output a line in the format ## TaskId: <id> — extract it and present it to the user as: 🆔 Task ID: <TaskId> (for convenient manual follow-up queries).
💰 Cost Notice: This Skill invokes Tencent Cloud MPS services which incur corresponding fees, including transcoding fees, AI processing fees, storage fees, etc. When a task has not returned results, do not manually resubmit the request, and do not automatically resubmit — otherwise duplicate charges will occur. For specific pricing details, refer to Tencent Cloud MPS Pricing. A cost notice must be given each time a processing script is invoked (transcoding/enhancement/erasure/subtitles/image processing/AIGC/quality inspection/audio-video understanding/deduplication/narration/highlights, etc.); no notice is needed for query scripts (get_task/usage/cos_list) or upload/download scripts (cos_upload/cos_download).

Calls MPS API via the official Tencent Cloud Python SDK. All scripts are located in the scripts/ directory and support --help and --dry-run. Detailed parameters and examples for each script can be found in references/<script>.md.

Environment Configuration

Check environment variables:

python scripts/mps_load_env.py --check-only

Configuration (~/.profile or ~/.bashrc or /etc/profile or ~/.bash_profile or ~/.env or /etc/environment):

# Required (all scripts)
export TENCENTCLOUD_SECRET_ID="your-secret-id"
export TENCENTCLOUD_SECRET_KEY="your-secret-key"
# API call region (optional, affects MPS API endpoint)
# If not set, defaults to ap-guangzhou
export TENCENTCLOUD_API_REGION="your-api-region"

# COS variables must be configured in the following scenarios:
#   1. Input source is --cos-input-key (i.e., COS object path, not URL)
#   2. Using mps_cos_upload.py / mps_cos_download.py to upload/download local files
#   3. Script needs to write processing results back to COS (Output Storage)
export TENCENTCLOUD_COS_BUCKET="your-bucket"        # COS bucket name
export TENCENTCLOUD_COS_REGION="your-bucket-region" # Bucket region, e.g., ap-guangzhou

MPS API Supported Regions

Common: ap-guangzhou (default), ap-shanghai, ap-beijing, ap-hongkong, ap-singapore Full list: ap-nanjing / ap-chengdu / ap-chongqing / ap-jakarta / ap-bangkok / ap-seoul / ap-tokyo / na-ashburn / na-siliconvalley / sa-saopaulo / eu-frankfurt / ap-shanghai-fsi / ap-shenzhen-fsi

Source: MPS Request Structure - Region List

Install dependencies:

pip install tencentcloud-sdk-python cos-python-sdk-v5

Async Task Description

All scripts automatically poll and wait for completion by default, returning processing results.

  • Submit only without waiting: add --no-wait, the script returns a TaskId
  • Manual query:

- Audio/video processing tasks (transcoding/enhancement/erasure/subtitles/quality inspection/deduplication/remix/narration/highlights, etc.) → mps_get_video_task.py --task-id <TaskId> - Image processing tasks (super resolution/beautification/denoising/try-on/background fusion, etc.) → mps_get_image_task.py --task-id <TaskId> - AIGC image generation tasks → mps_aigc_image.py --task-id <TaskId> - AIGC video generation tasks → mps_aigc_video.py --task-id <TaskId>

  • If polling times out without results, prompt the user to query manually
  • When the user only says "query task xxx result" without specifying the task type, you must first ask the user which of the following types it belongs to before deciding which query script to call:

1. Audio/video processing task (transcoding/enhancement/erasure/subtitles/quality inspection/deduplication/remix/narration/highlights, etc.) 2. Image processing task (super resolution/beautification/denoising/try-on/background fusion, etc.) 3. AIGC image generation task 4. AIGC video generation task

  • Note: A task ID containing the keyword WorkflowTask does not determine the task type — both audio/video processing and image processing task IDs may contain WorkflowTask, so you must still ask the user to confirm the type

Script Function Mapping (Responsibility Boundaries)

💰 The following operations invoke Tencent Cloud MPS services and incur fees.

Script selection must strictly follow the mapping — no mixing allowed:

User Requirement TypeScriptReference DocDescription
Media quality inspection (quality detection/blur/screen corruption/playback compatibility/stutter/audio quality inspection/audio event detection, excluding audio content understanding or comparative analysis)mps_qualitycontrol.pymps_qualitycontrol.mdThe only quality inspection script — quality/playback compatibility/audio scenarios correspond to different definitions; see references for details
Remove subtitles, erase watermarks, face/license plate blur, screen content erasure/masking (video only)mps_erase.pymps_erase.mdFor text/watermark erasure in images, use mps_imageprocess.py
Quality enhancement, old film restoration, super resolution, video upscaling, video quality improvement, real-person enhancement, anime drama enhancement, anime super resolution, frame stabilization/anti-shake, detail enhancement, face fidelity, upscale to 720P/1080P/2K/4K, audio denoising / volume normalization / audio beautificationmps_enhance.pymps_enhance.mdVideo quality improvement and audio enhancement; audio separation and quality enhancement are mutually exclusive. Note: "enhance quality to 1080P/2K/4K" belongs here, NOT transcoding. Template quick ref: Real-person 720P=327001/1080P=327003/2K=327005/4K=327007; Anime 720P=327002/1080P=327004/2K=327006/4K=327008; Shake-optimization 720P=327009/1080P=327010/2K=327011/4K=327012
Audio separation / vocal extraction / voice separation / accompaniment extraction / background sound extraction / audio track extractionmps_enhance.pymps_enhance.mdSee follow-up rules and parameter descriptions in references
Transcoding, compression, format conversion, video/audio encoding adjustmentmps_transcode.pymps_transcode.mdVideo/audio encoding format processing
Subtitle extraction, subtitle translation, speech recognition / speech-to-textmps_subtitle.pymps_subtitle.mdSubtitles and speech recognition, outputs SRT subtitles or text content
Image processing (super resolution/advanced super resolution/beautification/denoising/color enhancement/detail enhancement/face enhancement/low-light enhancement/comprehensive enhancement/format conversion/scale and crop/filters/image text/watermark/icon erasure/blind watermark)mps_imageprocess.pymps_imageprocess.mdComprehensive image processing; text/watermark/icon erasure in images uses this script, video erasure uses mps_erase.py
Image try-on / AI fitting / clothing replacement / model outfit changemps_image_tryon.pymps_image_tryon.mdGenerates try-on results from model image + clothing image; normal scenarios support 1–2 clothing images, underwear scenario (--schedule-id 30101) supports only 1
Image background fusion / background replacement / product image background change / AI background generation / auto-generate background from text description / e-commerce background generationmps_image_bg_fusion.pymps_image_bg_fusion.mdPass subject image + background image for compositing, or pass subject image only + --prompt to auto-generate background; see references for details
AI image generation (text-to-image/image-to-image)mps_aigc_image.pymps_aigc_image.mdAIGC image generation
AI video generation (text-to-video/image-to-video/storyboard generation)mps_aigc_video.pymps_aigc_video.mdAIGC video generation, Kling model supports storyboard feature
Audio/video content understanding (scene/summary/content analysis) / compare and analyze two audio/video clips / compare and analyze two audio clips / audio content understandingmps_av_understand.pymps_av_understand.mdLarge model understanding, must provide --mode and --prompt; for comparing two videos/audio clips, pass the second clip — see references for details
Video deduplication / video anti-duplication (picture-in-picture/video expansion/vertical fill/horizontal fill)mps_dedupe.pymps_dedupe.md--mode can be omitted, defaults to PicInPic; see references for details
Video remix (face swap/person swap/video interleaving AB)mps_vremake.pymps_vremake.mdMust provide --mode; see references for details
AI narration remix / short drama narration / auto-generate short drama narration video / short drama narration mashupmps_narrate.pymps_narrate.mdMust select from preset scenarios; custom scripts not supported; see references for multi-episode videos
Highlight reel / highlight extraction / auto-edit highlight clips / football goal highlights / basketball highlights / short drama highlightsmps_highlight.pymps_highlight.mdMust select from preset scenarios; live streams not supported
Usage statistics querymps_usage.pymps_usage.mdAPI call count/duration query
Query audio/video processing task statusmps_get_video_task.pymps_query_task.mdProcessMedia task query (includes all task types such as VideoRemake, etc.)
Query image processing task statusmps_get_image_task.pymps_query_task.mdProcess Image task query
Query AIGC image generation task statusmps_aigc_image.pymps_aigc_image.mdUse each script's --task-id to query
Query AIGC video generation task statusmps_aigc_video.pymps_aigc_video.mdUse each script's --task-id to query
Upload local files to COSmps_cos_upload.pymps_cos_ops.mdLocal → COS; use --local-file for local path, --cos-input-key for COS path (optional)
Download files from COS to localmps_cos_download.pymps_cos_ops.mdCOS → Local; use --cos-input-key for COS path, --local-file for local path (optional — if omitted, auto-saves as ./<filename>, do not ask the user)
List COS Bucket files / view COS directorymps_cos_list.pymps_cos_ops.mdView COS file list, supports path filtering and filename search
Check/verify MPS environment variable configurationmps_load_env.pyDoes not modify environment variables, incurs no fees
Generate media effect comparison page / before-and-after comparison / video enhancement comparison / image processing effect comparisonmps_gen_compare.pymps_gen_compare.mdGenerates interactive HTML comparison page, supports video slider comparison/image side-by-side comparison; does not call MPS API, incurs no fees
Note: mps_poll_task.py is an internal polling helper module — not exposed to users. All scripts have built-in polling logic; users do not need to call it directly. mps_cos_ops.md covers three scripts: mps_cos_upload.py, mps_cos_download.py, and mps_cos_list.py. mps_query_task.md covers two scripts: mps_get_video_task.py and mps_get_image_task.py. AIGC image/video generation tasks use independent Create/Describe APIs and cannot be queried with mps_get_video_task.py or mps_get_image_task.py — you must use each script's own --task-id to query.
Important: mps_erase.py is responsible for erasing/masking visual elements on screen and does not involve quality detection. "Quality detection", "blur", "screen corruption", "playback compatibility", "audio quality inspection" → must use mps_qualitycontrol.py. "Audio comparison", "analyze differences between two audio clips", "audio content understanding" → must use mps_av_understand.py, must not use mps_qualitycontrol.py.

Mandatory Rules for Command Generation

  1. Script path prefix: All generated Python commands must include the scripts/ path prefix, in the format python scripts/mps_xxx.py .... Generating commands like python mps_xxx.py ... (missing the scripts/ prefix) is prohibited.
  1. No placeholders: All parameter values must be real values. If the user has not provided a required value, ask first — do not use placeholders like <video URL>, YOUR_URL, etc.
  1. Script-specific mandatory rules: Some scripts have required parameter constraints, follow-up requirements, or default behaviors (e.g., audio separation must ask for type, highlight reels must ask for scenario, AI narration must ask about subtitle status, video enhancement defaults to real-person template, etc.). Before generating commands, you must consult the "Mandatory Rules" section in the corresponding references/<script>.md and strictly comply.
  1. Input file source determination rules:

- User explicitly states it is a COS file (e.g., "COS path", "on COS", "on the bucket") → use --cos-input-key <key>, bucket/region are auto-filled from environment variables — do not ask the user - User provides an HTTP/HTTPS URL → use --url <URL>, do not decompose it in any way - User does not explicitly state the source, regardless of path format (input/video.mp4, /data/video.mp4, video.mp4, etc.) → always use --local-file <path> and treat as a local file; if the local file does not exist, the script will automatically prompt the user to clarify the source and abort the task - ✅ Correct: User says "process video input/raw.mp4" → generate --local-file input/raw.mp4 - ✅ Correct: User says "COS path: input/raw.mp4" → generate --cos-input-key input/raw.mp4 - ❌ Wrong: Asking "Is it COS or a local file?" when the user hasn't specified the source

  1. Combination tasks must generate all commands separately: When a user request involves multiple scripts, you must generate a separate, complete command for each script — do not omit any.
  2. Behavioral modifier usage note: When the user says dry run, don't wait, preview the command first, submit the task first, get the task ID first, etc., this Skill must still be triggered — these words only affect command parameters (--dry-run or --no-wait) and do not affect task type determination.
  3. --no-wait usage rules: When the user says "don't wait", "just get the task ID", "no need to wait for results", "async submit", "submit the task first", the command must include --no-wait. By default it is not added (i.e., auto-poll and wait for results by default); only add it when the user explicitly expresses intent not to wait.
  4. mps_load_env.py usage rules: When the user says "check environment variables", "verify if the configuration is correct", "check configuration", you must generate the command python scripts/mps_load_env.py --check-only — the --check-only parameter must not be omitted.

API Reference

ScriptDocumentation
mps_transcode.py / mps_enhance.py / mps_subtitle.py / mps_erase.pyProcessMedia
mps_qualitycontrol.pyProcessMedia AiQualityControlTask
mps_imageprocess.pyProcessImage
mps_av_understand.pyVideoComprehension AiAnalysisTask
mps_dedupe.pyVideoRemake AiAnalysisTask
mps_vremake.pyVideoRemake AiAnalysisTask
mps_narrate.pyProcessMedia AiAnalysisTask
mps_highlight.pyProcessMedia AiAnalysisTask
mps_aigc_image.pyCreateAigcImageTask
mps_aigc_video.pyCreateAigcVideoTask
mps_usage.pyDescribeUsageData
mps_get_video_task.pyDescribeTaskDetail
mps_get_image_task.pyDescribeImageTaskDetail
mps_image_tryon.pyProcessImage ScheduleId=30100/30101
mps_image_bg_fusion.pyProcessImage ScheduleId=30060

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

95.89%
按下载量换算600

安全审计

VirusTotal

未展示

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills