← Back to Skills Marketplace
cinience

Alicloud Ai Entry Modelstudio Test

by cinience · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
1204
Downloads
0
Stars
3
Active Installs
4
Versions
Install in OpenClaw
/install alicloud-ai-entry-modelstudio-test
Description
Run a minimal test matrix for the Model Studio skills that exist in this repo, including image/video/audio, realtime speech, omni, visual reasoning, embeddin...
README (SKILL.md)

Category: task

Model Studio Skills Minimal Test

Run minimal validation for currently available Model Studio skills in this repo and record results.

Prerequisites

  • Install SDK (virtual environment recommended to avoid PEP 668 restrictions):
python3 -m venv .venv
. .venv/bin/activate
python -m pip install dashscope
  • Configure DASHSCOPE_API_KEY (environment variable preferred; or dashscope_api_key in ~/.alibabacloud/credentials).

Test Matrix (currently supported)

  1. Text-to-image → skills/ai/image/alicloud-ai-image-qwen-image/
  2. Image editing → skills/ai/image/alicloud-ai-image-qwen-image-edit/
  3. Text-to-video / Image-to-video (i2v) → skills/ai/video/alicloud-ai-video-wan-video/
  4. Reference-to-video (r2v) → skills/ai/video/alicloud-ai-video-wan-r2v/
  5. TTS → skills/ai/audio/alicloud-ai-audio-tts/
  6. ASR transcription (non-realtime) → skills/ai/audio/alicloud-ai-audio-asr/
  7. Realtime ASR → skills/ai/audio/alicloud-ai-audio-asr-realtime/
  8. Realtime TTS → skills/ai/audio/alicloud-ai-audio-tts-realtime/
  9. Live speech translation → skills/ai/audio/alicloud-ai-audio-livetranslate/
  10. CosyVoice voice clone → skills/ai/audio/alicloud-ai-audio-cosyvoice-voice-clone/
  11. CosyVoice voice design → skills/ai/audio/alicloud-ai-audio-cosyvoice-voice-design/
  12. Voice clone → skills/ai/audio/alicloud-ai-audio-tts-voice-clone/
  13. Voice design → skills/ai/audio/alicloud-ai-audio-tts-voice-design/
  14. Omni multimodal → skills/ai/multimodal/alicloud-ai-multimodal-qwen-omni/
  15. Visual reasoning → skills/ai/multimodal/alicloud-ai-multimodal-qvq/
  16. Text embedding → skills/ai/search/alicloud-ai-search-text-embedding/
  17. Rerank → skills/ai/search/alicloud-ai-search-rerank/
  18. Video editing → skills/ai/video/alicloud-ai-video-wan-edit/

If new capability tests are needed, create corresponding skill first (use skills/ai/misc/alicloud-ai-misc-crawl-and-skill/ to refresh model list).

Minimal Flow Per Capability

  1. Open target sub-skill directory and read SKILL.md.
  2. Choose one minimal input example and recommended model.
  3. Run SDK call or script.
  4. Record model, request summary, response summary, duration, and status.

Result Template

Save as output/alicloud-ai-entry-modelstudio-test-results.md:

# Model Studio Skill Test Results

- Date: YYYY-MM-DD
- Environment: region / API_BASE / auth method

| Capability | Sub-skill | Model | Request summary | Result summary | Status | Notes |
| --- | --- | --- | --- | --- | --- | --- |
| Text-to-image | alicloud-ai-image-qwen-image | \x3Cmodel-id> | ... | ... | pass/fail | ... |
| Image editing | alicloud-ai-image-qwen-image-edit | \x3Cmodel-id> | ... | ... | pass/fail | ... |
| Image-to-video (i2v) | alicloud-ai-video-wan-video | \x3Cmodel-id> | ... | ... | pass/fail | ... |
| Reference-to-video (r2v) | alicloud-ai-video-wan-r2v | \x3Cmodel-id> | ... | ... | pass/fail | ... |
| TTS | alicloud-ai-audio-tts | \x3Cmodel-id> | ... | ... | pass/fail | ... |
| ASR (non-realtime) | alicloud-ai-audio-asr | \x3Cmodel-id> | ... | ... | pass/fail | ... |
| Realtime ASR | alicloud-ai-audio-asr-realtime | \x3Cmodel-id> | ... | ... | pass/fail | ... |
| Realtime TTS | alicloud-ai-audio-tts-realtime | \x3Cmodel-id> | ... | ... | pass/fail | ... |
| Live speech translation | alicloud-ai-audio-livetranslate | \x3Cmodel-id> | ... | ... | pass/fail | ... |
| CosyVoice voice clone | alicloud-ai-audio-cosyvoice-voice-clone | \x3Cmodel-id> | ... | ... | pass/fail | ... |
| CosyVoice voice design | alicloud-ai-audio-cosyvoice-voice-design | \x3Cmodel-id> | ... | ... | pass/fail | ... |
| Voice clone | alicloud-ai-audio-tts-voice-clone | \x3Cmodel-id> | ... | ... | pass/fail | ... |
| Voice design | alicloud-ai-audio-tts-voice-design | \x3Cmodel-id> | ... | ... | pass/fail | ... |
| Omni multimodal | alicloud-ai-multimodal-qwen-omni | \x3Cmodel-id> | ... | ... | pass/fail | ... |
| Visual reasoning | alicloud-ai-multimodal-qvq | \x3Cmodel-id> | ... | ... | pass/fail | ... |
| Text embedding | alicloud-ai-search-text-embedding | \x3Cmodel-id> | ... | ... | pass/fail | ... |
| Rerank | alicloud-ai-search-rerank | \x3Cmodel-id> | ... | ... | pass/fail | ... |
| Video editing | alicloud-ai-video-wan-edit | \x3Cmodel-id> | ... | ... | pass/fail | ... |

