alicloud-media-video-translation-test

Validate authentication, API reachability, and read-only queries for the alicloud-media-video-translation skill.

396|34|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-media-video-translation-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alicloud-media-video-translation-test
Source: https://github.com/cinience/alicloud-skills/tree/main/tests/media/video/alicloud-media-video-translation-test
Command: npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-media-video-translation-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures the basic functionality and accessibility of the video translation service, verifying that it can be reached and queried with minimal configuration.

Core Features & Use Cases

  • Authentication Check: Validates that the skill can authenticate using provided credentials.
  • API Reachability: Confirms that the core API endpoints for the video translation service are responsive.
  • Read-Only Query Path: Tests a safe, non-modifying API call to ensure data retrieval works.
  • Use Case: Before deploying a new version of the video translation service, run this smoke test to quickly confirm that it's operational and won't immediately fail for users.

Quick Start

Run the offline script compilation check for the alicloud-media-video-translation skill.

Frequently Asked Questions about alicloud-media-video-translation-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a smoke test for alicloud video translation API reachability?

To run a smoke test for alicloud video translation, execute the provided offline script to validate API reachability, authentication, and a safe read-only query path.

What does an alicloud video translation smoke test validate?

An alicloud video translation smoke test validates script compilation, credential authentication, core API endpoint responsiveness, and successful execution of a bounded read-only query.

Can I use this test to check alicloud video translation authentication without modifying data?

Yes, you can use this test to check alicloud video translation authentication safely because it executes a minimal, bounded API call restricted to a read-only query path.

When do I need to run a video translation API smoke test?

You need to run a video translation API smoke test before deploying a new service version to quickly confirm operational status, verify configuration, and prevent immediate user failures.

What are the limitations of this alicloud video translation smoke test?

The limitation of this alicloud video translation smoke test is its basic scope: it only performs a minimal, bounded API call for operational status rather than deep functional or integration testing.