Failure Handling

  • If parameters are unclear, check target sub-skill SKILL.md or references/*.md.
  • If model is unavailable, refresh model list and retry.
  • For auth issues, verify DASHSCOPE_API_KEY (env var or ~/.alibabacloud/credentials).

Validation

mkdir -p output/alicloud-ai-entry-modelstudio-test
echo "validation_placeholder" > output/alicloud-ai-entry-modelstudio-test/validate.txt

Pass criteria: command exits 0 and output/alicloud-ai-entry-modelstudio-test/validate.txt is generated.

Output And Evidence

  • Save artifacts, command outputs, and API response summaries under output/alicloud-ai-entry-modelstudio-test/.
  • Include key parameters (region/resource id/time range) in evidence files for reproducibility.

Workflow

  1. Confirm user intent, region, identifiers, and whether the operation is read-only or mutating.
  2. Run one minimal read-only query first to verify connectivity and permissions.
  3. Execute the target operation with explicit parameters and bounded scope.
  4. Verify results and save output/evidence files.

References

  • Source list: references/sources.md
Usage Guidance
Before running: (1) Expect to provide an Alibaba Cloud API key (DASHSCOPE_API_KEY) or credentials file—the registry metadata does not declare this, so add or verify it. (2) Run tests in an isolated environment (fresh venv, dedicated or limited-scope API key) so any accidental mutating calls or credentials are confined. (3) Inspect each referenced sub-skill's SKILL.md to confirm the exact API calls and whether they are read-only; some capabilities (video/editing/voice cloning) may create resources or be billable. (4) Verify the 'dashscope' PyPI package/project identity before pip install (ensure it's from the official source). (5) Avoid committing output files that include region/resource IDs, API keys, or other sensitive identifiers; sanitize or store evidence securely. (6) Consider updating the skill metadata to declare DASHSCOPE_API_KEY and the ~/.alibabacloud/credentials config path so automated reviewers and users are aware of the credential requirement.
Capability Analysis
Type: OpenClaw Skill Name: alicloud-ai-entry-modelstudio-test Version: 1.0.3 The skill is a test runner designed to validate various Alibaba Cloud Model Studio AI capabilities (image, video, audio, etc.) by executing minimal SDK calls. It requires the official 'dashscope' library and standard Alibaba Cloud credentials. The instructions in SKILL.md are transparent and aligned with the stated purpose of testing and recording results, with no evidence of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
The skill's stated purpose—run a minimal test matrix across many Model Studio sub-skills—matches the SKILL.md steps (open sub-skill SKILL.md, run one request per sub-skill). However the manifest metadata does not declare the credential/config needs that the instructions require (see environment_proportionality).
Instruction Scope
Runtime instructions tell the operator to install the 'dashscope' SDK, set DASHSCOPE_API_KEY or use ~/.alibabacloud/credentials, read many sub-skill SKILL.md files, run SDK/API calls, and save evidence including region/resource IDs/time ranges. That is expected for testing, but it also means tests may access real cloud resources, be mutating (some operations may create or modify content), and will record potentially sensitive identifiers into repository files—there is no built-in safeguard to enforce read-only testing.
Install Mechanism
This is instruction-only (no install spec). SKILL.md requires creating a venv and pip-installing 'dashscope'. That is a common pattern, but the package name is not validated in the metadata (no lockfile or vetted source). Installing arbitrary PyPI packages carries moderate risk—verify the package provenance before pip install.
Credentials
The SKILL.md explicitly requires DASHSCOPE_API_KEY (or ~/.alibabacloud/credentials) but the registry metadata lists no required env vars or config paths. This mismatch is material: the skill needs cloud credentials to function but does not declare them, which can mislead reviewers and automated gates.
Persistence & Privilege
always is false and the skill is instruction-only with no install spec that persists code or modifies other skills/config. It does instruct saving test outputs under an output/ path in the repo, which is normal for test artifacts.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install alicloud-ai-entry-modelstudio-test
  3. After installation, invoke the skill by name or use /alicloud-ai-entry-modelstudio-test
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
batch publish from alicloud-skills on 2026-03-11
v1.0.2
batch publish from alicloud-skills on 2026-02-13
v1.0.1
Initial ClawHub publish for Alibaba Cloud skills with agents metadata.
v1.0.0
Initial ClawHub publish for Alibaba Cloud skills with agents metadata.
Metadata
Slug alicloud-ai-entry-modelstudio-test
Version 1.0.3
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 4
Frequently Asked Questions

What is Alicloud Ai Entry Modelstudio Test?

Run a minimal test matrix for the Model Studio skills that exist in this repo, including image/video/audio, realtime speech, omni, visual reasoning, embeddin... It is an AI Agent Skill for Claude Code / OpenClaw, with 1204 downloads so far.

How do I install Alicloud Ai Entry Modelstudio Test?

Run "/install alicloud-ai-entry-modelstudio-test" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Alicloud Ai Entry Modelstudio Test free?

Yes, Alicloud Ai Entry Modelstudio Test is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Alicloud Ai Entry Modelstudio Test support?

Alicloud Ai Entry Modelstudio Test is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Alicloud Ai Entry Modelstudio Test?

It is built and maintained by cinience (@cinience); the current version is v1.0.3.

💬 Comments